Fix up comment to match reality.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
4dc84fd1
JK
12012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 New option "set debug auto-load".
4 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
5 (auto-load verbose mode): New node.
6
bccbefd2
JK
72012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8
9 New option "set auto-load safe-path".
10 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
11 and "info auto-load" examples for safe-path. Put there also references
12 for "set auto-load safe-path" and "show auto-load safe-path".
13 New menu item for Auto-loading safe path.
14 (Auto-loading safe path): New node.
15 (Python Auto-loading): Update the expected output from "Missing"
16 to "No".
17
bf88dd68
JK
182012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19
20 auto-load: Implementation.
21 * gdb.texinfo (Mode Options): New anchor for -nx.
22 (Startup): New anchors for Option -init-eval-command,
23 Home Directory Init File
24 and Init File in the Current Directory during Startup.
25 Mention set auto-load local-gdbinit with a reference.
26 Change the sample code to "set auto-load python-scripts".
27 (Threads): New anchor set libthread-db-search-path.
28 Provide references to libthread_db.so.1 file.
29 (Controlling GDB): New menu item for Auto-loading.
30 (Auto-loading, Init File in the Current Directory)
31 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
32 (Python): Rename the menu item Auto-loading to Python Auto-loading.
33 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
34 reference.
35 (Auto-loading): Rename to ...
36 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
37 "set auto-load python-scripts", new anchor for it. Change
38 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
39 for it. Change "info auto-load-scripts"
40 to "info auto-load python-scripts", new anchor for it. Change "scripts"
41 to "Python scripts".
42
8264ba82
AG
432012-04-14 Anton Gorenkov <xgsa@yandex.ru>
44
45 PR mi/13393
46 * gdb.texinfo (Print Settings): Extend the description for "set print
47 object".
48 (GDB/MI Variable Objects): Extend the description for -var-create and
49 -var-list-children.
50
06fc020f
SCR
512012-04-11 Siva Chandra Reddy <sivachandra@google.com>
52
53 * gdb.texinfo (Examining Data): Document the 'explore' command.
54
7191c139
JB
552012-03-28 Joel Brobecker <brobecker@adacore.com>
56
57 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
58 to the children of a varobj and its update range when -var-update
59 returns that the varobj's type changed.
60
3708f05e
JK
612012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
62
63 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
64 Create two new links fir 'objfile-gdb.py file'
65 and 'dotdebug_gdb_scripts section'.
66
8e0583c8
JK
672012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
68
69 * gdb.texinfo (Auto-loading): Rename node reference
70 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
71 Twice.
72 (.debug_gdb_scripts section): Rename the node ...
73 (dotdebug_gdb_scripts section): ... here.
74 (Maintenance Commands): Also rename this node reference.
75
7b282c5a
SCR
762012-03-22 Siva Chandra Reddy <sivachandra@google.com>
77
78 * gdb.texinfo (Python API/Values From Inferior): Add description
79 about the new method Value.referenced_value. Add description on
80 how Value.dereference is different (and similar) to
81 Value.referenced_value.
82
8320cc4f
JK
832012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
84
85 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
86 --init-eval-command=COMMAND, -iex.
87 (Startup): Describe -iex and -ix. Simplify the example
88 for "set auto-load-scripts off".
89
481860b3
GB
902012-03-16 Gary Benson <gbenson@redhat.com>
91
92 PR breakpoints/10738
93 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
94 stating that GDB cannot set breakpoints on inlined functions.
95 (Mode Options): Document --use-deprecated-index-sections.
96 (Index Section Format): Document new index section version format.
97
c4aeac85
TT
982012-03-15 Tom Tromey <tromey@redhat.com>
99
100 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
101
16899756
DE
1022012-03-13 Doug Evans <dje@google.com>
103
104 * gdb.texinfo (Help): Change apropos example to use "alias" instead
105 of "reload".
106 (Symbols): Delete docs for set/show symbol-reloading.
107 * gdbint.texinfo (Defining Other Architecture Features): Delete
108 SYMBOL_RELOADING_DEFAULT.
109 * refcard.tex: Delete reference to symbol-reloading.
110
9b224c5e
PA
1112012-03-07 Pedro Alves <palves@redhat.com>
112
113 * gdb.texinfo (General Query Packets): Document new
114 QProgramSignals packet.
115 * gdb.texinfo (Remote configuration): Mention
116 "program-signals-packet".
117
169081d0
TG
1182012-03-05 Tristan Gingold <gingold@adacore.com>
119
120 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
121
d1feda86
YQ
1222012-03-03 Yao Qi <yao@codesourcery.com>
123
124 * gdb.texinfo (In-Process Agent): New node.
125 Document new commands.
126 (General Query Packets): Add packet `QAgent'.
127
1faeff08
MR
1282012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
129
130 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
131
7d74f244
DE
1322012-03-01 Scott J. Goldman <scottjg@vmware.com>
133
134 * gdb.texinfo (Commands In Python): Put example python macro in
135 COMMAND_USER category rather than COMMAND_OBSCURE.
136 Document gdb.COMMAND_USER.
137 (User-defined Commands): Update documentation to clarify
138 "set/show max-user-call-depth" and "show user" don't apply to python
139 commands. Update documentation to clarify "help user-defined" may
140 also include python commands defined as COMMAND_USER.
141
6fe37d23
JK
1422012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
143
144 * gdb.texinfo (Startup): Add option -ex description to the option -x
145 description.
146
83364271
LM
1472012-02-24 Luis Machado <lgustavo@codesourcery.com>
148
149 * gdb.texinfo (Setting Breakpoints): Mention and explain the
150 condition-evaluation breakpoint parameter.
151 Mention condition-evaluation mode being shown in "info break".
152 (Break Conditions): Add description for target-side
153 conditional breakpoints.
154 (Remote Configuration): Mention conditional-breakpoints-packet.
155 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
156 cond-expr.
157 (General Query Packets): Mention new ConditionalBreakpoint feature.
158
bdb1994d
TT
1592012-02-22 Tom Tromey <tromey@redhat.com>
160
161 * gdb.texinfo (Blocks In Python): Clarify block iteration.
162
4d241c86
TT
1632012-02-17 Tom Tromey <tromey@redhat.com>
164
165 PR python/10753:
166 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
167 directory.
168
816338b5
SS
1692012-02-14 Stan Shebs <stan@codesourcery.com>
170
171 * gdb.texinfo (Disabling Breakpoints): Document enable count.
172
cc30c4bd
PA
1732012-02-13 Pedro Alves <palves@redhat.com>
174
175 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
176 mips-idt-ecoff.
177
035d1e5b
YQ
1782012-02-09 Yao Qi <yao@codesourcery.com>
179
180 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
181
f0823d2c
TT
1822012-02-07 Tom Tromey <tromey@redhat.com>
183
184 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
185 Symbol.value.
186
64e7d9dd
TT
1872012-02-07 Tom Tromey <tromey@redhat.com>
188
189 * gdb.texinfo (Symbols In Python): Document Symbol.line.
190
4220b2f8
TS
1912012-01-27 Thomas Schwinge <thomas@codesourcery.com>
192
193 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
194
edcc5120
TT
1952012-01-24 Tom Tromey <tromey@redhat.com>
196
197 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
198 unload".
199 (Files): Mention new catch commands.
200 (GDB/MI Async Records): Likewise.
201
53fe1783
GB
2022012-01-24 Gary Benson <gbenson@redhat.com>
203
204 Delete #if 0'd out code.
205 * gdb.texinfo (Frame Info): Remove "info catch".
206
b9e7b9c3
UW
2072012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
208
209 * gdb.texinfo (Remote Configuration): Document
210 "set remote hostio-readlink-packet" command.
211 (General Query Packets): Document vFile:readlink packet.
212
4aac40c8
TT
2132012-01-16 Tom Tromey <tromey@redhat.com>
214
215 * gdb.texinfo (Specify Location): Document relative file name
216 handling.
217
cafec441
TT
2182012-01-16 Tom Tromey <tromey@redhat.com>
219
220 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
221
0ee339bc
JK
2222012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
223 Eli Zaretskii <eliz@gnu.org>
224
225 * gdbint.texinfo (Coding Standards): Require braces for two lines of
226 code.
227
72384ba3
PH
2282012-01-11 Paul Hilfinger <hilfingr@adacore.com>
229
230 * gdb.texinfo (Variables): Document use of :: for non-static
231 variables.
232
ce1b17c4
JB
2332012-01-05 Joel Brobecker <brobecker@adacore.com>
234
235 * gdbint.texinfo (Start of New Year Procedure): Update
236 to replace use of copyright.sh by use of copyright.py.
237
217bff3e
JK
2382012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
239
240 Remove the gdbtui binary.
241 * all-cfg.texi (GDBTUI): Remove.
242 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
243 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
244 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
245
cc72b2a2
KP
2462011-12-23 Kevin Pouget <kevin.pouget@st.com>
247
248 Introduce gdb.FinishBreakpoint in Python.
249 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
250 (Python API): Add menu entry for Finish Breakpoints.
251
13ac8d2c
JK
2522011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
253
254 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
255 tests.
256
e0f9f062
DE
2572011-12-16 Doug Evans <dje@google.com>
258
259 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
260
80b6e756
PM
2612011-12-16 Phil Muldoon <pmuldoon@redhat.com>
262
1c3ad6ab 263 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
264 stack". Add documentation for "set/show python print-stack".
265
2fb860fc
PA
2662011-12-14 Pedro Alves <pedro@codesourcery.com>
267
268 * gdb.texinfo (Implementing a Remote Stub): Explain that you
269 should transfer control to the stub in the startup code instead of
270 in main. Mention the need to get past the initial breakpoint.
271
f8eba3c6
TT
2722011-12-06 Tom Tromey <tromey@redhat.com>
273
274 * gdb.texinfo (Set Breaks): Update for new behavior.
275
2268b414
JK
2762011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
277
278 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
279 List Format for SVR4 Targets'.
280 (General Query Packets): New item qXfer:libraries-svr4:read.
281 (Library List Format for SVR4 Targets): New node.
282
ae6f0d5b
TT
2832011-12-01 Tom Tromey <tromey@redhat.com>
284
285 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
286 add.
287
36dfb11c
TT
2882011-11-22 Tom Tromey <tromey@redhat.com>
289
290 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
291 reasons.
292
f196051f
SS
2932011-11-20 Stan Shebs <stan@codesourcery.com>
294
295 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
296 note-related options and variables.
297 (Tracepoint Packets): Document packet changes.
298
f85b53f8
SD
2992011-11-20 Sanjoy Das <sdas@igalia.com>
300
301 * gdb.texinfo (JIT Interface): Add documentation on writing and
302 usind JIT debug info readers.
303 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
304 Debug Info Readers): New nodes.
305
bfccc43c
YQ
3062011-11-18 Yao Qi <yao@codesourcery.com>
307
308 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
309 tracepoint.
310
c011a4f4
DE
3112011-11-15 Doug Evans <dje@google.com>
312
313 * gdb.texinfo (Files): Document basenames-may-differ.
314
ed59ded5
DE
3152011-11-14 Doug Evans <dje@google.com>
316
317 * gdb.texinfo (Shell Commands): Document "!".
318
405f8e94
SS
3192011-11-14 Stan Shebs <stan@codesourcery.com>
320 Kwok Cheung Yeung <kcy@codesourcery.com>
321
322 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
323 needed to get shorter fast tracepoints.
324 (Tracepoint Packets): Document new qTMinFTPILen packet.
325
1e4d1764
YQ
3262011-11-14 Yao Qi <yao@codesourcery.com>
327
328 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
329 behavior of tracepoint.
330 (General Query Packets): New feature InstallInTrace.
331 (Remote Configuration): Document "set remote
332 install-in-trace-packet".
333
71eba9c2 3342011-11-12 Matt Rice <ratmice@gmail.com>
335
336 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
337 Add arguments to info macro.
338
e0f8f636
TT
3392011-11-10 Tom Tromey <tromey@redhat.com>
340
341 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
342 manual.
343 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
344 (Macros): Add a footnote.
345 (C): Remove paragraph about compiler options.
346 (C Constants): Mention wide character and string constants.
347 (C Plus Plus Expressions): Update compiler option advice. Mention
348 using declarations. Mention ADL. Remove old HP compiler
349 information.
350
625c0d47
TT
3512011-11-10 Tom Tromey <tromey@redhat.com>
352
353 PR c++/9257:
354 * gdb.texinfo (Print Settings): Add an extra note about the need
355 for a vtable.
356
4be2aacc
MR
3572011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
358
359 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
360 "set mips abi" documentation.
361
0a1c4d10
DE
3622011-11-04 Doug Evans <dje@google.com>
363
364 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
365
aad1c02c
TT
3662011-11-03 Tom Tromey <tromey@redhat.com>
367
368 * gdb.texinfo (Stopping): Add menu entry.
369 (Continuing and Stepping): Restore @node. Use @section, not
370 @subsection.
371
983fb131
MR
3722011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
373
374 * gdb.texinfo (Skipping Over Functions and Files): Remove node
375 designation. Fix "Specify Location" cross-reference.
376
3065dfb6
SS
3772011-11-02 Stan Shebs <stan@codesourcery.com>
378
379 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
380 (General Query Packets): Describe tracenz feature.
381 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
382
0aaaf063
PK
3832011-10-28 Paul Koning <paul_koning@dell.com>
384
385 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
386
2231f1fb
KP
3872011-10-27 Kevin Pouget <kevin.pouget@st.com>
388
389 * gdb.texinfo ((Frames In Python): Document
390 gdb.FRAME_UNWIND_FIRST_ERROR contant.
391
5110b5df
PK
3922011-10-26 Paul Koning <paul_koning@dell.com>
393
394 * gdb.texinfo (gdb.types): Document new deepitems function.
395
22dbab46
PK
3962011-10-25 Paul Koning <paul_koning@dell.com>
397
398 PR python/13327
399
400 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
401 fetch_lazy method.
402
9df2fbc4
PM
4032011-10-20 Phil Muldoon <pmuldoon@redhat.com>
404
405 PR python/12656
406
407 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
408 global_block, static_block function.
409
f05e2e1d
TT
4102011-10-19 Tom Tromey <tromey@redhat.com>
411
412 * gdb.texinfo (Commands In Python): Add missing "@"s.
413
a7fc3f37
KP
4142011-10-13 Kevin Pouget <kevin.pouget@st.com>
415
416 PR python/13285 Document named constants for frame unwind stop reasons
417 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
418 constants.
419
5048e516
JK
4202011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
421
422 Fix compatibility with texinfo versions older than 4.12.
423 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
424 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
425 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
426 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
427 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
428 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
429 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
430
5a56e9c5
DE
4312011-10-09 Doug Evans <dje@google.com>
432
433 * gdb.texinfo (Extending GDB): Document alias command.
434
36b11add
JK
4352011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
436
437 Support @entry in input expressions.
438 * gdb.texinfo (Variables): Describe @entry names suffix.
439 (Print Settings): Add anchor for `set print entry-values'.
440
e18b2753
JK
4412011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
442 Eli Zaretskii <eliz@gnu.org>
443
444 Display @entry parameter values (without references).
445 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
446 example.
447 (Print Settings): New description of set print entry-values and show
448 print entry-values.
449
111c6489
JK
4502011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
451 Eli Zaretskii <eliz@gnu.org>
452
453 Recognize virtual tail call frames.
454 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
455 (Tail Call Frames): New node.
456 (Frames In Python): Add gdb.TAILCALL_FRAME.
457
9c15afc4
DE
4582011-10-07 Doug Evans <dje@google.com>
459
460 * gdb.texinfo (gdb.printing): Document new `replace' arg to
461 register_pretty_printer.
462
99f5279d
PM
4632011-10-07 Phil Muldoon <pmuldoon@redhat.com>
464
465 PR python/12930
466 PR python/12802
467
468 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
469 stop method.
470
03583c20
UW
4712011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
472
473 * gdb.texinfo (Starting your Program): "set disable-randomization"
474 is no longer Linux-specific.
475 (Remote Configuration): Document "set remote
476 disable-randomization-packet".
477 (General Query Packets): Document "QDisableRandomization" packet
478 and add it to "qSupported" list.
479
bd054e06
KP
4802011-10-07 Kevin Pouget <kevin.pouget@st.com>
481
482 Allow Python notification of new object-file loadings.
483 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
484 event type.
485
cb6be26b
KP
4862011-10-04 Kevin Pouget <kevin.pouget@st.com>
487
488 PR python/12691: Add the inferior to Python exited event
489 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
490
a05336a1
JB
4912011-10-03 Joel Brobecker <brobecker@adacore.com>
492
493 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
494 rephasing.
495
5d77fe44
JB
4962011-10-03 Joel Brobecker <brobecker@adacore.com>
497
498 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
499 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
500 as possible feature returned by the `-list-features'
501 command.
502
699df94d
PK
5032011-09-28 Paul Koning <paul_koning@dell.com>
504
505 * gdb.texinfo (gdb.Type): Document field access by dictionary
506 key syntax.
507
24bdad53
YQ
5082011-09-28 Yao Qi <yao@codesourcery.com>
509
510 * gdb.texinfo (Files): Update options for `add-symbol-file'.
511 Add one space after option `-s'. Remove @r{} markup.
512
6710bf39
SS
5132011-09-27 Stan Shebs <stan@codesourcery.com>
514
515 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
516
d99f7e48
HZ
5172011-09-16 Hui Zhu <teawater@gmail.com>
518
519 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
520 to *(unsigned char *)$esp@300.
521
d812018b
PK
5222011-09-15 Paul Koning <paul_koning@dell.com>
523
524 * gdb.texinfo: Make style of Python functions and methods match
525 the syntax of Python. Also put class and module names explicitly
526 on function, member, and variable names, matching Python
527 documentation conventions.
528
2aa48337
KP
5292011-09-15 Kevin Pouget <kevin.pouget@st.com>
530
531 PR Python/12692 Add gdb.selected_inferior() to Python interface.
532 * gdb.texinfo (Inferiors In Python): Describe new
533 gdb.selected_inferior() function.
534
6839b47f
KP
5352011-09-15 Kevin Pouget <kevin.pouget@st.com>
536
537 Handle multiple breakpoint hits in Python interface:
538 * gdb.texinfo (Events In Python): New function documentation:
539 gdb.BreakpointEvent.breakpoints. Indicate that
540 gdb.BreakpointEvent.breakpoint is now deprecated.
541
26829f2b
JB
5422011-09-04 Joel Brobecker <brobecker@adacore.com>
543
544 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
545
a9f54f60
TT
5462011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
547
548 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
549
fa3a4f15
PM
5502011-08-17 Phil Muldoon <pmuldoon@redhat.com>
551
552 * gdb.texinfo (Prompt): Add set/show extended-prompt
553 documentation
554 (Basic Python): Add prompt_hook anchor.
555 (Python modules): Reword module text to reflect multiple modules.
556 (gdb.prompt): Document gdb.prompt module.
557
224bbe49
YQ
5582011-08-14 Yao Qi <yao@codesourcery.com>
559
78d85199
YQ
560 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
561
5622011-08-14 Yao Qi <yao@codesourcery.com>
563
564 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
565 (TIC6x Features): New node.
566
457e09f0
DE
5672011-08-12 Doug Evans <dje@google.com>
568
569 * gdb.texinfo (Symbols In Python): Document symbol.type.
570
5e239b84
PM
5712011-08-09 Phil Muldoon <pmuldoon@redhat.com>
572
573 * gdb.texinfo (Python): Document command and function
574 auto-loading.
575
177bc839
JK
5762011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
577 Eli Zaretskii <eliz@gnu.org>
578
579 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
580 typedefs unrolling. Extend the sample code by an inner typedef and
581 outer typedefs unrolling.
582
1a532630
PP
5832011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
584
585 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
586 size and line-size.
587
9b158ba0 5882011-07-21 Matt Rice <ratmice@gmail.com>
589
590 PR macros/12999
591 * gdb.texinfo (Macros): Add info definitions and info macros commands.
592 Update text and cindex entries for info macro command.
593
d17b6f81
PM
5942011-07-21 Phil Muldoon <pmuldoon@redhat.com>
595
596 * observer.texi (GDB Observers): Add before_prompt observer.
597 * gdb.texinfo (Basic Python): Add documentation for prompt
598 substitution.
599
713389e0
PM
6002011-07-11 Phil Muldoon <pmuldoon@redhat.com>
601
602 PR python/12438
603 * gdb.texinfo (Python Commands): Add deprecate note to maint
604 set/show python print-stack. Document set/show python
605 print-backtrace.
606
177b42fe
TJB
6072011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
608
609 * gdb.texinfo: Fix typos.
610
900e11f9
JK
6112011-07-01 Tom Tromey <tromey@redhat.com>
612
613 * gdb.texinfo (Debugging Output): Document set debug
614 check-physname.
615
39c4d40a
TT
6162011-06-29 Tom Tromey <tromey@redhat.com>
617
618 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
619 breakpoint-notifications feature.
620
6f5def7d
UW
6212011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
622
623 * gdb.texinfo (Target Description): Remove warning about
624 possibly unstable format.
625
8cf64490
TT
6262011-06-03 Tom Tromey <tromey@redhat.com>
627
628 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
629 (Events In Python): Note that exit_code is optional.
630
393eab54
PA
6312011-05-17 Pedro Alves <pedro@codesourcery.com>
632
633 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
634 required for multi-threading support.
635 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
636 Hc are deprecated for multi-threading debugging. Point readers at
637 the vCont packet.
638
75fc9810
DE
6392011-05-15 Doug Evans <dje@google.com>
640
641 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
642
01124a23
DE
6432011-05-13 Doug Evans <dje@google.com>
644
98a5dd13
DE
645 * gdb.texinfo (Threads): Document $sdir,$pdir.
646 (Server): Document $pdir exception.
647
dbaefcf7
DE
648 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
649
cc63ef9b
DE
650 * gdb.texinfo (Threads): Clarify default value for
651 libthread-db-search-path.
7e0396aa 652
01124a23
DE
653 * gdb.texinfo (Completion): Update example.
654 (Debugging Output): Delete `set/show debug lin-lwp-async'.
655
d248b706
KY
6562011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
657
658 * gdb.texinfo: Document change in the behaviour of the enable and
659 disable GDB commands when applied to tracepoints.
660 Document the EnableDisableTracepoints remote stub feature.
661 Document QTEnable and QTDisable in the list of tracepoint packets.
662
cc88a640
JK
6632011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
664
665 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
666 hsuser.texi.
667 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
668 comment to hsuser.texi. Change rluser.texi name in the comment.
669
84e578fb
DE
6702011-05-10 Doug Evans <dje@google.com>
671
672 * gdb.texinfo (Threads): If an empty path is provided for
673 libthread-db-search-path it is reset to its default value.
674 (Server): Ditto.
675
478aac75
DE
6762011-05-09 Doug Evans <dje@google.com>
677
678 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
679
9c06b0b4
TJB
6802011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
681 Thiago Jung Bauermann <bauerman@br.ibm.com>
682
683 Implement support for PowerPC BookE masked watchpoints.
684 * gdb.texinfo (Set Watchpoints): Document mask parameter.
685 (PowerPC Embedded): Mention support of masked watchpoints.
686
9ed350ad
JB
6872011-05-03 Joel Brobecker <brobecker@adacore.com>
688
689 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
690 `@value{GDBN}'.
691
4ceed123
JB
6922011-05-03 Joel Brobecker <brobecker@adacore.com>
693
694 * gdb.texinfo (titlepage): Remove dedication.
695 (In Memoriam): New appendix.
696
559a7a62
JK
6972011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
698 Eli Zaretskii <eliz@gnu.org>
699
700 * gdb.texinfo (Index Section Format): Change the version to 5.
701 Describe the different formula.
702
03f2bd59
JK
7032011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
704 Eli Zaretskii <eliz@gnu.org>
705
706 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
707 for disconnected tracing.
708 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
709 extended-remote relationship. Mention --once.
710 (TCP port allocation lifecycle of @code{gdbserver}): New.
711
d9b1a651
EZ
7122011-04-23 Eli Zaretskii <eliz@gnu.org>
713
714 * gdb.texinfo (Server): Improve indexing. Index all optional
715 switches to gdbserver.
716
90476074
TT
7172011-04-20 Tom Tromey <tromey@redhat.com>
718
719 * gdb.texinfo (Index Section Format): New node.
720 (Top): Add new node to menu.
721
c21236dc
PA
7222011-04-20 Pedro Alves <pedro@codesourcery.com>
723
724 * gdb.texinfo (Maintenance Commands): Document `maint print
725 remote-registers'.
726
05c8c3f5
TT
7272011-04-20 Tom Tromey <tromey@redhat.com>
728
729 * gdb.texinfo (Trace File Format): Move node later.
730
7a9dd1b2
TT
7312011-04-19 Tom Tromey <tromey@redhat.com>
732
733 * gdbint.texinfo (Register Information Functions): Remove
734 duplicate "the".
735 * gdb.texinfo (Emacs): Remove duplicate "to".
736 (GDB/MI Variable Objects): Remove duplicate "the".
737 (General Query Packets): Likewise.
738
4368ebeb
JB
7392011-04-02 Joel Brobecker <brobecker@adacore.com>
740
741 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
742 "GDB/MI Ada Exception Information" node.
743
956a9fb9
JB
7442011-04-01 Joel Brobecker <brobecker@adacore.com>
745
746 * gdb.texinfo (GDB/MI Ada Exception Information): Document
747 the "exception-name" field in the *stopped async record.
748
f1310107
TJB
7492011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
750 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
751
752 Implement support for PowerPC BookE ranged breakpoints.
753 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
754
8786b2bd
TT
7552011-03-28 Tom Tromey <tromey@redhat.com>
756
757 * gdb.texinfo (Set Tracepoints): Fix typo.
758
9ef07c8c
TT
7592011-03-24 Tom Tromey <tromey@redhat.com>
760
761 * gdb.texinfo (Specify Location): Document `function:label'
762 linespec.
763
99c3dc11
PM
7642011-03-18 Phil Muldoon <pmuldoon@redhat.com>
765
f1310107 766 PR python/12149
99c3dc11
PM
767
768 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
769
29703da4
PM
7702011-03-17 Phil Muldoon <pmuldoon@redhat.com>
771
772 * gdb.texinfo (Blocks In Python): Add is_valid method description.
773 (Inferiors In Python): Likewise.
774 (Threads In Python): Likewise.
775 (Symbols In Python): Likewise.
776 (Objfiles In Python): Likewise.
777 (Symbol Tables In Python): Likewise.
778
c9174737
PA
7792011-03-15 Pedro Alves <pedro@codesourcery.com>
780
781 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
782 display>: Explain that the commands accept number ranges.
783
7371cf6d
PM
7842011-03-14 Phil Muldoon <pmuldoon@redhat.com>
785
786 * gdb.texinfo (Breakpoints In Python): Add description and example
787 of Python stop function operation.
788
ecec24e6
PM
7892011-03-10 Phil Muldoon <pmuldoon@redhat.com>
790
791 * gdb.texinfo (Parameters In Python): Document get_set_string and
792 get_show_string methods.
793
6dcd5565
JK
7942011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
795
796 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
797
81896e36
JK
798 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
799 circular-trace-buffer name.
800
5e30da2c
JB
8012011-02-28 Joel Brobecker <brobecker@adacore.com>
802
803 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
804 in the previous change.
805
3bd0f5ef 8062011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
807
808 * gdb.texinfo (Inferiors and Programs): Update commands to show
809 that they can accept multiple arguments.
810
4ec7539c
JB
8112011-02-24 Joel Brobecker <brobecker@adacore.com>
812
813 Revert the following patch (code patch was not approved):
814 2011-02-21 Hui Zhu <teawater@gmail.com>
815 * agentexpr.texi (bytecode descriptions): add printf.
816 * gdb.texinfo (tracepoint action lists): add printf.
817
82809774
DE
8182011-02-23 Doug Evans <dje@google.com>
819
820 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
821
e5a67952
MS
8222011-02-23 Michael Snyder <msnyder@vmware.com>
823
824 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
825 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
826 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
827
6e6fbe60
DE
8282011-02-22 Doug Evans <dje@google.com>
829
830 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
831 Clarify behaviour of lookup_symbol when `block' argument is omitted,
832 add description of result, fix @defun formatting.
833
f994e27a
HZ
8342011-02-21 Hui Zhu <teawater@gmail.com>
835
836 * agentexpr.texi (Bytecode Descriptions): Add printf.
837 * gdb.texinfo (Tracepoint Action Lists): Add printf.
838
c7f96d2b
TT
8392011-02-18 Tom Tromey <tromey@redhat.com>
840
841 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
842
60f98dde
MS
8432011-02-14 Michael Snyder <msnyder@vmware.com>
844
845 * gdb.texinfo (threads): Document argument for "info threads" cmd.
846 Document new command "thread find".
847
08e796bc
MS
8482011-02-14 Michael Snyder <msnyder@vmware.com>
849
850 * gdb.texinfo (Threads): Update example of new thread message.
851
b3b9301e
PA
8522011-02-14 Pedro Alves <pedro@codesourcery.com>
853
854 * gdb.texinfo (Remote Configuration): Mention set/show remote
855 traceframe-info.
856 (Tools/Packages Optional for Building GDB): Mention that expat is
857 used for traceframe info.
858 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
859 (General Query Packets) <qSupported>: Describe the
860 qXfer:traceframe-info:read feature.
861 (qXfer::read): Describe qXfer:traceframe-info:read.
862 (Traceframe Info Format): New section.
863
cef35b0f
PA
8642011-02-04 Pedro Alves <pedro@codesourcery.com>
865
866 * gdbint.texinfo (Formatting): Mention some formatting guidelines
867 for casts and unary operators.
868
f1cbe1d3
TT
8692011-02-04 Tom Tromey <tromey@redhat.com>
870
871 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
872 is not useful.
873
585fdaa1
PA
8742011-01-25 Pedro Alves <pedro@codesourcery.com>
875
876 * gdb.texinfo: s/value optimized out/optimized out/g
877
7bfc9434
JB
8782011-01-21 Joel Brobecker <brobecker@adacore.com>
879
880 * gdb.texinfo (Other Misc Settings): Rework part of the
881 documentation of the "set interactive mode" command.
882
4694da01
TT
8832011-01-19 Tom Tromey <tromey@redhat.com>
884
885 * gdb.texinfo (Threads): Document thread name output and `thread
886 name' command.
887 (Threads In Python): Document Thread.name attribute.
888 (GDB/MI Thread Commands): Document thread attributes.
889
b716877b
AB
8902011-01-12 Andrew Burgess <aburgess@broadcom.com>
891
892 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
893 changes in mi/mi-cmd-disas.c
894
13fd8b81
TT
8952011-01-12 Tom Tromey <tromey@redhat.com>
896
897 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
898 Fix "thread apply" text.
899
e09342b5
TJB
9002011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
901 Thiago Jung Bauermann <bauerman@br.ibm.com>
902
903 Implement support for PowerPC BookE ranged watchpoints.
904 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
905 the "set powerpc exact-watchpoints" flag.
906
06e65f44
TT
9072011-01-07 Tom Tromey <tromey@redhat.com>
908
909 * gdb.texinfo (Python API): Add descriptions to @menu items.
910
d8e22779
TT
9112011-01-06 Tom Tromey <tromey@redhat.com>
912
913 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
914
a255712f
PP
9152010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
916
e09342b5 917 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 918
ccfc3d6e
TT
9192011-01-06 Tom Tromey <tromey@redhat.com>
920
921 PR python/12133:
922 * gdb.texinfo (Frames In Python): Document various frame
923 constants.
924
44944448
JB
9252011-01-05 Joel Brobecker <brobecker@adacore.com>
926
927 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
928 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
929 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
930
42ea3d7a
JK
9312011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
932
933 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
934 (clean): Add GDBvn.texi.
935
720d1a40
JB
9362010-12-29 Joel Brobecker <brobecker@adacore.com>
937
938 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
939 occasional case where the debugger prints an array address
940 instead of the array itself.
941
ad196637
PA
9422010-12-23 Pedro Alves <pedro@codesourcery.com>
943
944 * gdb.texinfo (Packets) <read registers packet>: Document support
945 for registers that were not collected.
946
a86caf66
DE
9472010-12-15 Doug Evans <dje@google.com>
948
949 * gdb.texinfo (Startup): Document auto-loading of scripts during
950 startup.
951 (Auto-loading): Delete "maint set python auto-load on|off".
952 Add "set auto-load-scripts on|off".
953
aae1c79a
DE
9542010-12-07 Doug Evans <dje@google.com>
955
956 * gdb.texinfo (Mode Options): Document -data-directory.
957 (Data Files): Add reference to -data-directory.
958
4e04c971
DE
9592010-11-29 Doug Evans <dje@google.com>
960
961 * gdb.texinfo (Pretty-Printer Introduction): Change
962 printer-name:subprinter-name to printer-name;subprinter-name.
963
94b6973e
PM
9642010-11-29 Phil Muldoon <pmuldoon@redhat.com>
965
966 PR python/12199
967
968 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
969
39037522
TT
9702010-11-23 Tom Tromey <tromey@redhat.com>
971
972 * gdb.texinfo (Top): Check SYSTEM_READLINE.
973 (Editing): Likewise.
974 (Command History): Likewise.
975 (TUI Keys): Likewise.
976 (Bug Reporting): Conditionally include rluser.texi and
977 inc-history.texinfo.
978 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
979 (GDB_DOC_SOURCE_INCLUDES): Add comment.
980 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
981 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
982 (gdb.pdf): Likewise.
983 (gdb.info): Likewise.
984 (gdb/index.html): Likewise.
985
5ae98d25
TT
9862010-11-23 Tom Tromey <tromey@redhat.com>
987
988 * Makefile.in (Makefile): Run ../config.status.
989 (distclean): Update.
990 * configure: Remove.
991 * configure.ac: Remove.
992
621c8364
TT
9932010-11-12 Tom Tromey <tromey@redhat.com>
994
995 * gdb.texinfo (Basic Python): Update. Add xref.
996 (Exception Handling): Document new exception classes.
997 (Types In Python): Update.
998 (Frames In Python): Update.
999
84f4c1fe
PM
10002010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1001
1002 * gdb.texinfo (Breakpoints In Python): Document "internal"
1003 parameter, and visible attribute.
1004
99e7ae30
DE
10052010-11-05 Doug Evans <dje@google.com>
1006
1007 * gdb.texinfo (Source Path): Document "set directories".
1008
f4b8a18d
KW
10092010-11-05 Ken Werner <ken.werner@de.ibm.com>
1010
1011 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
1012 (OpenCL C): New node.
1013
7b51bc51
DE
10142010-11-02 Doug Evans <dje@google.com>
1015
1016 * gdb.texinfo (Pretty Printing): Expand into three sections,
1017 introduction, example, and commands.
1018 (Python API): Delete section Disabling Pretty-Printers, merge into
1019 Selecting Pretty-Printers.
1020 (Writing a Pretty-Printer): New section. Move the pretty-printer
1021 example here, and reformat to match python coding style. Add a second
1022 example using the gdb.printing module.
1023 (Python modules): Add gdb.printing.
1024
9eeee977
DE
10252010-10-29 Doug Evans <dje@google.com>
1026
1027 * gdb.texinfo (Python): Fix long line.
1028
a0e0ffdf
DE
10292010-10-20 Doug Evans <dje@google.com>
1030
1031 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
1032 All references updated. Correct sections marked as subsections.
1033 (Coding Standards): New chapter. Move the coding standard related
1034 subsections here. Add section on Python coding standards.
1035
0e3509db
DE
10362010-10-13 Doug Evans <dje@google.com>
1037
1038 * gdb.texinfo (Python): Add "Python modules".
1039 (Types in Python): Add reference to gdb.types section.
1040 (Python modules): New node.
1041
44592cc4
DE
10422010-10-11 Doug Evans <dje@google.com>
1043
1044 * gdb.texinfo (Values From Inferior): Add reference to "Types in
1045 Python" from gdb.Value.type description.
1046
6e1bb179
JB
10472010-09-28 Joel Brobecker <brobecker@adacore.com>
1048
1049 * gdb.texinfo (Ravenscar Profile): New node.
1050
e8467610
TT
10512010-09-22 Tom Tromey <tromey@redhat.com>
1052
1053 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
1054
fccd1d1e
EZ
10552010-09-22 Eli Zaretskii <eliz@gnu.org>
1056
1057 * gdb.texinfo (Values From Inferior): Clarify that
1058 value.dynamic_type works only in C++ programs with RTTI.
1059
c1b6b909
TT
10602010-09-15 Paul Bolle <pebolle@tiscali.nl>
1061
1062 * gdb.texinfo (Character Sets): Correctly reference host-charset
1063 in example.
1064
7d288aaa
TT
10652010-09-13 Tom Tromey <tromey@redhat.com>
1066
1067 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
1068 Document "fullname" and "from".
1069
f75d858b
MK
10702010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1071
1072 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
1073 feature `reverse' output by -list-target-features.
1074
83b9503b
L
10752010-08-31 H.J. Lu <hongjiu.lu@intel.com>
1076
1077 * gdb.texinfo (i386 Features): Remove an extra "@item".
1078
03f17ccf
TT
10792010-08-30 Tom Tromey <tromey@redhat.com>
1080
1081 PR python/11792:
1082 * gdb.texinfo (Values From Inferior): Document dynamic_type.
1083
9779414d
DJ
10842010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1085
1086 * gdb.texinfo (ARM Features): Document
1087 org.gnu.gdb.arm.m-profile.
1088
f9ffd4bb
TT
10892010-08-23 Tom Tromey <tromey@redhat.com>
1090
1091 PR python/11145:
1092 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
1093 reinterpret_cast methods.
1094
702c2711
TT
10952010-08-23 Tom Tromey <tromey@redhat.com>
1096
1097 PR python/11915:
1098 * gdb.texinfo (Types In Python): Document array method.
1099
66b73624
TJB
11002010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
1101
1102 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
1103
06a64a0b
TT
11042010-08-16 Tom Tromey <tromey@redhat.com>
1105
1106 * gdb.texinfo (Set Watchpoints): Document -location option.
1107
a3a7127e
DE
11082010-08-13 Doug Evans <dje@google.com>
1109
1110 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
1111
8dedea02
VP
11122010-08-13 Vladimir Prus <vladimir@codesourcery.com>
1113
1114 * gdb.texinfo (GDB/MI Data Manipulation): Document
1115 -data-read-memory-raw and -data-write-memory-raw.
1116
ca5c20b6 11172010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 1118 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
1119
1120 * gdb.texinfo (Basic Python): Describe post_event API.
1121
cb2e07a6
PM
11222010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1123
1124 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 1125 decode_line Python APIs
cb2e07a6 1126
464b3efb
TT
11272010-08-10 Tom Tromey <tromey@redhat.com>
1128
1129 * gdb.texinfo (Pretty Printing API): Document
1130 gdb.default_visualizer.
1131
c29c521f
TT
11322010-08-10 Tom Tromey <tromey@redhat.com>
1133
1134 Revert gdb-add-index addition:
1135 * gdb.texinfo (Index Files): Don't document gdb-add-index.
1136
5da1313b
JK
11372010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1138 Eli Zaretskii <eliz@gnu.org>
1139
1140 * gdb.texinfo (Mode Options) <-batch>
1141 (Basic Python) <gdb.execute>: Describe setting width and height.
1142
02d868e8
PP
11432010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1144
1145 * gdb.texinfo (Threads): Document 'debug libthread-db'.
1146
c2bbed2a
TT
11472010-07-30 Tom Tromey <tromey@redhat.com>
1148
1149 * gdb.texinfo (Index Files): Mention gdb-add-index.
1150
6c13bbe1
HZ
11512010-07-30 Hui Zhu <teawater@gmail.com>
1152
1153 * gdb.texinfo (Inferiors and Programs): Update the introduce of
1154 "detach inferior" and "kill inferior".
1155
53a71c06
CR
11562010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
1157
1158 * gdb.texinfo (Machine Code): Update description of two forms of
1159 arguments, and add new example to demonstrate the new form.
1160
5374244e
PM
11612010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1162
1163 * gdb.texinfo (Values From Inferior): Add value inferior function
1164 call description.
1165
8ea5bce5
JK
11662010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1167
1168 * gdb.texinfo (Active Targets): Fix wrong comma placement.
1169
c0edd9ed
JK
11702010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1171 Eli Zaretskii <eliz@gnu.org>
1172
1173 Make core files the process_stratum.
1174 * gdb.texinfo (Active Targets): Remove core_stratum. Include
1175 record_stratum example.
1176
9291a0cd
TT
11772010-07-13 Tom Tromey <tromey@redhat.com>
1178
1179 * gdb.texinfo (Index Files): New node.
1180
f5011d11
TT
11812010-07-13 Tom Tromey <tromey@redhat.com>
1182
1183 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
1184
0f5238ed
TT
11852010-07-13 Tom Tromey <tromey@redhat.com>
1186
1187 * gdb.texinfo (Specify Location): Document labels.
1188
74c761c1
PA
11892010-07-01 Pedro Alves <pedro@codesourcery.com>
1190
1191 * gdb.texinfo (Create and Delete Tracepoints): Add more index
1192 entries for fast tracepoints and static tracepoints.
1193
501994c0
PA
11942010-07-01 Pedro Alves <pedro@codesourcery.com>
1195
1196 * gdb.texinfo (General Query Packets) <qfThreadInfo,
1197 qsThreadInfo>: Spell out `l' as ell.
1198
0fb4aa4b
PA
11992010-07-01 Pedro Alves <pedro@codesourcery.com>
1200
1201 * gdb.texinfo (Convenience Variables): Document $_sdata.
1202 (Commands to Set Tracepoints): Describe static tracepoints. Add
1203 `Listing Static Tracepoint Markers' menu entry. Document
1204 "strace".
1205 (Tracepoint Action Lists): Document collecting $_sdata.
1206 (Listing Static Tracepoint Markers): New subsection.
1207 (Tracepoints support in gdbserver): Mention static tracepoints.
1208 (remote packets, enabling and disabling): Mention
1209 read-sdata-object.
1210 (General Query Packets) <qSupported>: Document qXfer:sdata:read
1211 and StaticTracepoint.
1212 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
1213 Document qXfer:sdata:read.
1214 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
1215
dc3b15be
JB
12162010-06-29 Joel Brobecker <brobecker@adacore.com>
1217
1218 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
1219
595939de
PM
12202010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1221 Tom Tromey <tromey@redhat.com>
1222 Thiago Jung Bauermann <bauerman@br.ibm.com>
1223
1224 * gdb.texinfo (Inferiors In Python): New node.
1225 * gdb.texinfo (Threads In Python): New node.
1226
9279c692
JB
12272010-06-28 Joel Brobecker <brobecker@adacore.com>
1228
1229 * gdb.texinfo (Python): Document what the python directory is
1230 and what its location is.
1231 (Basic Python): Document the gdb.PYTHONDIR constant.
1232
bc9f0842
TT
12332010-06-25 Tom Tromey <tromey@redhat.com>
1234
1235 PR python/10808:
1236 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1237
f1421989
HZ
12382010-06-24 Hui Zhu <teawater@gmail.com>
1239
1240 * gdb.texinfo: (Commands for Controlled Output): Add
1241 documentation for command "eval".
1242
e4c0cfae
SS
12432010-06-21 Stan Shebs <stan@codesourcery.com>
1244
1245 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1246 * annotate.texinfo: Ditto.
1247 * gdbint.texinfo: Ditto.
1248 * stabs.texinfo: Ditto.
1249
bb08c432
HZ
12502010-06-22 Hui Zhu <teawater@gmail.com>
1251
1252 * gdb.texinfo: (Process Record and Replay): Add documentation
1253 for command "set record memory-query".
1254
4f5d9f07
SS
12552010-06-21 Stan Shebs <stan@codesourcery.com>
1256
1257 * gdb.texinfo: Relicense under GFDL version 1.3.
1258 * annotate.texinfo: Relicense under GFDL version 1.3.
1259 * gdbint.texinfo: Relicense under GFDL version 1.3.
1260 * stabs.texinfo: Relicense under GFDL version 1.3.
1261 * fdl.texi: Update to version 1.3.
1262
6aed2dbc
SS
12632010-06-18 Stan Shebs <stan@codesourcery.com>
1264
a61408f8
SS
1265 * gdb.texinfo (Operating System Auxiliary Information): Describe
1266 "info os" when no arguments given.
1267
6aed2dbc
SS
1268 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1269 $_thread.
1270
24e933df
HZ
12712010-06-18 Hui Zhu <teawater@gmail.com>
1272
1273 * gdb.texinfo: (Process Record and Replay): Add documentation
1274 for commands "record save" and "record restore".
1275
65d79d4b
SDJ
12762010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1277
1278 * gdb.texinfo: Include information about the correct use
1279 of addresses in the `watch' command.
1280
d914c394
SS
12812010-06-11 Stan Shebs <stan@codesourcery.com>
1282
1283 * gdb.texinfo (Observer Mode): New section.
1284 (General Query Packets): Document QAllow.
889bf7c5 1285
967cf477
DE
12862010-06-04 Doug Evans <dje@google.com>
1287
1288 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1289
aaf4119b
DE
12902010-06-03 Doug Evans <dje@google.com>
1291
1292 * gdbint.texinfo (Coding): Add subsection on command names.
1293
9eae7c52
TT
12942010-06-02 Tom Tromey <tromey@redhat.com>
1295
1296 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1297 always-disassemble.
1298
fa593d66
PA
12992010-06-01 Pedro Alves <pedro@codesourcery.com>
1300
1301 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1302 gdbserver, and add cross reference.
1303 (Tracepoints support in gdbserver): New subsection.
1304
dde08ee1
PA
13052010-05-26 Pedro Alves <pedro@codesourcery.com>
1306
1307 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1308 `qRelocInsn' feature.
1309 (Relocate instruction reply packet): New subsection
1310 of `Tracepoint Packets'.
1311 (Tracepoint Packets): Mention that packets QTDP and QTStart
1312 support the qRelocInsn request, and add cross reference to new
1313 subsection.
1314
07ca107c
DE
13152010-05-25 Doug Evans <dje@google.com>
1316
1317 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1318 (Commands In Python): Document gdb.string_to_argv.
1319
c25c4a8b
JK
13202010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1321
1322 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1323 ATTR_NORETURN.
1324
d7b32ed3 13252010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
1326 Tom Tromey <tromey@redhat.com>
1327 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 1328
c25c4a8b 1329 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 1330
6aecb9c2
JB
13312010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1332
1333 * gdb.texinfo: (Summary) Add mention about D language support.
1334 (Filenames): Add D suffixes.
1335 (D): New node.
1336
b7da9e9f
PM
13372010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1338
1339 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1340 of macro deleted from GDB code.
1341
ab38a727
PA
13422010-04-24 Pedro Alves <pedro@codesourcery.com>
1343
1344 * gdb.texinfo (Commands to specify files): Describe what how GDB
1345 looks up DOS-based filesystem paths on the system root. Document
1346 the new `set/show target-file-system-kind' commands.
1347
66d09542
DE
13482010-04-23 Doug Evans <dje@google.com>
1349
1350 * gdb.texinfo (Python): Move Auto-loading section here ...
1351 (Python API): from here.
1352 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1353 (Maintenance Commands): Add docs for "maint print section-scripts".
1354
8bd10a10
CM
13552010-04-20 Chris Moller <cmoller@redhat.com>
1356
1357 * gdb.texinfo (Setting Breakpoints): Added description of
1358 filename-qualified rbreak.
1359 * refcard.tex (Breakpoints and Watchpoints): Added brief
1360 description of filename-qualified rbreak.
1361
4c374409
JK
13622010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1363
1364 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1365 (Python API): Change the reference to Pretty Printing API.
1366 (Pretty Printing): Move the user part under the Data node. Reformat
1367 the sample output to 72 columns. Create a new reference to Pretty
1368 Printing API. Rename the API part ...
1369 (Pretty Printing API): To a new node name.
1370 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1371 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1372
5a9351ae
SS
13732010-04-21 Stan Shebs <stan@codesourcery.com>
1374
1375 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1376 and commands.
5a9351ae 1377 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1378
9a22f0d0
PM
13792010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1380
1381 * gdb.texinfo (Examining memory): Update for change in string
1382 display with explicit size.
1383
6149aea9
PA
13842010-04-19 Pedro Alves <pedro@codesourcery.com>
1385
1386 PR breakpoints/8554.
1387
1388 * gdb.texinfo (Save Breakpoints): New node.
1389 (save-tracepoints): Rename to ...
1390 (save tracepoints): ... this. Mention that `save-tracepoints' is
1391 a deprecated alias to `save tracepoints'.
1392
711e434b
PM
13932010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1394
645797a8 1395 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1396 (info w32 thread-information-block): Document new command.
1397 (qGetTIBAddress): Document new gdbserver query.
1398 (maint set/show show-all-tib): Document new command.
1399
3f7b2faa
DE
14002010-04-15 Doug Evans <dje@google.com>
1401
fa33c3cd
DE
1402 * gdb.texinfo (Python API): Add progspaces section.
1403 (Selecting Pretty-Printers): Progspace pretty-printers are
1404 searched too.
1405 (Progspaces In Python): New section.
1406
3f7b2faa
DE
1407 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1408
79f283fe
PM
14092010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1410
1411 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1412 returns None.
1413
87290684
SS
14142010-04-09 Stan Shebs <stan@codesourcery.com>
1415
1416 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1417 Describe the `frames-created' field, tweak grammar.
1418
a97153c7
PA
14192010-04-09 Pedro Alves <pedro@codesourcery.com>
1420
1421 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1422 Describe the `circular' and `disconnected' fields.
1423
5c5dcc1b
L
14242010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1425
1426 * gdb.texinfo (maint print registers): Mention unavailable and
1427 invisible registers.
1428
adc36818
PM
14292010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1430 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1431 Tom Tromey <tromey@redhat.com>
adc36818
PM
1432
1433 * gdb.texinfo (Breakpoints In Python): New Node.
1434
33da3f1c
SS
14352010-04-08 Stan Shebs <stan@codesourcery.com>
1436
1437 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1438 trace status fields.
1439
3a13a53b
L
14402010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1441
1442 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1443 optional. Make org.gnu.gdb.i386.avx requires
1444 org.gnu.gdb.i386.avx.
1445
08001717
DE
14462010-04-08 Doug Evans <dje@google.com>
1447
1448 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1449 search path, and document that gdb only scans the search path if
1450 the script's path doesn't specify a directory.
1451
c375651d
DE
14522010-04-05 Doug Evans <dje@google.com>
1453
1454 * gdb.texinfo (maint show python auto-load): Fix typo.
1455
af54718e
SS
14562010-04-04 Stan Shebs <stan@codesourcery.com>
1457
d77f58be
SS
1458 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1459 (Setting Watchpoints): Update description of "info watch".
1460 (Disabling Breakpoints): Only "info break" lists all.
1461
af54718e
SS
1462 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1463 (tdump): Explain how tdump works.
1464
86b17b60
PA
14652010-04-01 Pedro Alves <pedro@codesourcery.com>
1466
1467 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1468 add cross reference.
1469
ff12863f
PA
14702010-03-31 Pedro Alves <pedro@codesourcery.com>
1471
1472 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1473 commands error out.
1474
f68eb612
L
14752010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1476
1477 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1478
c8d5aac9
L
14792010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1480
1481 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1482
7d13fe92
SS
14832010-03-29 Stan Shebs <stan@codesourcery.com>
1484 Nathan Sidwell <nathan@codesourcery.com>
1485
1486 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1487 GDBN equivalent.
1488 (Set Tracepoints): Remove mention that conditional tracepoints
1489 don't exist.
1490 (Tracepoint Actions): Clarify when while-stepping collection
1491 happens, note that while-stepping does not automatically collect
1492 $pc.
1493
409873ef 14942010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1495
409873ef
SS
1496 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1497 (General Query Packets): Describe TracepointSource.
1498
ee8e71d4
EZ
14992010-03-27 Matt Rice <ratmice@gmail.com>
1500
c8d5aac9
L
1501 * gdb.texinfo (ARM): Document arguments to "target sim".
1502 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1503
99b5e152
PA
15042010-03-26 Pedro Alves <pedro@codesourcery.com>
1505
1506 * gdb.texinfo (Tracepoint Packets): Remove mention that
1507 terror:string may be plain text, and drop mention of X prefix.
1508
cd64ee31
VP
15092010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1510
1511 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1512
6c28cbf2
SS
15132010-03-24 Stan Shebs <stan@codesourcery.com>
1514
1515 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1516
95a42b64
TT
15172010-03-24 Tom Tromey <tromey@redhat.com>
1518
1519 PR breakpoints/9352:
1520 * gdb.texinfo (Break Commands): Update.
1521
18148017
VP
15222010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1523
1524 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1525 commands.
1526
4daf5ac0
SS
15272010-03-16 Stan Shebs <stan@codesourcery.com>
1528
1529 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1530 circular-trace-buffer.
1531 (Tracepoint Packets): Describe QTBuffer, and details of the
1532 qTStatus reply.
1533
c9429232
SS
15342010-03-12 Stan Shebs <stan@codesourcery.com>
1535 Nathan Sidwell <nathan@codesourcery.com>
1536
1537 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1538 doing instruction stepping.
1539 (Tracepoint Restrictions): New node.
1540
ccefe4c4
TT
15412010-03-10 Tom Tromey <tromey@redhat.com>
1542
1543 * gdbint.texinfo (Symbol Handling): Update.
1544
7c953934
TT
15452010-03-08 Tom Tromey <tromey@redhat.com>
1546
1547 PR cli/9591:
1548 * gdb.texinfo (Mode Options): Mention lack of pagination and
1549 confirmation with --batch.
1550 (Screen Size): Mention --batch.
1551 (Messages/Warnings): Likewise.
1552
f870a310
TT
15532010-03-05 Tom Tromey <tromey@redhat.com>
1554
1555 * gdb.texinfo (Basic Python): Document target_charset and
1556 target_wide_charset.
1557
78e2826b
TT
15582010-03-05 Tom Tromey <tromey@redhat.com>
1559
1560 * gdb.texinfo (Data): Link to pretty-printing.
1561 (Output Formats): Likewise. Correct text.
1562
f5dff777
DJ
15632010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1564
1565 * gdb.texinfo (Types): Describe <struct> and <flags>.
1566
dc00d89f
PM
15672010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1568
1569 * gdb.texinfo (Frames In Python): Add block parameter and
1570 description to read_var text.
1571
5107b149 15722010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1573 Tom Tromey <tromey@redhat.com>
5107b149
PM
1574
1575 * gdb.texinfo (Types In Python): Describe block argument in
1576 template_argument and gdb.lookup_type.
1577
e03e5e7b
TT
15782010-02-24 Tom Tromey <tromey@redhat.com>
1579
1580 * gdb.texinfo (Cygwin Native): Fix typo.
1581
f3e9a817
PM
15822010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1583
1584 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1585 and select method descriptions.
1586 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1587 Tables in Python to menu.
1588 (Blocks In Python): New node.
1589 (Symbols In Python): New node.
1590 (Symbol Tables in Python): New node.
1591
a79b8f6e
VP
15922010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1593
1594 Multiexec MI
1595
1596 gdb/
1597 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1598
1599 gdb/doc/
1600 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1601 changes.
1602 (GDB/MI Program Execution): Document current behaviour of
1603 --all and --thread-group.
1604 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1605 -remove-inferior.
1606 * observer.texi (inferior_added, inferior_removed): New
1607 observers.
1608
629d6a47
TT
16092010-02-19 Tom Tromey <tromey@redhat.com>
1610
1611 * gdbint.texinfo (Getting Started): Fix @node.
1612 (Debugging GDB): Likewise.
1613
c09529e5
JB
16142010-02-13 Joel Brobecker <brobecker@adacore.com>
1615
1616 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1617 documenting the gdb_test_timeout variable.
1618
540aa8e7
MS
16192010-02-12 Jakob Engblom <jakob@virtutech.com>
1620
1621 * gdb.texinfo (MI commands): Added documentation of --reverse
1622 option to a set of MI commands. Restructured documentation of MI
1623 commands --exec-continue to reflect the complexity of reverse
1624 execution.
1625
081dfbf7
PA
16262010-02-12 Pedro Alves <pedro@codesourcery.com>
1627
1628 * gdb.texinfo (Using the Collected Data): Specify that the address
1629 range of `tfind outsize' is exclusive, and that the address range
1630 of `tfind range' is inclusive.
1631 (Tracepoint Packets): Specify that the address range of
1632 `QTFrame:range' is inclusive, and that the address range of
1633 `QTFrame:outside' is exclusive
1634
8e9c5e02
VP
16352010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1636
1637 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1638
92981e24
TT
16392010-02-10 Tom Tromey <tromey@redhat.com>
1640
1641 * gdb.texinfo (Debugging Output): Document set debug parser and
1642 show debug parser.
1643
075b51b7
L
16442010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1645
1646 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1647 i386_eflags and i386_mxcsr.
1648
3bb8d5c3
L
16492010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1650
1651 * gdb.texinfo: Document i386 target features.
1652
c5f80513
DE
16532010-02-05 Doug Evans <dje@google.com>
1654
1655 * gdbint.texinfo (Testsuite): Add a new section to document the
1656 various DejaGnu variables that may be overridden.
1be00882 1657 Document INTERNAL_GDBFLAGS.
c5f80513 1658
6ac33a4e
TT
16592010-02-04 Tom Tromey <tromey@redhat.com>
1660
1661 PR cli/8830:
1662 * gdb.texinfo (Files): -readnow comes before the filename for file
1663 and symbol-file.
1664
a1dcb23a
DJ
16652010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1666
1667 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1668 Document ARM breakpoint types.
1669 (Register Packet Format): Move into the new section.
1670 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1671
95433b34
JB
16722010-01-21 Joel Brobecker <brobecker@adacore.com>
1673
1674 * gdb.texinfo (File Options): Adjust the documentation of this
1675 switch to refer to the "source" command rather than partially
1676 duplicating some of the relevant information.
1677 (Extending GDB): Introduce and document the set/show script-extension
1678 setting.
1679 (Command Files): Add note explaining that the "source" command
1680 is also used to evalute scripts written in other languages.
1681 Remove the short slightly incorrect reference to sourcing Python
1682 scripts.
1683 (Python Commands): Document how to execute a Python script from GDB.
1684
8d576872
JB
16852010-01-19 Joel Brobecker <brobecker@adacore.com>
1686
1687 * gdb.texinfo (Command Files): Fix typo.
1688
8150ff9c
JB
16892010-01-18 Tom Tromey <tromey@redhat.com>
1690
1691 * gdb.texinfo (File Options): Document -x on .py files.
1692 (Command Files): Document handling of Python scripts.
1693
23db03a6
JZ
16942010-01-18 Jie Zhang <jie.zhang@analog.com>
1695
1696 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1697
00bf0b85
SS
16982010-01-15 Stan Shebs <stan@codesourcery.com>
1699
1700 * gdb.texinfo (Trace Files): New section.
1701 (Tracepoint Packets): Document QTSave and qTBuffer.
1702 (Trace File Format): New appendix.
1703
be759fcf
PM
17042010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1705
1706 * gdb.texinfo (Values From Inferior): Document lazy_string value
1707 method.
1708 (Python API): Add Lazy strings menu item.
1709 (Lazy Strings In Python): New node.
1710
dc146f7c
VP
17112010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1712
1713 * gdb.texinfo (GDB/MI Thread Information): New.
1714 (GDB/MI Async Records): Document the core field in *stopped.
1715 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1716 documentation
1717 (Process list): Document that osdata document may contain
1718 threads.
1719 (Remote Serial Protocol): Document qXfer:threads.
1720
d5551862
SS
17212010-01-06 Stan Shebs <stan@codesourcery.com>
1722
1723 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1724 disconnected tracing.
1725 (Tracepoint Packets): Document new protocol.
1726
7a697b8d
SS
17272010-01-05 Stan Shebs <stan@codesourcery.com>
1728
1729 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1730 tracepoints.
1731 (Tracepoint Packets): Describe remote protocol for fast
1732 tracepoints.
1733
e6f3ec50
JB
17342010-01-01 Joel Brobecker <brobecker@adacore.com>
1735
1736 Update the "Start of New Year Procedure".
1737 * gdbint.texinfo: Add the list of files that need to be updated
1738 manually. Minor reformatting.
1739
ddc4e9c1
JB
17402010-01-01 Joel Brobecker <brobecker@adacore.com>
1741
1742 * refcard.tex: Update copyright year in header and text.
1743
9d2897ad
JB
17442010-01-01 Joel Brobecker <brobecker@adacore.com>
1745
1746 * agentexpr.texi: Add 2010 to the list of copyright years.
1747 * annotate.texinfo: Likewise.
1748 * gdb.texinfo: Likewise.
1749 * gdbint.texinfo: Likewise.
1750 * observer.texi: Likewise.
1751 * stabs.texinfo: Likewise.
1752
6da95a67
SS
17532009-12-31 Stan Shebs <stan@codesourcery.com>
1754
1755 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1756
236f1d4d
SS
17572009-12-29 Stan Shebs <stan@codesourcery.com>
1758
1759 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1760
f61e138d
SS
17612009-12-28 Stan Shebs <stan@codesourcery.com>
1762
1763 * gdb.texinfo (Trace State Variables): New section.
1764 (Tracepoint Packets): Describe trace state variable packets.
1765 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1766 variable bytecodes.
1767
0fe7935b
DJ
17682009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1769
1770 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1771 declarations.
1772
a6b29f87
VP
17732009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1774
1775 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1776 -gdb-exit behaviour.
1777
5e4bde96
JB
17782009-12-20 Joel Brobecker <brobecker@adacore.com>
1779
1780 * gpl.texi: Update to version 3 of the GPL.
1781
a1715244
JB
17822009-12-20 Joel Brobecker <brobecker@adacore.com>
1783
1784 * Makefile.in: Update copyright header.
1785 * observer.texi: Fix the copyright header of the generated files.
1786
361ae042
PM
17872009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1788
1789 * gdb.texinfo (Types In Python): Describe range function.
1790
bfd31e71
PM
17912009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1792
1793 * gdb.texinfo (Types In Python): Describe "is_base_class".
1794
57a1d736
TT
17952009-12-03 Tom Tromey <tromey@redhat.com>
1796
1797 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1798
8cebebb9
PP
17992009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1800
1801 * observer.texi: New memory_changed observer.
1802
16af530a
TT
18032009-12-01 Tom Tromey <tromey@redhat.com>
1804
1805 * gdb.texinfo (Reverse Execution): Fix typo.
1806
b6199126
DJ
18072009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1808
1809 PR gdb/8704
1810
1811 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1812 are allowed after the breakpoint condition.
1813
7a6973ad
TT
18142009-11-23 Tom Tromey <tromey@redhat.com>
1815
1816 PR python/10782:
1817 * gdb.texinfo (Types In Python): Document Type.pointer.
1818
21a0512e
PP
18192009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1820
1821 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1822
a5832c8f
PA
18232009-11-11 Pedro Alves <pedro@codesourcery.com>
1824
1825 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1826 (Using Agent Expressions): Delete cross reference.
1827
1eb7cd77
JB
18282009-11-07 Joel Brobecker <brobecker@adacore.com>
1829
1830 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1831 and @settitle directives up to help makeinfo find them.
1832
24ddea62
JK
18332009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1834
1835 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1836 (Auto-loading): Use plural and note one can use multiple components now.
1837
3afae151
VP
18382009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1839
1840 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1841 -stack-list-arguments have the same documentation for parameter
1842 as -stack-list-locals. Add comas.
1843
14ff2235
PM
18442009-10-27 Tom Tromey <tromey@redhat.com>
1845 Eli Zaretskii <eliz@gnu.org>
1846
c8d5aac9 1847 PR python/10781
14ff2235
PM
1848
1849 * gdb.texinfo (Values From Inferior): Document cast method.
1850
9c419145
PP
18512009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1852
1853 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1854 and adjust example.
889bf7c5 1855
29153c24
MS
18562009-10-22 Michael Snyder <msnyder@vmware.com>
1857
1858 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1859 info record command. Also document the new save and restore
29153c24
MS
1860 commands.
1861
2b28d209
PP
18622009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1863
1864 * gdb.texinfo (Machine Code): Mention current pc marker.
1865 (Memory): Likewise.
1866
6c95b8df
PA
18672009-10-19 Pedro Alves <pedro@codesourcery.com>
1868 Stan Shebs <stan@codesourcery.com>
1869
1870 * observer.texi (new_inferior): Rename to...
1871 (inferior_appeared): ... this.
1872
1873 * gdb.texinfo (Inferiors): Rename node to ...
1874 (Inferiors and Programs): ... this. Mention running multiple
1875 programs in the same debug session.
1876 <info inferiors>: Mention the new 'Executable' column if "info
1877 inferiors". Update examples. Document the "add-inferior",
1878 "clone-inferior", "remove-inferior" and "maint info
1879 program-spaces" commands.
1880 (Process): Rename node to...
1881 (Forks): ... this. Document "set|show follow-exec-mode".
1882
2f8132f3
MS
18832009-10-11 Michael Snyder <msnyder@vmware.com>
1884
1885 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1886 (ReverseContinue): Ditto.
1887
cba4b2d3
PP
18882009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1889
1890 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1891
da082f17
JK
18922009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1893
1894 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1895
08be9d71
ME
18962009-10-06 Michael Eager <eager@eagercon.com>
1897
1898 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1899 (Embedded Processors): Add MicroBlaze.
1900 (MicroBlaze): New. Describe Xilinx MicroBlaze
1901
08a0efd0
PA
19022009-10-04 Pedro Alves <pedro@codesourcery.com>
1903
1904 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1905
cbb8f428
EZ
19062009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1907
1908 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1909
30a4a70c
JB
19102009-09-23 Joel Brobecker <brobecker@adacore.com>
1911
1912 * observer.texi (solib_unloaded): Document explicitly the fact that
1913 this observer is called before the associated symbols are unloaded.
1914
b3372f91
VP
19152009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1916
1917 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1918 -stack-list-variables.
1919
f43030c4
TT
19202009-09-18 Tom Tromey <tromey@redhat.com>
1921
1922 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1923 is experimental.
1924
ec7e75e7
PP
19252009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1926
1927 * gdb.texinfo (convenince variables): Mention
1928 $_siginfo could be empty.
f43030c4 1929
0cc7d26f
TT
19302009-09-15 Tom Tromey <tromey@redhat.com>
1931
1932 * gdb.texinfo (GDB/MI Variable Objects): Document
1933 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1934 Expand -var-update documentation.
1935
a96d9b2e
SDJ
19362009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1937
1938 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1939 feature.
1940
005ca36a
JB
19412009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1942
1943 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1944
0d772ac9
MS
19452009-09-10 Michael Snyder <msnyder@vmware.com>
1946
1947 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1948 ReverseStep replies to the qSupported query.
1949
14fb1bac
JB
19502009-09-10 Joel Brobecker <brobecker@adacore.com>
1951
1952 Add documentation for set/show interactive-mode.
1953 * gdb.texinfo (Other Misc Settings): New node.
1954
29b090c0
DE
19552009-09-01 Doug Evans <dje@google.com>
1956
1957 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1958 non-stop mode's affect on remote caching.
1959
4e5d721f
DE
19602009-08-31 Jacob Potter <jdpotter@google.com>
1961 Doug Evans <dje@google.com>
1962
1963 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1964 Mark `set/show remotecache' options as obsolete.
1965 Document new `set/show stack-cache' option.
1966 Update text for `info dcache'.
1967
55333a84
DE
19682009-08-27 Doug Evans <dje@google.com>
1969
1970 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1971 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1972
bc3a0b4d
RW
19732009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1974
1975 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1976 about autoconf.
1977
3a1ff0b6
PA
19782009-08-25 Pedro Alves <pedro@codesourcery.com>
1979
1980 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1981 small example, and describe its columns. Replace "inferior-id" by
1982 "infno" throughout.
1983
81ecdfbb
RW
19842009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1985
af542c2e
RW
1986 * gdbint.texinfo (Releasing GDB): Point to
1987 README-maintainer-mode file for required autoconf version.
1988 * configure.ac: Do not substitute datarootdir, htmldir,
1989 pdfdir, docdir. Do not process --with-datarootdir,
1990 --with-htmldir, --with-pdfdir, --with-docdir.
1991 * configure: Regenerate.
1992
81ecdfbb
RW
1993 * configure: Regenerate.
1994
4efc6507
DE
19952009-08-20 Reid Kleckner <reid@kleckner.net>
1996
1997 * gdb.texinfo: Add chapter on JIT interface.
1998
43089a6e
NR
19992009-08-07 Nick Roberts <nickrob@snap.net.nz>
2000
2001 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 2002 confirmation request.
43089a6e 2003
99e008fe
EZ
20042009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
2005
c8d5aac9
L
2006 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
2007 CRC definitions.
99e008fe 2008
48cb2d85
VP
20092009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2010
2011 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 2012 -break-commands.
48cb2d85 2013
ff1a52c6
UW
20142009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2015
2016 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2017 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
2018
3285f3fe
UW
20192009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2020
2021 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2022 "set spu stop-on-load" and "show spu stop-on-load" commands.
2023
e35359c5
UW
20242009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2025
2026 * gdb.texinfo (Target Descriptions): Document <compatible> element.
2027
58d6951d
DJ
20282009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2029
2030 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
2031 org.gnu.gdb.arm.neon.
2032
08d16641
PA
20332009-07-20 Pedro Alves <pedro@codesourcery.com>
2034
2035 * gdb.texinfo (Target Description Format): Mention the new <osabi>
2036 optional element.
2037 (subsection OS ABI): New subsection.
2038
782b2b07
SS
20392009-07-14 Stan Shebs <stan@codesourcery.com>
2040
2041 * gdb.texinfo (Tracepoint Conditions): New section.
2042 (General Query Packets): Describe ConditionalTracepoints.
2043 (Tracepoint Packets): Describe condition field.
2044 (Maintenance Commands): Describe maint agent-eval.
2045 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
2046
9b117ef3
HZ
20472009-07-11 Hui Zhu <teawater@gmail.com>
2048
2049 * gdb.texinfo (disassemble): Add a new modifier /r
2050 to "disassemble" command to make it print the raw instructions
2051 in hex as well as in symbolic form.
2052
f5a33284
TT
20532009-07-09 Tom Tromey <tromey@redhat.com>
2054
2055 * gdbint.texinfo (Testsuite): Document parallel make check.
2056
812f7342
TT
20572009-07-09 Tom Tromey <tromey@redhat.com>
2058
2059 * gdbint.texinfo (Testsuite): Document test transcripts.
2060
fbb8f299
PM
20612009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2062
2063 * gdb.texinfo (Values From Inferior): Add length parameter
2064 description.
2065
dd8f35ac
EZ
20662009-07-04 Chris Genly <chris@genly.us>
2067
2068 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
2069 in -var-list-children. Fix example according to what the code
2070 does.
2071
2277426b
PA
20722009-07-02 Pedro Alves <pedro@codesourcery.com>
2073
2074 * gdb.texinfo (Debugging multiple inferiors): Document the
2075 "inferior", "detach inferior" and "kill inferior" commands.
2076 (Debugging Programs with Multiple Processes): Adjust to mention
2077 generic "inferior" commands. Delete mention of "detach fork" and
2078 "delete fork". Cross reference to "Debugging multiple inferiors"
2079 section.
2080
a6d9a66e
UW
20812009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2082
5af949e3
UW
2083 * gdbint.texinfo (Item Output Functions): Update signature
2084 for ui_out_field_core_addr.
2085
20862009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2087
2088 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
2089 Update example code extrated from breakpoint.c.
2090
9901a55b 20912009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 2092
9901a55b
PP
2093 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
2094 MI commands.
2095 (GDB/MI Symbol Query): Likewise.
2096 (GDB/MI File Commands): Likewise.
2097 (GDB/MI File Transfer Commands): Likewise.
2098 (GDB/MI Target Manipulation): Likewise.
2099 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 2100
edb3359d
DJ
21012009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
2102
2103 * gdb.texinfo (Debugging Optimized Code): New chapter.
2104 (Compiling for Debugging): Reference it. Move some
2105 text to the new section.
2106
7cd1089b
PM
21072009-06-15 Phil Muldoon <pmuldoon@redhat.com>
2108
2109 * doc/gdb.texinfo (Calling): Document
2110 set-unwind-on-terminating-exception usage.
2111
d4db2f36
PA
21122009-06-11 Pedro Alves <pedro@codesourcery.com>
2113
2114 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
2115 command.
2116
d1a7880c
PA
21172009-06-07 Pedro Alves <pedro@codesourcery.com>
2118
2119 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
2120 references.
2121
473f94e6
UW
21222009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
2123
2124 * gdbint.texinfo: Rename formal parameters to gdbarch function
2125 protoypes from "current_gdbarch" to "gdbarch".
2126
8f500870
TT
21272009-05-28 Tom Tromey <tromey@redhat.com>
2128
2129 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
2130
b6313243
TT
21312009-05-27 Tom Tromey <tromey@redhat.com>
2132
2133 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2134 feature.
2135 (GDB/MI Variable Objects): Document -var-set-visualizer.
2136
21372009-04-02 Tom Tromey <tromey@redhat.com>
2138
2139 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2140 feature.
2141 (GDB/MI Variable Objects): Document -var-set-visualizer.
2142
a6bac58e
TT
21432009-05-27 Tom Tromey <tromey@redhat.com>
2144 Thiago Jung Bauermann <bauerman@br.ibm.com>
2145 Phil Muldoon <pmuldoon@redhat.com>
2146
2147 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
2148 (Pretty Printing): New node.
2149 (Selecting Pretty-Printers): Likewise.
2150 (Python API): Update.
2151 (Output Formats): Document /r format.
2152
2c74e833
TT
21532009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
2154 Tom Tromey <tromey@redhat.com>
2155
2156 * gdb.texinfo (Types In Python): New node.
2157 (Values From Inferior): "type" is now an attribute.
2158 (Python API): Update.
2159
89c73ade
TT
21602009-05-27 Tom Tromey <tromey@redhat.com>
2161 Thiago Jung Bauermann <bauerman@br.ibm.com>
2162 Phil Muldoon <pmuldoon@redhat.com>
2163
2164 * gdb.texinfo: Add @syncodeindex for `tp'.
2165 (Python API): Update.
2166 (Auto-loading): New node.
2167 (Objfiles In Python): New node.
2168
17a37d48
PP
21692009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2170
2171 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 2172
6718376f
NR
21732009-05-15 Nick Roberts <nickrob@snap.net.nz>
2174
2175 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
2176
cbe54154
PA
21772009-05-12 Pedro Alves <pedro@codesourcery.com>
2178
2179 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
2180 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
2181 show show-debug-regs' docs.
2182
8e05493c
EZ
21832009-05-08 Eli Zaretskii <eliz@gnu.org>
2184
2185 * gdb.texinfo (Process Record and Replay): Add description of
2186 reverse execution.
2187
b39f4988
JB
21882009-05-07 Joel Brobecker <brobecker@adacore.com>
2189
2190 * gdbint.texinfo (Adding support for debugging core files): New node.
2191 (Native Debugging): Remove the ``Native core file Support'' section.
2192
a2311334
EZ
21932009-05-01 Eli Zaretskii <eliz@gnu.org>
2194
2195 * gdb.texinfo (Process Record and Replay): Improve and clarify.
2196 Add index entries.
2197
53cc454a 21982009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 2199 Michael Snyder <msnyder@vmware.com>
53cc454a 2200
a2311334
EZ
2201 * gdb.texinfo: (Process Record and Replay): Add documentation for
2202 process record and replay.
53cc454a 2203
484086b7
JK
22042009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2205
2206 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
2207 a new part on command-line defined macros.
2208
32ae1842
EZ
22092009-04-25 Eli Zaretskii <eliz@gnu.org>
2210
2211 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
2212 clarify the wording.
2213
b14b1491
TT
22142009-04-23 Tom Tromey <tromey@redhat.com>
2215
2216 * gdb.texinfo (Data Files): New node.
2217 (GDB Files): Update menu.
2218
5c1e86e1
JB
22192009-04-23 Joel Brobecker <brobecker@adacore.com>
2220
2221 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 2222 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 2223
83eba9b7
VP
22242009-04-22 Vladimir Prus <vladimir@codesourcery.com>
2225
2226 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2227
e31198c4
HZ
22282009-04-22 Hui Zhu <teawater@gmail.com>
2229
2230 * gdb.texinfo (disassemble-next-line): Set the default of
2231 disassemble-next-line to off.
2232
26e251b6
JM
22332009-04-21 Joseph Myers <joseph@codesourcery.com>
2234
2235 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2236 --with-htmldir): New.
2237 * configure: Regenerate.
2238 * Makefile.in (datarootdir, docdir): Define.
2239 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2240 instead of $(SET_TEXINPUTS).
2241 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2242 gdbint.info instead of $(SET_TEXINPUTS).
2243 (gdbint/index.html): Use same -I options as for building
2244 gdbint.info.
2245 (stabs.dvi, stabs.pdf): Use same -I options as for building
2246 stabs.info instead of $(SET_TEXINPUTS).
2247 (stabs/index.html): Use same -I options as for building
2248 stabs.info.
2249 (annotate.dvi, annotate.pdf): Use same -I options as for building
2250 annotate.info instead of $(SET_TEXINPUTS).
2251 (annotate/index.html): Use same -I options as for building
2252 annotate.info.
2253
eac35c4e
DD
22542009-04-21 David Daney <ddaney@caviumnetworks.com>
2255
2256 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2257
29b0e8a2
JM
22582009-04-21 Joseph Myers <joseph@codesourcery.com>
2259
2260 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2261
2b831889 22622009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 2263 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
2264
2265 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2266 (MAKEHTMLFLAGS): Set to empty.
2267 (html__strip_dir): Define.
2268 (HTMLFILES): Define.
2269 (HTMLFILES_INSTALL): Define.
2270 (install-html): Copy new automake rule.
2271 (html): Depend on $(HTMLFILES).
2272 (gdb_toc.html): Rename to gdb/index.html.
2273 (gdbint_toc.html): Rename to gdbint/index.html.
2274 (stabs_toc.html): Rename to stabs/index.html.
2275 (annotate_toc.html): Rename to annotate/index.html.
2276
89a34d1b
JM
22772009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2278
2279 * Makefile.in: Set pdfdir and htmldir from configure
2280 substitutions.
2281 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2282 * configure: Regenerate.
2283
a2d5da46
JB
22842009-04-16 Joel Brobecker <brobecker@adacore.com>
2285
2286 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2287 This macro is no longer used.
2288
732f6a93
TT
22892009-04-15 Tom Tromey <tromey@redhat.com>
2290
2291 * gdb.texinfo (Character Sets): Document default character set.
2292
87f9adc1
PM
22932009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2294
2295 * gdbint.texinfo: Change server name from sources.redhat.com to
2296 sourceware.org throughout.
2297
2c88c651
JB
22982009-04-09 Joel Brobecker <brobecker@adacore.com>
2299
2300 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2301 about a missing dot or coma after @xref.
2302
4f5376b2
JB
23032009-04-02 Joel Brobecker <brobecker@adacore.com>
2304
2305 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2306 example, and add a small explanation about it.
2307 (Print Settings): Change the documentation of the "set print
2308 frame-arguments" to reflect the fact that the default is now "scalars".
2309
a0381d3a
JB
23102009-04-02 Joel Brobecker <brobecker@adacore.com>
2311
2312 * gdb.texinfo (Print Settings): Add kindex for command "set
2313 print frame-arguments".
2314
45ac276d
JB
23152009-03-31 Joel Brobecker <brobecker@adacore.com>
2316
2317 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2318 breakpoints.
2319 (Set Breaks): Add reference to thread-specific and task-specific
2320 breakpoints.
2321
32cd1edc
JB
23222009-03-31 Joel Brobecker <brobecker@adacore.com>
2323
2324 * gdb.texinfo (Ada Tasks): Remove the documentation about
2325 the "Running" state, as this state has been eliminated.
2326 Now all runnable tasks are shown as "Runnable".
2327
1042e4c0
SS
23282009-03-30 Stan Shebs <stan@codesourcery.com>
2329
2330 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2331 special case of breakpoints.
2332 (Enable and Disable Tracepoints): Mention deprecation.
2333 (Listing Tracepoints): Update description and example.
2334
f8f6f20b
TJB
23352009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2336
2337 * gdb.texinfo (Frames in Python): New node.
2338 (Python API): Update.
2339
c0c6f777
TJB
23402009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2341
2342 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2343 from a method to an attribute.
2344
def2b000
TJB
23452009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2346
2347 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2348 attribute.
2349
a07daef3
PA
23502009-03-25 Pedro Alves <pedro@codesourcery.com>
2351
2352 * observer.texi (thread_exit): Add "silent" parameter.
2353
f3b1572e
PA
23542009-03-22 Pedro Alves <pedro@codesourcery.com>
2355
2356 * observer.texi (about_to_proceed): New.
2357
587afa38
EZ
23582009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2359
2360 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2361 field throughout to handle types with spaces in them. Fix typos
2362 found by aspell.
2363 (Summary, Requirements, Contributors): New first chapter,
2364 "Summary" added, old Requirements section moved there, and new
2365 section, "Contributors" added.
2366 (Initializing a New Architecture, Register Representation)
2367 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2368 (Porting gdb): These sections extended and updated.
2369 (Compiler Characteristics): This section (empty) deleted.
2370 (Defining Other Architecture Features): This section renamed and
2371 duplicate material removed from (formerly "Target Conditionals").
2372 Use braces {} in @deftypeXX type field throughout to handle types
2373 with spaces in them. Typos found by aspell fixed.
2374
2375 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2376 * stack_frame.pdf: Version of image for PDF output.
2377 * stack_frame.png: Version of image for HTML output and for Emacs.
2378 * stack_frame.txt: Version of image for Info output.
1db61298 2379 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2380
10af6951
EZ
23812009-03-21 Eli Zaretskii <eliz@gnu.org>
2382
2383 * gdb.texinfo (Character Sets): Fix last change.
2384
cc924cad
TJB
23852009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2386
2387 * gdb.texinfo (Values From Inferior): Fix optional arguments
2388 markup.
2389 (Commands In Python): Adjust argument names of gdb.Command.__init__
2390 to what the function accepts as keywords.
2391
bc3b79fd
TJB
23922008-03-20 Tom Tromey <tromey@redhat.com>
2393
2394 * gdb.texinfo (Convenience Vars): Document convenience functions.
2395 (Functions In Python): New node.
2396 (Python API): Update.
2397
6c7a06a3
TT
23982009-03-20 Tom Tromey <tromey@redhat.com>
2399
2400 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2401 set target-wide-charset.
2402 (Requirements): Mention iconv.
2403
b646ddd4
HZ
24042009-03-17 Hui Zhu <teawater@gmail.com>
2405
2406 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2407
91440f57
HZ
24082009-03-17 Hui Zhu <teawater@gmail.com>
2409
2410 * gdb.texinfo: Add documentation for disassemble-next-line.
2411
8fd41227
TJB
24122009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2413
2414 * gdb.texinfo (Commands In Python): Remove tindex entries.
2415
61ff14c6
JK
24162009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2417
2418 * gdb.texinfo (Returning): New description for missing debug info.
2419
0b16c5cf
PA
24202009-03-14 Pedro Alves <pedro@codesourcery.com>
2421
2422 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2423 (General Query Packets): Document qAttached.
0b16c5cf 2424
32fc0df9
PA
24252009-03-05 Pedro Alves <pedro@codesourcery.com>
2426
2427 * gdb.texinfo (Background Execution): Better describe the set
2428 target-async command.
2429 (Maintenance Commands): Delete description of the `maint set/show
2430 linux-async' and `maint set/show remote-async' commands.
2431
134eb42c
VP
24322009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2433
2434 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2435 between sentences.
2436
c86cf029
VP
24372009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2438
2439 * gdb.texinfo (GDB/MI Async Records): Document the
2440 =library-loaded and =library-unloaded notifications.
2441
3ea85240
VP
24422009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2443
2444 * observer.texi (test_notification): New observer.
2445
1d33d6ba
VP
24462009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2447
61ff14c6
JK
2448 * observer.texi: Add parameter 'print_frame' to normal_stop
2449 observer.
1d33d6ba 2450
d721c933
EZ
24512009-02-07 Eli Zaretskii <eliz@gnu.org>
2452
2453 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2454 (Commands In Python): Fix COMMAND_* constants in last change. Use
2455 @kbd for interactive input. Add cross-references and index
2456 entries.
2457
4aa995e1
PA
24582009-02-06 Pedro Alves <pedro@codesourcery.com>
2459
2460 * gdb.texinfo (Signals): Document $_siginfo.
2461 (Convenience Variables): Mention $_siginfo.
2462 (Remote Configuration): Document qXfer:siginfo:read,
2463 qXfer:siginfo:write packets, and the read-siginfo-object,
2464 write-siginfo-object commands.
2465
5f5233d4
PA
24662009-02-06 Pedro Alves <pedro@codesourcery.com>
2467
2468 * gdbint.texinfo (Values): New chapter.
2469
d8906c6f
TJB
24702009-02-06 Tom Tromey <tromey@redhat.com>
2471
2472 * gdb.texinfo (Python API): Add entry for Commands In Python.
2473 (Commands In Python): New node.
2474
b6cb8e7d
TJB
24752009-02-05 Tom Tromey <tromey@redhat.com>
2476
2477 * gdb.texinfo (Values From Inferior): Document Value.string.
2478
12453b93
TJB
24792009-02-05 Tom Tromey <tromey@redhat.com>
2480
2481 * gdb.texinfo (Basic Python): Document execute's from_tty
2482 argument.
2483
08c637de
TJB
24842009-02-04 Tom Tromey <tromey@redhat.com>
2485
2486 * gdb.texinfo (Basic Python): Document gdb.history.
2487
592375cd
VP
24882009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2489
2490 * gdb.texinfo (GDB/MI Thread Commands): Document the
2491 'current-thread-id' field. Remove the example with zero threads,
2492 since current GDB won't ever report that if there's inferior.
2493
41447f92
VP
24942009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2495
2496 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2497 option to -break-insert.
2498
098b41a6
JG
24992009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2500 Jerome Guitton <guitton@adacore.com>
2501
2502 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2503 (System-wide configuration): New section.
2504
3c16cced
PA
25052009-01-26 Pedro Alves <pedro@codesourcery.com>
2506
2507 PR gdb/7580:
2508 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2509 internal-error|internal-warning quit|corefile ask|yes|no".
2510
62709adf
PA
25112009-01-26 Pedro Alves <pedro@codesourcery.com>
2512
2513 * gdb.texinfo (Using the `gdbserver' Program): Document
2514 --remote-debug.
2515
7ce58dd2
DE
25162009-01-23 Doug Evans <dje@google.com>
2517
2518 * gdb.texinfo: Add nexti to list of commands that support
2519 background execution.
2520
adb483fe
DJ
25212009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2522
2523 * gdb.texinfo (Define, Hooks): Document prefix command support.
2524
a67ec3f4 25252009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2526 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2527
2528 Fixes for makeinfo --html.
2529
2530 * annotate.texinfo: Use @copying and @insertcopying. Use
2531 @ifnottex in place of @ifinfo.
2532 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2533 place of @ifinfo. Use @ifnotinfo for one index entry.
2534 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2535 in place of @ifinfo.
2536 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2537 in place of @ifinfo. Include contents at start unconditionally.
2538
84fcdf95
PA
25392009-01-13 Pedro Alves <pedro@codesourcery.com>
2540
2541 * gdb.texinfo (General Query Packets): Remove @var{} around the
2542 "spu" literal string.
2543
fa3a767f
PA
25442009-01-07 Pedro Alves <pedro@codesourcery.com>
2545
2546 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2547 program may be running in another process" errors.
2548 * gdbint.texinfo (Native Conditionals): Delete
2549 ONE_PROCESS_WRITETEXT description.
2550
9cb011d3
JB
25512009-01-07 Joel Brobecker <brobecker@adacore.com>
2552
2553 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2554 emacs local variable to be placed at the end of the ChangeLog.
2555 Add server.c and gdbreplay.c to the list of files where the
2556 copyright year needs to be updated.
2557
84603566
SL
25582009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2559
2560 * gdb.texinfo (Remote Configuration): Document new
2561 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2562 commands.
2563
a53f55d8
PA
25642008-12-28 Pedro Alves <pedro@codesourcery.com>
2565
2566 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2567 FETCH_INFERIOR_REGISTERS.
2568 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2569 FETCH_INFERIOR_REGISTERS descriptions. Remove
2570 gdbarch_get_longjmp_target descrition, since already described in
2571 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2572 (Target Conditionals): ... here.
2573
077e0a52
JB
25742008-12-16 Joel Brobecker <brobecker@adacore.com>
2575
2576 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2577 examples.
2578 (Additions to Ada): Likewise. Add the missing opening and closing
2579 parenthesis of the GDB prompt in one of the examples.
2580
023eb17c
JB
25812008-12-14 Joel Brobecker <brobecker@adacore.com>
2582
2583 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2584 about the result of 'Address not being of type System.Address.
2585 This problem has been fixed a while ago.
2586
c3b108f7
VP
25872008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2588
2589 MI non-stop and multiprocess docs.
2590
c8d5aac9
L
2591 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2592 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2593 Adjust documentation for *stopped, document =thread-created,
2594 =thread-exited, =thread-group-created and =thread-group-exited.
2595 (GDB/MI Thread Commands): Document the 'state' field in
2596 -thread-info output.
2597 (GDB/MI Program Execution): Mention --all and --thread-group
2598 options.
2599 (GDB/MI Variable Objects): Describe floating and fixed variable
2600 objects.
2601 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2602
07e059b5
VP
26032008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2604
c8d5aac9
L
2605 * gdb.texinfo (Operating System Information): New appendix.
2606 (Operating System Auxiliary Information): Document 'info os processes'
2607 (Remote Configuration): Document 'osdata'
2608 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2609
a80b95ba
TG
26102008-11-27 Tristan Gingold <gingold@adacore.com>
2611
2612 * gdb.texinfo (Darwin): Document Darwin specific features.
2613
a655d424
JK
26142008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2615
2616 * gdbint.texinfo (Target Conditionals): Extend the
2617 gdbarch_breakpoint_from_pc description.
2618
249e1128
VP
26192008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2620
2621 * gdb.texinfo (M68K Features): Fix typo.
2622
c14c28ba
PP
26232008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2624
2625 * gdb.texinfo (Symbols): Mention printing containing
2626 image name in "info symbol".
2627 (Maint translate-address): Likewise.
889bf7c5 2628
394a6666
JB
26292008-11-18 Joel Brobecker <brobecker@adacore.com>
2630
2631 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2632 commands "catch load" and "catch unload".
2633
66bb093b
VP
26342008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2635
2636 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2637 =thread-selected.
889bf7c5 2638
4a92f99b
VP
26392008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2640
c8d5aac9 2641 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2642
f0323ca0
PA
26432008-10-27 Pedro Alves <pedro@codesourcery.com>
2644
2645 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2646 .mt files, TM_CLIBS or TM_CDEPS.
2647 (x86 Watchpoints): Don't mention TDEPFILES.
2648
8b23ecc4
SL
26492008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2650
2651 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2652 (Overview): Mention notifications and non-stop mode behavior.
2653 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2654 with non-stop mode behavior. Add vStopped description.
2655 (Stop Reply Packets): Update list of packets that return
2656 stop replies. Mention non-stop behavior.
2657 (General Query Packets): Document QNonStop packet and associated
2658 qSupported query response.
2659 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2660 behavior.
2661 (Notification Packets): New section.
2662 (Remote Non-Stop): New section.
2663 (File-I/O Overview): Mention non-stop behavior.
2664
fff08868
HZ
26652008-10-24 Hui Zhu <teawater@gmail.com>
2666 Pedro Alves <pedro@codesourcery.com>
2667
2668 * gdb.texinfo (displaced-stepping): Describe the auto mode
2669 setting, and say it's the default. This is now a mainstream
2670 setting instead of a maintenance setting.
2671
252fbfc8
PA
26722008-10-23 Pedro Alves <pedro@codesourcery.com>
2673
2674 * observer.texi (thread_stop_requested): New.
2675
20924a55
JB
26762008-10-22 Joel Brobecker <brobecker@adacore.com>
2677
2678 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2679 (Patching): Replace incorrect usage of @samp by @kbd.
2680
bacec72f
MS
26812008-10-17 Michael Snyder <msnyder@vmware.com>
2682
2683 * gdb.texinfo: Add documentation for reverse execution.
2684
a08702d6 26852008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2686 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2687
2688 * gdb.texinfo. (Values From Inferior): New subsubsection.
2689
d97bc12b
DE
26902008-10-06 Doug Evans <dje@google.com>
2691
2692 * gdb.texinfo (set debug dwarf2-die): Document it.
2693
87f67dba
JB
26942008-10-01 Joel Brobecker <brobecker@adacore.com>
2695
2696 * gdb.texinfo (catch) [exception]: Document how to insert
2697 a breakpoint on user-defined exceptions when the exception
2698 name is identical to one of the language-defined ones.
2699
2fae03e8
TT
27002008-09-27 Tom Tromey <tromey@redhat.com>
2701
2702 * gdb.texinfo (Macros): Remove text about stringification,
2703 varargs, and splicing.
2704
5c6ce71d
TT
27052008-09-27 Tom Tromey <tromey@redhat.com>
2706
2707 * gdbint.texinfo (Language Support): Remove text about omitting
2708 support for a language.
2709
07128da0
DE
27102008-09-23 Doug Evans <dje@google.com>
2711
2712 * gdb.texinfo (info dcache): Update.
2713
b90a069a
SL
27142008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2715
2716 * gdb.texinfo (Packets): Add info on thread-id syntax and
2717 multiprocess extensions.
2718 <D>: Document multiprocess form of packet.
2719 <H>: Use thread-id syntax.
2720 <T>: Likewise.
2721 <vCont>: Likewise. Note this is required for multiprocess.
2722 <vKill>: New packet.
2723 (Stop Reply Packets) <T>: Use thread-id syntax.
2724 <W>: Document multiprocess form of reply.
2725 <X>: Likewise.
2726 (General Query Packets) <qC>: Use thread-id syntax.
2727 <qfThreadInfo>: Likewise.
2728 <qGetTLSAddr>: Likewise.
2729 <qP>: Likewise.
2730 <qSupported>: Add "multiprocess" feature.
2731 <qThreadExtraInfo>: Use thread-id syntax.
2732
b77209e0
PA
27332008-09-22 Stan Shebs <stan@codesourcery.com>
2734
2735 * gdb.texinfo (Inferiors): New section.
2736
3d0bb823
PA
27372008-09-12 Pedro Alves <pedro@codesourcery.com>
2738
2739 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2740
f8dcfc0a
UW
27412008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2742
2743 * gdbint.texinfo (Target Conditionals): Remove documentation
2744 for gdbarch_name_of_malloc.
2745
8775bb90
MS
27462008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2747
2748 * gdb.texinfo (Interrupts): Mention TCP interface for
2749 sending BREAK.
2750
f1838a98
UW
27512008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2752
2753 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2754 argument prefix to "set sysroot".
2755
158c7665
PH
27562008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2757
2758 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2759 and False.
2760
30e026bb
VP
27612008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2762
c8d5aac9
L
2763 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2764 for possible features of -list-features.
30e026bb 2765
c6ebd6cf
VP
27662008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2767
c8d5aac9 2768 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2769 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2770
aeac0ff9
VP
27712008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2772
2773 * doc/gdb.texinfo (PowerPC): Fix typo.
2774 (PowerPC features): Fix typo.
2775
5231c1fd
PA
27762008-08-18 Pedro Alves <pedro@codesourcery.com>
2777
2778 * observer.texi (thread_ptid_changed): New.
2779
677c5bb1
LM
27802008-08-18 Luis Machado <luisgpm@br.ibm.com>
2781
2782 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2783 (PowerPC features): Mention feature set for VSX registers.
2784
f3a2dd1a
JB
27852008-08-13 Joel Brobecker <brobecker@adacore.com>
2786
2787 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2788 the direct visibility of all names in user-written packages.
2789
33e5cbd6
PA
27902008-08-13 Pedro Alves <pedro@codesourcery.com>
2791
2792 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2793 setting, and make it the default.
2794 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2795 non-stop script example.
2796
d0384fc4
TJB
27972008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2798
2799 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2800 reference to the "Using Different Register and Memory Data
2801 Representation" section.
2802
a6f3e723
SL
28032008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2804
2805 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2806 (Remote Protocol): Add Packet Acknowledgment to menu.
2807 (Overview): Mention +/- can be disabled, and point to new section
2808 where this is discussed in detail.
2809 (General Query Packets): Document QStartNoAckMode packet, and
2810 corresponding qSupported reply.
2811 (Packet Acknowledgment): New section.
2812
0606b73b
SL
28132008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2814 Pedro Alves <pedro@codesourcery.com>
2815
2816 * gdb.texinfo (Threads): Move paragraph about automatic thread
2817 selection to All-Stop Mode subsection.
2818 (Thread Stops): Reorganize existing material into subsections.
2819 Add introductory blurb and menu.
2820 (Non-Stop Mode): New subsection.
2821 (Background Execution): New subsection.
2822 (Maintenance Commands): Add cross-references from async mode
2823 commands to the new Background Execution section.
2824
d57a3c85
TJB
28252008-08-06 Tom Tromey <tromey@redhat.com>
2826
2827 * gdb.texinfo (Extending GDB): New chapter.
2828 (Sequences): Demoted chapter, now a section under the new
2829 Extending GDB chapter.
2830 (Python): New section.
2831
6d76a53d
SS
28322008-07-31 Stan Shebs <stan@codesourcery.com>
2833
2834 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2835
1f70da6a
SS
28362008-07-29 Stan Shebs <stan@codesourcery.com>
2837
2838 * gdbint.texinfo: General round of cleanup and minor
2839 clarifications.
2840 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2841 (Longjmp Support): Update description to reflect how it is done
2842 for targets without using native header.
2843 (Symbol Handling): Add a little more general explanation.
2844 (COFF, ELF): Mention stabs encapsulation.
2845 (DWARF 3): New section.
2846 (Adding a New Host): Scrub out some obsolete bits.
2847 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2848 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2849 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2850 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2851 SEEK_SET, STOP_SIGNAL, USG.
2852 (Raw and Virtual Register Representations): Ditto for
2853 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2854 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2855 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2856 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2857 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2858 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2859 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2860 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2861 DEPRECATED_USE_STRUCT_CONVENTION.
2862 Describe gdbarch_deprecated_fp_regnum.
2863 Update description of gdbarch_print_insn.
2864 (Adding a New Target): Scrub out obsolete bits.
2865 (Obsolete Conditionals): Remove entire section.
2866
383f836e
TT
28672008-07-25 Tom Tromey <tromey@redhat.com>
2868
2869 * observer.texi (GDB Observers): Document new observers:
2870 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2871 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2872 architecture_changed.
2873
cfd8ab24
SS
28742008-07-21 Stan Shebs <stan@codesourcery.com>
2875
2876 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2877 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2878
781b42b0
TT
28792008-07-21 Tom Tromey <tromey@redhat.com>
2880
2881 * observer.texi (GDB Observers): Remove obsolete comment.
2882 <executable_changed>: Remove argument.
2883
d7d9f01e
TT
28842008-07-18 Tom Tromey <tromey@redhat.com>
2885
2886 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2887
bf250677
DE
28882008-07-10 Doug Evans <dje@google.com>
2889
2890 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2891
10568435
JK
28922008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2893
2894 * gdb.texinfo (Starting): Document "set disable-randomization".
2895
5ae4183a
AS
28962008-07-07 Andreas Schwab <schwab@suse.de>
2897
2898 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2899
b56e7235
VP
29002008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2901
2902 * gdb.texinfo (GDB/MI Target Manipulation): Add
2903 example of -target-attach.
2904
e1ac3328
VP
29052008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2906
2907 * observer.texi (target_resumed): New observer.
5ae4183a 2908 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2909
65d12d83
TT
29102008-06-06 Tom Tromey <tromey@redhat.com>
2911
2912 * gdb.texinfo (Completion): Add field name example.
2913
fbc5282e
MK
29142008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2915
2916 * gdb.texinfo (GDB/MI Program Context): Added example
2917 to -exec-arguments
5ae4183a 2918
fbc5282e 29192008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2920
2921 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2922 annotation.
2923
c16158bc 29242008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2925 Nathan Sidwell <nathan@codesourcery.com>
2926 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2927
2928 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2929 and ACX_BUGURL.
2930 * configure: Regenerate.
2931 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2932 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2933 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2934 mailing-list-specific text about bug reporting unless
2935 BUGURL_DEFAULT.
2936
75c99385
PA
29372008-06-05 Pedro Alves <pedro@codesourcery.com>
2938
2939 * gdb.texinfo (-target-select): Remove reference to target async.
2940 (Maintenance Commands): Document "maint set/show remote-async".
2941
1763a388
MK
29422008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2943
2944 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2945 in -target-file-get section.
5ae4183a 2946
d0d064df
PA
29472008-05-22 Pedro Alves <pedro@codesourcery.com>
2948
9b562ab8
PA
2949 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2950 killing the inferior when it is already debugging a process.
d0d064df 2951
8dfa32fc
JB
29522008-05-21 Joel Brobecker <brobecker@adacore.com>
2953
2954 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2955 abbreviation for "finish".
2956
55f996a7
NR
29572008-05-21 Nick Roberts <nickrob@snap.net.nz>
2958
2959 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2960
ba2b1c56
DJ
29612008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2962
2963 * gdbint.texinfo (Target Conditionals): Delete entry for
2964 gdbarch_dwarf_reg_to_regnum.
2965
08388c79
DE
29662008-05-09 Doug Evans <dje@google.com>
2967
a3c83fae 2968 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2969
d14508fe
DE
29702008-05-05 Doug Evans <dje@google.com>
2971
2972 * gdb.texinfo (disassemble): Document /m modifier.
2973
e2b7ddea
VP
29742008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2975
5ae4183a
AS
2976 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2977 will not report the time of commands that run the target.
e2b7ddea 2978
8eb41542
VP
29792008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2980
2981 * gdb.texinfo (GDB/MI Output Records): Add
2982 missing semicolon.
2983
82f68b1c
VP
29842008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2985
2986 * gdb.texinfo (GDB/MI Output Records):
2987 Document =thread-create and =thread-exited.
2988
fa0f268d
VP
29892008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2990
2991 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2992 Remove mention of dmi-discuss.
fa0f268d 2993
063bfe2e
VP
29942008-05-03 Pedro Alves <pedro@codesourcery.com>
2995
2996 * observer.texi (thread_exit): New.
2997
237fc4c9
PA
29982008-05-02 Pedro Alves <pedro@codesourcery.com>
2999
3000 * gdb.texinfo (Debugging Output): Document "set/show debug
3001 displaced".
3002 (Maintenance Commands): Document "maint set/show
3003 can-use-displaced-stepping".
3004
0428b8f5
DJ
30052008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3006
3007 * gdb.texinfo (ARM): Document set/show arm fallback-mode
3008 and set/show arm force-mode.
3009
5009afc5
AS
30102008-05-02 Andreas Schwab <schwab@suse.de>
3011
3012 * gdbint.texinfo (Algorithms): Describe
3013 target_watchpoint_addr_within_range.
3014
669fac23
DJ
30152008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3016
3017 * gdbint.texinfo (Stack Frames): New chapter.
3018 (Algorithms): Move Frames text to the new chapter.
3019 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
3020 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
3021
721c02de
VP
30222008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3023
5ae4183a
AS
3024 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
3025 output does not necessary include any tokens.
721c02de 3026
c055b101
CV
30272008-04-22 Corinna Vinschen <vinschen@redhat.com>
3028
3029 * gdb.texinfo (Set SH Calling convention): New @item.
3030 (Show SH Calling convention): Ditto.
3031
68837c9d
MD
30322008-04-22 Markus Deuling <deuling@de.ibm.com>
3033
3034 * gdb.texinfo (Fortran Operators): Describe '%' operator.
3035
2e9132cc
EZ
30362008-04-20 Eli Zaretskii <eliz@gnu.org>
3037
3038 * gdb.texinfo (Set Breaks): Mention that multiple location
3039 breakpoints need line number info. Add index entries.
3040
31fffb02
CS
30412008-04-19 Craig Silverstein <csilvers@google.com>
3042
3043 * gdb.texinfo (Requirements): Add an optional requirement on
3044 zlib.
3045 * gdbint.texinfo (Debugging File Formats): Add new subsection for
3046 Compressed DWARF 2.
3047
a47ec5fe
AR
30482008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
3049
3050 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
3051 sample output for 'stopped,reason="breakpoint-hit"' message.
3052 (GDB/MI Program Execution): Likewise.
3053
de051565
MK
30542008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3055
5ae4183a 3056 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
3057 -var-set-format. Add -f option to -var-evaluate-expression.
3058
6ba66d6a
JB
30592008-04-03 Joel Brobecker <brobecker@adacore.com>
3060
3061 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
3062 new node "Ambiguous Expressions". Replace references to this
3063 node by references to "Ambiguous Expressions" throughout.
3064 (Ambiguous Expressions): New node.
3065
1e26b4f8
DJ
30662008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
3067
3068 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
3069
b84876c2
PA
30702008-03-21 Pedro Alves <pedro@codesourcery.com>
3071
3072 * gdb.texinfo (Debugging Output): Document
3073 "set/show debug lin-lwp-async".
3074 (Maintenance Commands): Document "maint set/show linux-async".
3075
63092375
DJ
30762008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3077
3078 * gdb.texinfo (Expressions): Update description of malloced arrays.
3079
8e8901c5
VP
30802008-03-15 Vladimir Prus <vladimir@codesourcery.com>
3081
3082 * gdb.texinfo (Thread Commands): Document
3083 -thread-info. Remove -thread-list-all-threads.
3084
1fddbabb
PA
30852008-03-14 Pedro Alves <pedro@codesourcery.com>
3086 Sandra Loosemore <sandra@codesourcery.com>
3087
3088 * gdb.texinfo (Library List Format): Update to mention the
3089 possibility to pass section addresses instead of segment
3090 addresses.
3091
ccd213ac
DJ
30922008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
3093
3094 * gdb.texinfo (Starting): Document "set exec-wrapper".
3095 (Server): Document gdbserver --wrapper.
3096
fa4727a6
DJ
30972008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3098
3099 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
3100 unreadable memory. Delete obsolete SPARClite reference.
3101
8edfe269
DJ
31022008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3103
3104 * gdb.texinfo (Starting): Mention always-running targets.
3105 (Target Commands): Add an anchor for load.
3106 (Connecting): Explain continue instead of run.
3107
1843f87b
DJ
31082008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
3109
3110 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
3111
f9082629
NR
31122008-02-26 Nick Roberts <nickrob@snap.net.nz>
3113
3114 * gdb.texinfo (Set Breaks): Revert description of Enb column of
3115 breakpoint table.
3116
fd96d250
PA
31172008-02-19 Pedro Alves <pedro@codesourcery.com>
3118
3119 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
3120 killing the inferior when it is already debugging a process.
3121
36af4ef6
MD
31222008-02-13 Markus Deuling <deuling@de.ibm.com>
3123
3124 * gdbint.texinfo (Build Script): New section. Mention new build script
3125 gdb_buildall.sh.
3126
cda4ce5a
JB
31272008-02-01 Jim Blandy <jimb@red-bean.com>
3128
3129 * gdb.texinfo (Help): Summarize 'info args' correctly.
3130
4acd40f3
TJB
31312008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3132
3133 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
3134 available in PowerPC architecture.
3135 (Embedded Processors): Change node name of PowerPC item in menu.
3136 (PowerPC): Rename to...
3137 (PowerPC Embedded): this.
3138 (Architectures): Add new PowerPC item in menu.
3139 (PowerPC): New node.
3140
6e6c6f50
DJ
31412008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3142
3143 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
3144 commands.
3145
5ee187d7
DJ
31462008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3147
3148 * gdb.texinfo (Setting Catchpoints): Mention features
3149 supported on GNU/Linux.
3150
e275c0d9
NR
31512008-01-30 Nick Roberts <nickrob@snap.net.nz>
3152
3153 * gdb.texinfo (GDB/MI File Commands): Describe new output
3154 field for MI command -file-list-exec-source-file.
3155
2d717e4f
DJ
31562008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3157
3158 * gdb.texinfo (Using the `gdbserver' Program): Add security
3159 warning. Rearrange into subsections and subsubsections. Document
3160 --multi and --debug. Correct --with-sysroot typo. Update --attach
3161 usage. Make load reference clearer. Document monitor exit.
3162 (Remote Configuration): Document set remote exec-file, attach-packet,
3163 and run-packet.
3164 (Packets): Document vAttach and vRun.
3165
d35a4257 31662008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
3167
3168 * gdb.texinfo (Processes): Mention process command.
889bf7c5 3169 detach-on-follow -> detach-on-fork.
f663676d 3170
c78d192c
DJ
31712008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3172
3173 * gdbint.texinfo (Native Conditionals): Remove
3174 SHELL_COMMAND_CONCAT and SHELL_FILE.
3175
d35a4257
EZ
31762008-01-26 Eli Zaretskii <eliz@gnu.org>
3177
3178 * gdb.texinfo (Specify Location): Improve wording.
3179
93815fbf
VP
31802008-01-23 Chris Demetriou <cgd@google.com>
3181
3182 * gdb.texinfo (Threads): Document new "set print thread-events"
3183 and "show print thread-events" commands.
3184
2a25a5ba
EZ
31852008-01-19 Eli Zaretskii <eliz@gnu.org>
3186
3187 * gdb.texinfo (Specify Location): New section.
3188 (Delete Breaks, Edit, Set Breaks): Remove description of
3189 locations. Instead, add a reference to "Specify Location".
3190 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
3191 (Symbols): Refer to "Specify Location" for the valid forms of
3192 linespecs and locations.
3193
32c9a795
MD
31942008-01-18 Markus Deuling <deuling@de.ibm.com>
3195
3196 * gdbint.texinfo (Target Conditionals): Replace the description of
3197 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
3198
b17828ca
JB
31992008-01-12 Paul Hilfinger <hilfinger@adacore.com>
3200
3201 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
3202 about &&var, which is rejected by the expression parser.
3203
0aea4bf3
LM
32042008-01-09 Luis Machado <luisgpm@br.ibm.com>
3205
3206 * gdb.texinfo (Output): Update documentation on using printf with DFP
3207 types.
3208
febe4383
TJB
32092008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3210
3211 * gdb.texinfo (C and C++): Add Decimal Floating Point format
3212 subsubsection.
3213 (Decimal Floating Point format): New subsubsection.
3214
7a404eba
PA
32152008-01-05 Pedro Alves <pedro@codesourcery.com>
3216
3217 * gdb.texinfo (File Options): Remove mention of the attempt to
3218 open a core file with the -p option. Don't list -c as a valid
3219 option to attach to a process.
3220
a4d9b460
PA
32212008-01-05 Pedro Alves <pedro@codesourcery.com>
3222
3223 * gdbint.texinfo (Host Conditionals): Remove mention of
3224 ALIGN_STACK_ON_ENTRY.
3225
6ec2edbe
JB
32262008-01-05 Joel Brobecker <brobecker@adacore.com>
3227
3228 * gdbint.texinfo (Start of New Year Procedure): Add item
3229 describing how to update the source and documentation copyright
3230 notices.
3231
d8b2a693
JB
32322007-12-18 Jim Blandy <jimb@codesourcery.com>
3233
ab209b3a 3234 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
3235 watchpoint explanation into the main description of the watchpoint
3236 command; update synopses of 'watch', 'rwatch', and 'awatch'
3237 commands.
3238
8b4ed427
VP
32392007-12-18 Vladimir Prus <vladimir@codesourcery.com>
3240
3241 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3242 Document 'pending-breakpoints' feature of
3243 -list-features.
3244
37e4754d
LM
32452007-12-17 Luis Machado <luisgpm@br.ibm.com>
3246
669fac23 3247 * gdb.texinfo: Add new parameter's description.
37e4754d 3248
1d3811f6
DJ
32492007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3250
3251 * gdb.texinfo (Overview): Clarify run-length encoding
3252 example. Remove the restriction on "+" and "-" characters.
3253
c1c25a1a
EZ
32542007-12-15 Eli Zaretskii <eliz@gnu.org>
3255
3256 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3257
afe8ab22 32582007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3259
afe8ab22
VP
3260 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3261 the -f option for -break-insert, remove -r option,
3262 and clarify specification of location.
3263
a6b151f1
DJ
32642007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3265
3266 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3267 formatting.
3268 (Remote Debugging): Add File Transfer section.
3269 (Remote Configuration): Document Host I/O packets.
3270 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 3271 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
3272 (Packets): Add vFile.
3273
3b784c4f
EZ
32742007-11-17 Eli Zaretskii <eliz@gnu.org>
3275
3276 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3277 breakpoints with multiple locations.
3278 (Breakpoint Menus): Improve wording.
3279 (Output): Fix last change.
3280
a4ce5b0d
UW
32812007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3282
3283 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3284
1b39d5c0
DE
32852007-11-15 Doug Evans <dje@google.com>
3286
3287 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3288
7a72d44c
VP
32892007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3290
3291 * gdbint.texinfo (Native Conditionals): Remove
3292 mention of CLEAR_SOLIB.
5ae4183a 3293
6d1829bf 32942007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
3295
3296 * gdb.texinfo (Print Settings): Add documentation for "set/show
3297 print frame-arguments".
3298
1a619819
LM
32992007-11-05 Luis Machado <luisgpm@br.ibm.com>
3300
3b784c4f 3301 * gdb.texinfo (Output): Update printf command's description.
1a619819 3302
55eddb0f
DJ
33032007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3304
3305 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3306 powerpc soft-float".
3307
9cceb671
DJ
33082007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3309
3310 * gdb.texinfo (Files): Correct formatting. Mention Expat
3311 requirement.
3312 (Requirements for Building GDB): Expand the list of Expat
3313 uses.
3314 (Library List Format, Memory Map Format): Mention Expat.
3315 (Target Descriptions): Update Expat wording.
3316
83acabca
DJ
33172007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3318
3319 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3320 Document that gdbarch_convert_register_p should return zero for no-op
3321 conversions.
3322
e35879db
UW
33232007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3324
83acabca 3325 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
3326 of set_gdbarch_sofun_address_maybe_missing back to ...
3327 (Target Conditionals): ... here to fix build break.
3328
203c3895
UW
33292007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3330
83acabca 3331 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
3332 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3333 (Compiler Characteristics): ... documentation of
3334 set_gdbarch_sofun_address_maybe_missing.
3335
11411de3
DJ
33362007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3337
3338 * gdbint.texinfo (Target Conditionals): Use
3339 frame_unwind_register_unsigned in examples instead of
3340 frame_unwind_unsigned_register.
3341
7cc46491
DJ
33422007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3343
3344 * gdb.texinfo (Predefined Target Types): Add int128
3345 and uint128.
3346 (Standard Target Features): Add PowerPC features.
3347
81adfced
DJ
33482007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3349
3350 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3351
c1874924
UW
33522007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3353
3354 * gdbint.texi (Target Conditionals): Remove documentation
3355 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3356 gdbarch_extract_return_value, and gdbarch_store_return_value.
3357
f6e56ab3
UW
33582007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3359
3360 * gdbint.texi (Target Conditionals): Remove documentation of
3361 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3362
56cf5405
KH
33632007-10-11 Kazu Hirata <kazu@codesourcery.com>
3364
3365 * gdb.texinfo: Mention that inaccessible-by-default is on by
3366 default.
3367
35156bae
DJ
33682007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3369
3370 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3371
d983da9c
DJ
33722007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3373
3374 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3375 multi-threaded watchpoints.
3376 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3377 checked. Describe sticky notification. Expand description
3378 of steppable and continuable watchpoints.
3379 (Watchpoints and Threads): New subsection.
3380
fe6fbf8b
VP
33812007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3382
3383 * gdb.texinfo (Setting Breakpoints): Revise
3384 documentation for pending breakpoints. Document
3385 breakpoints with multiple locations.
5ae4183a 3386
084344da
VP
33872007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3388
3389 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3390 Document -list-features.
5ae4183a 3391
82160952
EZ
33922007-09-15 Eli Zaretskii <eliz@gnu.org>
3393
3394 * gdb.texinfo (Output): Spell out which features of C's printf are
3395 not supported by GDB's printf.
7e27a47a
EZ
3396 (Separate Debug Files): More accurate wording regarding build ID
3397 and a reference to the ld manual rather than the Fedora wiki.
82160952 3398
ea37ba09
DJ
33992007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3400 Jim Blandy <jimb@codesourcery.com>
3401
3402 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3403 (Examining Memory): Update mentions of the 's' format.
3404 (Automatic Display): Likewise.
3405
b8533aec
DJ
34062007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3407
3408 * gdb.texinfo: Update the FSF's Back-Cover Text.
3409
83f83d7f
JK
34102007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3411 Eli Zaretskii <eliz@gnu.org>
3412
3413 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3414 Fixed the ``build ID'' name. New binaries build instructions for the
3415 build ID inclusion. Explain how the commands are specific to the build
3416 ID vs. debug link.
3417
c7e83d54
EZ
34182007-09-01 Eli Zaretskii <eliz@gnu.org>
3419
3420 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3421 indexing for ``build ID'' support.
3422
d3750b24
JK
34232007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3424
3425 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3426 Enlisted BUILD ID to the debug file searching example.
3427 Included a BUILD ID `.note.gnu.build-id' section description.
3428 Updated/added the debug files splitting instructions for OBJCOPY.
3429
02142340
VP
34302007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3431
3432 * gdb.texinfo (Variable Objects): Adjust docs
3433 for -var-info-expression and document
3434 -var-info-path-expression.
3435
d3bdde98
JB
34362007-08-20 Jim Blandy <jimb@codesourcery.com>
3437
3fb6a982
JB
3438 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3439 (title page): Include the dedication in the printed manual, as a
3440 separate page after the copyright notice.
5ae4183a 3441
d3bdde98
JB
3442 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3443 don't break a @var across a line.
3444
c80a96a8
MR
34452007-07-25 Maciej W. Rozycki <macro@mips.com>
3446
3447 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3448 for include files.
3449
5824a901
NR
34502007-07-12 Nick Roberts <nickrob@snap.net.nz>
3451
3452 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3453 in annotate.texinfo.
3454 (Command History): Link to new node.
5824a901 3455
d52e7ea3
UW
34562007-07-05 Markus Deuling <deuling@de.ibm.com>
3457
3458 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3459
5fc14d0a
EZ
34602007-07-05 Eli Zaretskii <eliz@gnu.org>
3461
3462 * gdbint.texinfo (Target Conditionals): Fix last change.
3463
4a9bb1df
UW
34642007-07-03 Markus Deuling <deuling@de.ibm.com>
3465
3466 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3467 routines:
3468 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3469 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3470 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3471 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3472 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3473 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3474 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3475 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3476 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3477 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3478 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3479 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3480 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3481 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3482 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3483 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3484 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3485 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3486 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3487 (SOFTWARE_SINGLE_STEP_P)
3488
3489 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3490 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3491
3492 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3493 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3494 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3495 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3496 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3497 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3498 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3499 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3500 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3501 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3502
3503 (Converting an existing Target Architecture to Multi-arch): Remove
3504 section.
3505
3506 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3507 (gdbarch_addr_bits_remove): Add code example.
3508
3509 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3510
cfa9d6d9
DJ
35112007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3512
3513 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3514 Add other missing entries. Adjust the table size to fit.
3515 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3516 stop reasons including the new "library" event.
3517 (General Query Packets): Adjust table widths for qSupported. Mention
3518 qXfer:libraries:read reply to qSupported and document the new packet.
3519 (Library List Format): New section.
3520
159fcc13
JK
35212007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3522
3523 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3524
f66d1690
MS
35252007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3526
3527 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3528
67102876
NR
35292007-06-25 Nick Roberts <nickrob@snap.net.nz>
3530
3531 * gdbint.texinfo (Register and Memory Data): Break sections
3532 into nodes and add a menu.
3533
a4642986
MR
35342007-06-21 Maciej W. Rozycki <macro@mips.com>
3535
3536 * gdb.texinfo (Examining Memory): Document the new behaviour.
3537
e9c17194
VP
35382007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3539
3540 * gdb.texinfo (Standard Target Features): Document
3541 m68k features.
3542
31d99776
DJ
35432007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3544
3545 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3546
1780a0ed
DJ
35472007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3548
3549 * gdb.texinfo (Target Description Format): Add version attribute
3550 for <target>.
3551
822b6570
DJ
35522007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3553
3554 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3555
f8b73d13
DJ
35562007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3557
3558 * gdb.texinfo (MIPS Features): New subsection.
3559
0e7f50da
UW
35602007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3561 Markus Deuling <deuling@de.ibm.com>
3562
3563 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3564 and qXfer:spu:write packets and mention them under qSupported.
3565
23d964e7
UW
35662007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3567 Markus Deuling <deuling@de.ibm.com>
3568
3569 * gdb.texinfo (Architectures): Add new SPU section to document
3570 Cell Broadband Engine SPU architecture specific commands.
3571
9f708cb2
VP
35722007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3573
3574 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3575 comments.
3576
7579b5f8
NR
35772007-06-07 Nick Roberts <nickrob@snap.net.nz>
3578
3579 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3580
bf06d120
JB
35812007-05-29 Jim Blandy <jimb@codesourcery.com>
3582
3583 * gdb.texinfo (Overview): Doc fix.
3584
23776285
MR
35852007-05-22 Maciej W. Rozycki <macro@mips.com>
3586
3587 * gdb.texinfo (Remote Configuration): Document "set/show
3588 remoteflow".
3589
1a69e1e4
DJ
35902007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3591
bf06d120
JB
3592 * gdb.texinfo (MIPS): Remove documentation for set mips
3593 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3594 stack-arg-size.
1a69e1e4 3595
46ba6afa 35962007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3597
46ba6afa
BW
3598 * all-cfg.texi (GDBTUI): New.
3599 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3600 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3601 (TUI Configuration): Edit to improve clarity and fix problems of
3602 both style and content.
5ae4183a 3603
06d3b283
UW
36042007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3605
3606 * observer.texi (GDB Observers): New observer "new_objfile".
3607
179101d6
UW
36082007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3609
3610 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3611
25d5ea92
VP
36122007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3613
3614 * gdb.texinfo (GDB/MI Variable Objects): Document
3615 frozen variables objects.
5ae4183a 3616
ea35711c
DJ
36172007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3618
3619 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3620 (Character Sets, Caching Data of Remote Targets): Likewise.
3621 (Targets): Delete Remote node. Move its text...
3622 (Debugging Remote Programs): ...to here. Delete description
3623 of the "remote" command.
3624 (Remote configuration): Delete description of "set remotedevice"
3625 and "show remotedevice".
3626 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3627
db2e3e2e
BW
36282007-04-11 Bob Wilson <bob.wilson@acm.org>
3629
5ae4183a
AS
3630 * gdb.texinfo (Contributors, Continuing and Stepping)
3631 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3632 (General Query Packets, File-I/O Remote Protocol Extension)
3633 (Protocol Basics, The F Reply Packet, Write)
3634 (Protocol-specific Representation of Datatypes, Memory Transfer):
3635 Fix hyphenation, punctuation and grammar problems.
3636 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3637 'section' instead of 'subsection' in the text.
3638 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3639 (i386): Remove period from section name.
db2e3e2e
BW
3640 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3641 (Config Names, Configure Options): Use @file{configure}.
3642
8a3dae3e
DJ
36432007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3644
3645 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3646 and tab expansion.
3647
1a92f856
DJ
36482007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3649
3650 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3651
79a6e687 36522007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3653
79a6e687
BW
3654 * gdb.texinfo: Consistently capitalize all significant words in
3655 node names, chapter titles, section titles, and headings. Update
3656 cross references to match.
3657 (Starting and Stopping Trace Experiment): Make node name plural.
3658 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3659
ad527d2e
PA
36602007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3661
3662 * gdb.texinfo (WinCE): Delete obsolete subsection.
3663
7ce59000
DJ
36642007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3665
3666 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3667 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3668 references.
3669
8807d78b
DJ
36702007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3671
3672 * gdb.texinfo (Startup): Delete references to some alternate
3673 names for .gdbinit.
3674 (Thread): Remove LynxOS reference.
3675 (Tandem ST2000): Delete target-specific documentation.
3676 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3677 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3678 and GDB_OSABI_LYNXOS.
3679
5f402660
UW
36802007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3681
3682 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3683
bac718a6
UW
36842007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3685
3686 * gdbint.texinfo (Target Conditionals): Remove mention of
3687 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3688 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3689
9453113a
DJ
36902007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3691
3692 * Makefile.in: Add "pdfdir" installation
3693 directory, PDFTEX macro, support for "install-pdf" target,
3694 and rules for making a pdf version of refcard.texi.
3695 * refcard.tex: Specify paper size for PDF output.
3696
ae21e955 36972007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3698
ae21e955 3699 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3700
3f94c067 37012007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3702
3f94c067
BW
3703 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3704 (Source Path, Character Sets, Macros, Define)
3705 (GDB/MI Result Records, GDB/MI Simple Examples)
3706 (GDB/MI Program Execution, GDB/MI File Commands)
3707 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3708 (Bug Reporting): Use @value{GCC}.
5ae4183a 3709
12c27660 37102007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3711
12c27660
BW
3712 * gdb.texinfo (Help): Fix formatting of examples.
3713 (Variables): Use @ifnotinfo instead of @iftex.
3714 (Non-debug DLL symbols): Use @ref instead of @pxref.
3715 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3716
ce9341a1
BW
37172007-03-26 Bob Wilson <bob.wilson@acm.org>
3718
3719 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3720
c8f4133a
BW
37212007-03-26 Bob Wilson <bob.wilson@acm.org>
3722
3723 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3724 the order of the nodes.
3725 (C Operators, C Constants, Debugging C): Remove extra menus.
3726 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3727
c8f4133a 37282007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3729
3730 * gdb.texinfo (File Options): Add missing parenthesis.
3731 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3732
c74d0ad8
DJ
37332007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3734
3735 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3736
ff6f572f
DJ
37372007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3738
669fac23 3739 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3740 case insensitivity.
3741 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3742
994337c3
NR
37432007-02-18 Nick Roberts <nickrob@snap.net.nz>
3744
3745 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3746 (Files): Add section name to argument list for pxref.
3747 (Non-debug DLL symbols): Don't use `see' for pxref.
3748 (Embedded Processors): Fix typo.
3749 (GDB/MI Breakpoint Commands): Execution commands generate
3750 *stopped not ^done.
3751
eb819d70
NR
37522007-02-13 Nick Roberts <nickrob@snap.net.nz>
3753
3754 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3755 values for in_scope. Mention that only root variables can be
3756 updated.
3757 (GDB/MI Development and Front Ends): Explain new values may be
3758 added to existing fields.
3759
123dc839
DJ
37602007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3761
3762 * gdb.texinfo (-target-disconnect): Use @smallexample.
3763 (Requirements): Add anchor for Expat. Update description.
3764 (Target Descriptions): Mention Expat.
3765 (Target Description Format): Document new elements. Use
3766 @smallexample.
3767 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3768 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3769
108546a0
DJ
37702007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3771
3772 * gdb.texinfo (Target Description Format): Add section on XInclude.
3773
95a98c01
NR
37742006-02-03 Nick Roberts <nickrob@snap.net.nz>
3775
3776 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3777 command -enable-timings.
3778
f4b3909f
EZ
37792007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3780
5ae4183a 3781 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3782 descriptions for new/deleted elements in gdb_osabi. Add missing
3783 description for function generic_elf_osabi_sniff_abi_tag_sections.
3784
c7ba131e
JB
37852007-01-29 Joel Brobecker <brobecker@adacore.com>
3786
3787 * gdb.texinfo (Maintenance Commands): Add documentation for
3788 the new "maint print target-stack" command.
3789
3a60f64e
JK
37902007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3791 Eli Zaretskii <eliz@gnu.org>
3792
f4b3909f 3793 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3794
c582f8b6
EZ
37952007-01-26 Eli Zaretskii <eliz@gnu.org>
3796
3797 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3798 Use @value{NGCC} instead of @value{GCC}.
3799
d3e8051b
EZ
38002007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3801
3802 * agentexpr.texi: Fix typos.
3803 * annotate.texinfo: Likewise.
3804 * gdb.texinfo: Likewise.
3805 * gdbint.texinfo: Likewise.
3806 * observer.texi: Likewise.
3807 * stabs.texinfo: Likewise.
3808
86f04699
EZ
38092007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3810
3811 * gdbint.texinfo (Support Libraries): Remove mmalloc
3812 entry. Describe readline library.
3813
23181151
DJ
38142007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3815
3816 * gdb.texinfo (Target Descriptions): New section.
3817 (General Query Packets): Add QPassSignals anchor. Mention
3818 qXfer:features:read under qSupported. Expand mentions of
3819 qXfer:memory-map:read and QPassSignals. Document
3820 qXfer:features:read.
3821
f822c95b
DJ
38222007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3823
3824 * gdb.texinfo (Commands to specify files): Describe
3825 "set sysroot" and "show sysroot".
3826 (Using the `gdbserver' program): Lowercase argument
3827 to @var. Expand description of setting up GDB on the
3828 host.
3829
8936fcda
JB
38302007-01-05 Joel Brobecker <brobecker@adacore.com>
3831
3832 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3833 catch exception, catch exception unhandled, and catch assert
3834 commands.
3835
e776119f
DJ
38362007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3837
3838 * gdb.texinfo (Debugging Output): Document "set debug xml"
3839 and "show debug xml".
3840
aa79a185
DJ
38412007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3842
3843 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3844
7f893741
JB
38452007-01-01 Joel Brobecker <brobecker@adacore.com>
3846
3847 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3848
a1b5960f
VP
38492006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3850
3851 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3852 note in @ignore, to be removed later if nobody complains.
3853
9f470e6e
NR
38542006-12-04 Nick Roberts <nickrob@snap.net.nz>
3855
3856 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3857 of -var-delete.
3858
765dc015 38592006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3860
765dc015 3861 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3862 automatic software/hardware breakpoint usage and
3863 the "set breakpoint auto-hw" command.
765dc015 3864
4b5752d0
VP
38652006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3866
3867 * gdb.texinfo (Memory Access Checking): New.
3868
89be2091
DJ
38692006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3870
3871 * gdb.texinfo (Remote configuration): Mention
3872 "pass-signals-packet".
3873 (General Query Packets): Document QPassSignals. Fix
3874 a typo.
3875
ca3bf3bd
DJ
38762006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3877
3878 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3879
427c3a89
DJ
38802006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3881
3882 * gdb.texinfo (Remote configuration): Rewrite documentation for
3883 packet configuration commands.
3884 (OS Information): Adjust reference to qXfer:auxv:read.
3885 (General Query Packets): Remove references to read-aux-vector-packet
3886 and set remote get-thread-local-storage-address.
3887
7a107747
DJ
38882006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3889
3890 * gdbint.texinfo (Target Architecture Definition): Add new
3891 Initializing a New Architecture section.
3892
1c56eb0e
EZ
38932006-10-31 David Taylor <dtaylor@emc.com>
3894
3895 * stabs.texinfo (Macro define and undefine): New node describing
3896 stabs for #define and #undef.
3897
f73adfeb
AS
38982006-10-27 Andreas Schwab <schwab@suse.de>
3899
3900 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3901
fd60e0df
EZ
39022006-10-21 Eli Zaretskii <eliz@gnu.org>
3903
3904 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3905 clarify on the possible meanings of ``expression'' watched by
3906 watchpoints. Add indexing.
e5ac9b53
EZ
3907 (Prompting, Errors, Invalidation, Annotations for Running)
3908 (Source Annotations): Fix index entries by adding "annotation" to
3909 them, to discriminate from index entries that point to the more
3910 general topic descriptions.
fd60e0df 3911
52bb452f
DJ
39122006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3913
3914 * gdbint.texinfo (Target Vector Definition): Move most
3915 content into Existing Targets. Add a menu.
3916 (Existing Targets): New section, moved from Target Vector
3917 Definition. Use @subsection.
3918 (Managing Execution State): New section.
3919
58955e58
BW
39202006-10-16 Bob Wilson <bob.wilson@acm.org>
3921
3922 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3923
c8aa23ab
EZ
39242006-10-15 Eli Zaretskii <eliz@gnu.org>
3925
3926 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3927 (Command Syntax, Signals, Backtrace, Connecting)
3928 (Remote configuration, Renesas Boards, Console I/O): Fix last
3929 change: use Ctrl- instead of C-, except wrt Emacs.
3930 (File-I/O Examples): Put Ctrl-c in @kbd.
3931 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3932 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3933 (Signals, Set Breaks, Set Watchpoints): Document optional
3934 arguments to `info signals' `handle', `info breakpoints', and
3935 `info watchpoints'.
c8aa23ab 3936
e7109c7e
EZ
39372006-10-14 Eli Zaretskii <eliz@gnu.org>
3938
3939 * gdb.texinfo (Backtrace): Fix last change.
3940
de3aea7b
NR
39412006-10-14 Nick Roberts <nickrob@snap.net.nz>
3942
3943 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3944
7f9087cb
BW
39452006-10-10 Bob Wilson <bob.wilson@acm.org>
3946
c8aa23ab
EZ
3947 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3948 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3949 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3950
68437a39
DJ
39512006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3952 Daniel Jacobowitz <dan@codesourcery.com>
3953
3954 * gdb.texinfo (Packets): Document vFlashErase,
3955 vFlashWrite and vFlashDone packets.
3956 (General Query Packets): Document qXfer:memory-map:read.
3957 Add a new feature for qXfer:memory-map:read.
3958 (Memory map format): New section.
3959 (Target Commands): Mention that gdb can write flash.
3960
fd79ecee
DJ
39612006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3962 Daniel Jacobowitz <dan@codesourcery.com>
3963
3964 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3965 memory regions and "mem auto".
3966
350da6ee
DJ
39672006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3968
3969 * gdbint.texinfo (Array Containers): New section.
3970
2f1acb09
VP
39712006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3972
3973 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3974 -stack-list-arguments HIGH_FRAME argument can be larger then the
3975 actual number of frames.
3976
2ab1eb7a
VP
39772006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3978
3979 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3980 -stack-list-locals HIGH_FRAME argument can be larger then the
3981 actual number of frames.
2ab1eb7a 3982
599b237a
BW
39832006-09-02 Bob Wilson <bob.wilson@acm.org>
3984
3985 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3986 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3987
25ab7e6d
EZ
39882006-09-02 Eli Zaretskii <eliz@gnu.org>
3989
3990 * gdbint.texinfo (Overall Structure): New section "Source Tree
3991 Structure".
3992
940178d3
JB
39932006-08-17 Jim Blandy <jimb@codesourcery.com>
3994
3995 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3996 responses.
3997
30daae6c
JB
39982006-08-08 Joel Brobecker <brobecker@adacore.com>
3999
4000 * gdb.texinfo (Source Path): Add documentation for new
4001 substitute-path commands.
4002
7fa2210b
DJ
40032006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
4004
4005 * gdb.texinfo (Installing GDB): Update menu. Move text to...
4006 (Running Configure): ...here.
4007 (Requirements): New node. Mention expat.
4008
3d00d119
DJ
40092006-08-08 Vladimir Prus <vladimir@codesourcery.com>
4010
5ae4183a 4011 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
4012 'set download-write-size' and 'show download-write-size'.
4013
0cbfa4ee
DJ
40142006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
4015
4016 * stabs.texinfo (Member Type Descriptor): Correct example for
4017 pointer to member types.
4018
16026cd7
AS
40192006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
4020
4021 * gdb.texinfo (Optional warnings and messages): Add
4022 'set/show trace-commands'.
4023 (Command files): Add '-v' to source command.
4024
0876f84a
DJ
40252006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4026
4027 * gdb.texinfo (OS Information): Update qPart reference to
4028 qXfer.
4029 (Remote configuration): Likewise.
4030 (Overview): Move @cindex to the start of a paragraph. Talk
4031 about binary data encoding.
4032 (Packets): Refer to the overview for the details of the X
4033 packet encoding.
4034 (General Query Packets): Remove qPart description. Add qXfer
4035 description. Add an anchor to qSupported. Correct feature
4036 table title. Add a new feature for qXfer:auxv:read.
4037 (Interrupts): Add a missing parenthesis.
4038
2ec3381a
DJ
40392006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
4040
669fac23 4041 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
4042 (GDB/MI Kod Commands): Remove commented out node.
4043
594fe323
EZ
40442006-07-01 Eli Zaretskii <eliz@gnu.org>
4045
4046 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
4047 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
4048 (GDB/MI Thread Commands, GDB/MI Program Execution)
4049 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
4050 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
4051 (GDB/MI File Commands, GDB/MI Target Manipulation)
4052 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
4053 since the MI prompt is hard-wired into the code.
4054
7e3fb70c
NR
40552006-07-01 Nick Roberts <nickrob@snap.net.nz>
4056
4057 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
4058 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
4059 (GDB/MI Data Manipulation): Remove description of unimplemented
4060 display related commands as variable objects perform this function
4061 and are superior: -display-delete, -display-disable,
4062 -display-enable, -display-insert and -display-list. Move
4063 -environment-cd, -environment-directory, -environment-path
4064 and -environment-pwd to "Program Context".
4065 (GDB/MI Program Control): Rename to "Program Execution". Move
4066 -exec-arguments -exec-abort to...
4067 (GDB/MI Program Context): ...here. New node split from "Data
4068 Manipulation".
4069
be2a5f71
DJ
40702006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
4071
4072 * gdb.texinfo (Remote configuration): Document set / show
4073 remote supported-packets.
4074 (General Query Packets): Document qSupported packet.
4075
fc320d37
SL
40762006-06-10 Sandra Loosemore <sandra@codesourcery.com>
4077
4078 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
4079 and font markup.
4080 (Protocol basics): Likewise.
4081 (The F request packet): Likewise.
4082 (The F reply packet): Likewise.
4083 (Memory transfer): Move this node to be a subsubsection of
4084 "Protocol specific representation of datatypes".
4085 (The Ctrl-C message): More copy editing.
4086 (Console I/O): Likewise.
4087 (The isatty call): Delete this node, and merge its content into
4088 the "isatty" node. Fixed references elsewhere.
4089 (The system call): Delete this node, and merge its content into
4090 the "system" node. Fixed references elsewhere.
4091 (open): Reformat to use @table, and add appropriate font markup.
4092 (close): Likewise.
4093 (read): Likewise.
4094 (write): Likewise.
4095 (lseek): Likewise.
4096 (rename): Likewise.
4097 (unlink): Likewise.
4098 (stat/fstat): Likewise.
4099 (gettimeofday): Likewise.
4100 (isatty): Likewise.
4101 (system): Likewise, plus minor changes to fix confusing wording.
4102 (Integral datatypes): Fix font markup.
4103 (Pointer values): Likewise.
4104 (struct stat): Fix markup to use @table, plus minor copy editing.
4105 (struct timeval): Fix font markup, plus minor copy editing.
4106 (Constants): Minor copy editing.
4107 (Errno values): Add font markup.
4108 (File-I/O Examples): Likewise.
4109
158fdf5c
NR
41102006-06-10 Nick Roberts <nickrob@snap.net.nz>
4111
4112 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
4113 (GDB/MI Simple Examples): Move node up one level. Use real
4114 examples.
4115 (GDB/MI Compatibility with CLI): Update.
4116 (GDB/MI Result Records): Add "connected" and "exit" result
4117 classes.
4118 (GDB/MI Stream Records): Clarify target output.
4119 (GDB/MI Command Description Format): Modify example description.
4120 (GDB/MI Breakpoint Table Commands): Rename to...
4121 (GDB/MI Breakpoint Commands): ...this
4122 (GDB/MI Breakpoint Commands): Add optional thread field.
4123 (GDB/MI Program Control): Add an introduction. Move "Program
4124 termination" examples into exec-run description.
4125 (GDB/MI File Commands): Mention similar CLI commands.
4126 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
4127 is similar to "-gdb-version".
4128
ddb50cd7
EZ
41292006-06-09 Eli Zaretskii <eliz@gnu.org>
4130
4131 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
4132
2aef0d6b
NR
41332006-06-02 Nick Roberts <nickrob@snap.net.nz>
4134
4135 * gdb.texinfo (GDB/MI Development and Front Ends): Use
4136 sourceware.org for mailing lists.
d5e40d59 4137 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 4138
383a5c52
NR
41392006-06-01 Nick Roberts <nickrob@snap.net.nz>
4140
d5e40d59 4141 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 4142
e16b02ee
EZ
41432006-05-22 Eli Zaretskii <eliz@gnu.org>
4144
4145 * gdb.texinfo (Cygwin Native): Fix last change.
4146
be90c084
CF
41472006-05-22 Christopher Faylor <cgf@timesys.com>
4148
4149 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
4150
347ceba5
NR
41512006-05-15 Nick Roberts <nickrob@snap.net.nz>
4152
4153 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
4154 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
4155
369af7bd
DJ
41562006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4157
4158 * gdb.texinfo (General Query Packets): Recommend not starting
4159 new packets with qC and clarify.
4160
2ffdbde8 41612006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
4162
4163 * gdb.texinfo (M2 Types): New section.
72019c9c 4164
16d1a084
DJ
41652006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
4166
4167 * agentexpr.texi: Add a copyright and license notice.
4168 * observer.texi: Likewise, with GPL clause for function prototypes.
4169 Remove trailing whitespace.
4170
aa56d27a
JB
41712006-05-05 Jim Blandy <jimb@codesourcery.com>
4172
4173 * gdb.texinfo (General Query Packets): Document conventions for
4174 terminating packet names, and their violations.
4175
5bdf8622
DJ
41762006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4177
4178 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
4179 * gdb.texinfo: Likewise.
4180
605a56cb
DJ
41812006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4182
4183 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
4184 and "show remotedebug".
4185 (Debugging Output): Add additional index entries.
4186
b8db102d
MS
41872006-04-27 Michael Snyder <msnyder@redhat.com>
4188
4189 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
4190
c5e30d01
AC
41912006-04-22 Andrew Cagney <cagney@redhat.com>
4192
4193 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
4194 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
4195
8181d85f
DJ
41962006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
4197
4198 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
4199 and remove breakpoint prototypes.
4200 (Watchpoints): Move description of target_insert_hw_breakpoint and
4201 target_remove_hw_breakpoint ...
4202 (Breakpoints): ... to here. Document target_insert_breakpoint and
4203 target_remove_breakpoint.
4204
4f553f88
JB
42052006-04-17 Jim Blandy <jimb@codesourcery.com>
4206
4207 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
4208 and C packets are optional.
4209
cd852561
FR
42102006-04-14 Frederic Riss <frederic.riss@st.com>
4211
4212 * gdb.texinfo (Specifying source directories): Update the description
4213 of the source file search to reflect the fact that the source path
4214 always contains at least $cdir and $cwd.
4215
b620eb07
MS
42162006-03-31 Michael Snyder <msnyder@redhat.com>
4217
4218 * gdb.texinfo: Update copyright dates.
4219
3156cdaf
EZ
42202006-03-31 Eli Zaretskii <eliz@gnu.org>
4221
4222 * gdb.texinfo (Overview): Add an index entry to "empty response".
4223
7d30c22d
JB
42242006-03-28 Jim Blandy <jimb@codesourcery.com>
4225
4226 * gdbint.texinfo (Prologue Analysis): New section.
4227
86941c27
JB
42282006-03-07 Jim Blandy <jimb@red-bean.com>
4229
66b8c7f6
JB
4230 * gdb.texinfo (Connecting): Document 'target remote pipe'.
4231
1a10341b
JB
4232 * gdb.texinfo (Target Commands): Update text describing how to
4233 specify a target. Refer to the detailed section on remote
4234 debugging, not the brief mention.
4235
86941c27
JB
4236 * gdb.texinfo (Connecting): Organize the different 'target remote'
4237 connection methods into a table. Add a 'target remote' index
4238 entry. (!!!)
4239
62f3a2ba
FF
42402006-02-17 Fred Fish <fnf@specifix.com>
4241
4242 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4243 'ptype' commands to reflect the fact that the only significant
4244 difference between them is that ptype prints the complete type
4245 description instead of just the name.
4246
8b9a88ea
WZ
42472006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
4248
4249 * gdbint.texinfo (Watchpoints): Delete
4250 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4251
7e8dc855
NR
42522006-02-10 Nick Roberts <nickrob@snap.net.nz>
4253
4254 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4255 times fields where needed. Fix typos. Update general form given
4256 for output of -break-insert.
4257 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4258
c91d38aa
DJ
42592006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
4260
4261 * gdbint.texinfo (Symbol Handling): Add a section
4262 on memory management.
4263
38fcd64c
DJ
42642006-02-06 Vladimir Prus <ghost@cs.msu.su>
4265
4266 * gdb.texinfo (Breakpoint table commands): Document the fullname
4267 field in -break-list output.
4268
219eec71
EZ
42692006-02-03 Eli Zaretskii <eliz@gnu.org>
4270
4271 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4272 debugging information produced by the various "set debug..."
4273 options.
4274
ae5a43e0
DJ
42752006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4276
4277 * gdb.texinfo (Files): Remove obsolete bits from the description
4278 of "symbol-file".
4279
a9f158ec
JB
42802006-01-25 Jim Blandy <jimb@redhat.com>
4281
4282 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4283
410dd08e
JB
42842006-01-24 Jim Blandy <jimb@redhat.com>
4285
4286 * gdbint.texinfo (Frames): Document the basics of GDB's register
4287 unwinding model, and explain the existence of the "sentinel" frame.
4288
4b505b12
AS
42892006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4290
4291 * gdb.texinfo (Choosing files): Mention that -directory is used
4292 for script files.
4293 (Specifying source directories): Likewise.
4294 (Command files): Explain how script files are found.
4295
839c27b7
EZ
42962006-01-21 Eli Zaretskii <eliz@gnu.org>
4297
4298 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4299 the threads in a multi-threaded program.
4300 (Threads): The threadno argument of "thread apply" can be a range
4301 of numbers.
4302
7be93b9e
JB
43032006-01-18 Jim Blandy <jimb@redhat.com>
4304
4305 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4306 of warning flags.
4307
fcc73fe3
EZ
43082006-01-13 Eli Zaretskii <eliz@gnu.org>
4309
4310 * gdb.texinfo (Sequences): Improve menu annotations.
4311 (Define): Add index entries for arguments of user-defined
4312 commands. Move the description of flow-control commands...
4313 (Command Files): ...to here. Document loop_break and
4314 loop_continue.
ca91424e
EZ
4315 (Define, Command Files): Document `end' and add index entries for
4316 it.
fcc73fe3 4317
5c95884b
MS
43182006-01-04 Michael Snyder <msnyder@redhat.com>
4319
4320 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 4321 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 4322
860701dc
PH
43232006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4324
4325 * gdb.texinfo (Omissions from Ada): Document that there is now
4326 limited aggregate support.
4327
36b80e65
EZ
43282005-12-28 Eli Zaretskii <eliz@gnu.org>
4329
4330 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4331 registers and the likes.
4332
c1468174
EZ
43332005-12-24 Eli Zaretskii <eliz@gnu.org>
4334
4335 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4336 (Symbols): Fix usage of "e.g.".
359df76b 4337 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
4338
4339 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4340 (Coding): Fix usage of "e.g.".
4341
c02a867d
EZ
43422005-12-23 Eli Zaretskii <eliz@gnu.org>
4343
5ae4183a
AS
4344 * stabs.texinfo:
4345 * refcard.tex:
c02a867d 4346 * gpl.texi:
5ae4183a
AS
4347 * gdbint.texinfo:
4348 * gdb.texinfo:
4349 * gdb-cfg.texi:
c02a867d 4350 * fdl.texi:
5ae4183a
AS
4351 * annotate.texinfo:
4352 * all-cfg.texi:
c02a867d
EZ
4353 * Makefile.in: Add (C) after Copyright. Update the FSF
4354 address.
4355
fad38dfa
EZ
43562005-12-03 Eli Zaretskii <eliz@gnu.org>
4357
4358 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4359 extend GDB with commands for external monitor.
4360
53e5f3cf
AS
43612005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4362
4363 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4364
55f6ca0f
JB
43652005-11-25 Joel Brobecker <brobecker@adacore.com>
4366
4367 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4368
c1947b85
JB
43692005-11-21 Jim Blandy <jimb@redhat.com>
4370
4371 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4372 placement of 'R' actions in tracepoint action packets; document
4373 dependence of 'X' and 'M' actions on a preceding 'R' action for
4374 their registers.
4375
9d29849a
JB
43762005-11-19 Jim Blandy <jimb@redhat.com>
4377
4378 * gdb.texinfo (Tracepoint Packets): New node.
4379 (General Query Packets): Add entries for the tracepoint packets,
4380 referring to the "Tracepoint Packets" node.
4381 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4382
9a6253be
KB
43832005-11-18 Kevin Buettner <kevinb@redhat.com>
4384
4385 * gdb.texinfo (set remotebreak): Add anchor.
4386 (X packet): Likewise.
4387 (Remote Protocol): Add new section `Interrupts' and new index
4388 entry `interrupts (remote protocol)'.
4389
5f3bebba
JB
43902005-11-18 Jim Blandy <jimb@redhat.com>
4391
4392 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4393 entries into the General Query Packets section. Add a
4394 cross-reference to that section. Drop description of replies, as
4395 these are covered in the descriptions of each packet.
4396 (General Query Packets): Add introductory text. Explain naming
4397 conventions, and how the end of a name is recognized.
4398
9a7a1b36
KB
43992005-11-17 Kevin Buettner <kevinb@redhat.com>
4400
0564b6cf 4401 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4402 "set remotebreak" command.
4403
b8ff78ce
JB
44042005-11-16 Jim Blandy <jimb@redhat.com>
4405
4406 * gdb.texinfo (Packets, Stop Reply Packets)
4407 (General Query Packets): Various formatting cleanups.
4408 - Use @samp for packet contents.
4409 - Drop summaries from packet @item lines; the same information appears
4410 immediately below in the description.
4411 - Delete paragraph breaks after packet @item commands, so that the
4412 description appears directly to the right of the packet prototype
4413 in the printed manual, if it fits.
4414 - Place spaces in packet prototypes between @vars and non-@var
4415 letters, and explain that they're just for formatting.
4416 - Use @dots{} instead of '...'.
4417 - Fix uses of @code where @var was needed.
4418 - Replace "deprecated" markers with English text spelling out the
4419 packet's status and the preferred alternatives.
4420 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4421 what this ever meant.
4422 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4423 this for a long time.
4424 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4425 implemented several times, and have been in use for years.
4426
8ffe2530
JB
44272005-11-15 Jim Blandy <jimb@redhat.com>
4428
c43c5473
JB
4429 * gdb.texinfo (Packets): Add index entries for 'm' packet
4430 disclaimers.
5ae4183a 4431
fb031cdf
JB
4432 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4433 of stub when processing an 'm' packet.
4434
8ffe2530
JB
4435 * gdb.texinfo (Packets): Mention that packets beginning with
4436 letters are reserved once, at the top, instead of actually listing
4437 them all and saying "reserved".
4438
c03c782f
AS
44392005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4440
4441 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4442 Change @var{$arg0 to @code{$arg0.
4443
814e32d7
WZ
44442005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4445
4446 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4447
fa93a9d8
JB
44482005-11-12 Jim Blandy <jimb@redhat.com>
4449
4450 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4451 order. Remove extraneous 'z'.
4452
8a5a3c82
AS
44532005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4454
4455 * gdb.texinfo (Choosing files): Add --eval-command.
4456
4b0ad762
AS
44572005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4458
4459 * gdb.texinfo (Choosing modes): Add --return-child-result.
4460
4461
1a088d06
AS
44622005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4463
4464 * gdb.texinfo (Choosing modes): Add --batch-silent.
4465
656d5e12
EZ
44662005-10-28 Eli Zaretskii <eliz@gnu.org>
4467
4468 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4469 "The -var-update Command".
4470
3c9c013a
JB
44712005-10-03 Joel Brobecker <brobecker@adacore.com>
4472
4473 * gdb.texinfo (Print Settings): Add documentation for set/show
4474 print array-indexes.
4475
7ba3cf9c
DJ
44762005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4477
4478 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4479 6.2 and 6.3.
4480
a94ab193
EZ
44812005-08-27 Eli Zaretskii <eliz@gnu.org>
4482
4483 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4484 since 19-Jan-2004.
4485 (Files): Likewise.
ab1adacd
EZ
4486 (Variables, Symbols): Document the "<incomplete type>" message and
4487 its reasons.
a94ab193 4488
ca06016a
FF
44892005-08-01 Fred Fish <fnf@specifix.com>
4490
4491 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4492
cf58170d
NR
44932005-07-15 Nick Roberts <nickrob@snap.net.nz>
4494
4495 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4496 option for -var-list-children and -var-update.
4497 (GDB/MI Stack Manipulation): Simplify description of
4498 print-values option for -stack-list-locals.
4499 (GDB/MI Command Description Format): Clarify.
4500 (Mode Options): Spelling of superseded.
4501
38f1196a
BR
45022005-07-12 Bob Rossi <bob@brasko.net>
4503
4504 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4505 corresponding GDB command comment.
4506
3cb3b8df
BR
45072005-07-06 Bob Rossi <bob@brasko.net>
4508
4509 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4510 and -inferior-tty-show.
4511 (Input/Output): Document "set/show inferior-tty" and tty alias.
4512
10fac096
NW
45132005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4514
4515 * gdb.texinfo (Packets): Change description of 'D' packet to note
4516 that GDB does wait for a response.
4517
d1b6db76
NR
45182005-06-22 Nick Roberts <nickrob@snap.net.nz>
4519
4520 * gdb.texinfo (History) Rename "Command History".
4521 (Command History): Move node "Server Prefix" from section on
4522 Annotations here.
4523
29629dcf
NR
45242005-06-19 Nick Roberts <nickrob@snap.net.nz>
4525
4526 * gdb.texinfo (GDB/MI Stack Manipulation):
4527 Re-instate -stack-info-frame with example. Say that it gets
4528 info on selected frame, not current frame.
4529
397ca115
EZ
45302005-06-18 Eli Zaretskii <eliz@gnu.org>
4531
4532 * gdb.texinfo (Server): Clarify that `file' should be used before
4533 connecting to the server.
4534 (Files): Add an xref to the above description.
51274035
EZ
4535 (Output Formats): More detailed description of the `c' format.
4536 (Memory): List explicitly all the formats supported by `x'.
638ac427 4537 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4538 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4539 files. Add more indexing for solib-absolute-prefix and
4540 --with-sysroot.
76d17f34
EZ
4541 (Machine Code): Document possible problems with locations in
4542 shared libraries.
d416eeec
EZ
4543 (Backtrace): Document that free-standing environments do not need
4544 to have a `main' function.
397ca115 4545
74f6deaa
NR
45462005-06-18 Nick Roberts <nickrob@snap.net.nz>
4547
4548 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4549 -stack-info-frame.
4550
a9967aef
AC
45512005-06-07 Andrew Cagney <cagney@gnu.org>
4552
4553 * gdb.texinfo (Contributors): Note the original multi-arch
4554 contributors.
4555
e09f16f9
EZ
45562005-06-03 Eli Zaretskii <eliz@gnu.org>
4557
4558 * gdb.texinfo (Registers): Add index entries for the standard
4559 registers.
4560 (Frames): Add cross-reference from frame pointer description to
4561 the Registers node.
4562 (Annotations Overview): Fix the reference to GDB name.
4563
d87ba7ee
EZ
45642005-06-01 Eli Zaretskii <eliz@gnu.org>
4565
4566 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4567 can-use-hw-watchpoints.
4568
034dad6f
BR
45692005-05-28 Bob Rossi <bob@brasko.net>
4570
4571 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4572 the possible reasons why an exec async record would be returned to FE.
4573
ffed4509
AC
45742005-05-26 Andrew Cagney <cagney@gnu.org>
4575
4576 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4577 Andrew Cagney implemented the original GDB/MI.
4578
e22e55c9
OF
45792005-05-23 Orjan Friberg <orjanf@axis.com>
4580
4581 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4582 documentation. Add documentation for cris-mode.
4583
a78e13ce
EZ
45842005-05-20 Eli Zaretskii <eliz@gnu.org>
4585
4586 * gdb.texinfo (Numbers): Explain the example and make the wording
4587 more acurate.
4588
76ff342d
DJ
45892005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4590 Dennis Brueni <dennis@slickedit.com>
4591
4592 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4593 (GDB/MI Data Manipulation, GDB/MI Program Control)
4594 (GDB/MI Stack Manipulation): Update examples to include the fullname
4595 attribute in stack frames.
4596
119b882a
EZ
45972005-05-12 Eli Zaretskii <eliz@gnu.org>
4598
4599 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4600 do with other non-standard names of init files.
4601
6fc08d32
EZ
46022005-05-11 Eli Zaretskii <eliz@gnu.org>
4603
4604 * gdb.texinfo (Command Files): Move the description of the startup
4605 from here...
4606 (Startup): ...to this new subsection of the Invocation chapter.
4607 Rearrange the description of init files more logically and add a
4608 cross-reference to "Command Files". Document the special gdbinit
4609 name for CISCO 68k. Expand the description of what GDB does
4610 during startup.
4611 (History): Add index entry for HISTSIZE.
4612
a561754a
MK
46132005-05-02 Mark Kettenis <kettenis@gnu.org>
4614
4615 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4616
2eecc4ab
EZ
46172005-05-02 Eli Zaretskii <eliz@gnu.org>
4618
4619 * gdb.texinfo (SVR4 Process Information, The isatty call)
4620 (The system call): Don't use foo(N) notation for man pages and
4621 functions.
514c4d71 4622 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4623
18999be5
EZ
46242005-04-27 Eli Zaretskii <eliz@gnu.org>
4625
4626 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4627 were optimized away.
4628
0abb7bc7
EZ
46292005-04-22 Eli Zaretskii <eliz@gnu.org>
4630
4631 * gdb.texinfo (Remote configuration): Document "set/show
4632 get-thread-local-storage-address". Add cross-reference to the
4633 description of the qGetTLSAddr packet.
4634 (General Query Packets): Mention "set remote
4635 get-thread-local-storage-address" and add a reference to its
4636 description.
4637
6f61acb1
NR
46382005-04-19 Nick Roberts <nickrob@snap.net.nz>
4639
4640 * gdb.texinfo (Backtrace): Describe 'bt full'.
4641
9d59903a
NR
46422005-04-17 Nick Roberts <nickrob@snap.net.nz>
4643
4644 * gdb.texinfo (Mode Options): Fix typo.
4645 (GDB/MI): Describe how to invoke GDB/MI.
4646
721c2651
EZ
46472005-04-16 Eli Zaretskii <eliz@gnu.org>
4648
4649 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4650 references changed. Add description of "info udot".
721c2651
EZ
4651 (Files): Document "set/show stop-on-solib-events".
4652 (M32R/D): Document "set/show download-path", "set/show
4653 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4654 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4655 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4656 (Maintenance Commands): Improve indexing.
4657 (Target Commands): Document "set/show hash", "set/show debug
4658 monitor".
4659 (SVR4 Process Information): Document "info pidlist" and "info
4660 meminfo". Document "set/show procfs-tarce" and "set/show
4661 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4662 (Symbols, The Print Command with Objective-C): Improve indexing.
4663 (Objective-C): Add references to "info classes" and "info
4664 selectors".
c45da7e6
EZ
4665 (Debugging Output): Improve wording. Document "set/show debug
4666 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4667 (Set Breaks): Add index entry for "hardware breakpoints".
4668 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4669 and "set/show usehardbreakpoints".
4670 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4671 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4672 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4673 rdiromatzero", "set/show rdiheartbeat".
4674 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4675 "sds".
4676 (Embedded Processors): Document the "sim" command.
4677 (Remote): Document the "remote" command.
4678 (DJGPP Native): Document the "info serial" command.
4679 (Threads): Document "maint info sol-threads".
4680 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4681 (Set Breaks): Improve indexing.
4682 (Command Syntax): Add a reference to dont-repeat.
4683 (Define): Document "dont-repeat".
4684 (TUI Commands): Document "tabset".
4685 (WinCE): New subsection. Document "set/show remotedirectory",
4686 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4687
14d6dd68
EZ
46882005-04-15 Eli Zaretskii <eliz@gnu.org>
4689
4690 * gdb.texinfo (Hurd Native): New subsection, documents
4691 Hurd-specific commands.
a64548ea 4692 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4693 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4694 (MIPS): Improve documentation of heuristic-fence-post. Document
4695 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4696 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4697 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4698 (ARM): Document ARM-specific commands.
a64548ea
EZ
4699 (AVR): New section. Document "info io_registers".
4700 (CRIS): New section. Document "set/show cris-version" and
4701 "set/show cris-dwarf2-cfi".
4702 (HPPA): New section. Document "set/show debug hppa" and "maint
4703 print unwind".
a5adf40f 4704 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4705 (Super-H): New section. Document the "regs" command.
721c2651 4706 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4707
9c16f35a
EZ
47082005-04-09 Eli Zaretskii <eliz@gnu.org>
4709
4710 * gdb.texinfo (Print Settings): Document "set/show print
4711 pascal_static-members", "set print repeats", "show print
4712 null-stop". Improve indexing. Fix documentation of "set print
4713 union".
4714 (Pascal): New section.
4715 (Supported languages): Rename from "Support"; all references
4716 updated. Add a menu item for Pascal.
4717 (Numbers): Document "set radix.
4718 (Screen Size): Document "set/show pagination".
4719 (MIPS Embedded): Remove "set processor" documentation.
4720 (Remote configuration): Document "set/show X/P/Z-packet",
4721 "set/show read-aux-vector-packet", "set/show remote
4722 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4723 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4724 remotedebug", "set/show remotebreak", "set/show remotedevice",
4725 "set/show remotelogfile".
4726 (Auxiliary Vector): Add reference to the description of the
4727 read-aux-vector-packet setting.
4728 (Set Watchpoints): Add a cross-reference to "set remote
4729 hardware-breakpoint-limit".
4730 (General Query Packets): Add indexing of requests and
4731 cross-references to related commands in "Remote configuration".
4732 (File-I/O Overview, The system call): Fix wording and typos.
4733 (Thread Stops): Add index entries.
4734 (Continuing and Stepping): Document "show step-mode".
4735 (i386): New node. Document "set/show struct-convention".
4736 (Files): Document "show trust-readonly-sections".
4737 (Calling): Document "set/show unwindonsignal".
4738 (Messages/Warnings): Add index entries.
4739 (Maintenance Commands): Document "set/show watchdog".
4740 (Annotations Overview): Document "show annotate".
4741 (Set Watchpoints): Add index entries.
4742 (Symbols): Fix doc of case-sensitive.
4743 (ABI): Document "show coerce-float-to-double".
4744 (Convenience Vars, Help): Improve indexing.
4745 (Machine Code): Document "show disassembly-flavor".
4746 (Debugging C plus plus): Document "show overload-resolution".
4747 (Value History, Signaling): Add index entries.
4748
47492005-04-08 Eli Zaretskii <eliz@gnu.org>
4750
4751 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4752 (Processes): Fix wording.
4753 (History, List, Logging output, Define, Symbols, Print Settings):
4754 Improve indexing.
4755
a8f24a35
EZ
47562005-04-03 Eli Zaretskii <eliz@gnu.org>
4757
4758 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4759 redundant index entry for "target" command.
4760 (Backtrace): Add index entries.
4761 (Symbols, Fortran): Document the "set case-sensitive" command.
4762 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4763 (Print Settings): Add index entry for "set demangle-style".
4764 (Target Commands): Document "set download-write-size".
4765 (Debugging Output): Document "set exec-done-display".
4766
09d4efe1
EZ
47672005-04-02 Eli Zaretskii <eliz@gnu.org>
4768
4769 * gdb.texinfo (Files): Fix the name and documentation of
4770 add-shared-symbol-files. Document its alias assf. Update the
4771 list of OSs where GDB supports shared libraries. Fix markup.
4772 (Continuing and Stepping): Add reference to @var{location} in the
4773 text.
4774 (Dump/Restore Files): Fix reference to @{filename}.
4775 (Help): Fix wording.
4776 (Attach): Ditto.
4777 (Set Watchpoints): Ditto.
4778 (Backtrace): Remove redundant index entries. Improve index
4779 entries.
4780 (Delete Breaks): Fix wording.
4781 (Memory): Document the compare-sections command.
4782 (Memory Region Attributes): Improve wording.
4783 (Disabling): Improve wording.
4784 (Fortran): New subsection. Document the "info common" command.
4785 (Help): Document aliases "info copying" and "info warranty".
4786 (Caching Remote Data): New section. Document the "set/show
4787 remotecache" and "info dcache" commands.
4788 (Show): Fix wording of the documentation of the "set
4789 extension-language" command.
4790 (Signals): Add index entry for "info handle".
4791 (Memory Region Attributes): Fix punctuation.
4792 (Symbols): Change the arg name to "location" and refer to it in
4793 the text. Fix wording of "info types" doc.
4794 (Threads): Fix usage of @enumerate @item's.
4795 (Listing Tracepoints): Add index entry for "info tp".
4796 (Set Watchpoints): Add xref to "info break" description.
4797 (Macros): Add an index entry for "macro exp1". Document the
4798 "macro list" command.
4799 (Maintenance Commands): Document "flushregs", "maint agent",
4800 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4801 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4802 "maint print architecture", "maint print objfiles", "maint print
4803 statistics", "maint print type", "maint show-debug-regs", "maint
4804 space", "maint time", and "maint translate-address".
4805 (Connecting): Document the "monitor" command.
4806 (Annotations Overview): Describe the "set annotate" command.
4807
82f2d802
EZ
48082005-04-01 Eli Zaretskii <eliz@gnu.org>
4809
4810 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4811 Rearrange index entries and improve wording about support for
4812 hardware watchpoints.
4813
7d51c7de
BR
48142005-03-10 Bob Rossi <bob@brasko.net>
4815
4816 * gdb.texinfo: Update copyright
4817
68c71a2e
TR
48182005-02-09 Theodore A. Roth <troth@openavr.org>
4819
4820 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4821 error.
4822
83761cbd
KB
48232005-02-03 Kevin Buettner <kevinb@redhat.com>
4824
4825 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4826
9f1c6395
MS
48272005-01-17 Michael Snyder <msnyder@redhat.com>
4828
4829 * gdb.texinfo: Fix spelling, infinte -> infinite.
4830
fbd1b305
MK
48312005-01-08 Mark Kettenis <kettenis@gnu.org>
4832
4833 * observer.texi (GDB Observers): Document "solib_loaded".
4834
3ace7edb
AC
48352005-01-07 Andrew Cagney <cagney@gnu.org>
4836
bec39cab
AC
4837 * configure.ac: Rename configure.in, require autoconf 2.59.
4838 * configure: Re-generate.
4839
3ace7edb
AC
4840 * configure.in: Replace configdirs with multiple references to
4841 AC_CONFIG_SUBDIRS.
4842 * configure: Re-generate.
5ae4183a 4843
53531fc1
AC
48442005-01-04 Andrew Cagney <cagney@gnu.org>
4845
4846 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4847 part of the version number.
4848
536ffdb7
MK
48492004-12-24 Mark Kettenis <kettenis@gnu.org>
4850
4851 * gdbint.texinfo (Algorithms): Remove description of
4852 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4853
e1aac25b
JB
48542004-12-07 Jim Blandy <jimb@redhat.com>
4855
4856 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4857 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4858 numbers.
4859
f47b1503
AS
48602004-12-07 Andreas Schwab <schwab@suse.de>
4861
4862 * gdb.texinfo (Mode Options): Document -l option.
4863
b6b8ece6
EZ
48642004-12-04 Eli Zaretskii <eliz@gnu.org>
4865
4866 * gdbint.texinfo (Algorithms): More accurate description of
4867 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4868 is not needed unless data-read and data-access watchpoints are
4869 supported. Add a description of how GDB checks whether the
4870 inferior stopped because a watchpoint was hit.
4871
01371747
EZ
48722004-11-23 Eli Zaretskii <eliz@gnu.org>
4873
4874 * gdb.texinfo (Files): Add cross-reference to description of
4875 -readnow command-line switch.
4876
2315ffec
RC
48772004-11-10 Randolph Chung <tausq@debian.org>
4878
4879 * gdb.texinfo: Document set/show backtrace past-entry commands.
4880 Rearrange index entries for set/show backtrace past-main.
4881
69065f5d
AC
48822004-11-10 Jon Beniston <jon@beniston.com>
4883
4884 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4885 * gdb.texinfo (Remote Serial Protocol): Further describe
4886 binary transfer escaping mechanism .
69065f5d 4887
30e91e0b
RC
48882004-11-08 Randolph Chung <tausq@debian.org>
4889
4890 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4891 and "show debug infrun". Add index entries.
4892
60bf7e09
EZ
48932004-10-23 Eli Zaretskii <eliz@gnu.org>
4894
4895 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4896 "info proc" that are already implemented. Add index entries.
4897 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4898 (Files): Add a tip for decreasing memory used for symtabs from
4899 shared libraries.
f018e82f
EZ
4900 (Starting): Fix whitespace; make "elaboration" stand out where it
4901 is first used, and add an index entry for the term.
f8568604
EZ
4902 (Calling): Expand and elaborate text. Add "print". Add the
4903 description of problems with weak aliases.
384ee23f 4904 (Core File Generation): New section.
60bf7e09 4905
d52fe014
AC
49062004-10-12 Andrew Cagney <cagney@gnu.org>
4907
4908 * gdbint.texinfo (Versions and Branches): New chapter.
4909 (Releasing GDB): Delete "Versions and Branches" section.
4910 (Top): Add "Versions and Branches".
4911
703663ab
EZ
49122004-10-08 Eli Zaretskii <eliz@gnu.org>
4913
4914 * gdb.texinfo (Editing, History): Add cross-references to the
4915 included Readline and History user documentation. Remove
4916 references to the symbol have-readline-appendices which is unused
4917 and undefined.
4918 (History): Fix indexing.
4919
ac77d04f
JJ
49202004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4921
4922 * gdbint.texinfo (target_stopped_data_address): Update to
4923 new prototype.
4924 (i386_stopped_data_address): Update prototype and description.
4925 (i386_stopped_by_watchpoint): New function and description.
4926
e07c999f
PH
49272004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4928
4929 * gdb.texinfo (Filenames): Add Ada suffixes.
4930 (Ada) New section.
4931
2e868123
AC
49322004-09-27 Andrew Cagney <cagney@gnu.org>
4933 Robert Picco <Robert.Picco@hp.com>
4934
4935 * gdb.texinfo (Packets): Document the "p" packet.
4936
02a57714
JM
49372004-09-21 Jason Molenda (jmolenda@apple.com)
4938
4939 * gdb.texinfo (Paths and Names of the Source Files): Document the
4940 meaning of values in the 'desc' field of a SO stab.
4941
ae038cb0
DJ
49422004-09-20 Daniel Jacobowitz <dan@debian.org>
4943
4944 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4945 max-cache-age" and "maint show dwarf2 max-cache-age".
4946
f7dc1244
EZ
49472004-09-16 Eli Zaretskii <eliz@gnu.org>
4948
4949 * gdb.texinfo (Set Breaks): Add index entry for setting
4950 breakpoints on overloaded C++ functions that are not members of
4951 any classes. Add an example and an index entry for setting
4952 breakpoints on all program functions.
4953 (Character Sets, Macros, Overlay Commands)
4954 (Non-debug DLL symbols, GDB/MI Output Syntax)
4955 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4956 Use "(@value{GDBP})" instead of a literal "(gdb)".
4957
f810308b
AC
49582004-09-12 Andrew Cagney <cagney@gnu.org>
4959
4960 * gdbint.texinfo (Native Debugging): Delete description of
4961 FILES_INFO_HOOK.
4962
15a661f3
PH
49632004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4964
5ae4183a
AS
4965 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4966 to hex_string_custom (not historically correct, but more
15a661f3
PH
4967 understandable, given the current code).
4968
f3219c75
AC
49692004-09-03 Andrew Cagney <cagney@gnu.org>
4970
4971 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4972
f3bb6704
JJ
49732004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4974
4975 * observer.texi (solib_unloaded): New observer.
4976
8d2c00cb
AC
49772004-08-24 Andrew Cagney <cagney@gnu.org>
4978
4979 * gdbint.texinfo (Target Architecture Definition): Add missing
4980 comma.
4981
e7dc800a
MC
49822004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4983
4984 * (Using the Testsuite): build != host is supported,
4985 but some test scripts do not support build != host.
4986
73b03683
MK
49872004-08-14 Mark Kettenis <kettenis@gnu.org>
4988
4989 * gdbint.texinfo (Host Definition): Delete description of
4990 FCLOSE_PROVIDED and GETENV_PROVIDED.
4991
c0ccb908
MK
49922004-08-05 Mark Kettenis <kettenis@chello.nl>
4993
4994 * gdbint.texinfo (Host Definition): Delete description of
4995 NO_SYS_FILE.
4996 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4997 PTRACE_FP_BUG.
4998
9c8dbfa9
AC
49992004-08-05 Andrew Cagney <cagney@gnu.org>
5000
5001 * gdbint.texinfo (Target Architecture Definition): Delete
5002 reference to deprecated_read_fp.
5003
f42accbe
AC
50042004-08-02 Andrew Cagney <cagney@gnu.org>
5005
5006 * gdbint.texinfo (Target Architecture Definition): Delete
5007 description of DEPRECATED_REGISTER_BYTES.
5008
0b66e38c
EZ
50092004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
5010
5011 * gdb.texinfo (Source Path): Document the new behavior of
5012 searching for the source files.
5013
15387254
EZ
50142004-07-17 Eli Zaretskii <eliz@gnu.org>
5015
5016 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
5017 (Search, Expressions, Arrays, Variables, Data, Machine Code)
5018 (Auto Display): Improve indexing.
5019
2c07db7a
AC
50202004-07-16 Andrew Cagney <cagney@gnu.org>
5021
5022 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
5023 "-noasync".
5024
4644b6e3
EZ
50252004-07-09 Eli Zaretskii <eliz@gnu.org>
5026
5027 * gdb.texinfo: Fix @kindex entries so that multiple commands that
5028 have the same prefix have only their prefix in the index.
5029
7561d450
MK
50302004-07-03 Mark Kettenis <kettenis@gnu.org>
5031
5032 * gdb.texinfo (BSD libkvm Interface): New node (section)
5033 (Native): Add it to the menu.
5034
67bebe79
MK
50352004-07-01 Mark Kettenis <kettenis@gnu.org>
5036
5037 * gdbint.texinfo (Target Architecture Definition): Remove
5038 PCC_SOL_BROKEN.
5039
1a6923e0
MK
50402004-06-24 Mark Kettenis <kettenis@gnu.org>
5041
5042 * gdbint.texinfo (Target Architecture Definition): Remove
5043 SUN_FIXED_LBRAC_BUG.
5044
b435e160
AC
50452004-06-26 Andrew Cagney <cagney@gnu.org>
5046
5047 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
5048
b5622e8d
AC
50492004-06-20 Andrew Cagney <cagney@gnu.org>
5050
5051 * gdbint.texinfo (Target Architecture Definition): Deprecate
5052 USE_STRUCT_CONVENTION.
5053
e0c07bf0
MC
50542004-06-19 Michael Chastain <mec.gnu@mindspring.com>
5055
5056 gdb.texinfo (Bug Reporting): Mention session recording,
5057 with the script command or Emacs.
5058
782263ab
AC
50592004-06-18 Andrew Cagney <cagney@gnu.org>
5060
5061 * gdbint.texinfo (Target Architecture Definition): Deprecate
5062 FUNCTION_START_OFFSET.
5063
03727ca6
AC
50642004-06-14 Andrew Cagney <cagney@gnu.org>
5065
5066 Based on changes from Karl Berry.
5067 * gdb.texinfo: Do not use @sc in a direntry.
5068 * stabs.texinfo: Change @dircateogry to "Software development".
5069 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
5070
97092415
AC
50712004-06-13 Andrew Cagney <cagney@gnu.org>
5072
5073 * gdbint.texinfo (Target Architecture Definition): Delete
5074 description of RETURN_VALUE_ON_STACK.
5075
1f6d4158
AC
50762004-06-09 Andrew Cagney <cagney@gnu.org>
5077
5078 * gdbint.texinfo (Native Debugging): Restore "@table @code"
5079 deleted by previous patch.
5080
d966f0cb
AC
50812004-06-08 Andrew Cagney <cagney@gnu.org>
5082
5083 * gdbint.texinfo (Native Debugging): Delete documentation on
5084 ATTACH_DETACH.
5085
86fe4aaa
RC
50862004-06-06 Randolph Chung <tausq@debian.org>
5087
5088 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
5089
d4b6d575
RC
50902004-06-06 Randolph Chung <tausq@debian.org>
5091
5ae4183a 5092 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
5093 the new push_dummy_call method signature. Describe the function
5094 argument.
5095
4e8b0763
JB
50962004-05-24 Joel Brobecker <brobecker@gnat.com>
5097
5098 * gdb.texinfo (Starting): Document new start command.
5099
59caf092
AC
51002004-05-21 Andrew Cagney <cagney@redhat.com>
5101
5102 * observer.texi (GDB Observers): Document "inferior_created".
5103
e4a2df64
AC
51042004-05-08 Andrew Cagney <cagney@redhat.com>
5105
e6b55ae2
AC
5106 * gdbint.texinfo (Target Architecture Definition): Delete
5107 description of DO_DEFERRED_STORES.
5108
28954179
AC
5109 * gdbint.texinfo (Target Architecture Definition): Delete
5110 references to DEPRECATED_FIX_CALL_DUMMY.
5111
434b87dd
AC
5112 * gdbint.texinfo (Target Architecture Definition): Delete
5113 description of DEPRECATED_CALL_DUMMY_WORDS,
5114 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
5115
58d28df8
AC
5116 * gdbint.texinfo (Target Architecture Definition): Delete
5117 description of DEPRECATED_PUSH_DUMMY_FRAME.
5118
e4a2df64
AC
5119 * gdbint.texinfo (Target Architecture Definition): Delete
5120 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
5121
2b4855ab
AC
51222004-05-07 Andrew Cagney <cagney@redhat.com>
5123
5124 * observer.texi (GDB Observers): Add "Debugging" section. Include
5125 cross reference to "set/show debug observer".
5126 * gdb.texinfo (Debugging Output): Document "set/show debug
5127 observer".
5128
fcf70625
AC
51292004-05-01 Andrew Cagney <cagney@redhat.com>
5130
5131 * gdbint.texinfo (Target Architecture Definition): Delete
5132 description of DEPRECATED_PC_IN_SIGTRAMP.
5133
8ee56bcf
AC
51342004-04-30 Andrew Cagney <cagney@redhat.com>
5135
5136 * gdbint.texinfo (Target Architecture Definition): Delete
5137 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
5138
67ab9a76
OF
51392004-04-30 Orjan Friberg <orjanf@axis.com>
5140
5141 * observer.texi (GDB Observers): Correct spelling.
5142
79346bcb
OF
51432004-04-26 Orjan Friberg <orjanf@axis.com>
5144
5145 * observer.texi (GDB Observers): Add target_changed event.
5146
7a464420
AC
51472004-04-08 Andrew Cagney <cagney@redhat.com>
5148
5149 * observer.texi (GDB Observers): Rework, provide generic observer
5150 definitions and then a list of observable events.
5151
6cdf9d98
AC
51522004-04-04 Andrew Cagney <cagney@redhat.com>
5153
5154 * gdbint.texinfo (Host Definition): Delete reference to
5155 NO_SIGINTERRUPT.
5156
ddc135a4
AC
51572004-04-02 Andrew Cagney <cagney@redhat.com>
5158
5159 * gdbint.texinfo (Target Architecture Definition): Delete
5160 reference to DEPRECATED_CALL_DUMMY_LENGTH.
5161
6a1b180d
SC
51622004-03-28 Stephane Carrez <stcarrez@nerim.fr>
5163
5164 * gdb.texinfo (TUI Commands): Document tui reg commands.
5165
d0d5df6f
AC
51662004-03-26 Andrew Cagney <cagney@redhat.com>
5167
5168 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
5169 "gdbtui".
5170 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
5171 (Contributors): Mention both Text and Terminal User Interface.
5172
aa2a3f87
AC
51732004-03-23 Andrew Cagney <cagney@redhat.com>
5174
5175 * gdbint.texinfo (Target Architecture Definition): Deprecate
5176 references to SIGTRAMP_START and SIGTRAMP_END.
5177
f561f026
AC
51782004-03-23 Andrew Cagney <cagney@redhat.com>
5179
5180 * gdbint.texinfo (Target Architecture Definition): Deprecate
5181 references to PC_IN_SIGTRAMP.
5182
33cb8b0f
AC
51832004-03-19 Andrew Cagney <cagney@redhat.com>
5184
5185 * gdbint.texinfo (Target Architecture Definition): Delete
5186 reference to GDB_TARGET_IS_HPPA.
5187
fc989b7a
AC
51882004-03-18 Andrew Cagney <cagney@redhat.com>
5189
5190 * gdbint.texinfo (Coding): Update section on gdbarch_data,
5191 describe pre_init and post_init.
5192
701b08bb
DJ
51932004-03-09 Daniel Jacobowitz <drow@mvista.com>
5194
5195 * gdb.texinfo (Debugging Output): Document values for "set debug
5196 target".
5197
faae5abe
AC
51982004-02-28 Andrew Cagney <cagney@redhat.com>
5199
5200 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
5201
dd79a6cf
JJ
52022004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5203
5204 * gdb.texinfo (breakpoints): Add information about the
5205 new "set breakpoint pending" and "show breakpoint pending"
5206 commands.
5207
e7f16015
AC
52082004-02-26 Andrew Cagney <cagney@redhat.com>
5209
5210 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
5211 in Per-architecture module data section.
5212
7161a3a6
RM
52132004-02-25 Roland McGrath <roland@redhat.com>
5214
5215 * gdb.texinfo (General Query Packets): Document qPart:... packets.
5216
2154891a
AC
52172004-02-24 Andrew Cagney <cagney@redhat.com>
5218
5219 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
5220 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
5221 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 5222
6c74ac8b
AC
52232004-02-17 Andrew Cagney <cagney@redhat.com>
5224
5225 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
5226
19772a2c
AC
52272004-02-16 Andrew Cagney <cagney@redhat.com>
5228
5229 * gdbint.texinfo (Target Architecture Definition): Deprecate
5230 FRAMELESS_FUNCTION_INVOCATION.
5231
c9830293
AC
52322004-02-16 Andrew Cagney <cagney@redhat.com>
5233
5234 * gdbint.texinfo (Coding): Mention -Wunused-function.
5235
b9d26eb9
AC
52362004-02-14 Andrew Cagney <cagney@redhat.com>
5237
5238 * gdbint.texinfo (Target Architecture Definition): Delete
5239 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5240
49efadf5
EZ
52412004-02-12 Elena Zannoni <ezannoni@redhat.com>
5242
5243 * gdb.texinfo: Properly quote the name "C++".
5244 * gdbint.texinfo: Ditto.
5245 * stabs.texinfo: Ditto.
5246
1eb288ea
EZ
52472004-02-11 Elena Zannoni <ezannoni@redhat.com>
5248
5249 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5250 minimal information about libiberty.
5251
e4937fc1
MC
52522004-02-06 Michael Chastain <mec.gnu@mindspring.com>
5253
5254 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5255
a9331b3f
RM
52562004-02-04 Roland McGrath <roland@redhat.com>
5257
5258 * gdb.texinfo (Auxiliary Vector): New node (section).
5259 (Data): Add it to the menu.
5260
2650777c
JJ
52612004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5262
5263 * gdb.texinfo (Breakpoints): Add information about pending
5264 breakpoint support.
5265
b4501125
AC
52662004-01-26 Andrew Cagney <cagney@redhat.com>
5267
5268 * gdb.texinfo (Overview): Delete references to the cisco protocol
5269 including the "N" response.
5270
74055713
AC
52712004-01-26 Andrew Cagney <cagney@redhat.com>
5272
5273 * gdbint.texinfo (Target Architecture Definition): Rename
5274 EXTRACT_STRUCT_VALUE_ADDRESS to
5275 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 5276
3bbe9696
EZ
52772004-01-24 Eli Zaretskii <eliz@gnu.org>
5278
5279 * gdb.texinfo (KOD): Document "show os". Add index entries for
5280 "set/show os" and "info cisco" commands.
5281
5843504f
EZ
52822004-01-21 Eli Zaretskii <eliz@gnu.org>
5283
5284 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5285
9175c9a3
MC
52862004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5287
5288 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5289 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5290
8e94b928
NR
52912004-01-19 Nick Roberts <nick@nick.uklinux.net>
5292
5293 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5294 -stack-list-locals.
5295 (GDB/MI Variable Objects): Describe extension to
5296 -var-list-children.
5297
a20cf136
DJ
52982004-01-17 Daniel Jacobowitz <drow@mvista.com>
5299
5300 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5301
afb18d0f
AC
53022004-01-17 Andrew Cagney <cagney@redhat.com>
5303
5304 * gdbint.texinfo (Target Architecture Definition): Delete
5305 documentation on DEPRECATED_NPC_REGNUM.
5306
b51970ac
DJ
53072004-01-13 Daniel Jacobowitz <drow@mvista.com>
5308
5309 * gdb.texinfo: Update copyright year. Mention that set
5310 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5311 "set follow-fork-mode ask".
5312
0f0cffd2
AC
53132004-01-13 Andrew Cagney <cagney@redhat.com>
5314
5315 * gdbint.texinfo: Update copyright year.
5316 (Coding): Add -Wunused-label to list of -Werror warnings.
5317
c552b3bb 53182004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 5319 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
5320
5321 * gdb.texinfo: Update copyright.
5322 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5323 around names, as appropriate. Minor syntax cleanup of
5324 _NSPrintForDebugger explanation. Two spaces after periods.
5325 GDBN used instead of lit. "gdb". Index entries added for
5326 print-object and _NSPrintForDebugger. @noindent added in one spot.
5327
afe157ca
EZ
53282003-11-11 Elena Zannoni <ezannoni@redhat.com>
5329
5330 * stabs.texinfo: Add dircategory and direntry commands.
5331 * annotate.texinfo: Ditto.
5332
963e2bb7
AC
53332003-11-10 Andrew Cagney <cagney@redhat.com>
5334
5335 * gdbint.texinfo (Target Architecture Definition): Replace the
5336 return_value method's "inval" and "outval" parameters with
5337 "readbuf" and "writebuf".
5338
1d8b2f28
JB
53392003-10-28 Jim Blandy <jimb@redhat.com>
5340
5341 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5342 from "The `F' request packet" and "The `F' reply packet", to make
5343 texi2dvi happy.
5344 (File-I/O remote protocol extension): Update menu entries, too.
5345
36d86913
MC
53462003-10-26 Michael Chastain <mec@shout.net>
5347
5348 * gdb.texinfo (Thread Stops): Document the issue with
5349 premature return from system calls in multi-threaded programs.
5350
ce2826aa
AC
53512003-10-24 Andrew Cagney <cagney@redhat.com>
5352
5353 * annotate.texinfo: Fix "fortunatly"[sic].
5354
f24c5e49
KI
53552003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5356
5357 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5358 with "Hitachi" and "Mitsubishi".
5359
92ad9cd9
AC
53602003-10-20 Andrew Cagney <cagney@redhat.com>
5361
5362 * gdbint.texinfo (Target Architecture Definition): Document
5363 gdbarch_return_value. Add cross references from
5364 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5365 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5366
0ab4b752
MK
53672003-10-18 Mark Kettenis <kettenis@gnu.org>
5368
5369 * gdbint.texinfo (Target Architecture Definition): Document
5370 regset_from_core_section.
fb3e19c0
KI
5371
53722003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5373
5374 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5375
a9331b3f 53762003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5377
5378 From Anthony Green <green@redhat.com>:
5ae4183a 5379 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5380
1485d690
KB
53812003-10-14 Kevin Buettner <kevinb@redhat.com>
5382
889bf7c5
PA
5383 * gdb.texinfo (Breakpoint related warnings): New node.
5384 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5385
86d30acc
DJ
53862003-10-13 Daniel Jacobowitz <drow@mvista.com>
5387
5388 * gdb.texinfo (Remote Protocol): Document v and vCont.
5389
172c2a43
KI
53902003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5391
5392 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5393 * gdbint.texinfo: Ditto.
5394
71952f4c
AC
53952003-10-09 Andrew Cagney <cagney@redhat.com>
5396
5397 From 2003-09-18 David Anderson <davea@sgi.com>:
5398 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5399 "command".
5400
268e2188
AC
54012003-10-03 Andrew Cagney <cagney@redhat.com>
5402
5403 * gdbint.texinfo (Target Architecture Definition): Deprecate
5404 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5405 just target.
5406
12c266ea 54072003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5408
f30992d4 5409 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5410 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5411 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5412 * gdbint.texinfo (Target Architecture Definition): Rename
5413
54142003-09-30 Andrew Cagney <cagney@redhat.com>
5415
f30992d4 5416 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5417 (Target Architecture Definition):
f30992d4 5418
2e092625
AC
5419 * gdbint.texinfo (Target Architecture Definition): Rename
5420 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5421
0717ae8a
AC
54222003-09-29 Andrew Cagney <cagney@redhat.com>
5423
dad809b7
AC
5424 * gdbint.texinfo (Target Architecture Definition): Delete
5425 documentation for NEED_TEXT_START_END.
5426
0717ae8a
AC
5427 * gdbint.texinfo (Target Architecture Definition): Rename
5428 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5429 TARGET_WRITE_PC.
a9331b3f 5430
af6cf26d
MC
54312003-09-22 Michael Chastain <mec@shout.net>
5432
5433 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5434
ee206350
AG
54352003-09-21 Anthony Green <green@redhat.com>
5436
5437 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5438
a38c9fe6
MK
54392003-09-21 Mark Kettenis <kettenis@gnu.org>
5440
5441 * gdbint.texinfo (Target Architecture Definition): Document
5442 stabs_argument_has_addr.
5443
77949794
AC
54442003-09-18 Andrew Cagney <cagney@redhat.com>
5445
5446 * gdbint.texinfo (Target Architecture Definition): Delete
5447 documentation on REGISTER_NAMES.
5448
8e823e25
MK
54492003-09-13 Mark Kettenis <kettenis@gnu.org>
5450
5451 * gdbint.texinfo (Target Architecture Definition): Replace
5452 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5453
f27dd7fd
AC
54542003-09-11 Andrew Cagney <cagney@redhat.com>
5455
5456 * gdbint.texinfo (Target Architecture Definition): Replace
5457 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5458
8b148df9
AC
54592003-08-18 Andrew Cagney <cagney@redhat.com>
5460
5461 * gdbint.texinfo (Target Architecture Definition): Document
5462 "frame_red_zone_size".
5463
25d29d70
AC
54642003-08-09 Andrew Cagney <cagney@redhat.com>
5465
5466 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5467 with "set/show backtrace past-main" and "set/show backtrace
5468 limit".
5469
c938e9b0
L
54702003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5471
5472 * Makefile.in (install-info): Support DESTDIR.
5473 (install-html): Likewise.
5474
64fabec2
AC
54752003-08-07 Andrew Cagney <cagney@redhat.com>
5476
5477 Patch from Nick Roberts.
5478 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5479 bindings. Remove description of send-gdb-command.
5480
2fcf52f0
AC
54812003-08-07 Andrew Cagney <cagney@redhat.com>
5482
5483 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5484 GDB 6.0.
5485
086432e2
AC
54862003-08-06 Andrew Cagney <cagney@redhat.com>
5487
5488 * gdb.texinfo (Mode Options): Mention that level three is the
5489 highest available and that level 2 is deprecated.
5490 (Annotations Overview): Mention annotation levels. Cross reference
5491 to "Limitations of the Annotation Interface" in annotate.texi.
5492 (TODO, Value Annotations, Frame Annotations): Delete section.
5493 (Displays, Breakpoint Info): Delete.
5494
e5249f67
AC
54952003-08-04 Andrew Cagney <cagney@redhat.com>
5496
5497 * agentexpr.texi: Delete @bye.
5498 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5499 (stabs.info): Add $(srcdir) to include search path.
5500 (html): Depend on "annotate_toc.html", and not "annotate.html".
5501 * stabs.texinfo: Ditto. Include "fdl.texi".
5502 * gdbint.texinfo: Update copyright statement's list of invariant
5503 sections.
5504
e6f672d2
AC
55052003-07-28 Andrew Cagney <cagney@redhat.com>
5506
5507 * Makefile.in (INFO_DEPS): Add annotate.info.
5508 (dvi, ps, html, pdf): Add annotate.
5509 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5510 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5511 (ANNOTATE_DOC_FILES): New macro.
5512 (ANNOTATE_TEX_TMPS): New macro.
5513 (annotate.info, annotate_toc.html): Specify dependencies.
5514 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5515 * annotate.texinfo: Rename annotate.texi. Get building. Add
5516 "Migrating to GDB/MI" and "Limitations of the Annotation
5517 Interface" chapters. Mention why it is not part of the user
5518 guide. Update copyright notice. Include "fdl.texi".
5519
72ffddc9
SC
55202003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5521
5522 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5523
a9f12a31
DJ
55242003-07-24 Daniel Jacobowitz <drow@mvista.com>
5525
5526 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5527
b1fe9455
DJ
55282003-07-24 Daniel Jacobowitz <drow@mvista.com>
5529
5530 * gdb.texinfo (Server): Mention pidof.
5531
153721e6
AC
55322003-07-22 Andrew Cagney <cagney@redhat.com>
5533
5534 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5535 list.
5536
0fac0b41
DJ
55372003-06-28 Daniel Jacobowitz <drow@mvista.com>
5538
5539 * gdb.texinfo (Logging output): New chapter.
5540
4e562065
JB
55412003-06-24 Joel Brobecker <brobecker@gnat.com>
5542
5543 * gdb.texinfo (Unsupported languages): New section.
5544 (Languages): Add link to new section.
5545
f2c06f52
AC
55462003-06-22 Andrew Cagney <cagney@redhat.com>
5547
5548 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5549
b4177fca
DJ
55502003-06-22 Daniel Jacobowitz <drow@mvista.com>
5551
5552 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5553
f418dd93
DJ
55542003-06-22 Daniel Jacobowitz <drow@mvista.com>
5555
5556 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5557 * agentexpr.texi: Retitle section, and change it to an appendix.
5558 Comment out texinfo initialization. Factor a @var{} into two
5559 pieces to prevent makeinfo warnings.
5560 * gdb.texinfo: Add Agent Expressions appendix.
5561
4ca61388
DJ
55622003-06-19 Daniel Jacobowitz <drow@mvista.com>
5563
5564 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5565
07f31aa6
DJ
55662003-06-18 Daniel Jacobowitz <drow@mvista.com>
5567
5ae4183a 5568 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5569 remote target". Document the "detach" and "disconnect" commands.
5570 (Server, Netware, Debug Session): Reference "Connecting to a
5571 remote target".
5572 (GDB/MI Target Manipulation): Document "-target-disconnect".
5573
2dd0da42
AC
55742003-06-13 Andrew Cagney <cagney@redhat.com>
5575
5576 * gdbint.texinfo (Target Architecture Definition): Deprecate
5577 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5578 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5579
e7a3abfc
JB
55802003-06-09 Jim Blandy <jimb@redhat.com>
5581
5582 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5583
25e3a86b
AC
55842003-06-08 Andrew Cagney <cagney@redhat.com>
5585
5586 * gdbint.texinfo (Target Architecture Definition): Delete
5587 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5588
a9e5fdc2
AC
55892003-06-08 Andrew Cagney <cagney@redhat.com>
5590
5591 * gdbint.texinfo (Target Architecture Definition): Document
5592 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5593
b37303ee
AF
55942003-06-07 Adam Fedor <fedor@gnu.org>
5595
5596 * gdb.texinfo: Add Objective-C documentation.
5597
39fe6e80
AC
55982003-06-01 Andrew Cagney <cagney@redhat.com>
5599
5600 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5601 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5602
125309b2
AC
56032003-05-21 Andrew Cagney <cagney@redhat.com>
5604
5605 * gdbint.texinfo (Target Architecture Definition): Delete
5606 references to "extract_address" and "store_address".
5607
b8b527c5
AC
56082003-05-16 Andrew Cagney <cagney@redhat.com>
5609
5610 * gdbint.texinfo (Target Architecture Definition): Replace
5611 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5612 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5613
50e3ee83
TR
56142003-05-14 Theodore A. Roth <troth@openavr.org>
5615
5616 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5617
44e2be90
L
56182003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5619
5620 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5621 (gdb.dvi): Likewise.
5622 (gdb.pdf): Likewise.
5623 (links2roff): Likewise.
5624
df5215a6
JB
56252003-05-08 Jim Blandy <jimb@redhat.com>
5626
5627 * gdb.texinfo (Dump/Restore Files): Update documentation for
5628 'dump', 'append', and 'restore': note that format argument is
5629 optional; simplify presentation of the command variants; and be
5630 more precise about the formats.
5631
5e7b2f39
JB
56322003-05-07 Jim Blandy <jimb@redhat.com>
5633
5634 * gdb.texinfo (Symbols): Update documentation: 'maint list
5635 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5636 symtabs' and 'maint info psymtabs'.
5637
b1e29e33
AC
56382003-05-05 Andrew Cagney <cagney@redhat.com>
5639
5640 * gdbint.texinfo (Target Architecture Definition): Make
5641 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5642 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5643 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5644
00905d52
AC
56452003-05-04 Andrew Cagney <cagney@redhat.com>
5646
5647 * gdb.texinfo (Maintenance Commands): Document "maint print
5648 dummy-frames".
5649
54ff5908
AC
56502003-05-04 Andrew Cagney <cagney@redhat.com>
5651
5652 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5653
32e7087d
JB
56542003-05-03 J. Brobecker <brobecker@gnat.com>
5655
5656 Thierry Schneider <tpschneider1@yahoo.com>
5657 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5658 for new MI command.
5659
7043d8dc
AC
56602003-05-03 Andrew Cagney <cagney@redhat.com>
5661
5662 * gdbint.texinfo (Target Architecture Definition): Document
5663 push_dummy_code. Add cross references.
5664
e33d66ec
EZ
56652003-05-02 Elena Zannoni <ezannoni@redhat.com>
5666
5667 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5668 set/show charsets commands.
5669
0ba6dca9
AC
56702003-04-28 Andrew Cagney <cagney@redhat.com>
5671
5672 * gdbint.texinfo (Target Architecture Definition): Replace
5673 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5674 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5675
d7a27068
AC
56762003-04-28 Andrew Cagney <cagney@redhat.com>
5677
5678 * gdbint.texinfo (Target Architecture Definition): Rename
5679 "tm_print_insn" to "deprecated_tm_print_insn".
5680
44ea7b70
JB
56812003-04-09 Jim Blandy <jimb@redhat.com>
5682
5683 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5684 list psymtabs'.
5685
fb8f8949
AC
56862003-04-08 Andrew Cagney <cagney@redhat.com>
5687
5688 * gdbint.texinfo (Target Architecture Definition): Delete
5689 references to EXTRA_FRAME_INFO.
5690
32fb0f22
AC
56912003-04-08 Andrew Cagney <cagney@redhat.com>
5692
5693 * gdbint.texinfo (Target Architecture Definition): Delete
5694 PRINT_TYPELESS_INTEGER.
5695
6be67e67
JB
56962003-04-02 J. Brobecker <brobecker@gnat.com>
5697
5698 * observer.texi (GDB Observers): Adjust the documentation for the
5699 normal_stop notification to better describe reality. Fix a couple
5700 of minor typos.
5701
4e35d5f0
BR
57022003-04-02 Bob Rossi <bob_rossi@cox.net>
5703
a9331b3f 5704 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5705 '-file-list-exec-source-file'
5706
e8a8712a
AC
57072003-03-31 Andrew Cagney <cagney@redhat.com>
5708
5709 * gdbint.texinfo (Target Architecture Definition): Delete
5710 references to CALL_DUMMY_P.
5711
6c0e89ed
AC
57122003-03-30 Andrew Cagney <cagney@redhat.com>
5713
5714 * gdbint.texinfo (Target Architecture Definition): Remove
5715 reference to TARGET_WRITE_SP.
a9331b3f 5716
378bfd1b
AC
57172003-03-27 Andrew Cagney <cagney@redhat.com>
5718
5719 * gdbint.texinfo (Target Architecture Definition): Remove
5720 references to write_sp.
6c0e89ed 5721
922fbb7b
AC
57222003-03-27 Andrew Cagney <cagney@redhat.com>
5723
5724 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5725 chapter body. Use @smallexample instead of @example.
5726 (Annotations): Ditto.
5727 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5728 annotate.texi.
5729
b81774d8
AC
57302003-03-26 Andrew Cagney <cagney@redhat.com>
5731
5732 * gdbint.texinfo (Target Architecture Definition): Replace
5733 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5734 dummy_addr parameters.
5735
1bf6d5cc
AC
57362003-03-25 Andrew Cagney <cagney@redhat.com>
5737
5738 * gdbint.texinfo (Target Architecture Definition): Delete
5739 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5740 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5741 Add reference to PUSH_ARGUMENTS.
5742
618ce49f
AC
57432003-03-23 Andrew Cagney <cagney@redhat.com>
5744
5745 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5746 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5747
bcd7e15f
JB
57482003-03-18 J. Brobecker <brobecker@gnat.com>
5749
5750 * gdbint.texinfo (Algorithms): Add new section describing the
5751 Observer paradigm.
5752 (Top): Add menu entry to new observer appendix.
5753 * observer.texi: New file.
5754 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5755 new observer.texi file.
5756
9fe8321b
AC
57572003-03-17 Andrew Cagney <cagney@redhat.com>
5758
5759 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5760 that GNU Press update the manual version number.
5761
ac2adee5
AC
57622003-03-12 Andrew Cagney <cagney@redhat.com>
5763
5764 * gdbint.texinfo (Target Architecture Definition): Delete
5765 references to get_saved_register. Rename GET_SAVED_REGISTER to
5766 DEPRECATED_GET_SAVED_REGISTER.
5767
749b82f6
AC
57682003-03-13 Andrew Cagney <cagney@redhat.com>
5769
5770 * gdbint.texinfo (Target Architecture Definition): Replace
5771 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5772
8bedc050
AC
57732003-03-12 Andrew Cagney <cagney@redhat.com>
5774
5775 * gdbint.texinfo (Target Architecture Definition): Rename
5776 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5777
0ce1b118
CV
57782003-03-10 Corinna Vinschen <vinschen@redhat.com>
5779
5780 * gdb.texinfo: Add File-I/O documentation.
5781
12cc2063
AC
57822003-03-10 Andrew Cagney <cagney@redhat.com>
5783
5784 * gdbint.texinfo (Target Architecture Definition): Cross reference
5785 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5786
7453dc06
AC
57872003-03-07 Andrew Cagney <cagney@redhat.com>
5788
5789 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5790 frame" command.
5791
6314f104
AC
57922003-03-05 Andrew Cagney <cagney@redhat.com>
5793
5794 * gdbint.texinfo (Target Architecture Definition): Document
5795 unwind_dummy_id. Cross reference unwind_dummy_id and
5796 SAVE_DUMMY_FRAME_TOS.
5797
f1212245
DJ
57982003-03-05 James Ingham <jingham@apple.com>
5799 Daniel Jacobowitz <drow@mvista.com>
5800
5801 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5802 and "show cp-abi".
5803
77e7e267
AC
58042003-03-03 Andrew Cagney <cagney@redhat.com>
5805
5806 * gdbint.texinfo (Target Architecture Definition): Document
5807 register_type.
5808
838a8221
AC
58092003-03-03 Andrew Cagney <cagney@redhat.com>
5810
5811 * stabs.texinfo (Structures): Use @samp and separate @var's
5812 instead of a single @var containing a comma separated list.
5813 (Unions): Ditto.
5814
d7f4a264
DJ
58152003-03-02 Daniel Jacobowitz <drow@mvista.com>
5816
5817 * Makefile.in (distclean): Remove config.log.
5818
f30ee0bc
AC
58192003-03-01 Andrew Cagney <cagney@redhat.com>
5820
5821 * gdbint.texinfo (Target Architecture Definition): Rename
5822 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5823
58242003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5825
5826 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5827 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5828
be448670
CF
58292003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5830
5831 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5832 (Non-debug DLL symbols): New node, describing the minimal symbols
5833 loaded from DLLs without real debugging symbols.
5834
501eef12
AC
58352003-02-20 Andrew Cagney <ac131313@redhat.com>
5836
5837 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5838 hardware-breakpoint-limit".
5839 (Set Watchpoints): Add cross reference to "set remote
5840 hardware-watchpoint-limit".
5841 (Remote configuration options): New section.
5842
21c294e6
AC
58432003-02-04 Andrew Cagney <ac131313@redhat.com>
5844
e9be73e4
AC
5845 * gdbint.texinfo (Target Architecture Definition): Delete
5846 descrption of IS_TRAPPED_INTERNALVAR.
5847
21c294e6
AC
5848 From Keith Seitz <keiths@redhat.com>:
5849 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5850 option "-i"/"--interpreter" to this chapter. Include index
5851 entries.
5852
0179ffac
DC
58532003-02-04 David Carlton <carlton@math.stanford.edu>
5854
5855 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5856 (Variables): Recommend stabs+ and DWARF 2.
5857 (C plus plus expressions): Correct info about
5858 compiler versions, debug formats.
5859 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5860 PR symtab/874.
5861
7ca9f392
AC
58622003-02-01 Andrew Cagney <ac131313@redhat.com>
5863
5864 * gdbint.texinfo (Target Architecture Definition): Delete
5865 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5866 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5867 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5868 references to nindy and i960.
5869 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5870
31a85ea2
AC
58712003-02-01 Andrew Cagney <ac131313@redhat.com>
5872
5873 * gdbint.texinfo (Target Architecture Definition): Delete
5874 FLOAT_INFO.
5875
6b894e49
AC
58762003-01-30 Andrew Cagney <ac131313@redhat.com>
5877
5878 * stabs.texinfo (Member Type Descriptor): Clarify description of
5879 `@'. Suggested by Ben Hutchings.
5880
c48861fb
AC
58812003-01-29 Andrew Cagney <ac131313@redhat.com>
5882
5883 * gdb.texinfo (M68K): Delete reference to es1800.
5884
617073a9
AC
58852003-01-29 Andrew Cagney <ac131313@redhat.com>
5886
5887 * gdb.texinfo (Maintenance Commands): Document `maint print
5888 reggroups' and `maint print register-groups'.
5889 * gdbint.texinfo (Target Architecture Definition): Document
5890 register_reggroup_p.
5891
5b5d99cf
JB
58922003-01-23 Jim Blandy <jimb@redhat.com>
5893
5894 * gdb.texinfo (Separate Debug Files): New section.
5895
e7ba9c65
DJ
58962003-01-22 Daniel Jacobowitz <drow@mvista.com>
5897
5898 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5899 and "maint show profile".
5900
94e91d6d
MC
59012003-01-16 Michael Chastain <mec@shout.net>
5902
5903 * gdb.texinfo (Installing GDB): Warn against
5904 ".../gdb-VERSION/gdb/configure".
5905 (Separate Objdir): Likewise.
5906
867f3898
AC
59072003-01-15 Andrew Cagney <ac131313@redhat.com>
5908
5909 * gdbint.texinfo (Target Architecture Definition): Delete
5910 definition of PRINT_REGISTER_HOOK.
5911
f153cc92
EZ
59122003-01-15 Elena Zannoni <ezannoni@redhat.com>
5913
5914 (OpenRISC 1000): Fix formatting of command names.
5915
c60eb6f1
EZ
59162003-01-15 Elena Zannoni <ezannoni@redhat.com>
5917
5918 * gdb.texinfo (Continuing and Stepping): Add new command
5919 'advance'. Clarify behavior of 'until'.
5920
f5ebfba0
DJ
59212003-01-13 Daniel Jacobowitz <drow@mvista.com>
5922
5923 * gdb.texinfo (Files): Document solib-absolute-prefix and
5924 solib-search-path.
5925
4ce8657e
MC
59262003-01-09 Michael Chastain <mec@shout.net>
5927
5928 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5929 (Create a Release): Add new instructions for new @file{src-release}.
5930 Document existing instructions for @file{Makefile.in} as
5931 being for @value{GDBN} 5.3.1 or earlier.
5932
372613e3
AC
59332003-01-09 Andrew Cagney <ac131313@redhat.com>
5934
5935 * gdbint.texinfo (Target Architecture Definition): Mention
5936 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5937 allocate memory.
5938
b4e9345d
DJ
59392003-01-04 Daniel Jacobowitz <drow@mvista.com>
5940
5941 * gdb.texinfo (Controlling GDB): Add @kindex for
5942 "show osabi".
5943 (Backtraces): Add @kindex's for backtrace-below-main.
5944
98b45e30
DJ
59452003-01-04 Daniel Jacobowitz <drow@mvista.com>
5946
5947 * gdb.texinfo (Controlling GDB): Document "set osabi".
5948
95f90d25
DJ
59492003-01-04 Daniel Jacobowitz <drow@mvista.com>
5950
5951 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5952 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5953
1e698235
DJ
59542003-01-04 Daniel Jacobowitz <drow@mvista.com>
5955
5956 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5957 "set coerce-float-to-double".
5958 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5959
e632838e
AC
59602003-01-02 Andrew Cagney <ac131313@redhat.com>
5961
5962 * stabs.texinfo: Remove obsolete text.
5963 * gdbint.texinfo: Ditto.
5964 * gdb.texinfo: Ditto.
5965
c133ab7a
MK
59662002-12-22 Mark Kettenis <kettenis@gnu.org>
5967
5968 * gdbint.texinfo (Target Architecture Definition): Update
5969 description of gdbarch_register_osabi.
5970
f821f325
KH
59712002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5972
5973 * agentexpr.texi: Fix typos.
5974 * annotate.texi: Likewise.
5975 * fdl.texi: Likewise.
5976
85a6d8d3 59772002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5978
5979 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5980 DEPRECATED_INIT_FRAME_PC.
5981
ae45cd16
AC
59822002-12-01 Andrew Cagney <ac131313@redhat.com>
5983
5984 * gdbint.texinfo (Target Architecture Definition): Delete
5985 PC_IN_CALL_DUMMY.
5986
07555a72
AC
59872002-11-28 Andrew Cagney <ac131313@redhat.com>
5988
5989 * gdbint.texinfo (Host Definition): Delete documentation on
5990 USE_GENERIC_DUMMY_FRAMES.
5991
c166cdc7
EZ
59922002-11-26 Elena Zannoni <ezannoni@redhat.com>
5993
5ae4183a 5994 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5995 * Makefile.in (install-info): Run the install-info command as part
5996 of the post install steps only.
5997 (uninstall-info): New target.
5998 (uninstall): New target.
5999
35db0260
EZ
60002002-11-22 Elena Zannoni <ezannoni@redhat.com>
6001
6002 * Makefile.in (install): Make install do some real work.
6003
9ba8d803
AC
60042002-11-19 Andrew Cagney <ac131313@redhat.com>
6005
6006 Fix POSIX problem reported by Paul Eggert.
6007 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
6008 Fix PR gdb/527.
6009
903ad3a6
AC
60102002-10-26 Andrew Cagney <cagney@redhat.com>
6011
6012 * gdbint.texinfo (Target Architecture Definition): Delete
6013 definition of DO_REGISTERS_INFO.
6014
f2abfe65
KB
60152002-10-18 Kevin Buettner <kevinb@redhat.com>
6016
6017 * gdbint.texinfo (Address Classes): Fix problems with insertion
6018 of ``{'' and ``}'' in example.
6019
b5b0480a
KB
60202002-10-17 Kevin Buettner <kevinb@redhat.com>
6021
6022 * gdbint.texinfo (Address Classes): New section.
6023 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
6024 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
6025 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
6026 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
6027
c85508ee
KD
60282002-10-11 Klee Dienes <kdienes@apple.com>
6029
6030 * gdb.texinfo (Registers): Mention vector registers as well as
6031 floating registers in the documentation for 'info registers' and
6032 'info all-registers'.
6033
6d12fc3d
DJ
60342002-10-11 Daniel Jacobowitz <drow@mvista.com>
6035
6036 * gdbint.texinfo (CPLUS_MARKER): Remove item.
6037
8d19fbd2
JJ
60382002-10-03 Jeff Johnston <jjohnstn@redhat.com>
6039
6040 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
6041 interface definition.
6042
a37295f9
MM
60432002-10-03 Marko Mlinar <markom@opencores.org>
6044
6045 * gdb.texinfo (Target Commands): Add or1k target specific
6046 commands.
6047 * gdb.texinfo (Contributors): Add myself to the contributors list.
6048
da0f9dcd
AC
60492002-10-01 Andrew Cagney <ac131313@redhat.com>
6050
6051 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
6052 and "mi1" instead of "mi1" and "mi0".
6053
2e834e49
HPN
60542002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
6055
6056 * gdb.texinfo (Packets): Fix typos "alligned".
6057 Correct z3/Z3 description. Correct z4/Z4 title.
6058
050be0dc
AC
60592002-09-27 Andrew Cagney <ac131313@redhat.com>
6060
6061 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
6062
1104b9e7
KB
60632002-09-25 Kevin Buettner <kevinb@redhat.com>
6064
6065 * gdb.texinfo: Use GNU/Linux instead of Linux.
6066
512217c7
AC
60672002-09-25 Andrew Cagney <ac131313@redhat.com>
6068
6069 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
6070
10998722
AC
60712002-09-24 Andrew Cagney <ac131313@redhat.com>
6072
512217c7 6073 * gdb.texinfo: Replace @example with @smallexample.
10998722 6074
a0eb71c5
KB
60752002-09-20 Kevin Buettner <kevinb@redhat.com>
6076
f7dc1244 6077 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
6078 * gdb.texinfo (Character Sets): Use @smallexample instead of
6079 @example. Use GNU/Linux instead of Linux.
6080
60812002-09-20 Jim Blandy <jimb@redhat.com>
6082
6083 * gdb.texinfo: Add character set documentation.
6084
2f870471
AC
60852002-09-19 Andrew Cagney <ac131313@redhat.com>
6086
6087 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
6088 (Packets): Add cross reference from `b' packet to `z' packets.
6089
790eb8f5
AC
60902002-09-19 Andrew Cagney <ac131313@redhat.com>
6091
8d30a00d
AC
6092 * gdb.texinfo (Maintenance Commands): Document ``maint
6093 internal-error'' and ``maint internal-warning''.
6094
790eb8f5
AC
6095 * gdbint.texinfo (Target Architecture Definition): Revise
6096 description of STACK_ALIGN. Add description of FRAME_ALIGN.
6097
a23a7bf1
JB
60982002-09-19 Joel Brobecker <brobecker@gnat.com>
6099
6100 * gdbint.texinfo (Target Conditionals): Document the new
6101 NAME_OF_MALLOC macro.
6102
299ffc64
AC
61032002-09-05 Andrew Cagney <ac131313@redhat.com>
6104
6105 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
6106 engineer.
6107
b7bb15bc
SC
61082002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6109
6110 * gdb.texinfo (TUI Overview): Document status line fields.
6111
3d757584
SC
61122002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6113
6114 * gdb.texinfo (TUI Commands): Document info win command.
6115
269c21fe
SC
61162002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6117
6118 * gdb.texinfo (TUI Overview): Document breakpoint markers.
6119
7cf36c78
SC
61202002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6121
6122 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
6123 (TUI Keys): Likewise.
6124
d2c6833e
AC
61252002-08-25 Andrew Cagney <ac131313@redhat.com>
6126
6127 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
6128 for a packet receive.
6129
46d8b1c3
AC
61302002-08-25 Andrew Cagney <ac131313@redhat.com>
6131
6132 * Makefile.in (clean): Move to end of file.
6133 (distclean, maintainer-clean, realclean): Ditto.
6134 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
6135 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
6136 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
6137 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
6138
b0787093
AC
61392002-08-24 Andrew Cagney <ac131313@redhat.com>
6140
6141 * Makefile.in (GDBINT_TEX_TMPS): Define.
6142 (gdbint.dvi, gdbint.pdf): Use
6143 (GDB_TEX_TMPS): Define.
6144 (gdb.dvi, gdb.pdf): Use.
6145 (STABS_TEX_TMPS): Define.
6146 (stabs.dvi, stabs.pdf): Use.
6147 (GDB_DOC_SOURCE_INCLUDES): New macros.
6148 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
6149 (GDBINT_DOC_FILES_INCLUDES): New macros.
6150 (GDBINT_DOC_BUILD_INCLUDES): New macros.
6151 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
6152 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
6153 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
6154 (links2roff): Replace SFILES_INCLUDED with
6155 GDB_DOC_SOURCE_INCLUDES.
6156 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
6157 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
6158 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
6159 dependencies.
6160 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
6161 dependencies.
6162 (gdbmi.texinfo): Delete rule.
6163 (inc-hist.texinfo): Delete rule.
6164 (rluser.texinfo): Delete rule.
6165
ebba8386
AC
61662002-08-23 Andrew Cagney <cagney@redhat.com>
6167
6168 * gdbint.texinfo (Target Architecture Definition): Update
6169 STORE_RETURN_VALUE, mention regcache.
6170
0ab7a791
AC
61712002-08-21 Andrew Cagney <ac131313@redhat.com>
6172
6173 * gdbint.texinfo (Target Architecture Definition): Document
6174 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
6175
ee2d5c50
AC
61762002-08-19 Andrew Cagney <ac131313@redhat.com>
6177
6178 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
6179 Fix minor typos. Add index entries.
6180
53c69bd7
AC
61812002-08-18 Andrew Cagney <ac131313@redhat.com>
6182
6183 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
6184
e76f1f2e
AC
61852002-08-15 Andrew Cagney <ac131313@redhat.com>
6186
6187 * gdbint.texinfo (Target Architecture Definition): Document
6188 PRINT_VECTOR_INFO.
6189 * gdb.texinfo (Vector Unit): Document "info vectors" command.
6190
0680b120
AC
61912002-08-13 Andrew Cagney <ac131313@redhat.com>
6192
6193 * gdb.texinfo (Maintenance Commands): Document "maint print
6194 registers", "maint print raw-registers" and "maint print
6195 cooked-registers".
6196
3c3bea1c
GS
61972002-08-08 Grace Sainsbury <graces@redhat.com>
6198
a9331b3f 6199 From Mark Salter:
3c3bea1c
GS
6200 * gdb.texinfo (Protocol): Document T packet extension to
6201 allow watchpoint address reporting.
6202
42f9b0a5
AC
62032002-08-03 Andrew Cagney <ac131313@redhat.com>
6204
6205 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
6206
db034ac5
AC
62072002-08-01 Andrew Cagney <cagney@redhat.com>
6208
6209 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
6210 to CHILL.
6211
e2b28d04
AC
62122002-08-01 Andrew Cagney <ac131313@redhat.com>
6213
6214 * gdbint.texinfo (Coding): Revise section "Include Files".
6215
7fb623f7
AC
62162002-07-24 Andrew Cagney <cagney@redhat.com>
6217
6218 * gdbint.texinfo: Obsolete references to m88k.
6219 * gdb.texinfo: Ditto.
6220
4a2b4636
JB
62212002-07-10 Joel Brobecker <brobecker@gnat.com>
6222
7fb623f7 6223 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
6224 where the proper version of autoconf can be retrieved.
6225
a71ec265
DH
62262002-07-09 Don Howard <dhoward@redhat.com>
6227
6228 * gdb.texinfo (Command Files): Further describe the behavior of
6229 sourced command files.
6230
b9aa90c9
AC
62312002-06-27 Andrew Cagney <ac131313@redhat.com>
6232
6233 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6234 (Coding): Clarify ISO C version that GDB assumes.
6235
40dd2248
TT
62362002-06-26 Tom Tromey <tromey@redhat.com>
6237
6238 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6239 add_setshow_cmd_full.
6240
bfac230e
DH
62412002-06-25 Don Howard <dhoward@redhat.com>
6242
6243 * gdb.texinfo (Memory Region Attributes): Document new behavior
6244 for 'mem' command.
6245
475b0867
JB
62462002-06-11 Jim Blandy <jimb@redhat.com>
6247
919d772c
JB
6248 * gdb.texinfo (Symbols): Update documentation for `info source'
6249 command.
6250
475b0867
JB
6251 * gdb.texinfo (Macros): Call the command `info macro', not
6252 `show macro'.
6253
ba8c9337
AC
62542002-06-09 Andrew Cagney <ac131313@redhat.com>
6255
6256 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6257 data''.
6258
1029b7fa
MK
62592002-06-09 Mark Kettenis <kettenis@gnu.org>
6260
6261 * gdbint.texinfo (Target Architecture Definition): Document
6262 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6263
16737d73
AC
62642002-06-08 Andrew Cagney <ac131313@redhat.com>
6265
6266 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6267 lists.
6268
30107679
AC
62692002-06-08 Andrew Cagney <ac131313@redhat.com>
6270
6271 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6272 Branch''.
6273
3352e23e
AC
62742002-06-01 Andrew Cagney <ac131313@redhat.com>
6275
6276 * gdbint.texinfo (Target Architecture Definition): Add section
6277 ``Converting an existing Target Architecture to Multi-arch''.
6278
cbb09e6a
AC
62792002-05-30 Andrew Cagney <ac131313@redhat.com>
6280
6281 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6282 to ``Obsoleting code''. Revise.
6283
e2e0bcd1
JB
62842002-05-17 Jim Blandy <jimb@redhat.com>
6285
6286 * gdb.texinfo (C Preprocessor Macros): New chapter.
6287 Include it in the main menu.
6288 (Contributors): Credit Jim Blandy with macro support.
6289 (Compilation): Explain how to get macro information into the
6290 executable.
6291 (Expressions): Note that preprocessor macros are expanded.
6292
9db8d71f
DJ
62932002-05-14 Daniel Jacobowitz <drow@mvista.com>
6294
6295 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6296 options for `target remote'.
6297
6d531722
AC
62982002-05-13 Andrew Cagney <ac131313@redhat.com>
6299
6300 * gdbint.texinfo (Target Architecture Definition): Delete
6301 documentation on NNPC_REGNUM.
6302
13d01224
AC
63032002-05-11 Andrew Cagney <ac131313@redhat.com>
6304
6305 * gdbint.texinfo (Target Architecture Definition): Document
6306 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6307 (Target Architecture Definition): Revise section `Using Different
6308 Register and Memory Data Representations'. Add section `Raw and
6309 Virtual Register Representations'.
6310
b2e75d78
AC
63112002-05-11 Andrew Cagney <ac131313@redhat.com>
6312
6313 * gdbint.texinfo (Target Architecture Definition): Mention
6314 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6315 (Target Architecture Definition): Mention same. Add references to
6316 web pages.
6317
2c8682ee
MS
63182002-05-08 Michael Snyder <msnyder@redhat.com>
6319
6320 * stabs.texinfo (Attributes): Document new "vector" attribute.
6321
0816590b
AC
63222002-05-04 Andrew Cagney <ac131313@redhat.com>
6323
6324 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6325
2653173e
AC
63262002-05-04 Andrew Cagney <ac131313@redhat.com>
6327
6328 * gdb.texinfo: Delete obsolete references to a29k.
6329
d7bd68ca
AC
63302002-04-24 Andrew Cagney <ac131313@redhat.com>
6331
6332 * gdbint.texinfo (Target Architecture Definition): Replace
6333 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6334
21d83aa5
DM
63352002-04-24 David S. Miller <davem@redhat.com>
6336
6337 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6338
7673a6cc
DM
63392002-04-21 David S. Miller <davem@redhat.com>
6340
6341 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6342
d49d1e0a
AC
63432002-04-21 Andrew Cagney <ac131313@redhat.com>
6344
6345 * gdbint.texinfo (Target Architecture Definition): Delete
6346 definition of HAVE_REGISTER_WINDOWS.
6347
f7dc1244 63482002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
6349
6350 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6351 "Theodore A. Roth" <troth@verinet.com>.
6352
5ca0cb28
DH
63532002-04-15 Don Howard <dhoward@redhat.com>
6354
f7dc1244 6355 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6356 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6357 Provide a better explaination of this feature.
5ca0cb28 6358
f208ba17
AC
63592002-04-14 Andrew Cagney <ac131313@redhat.com>
6360
6361 * gdbint.texinfo (Target Architecture Definition): Remove
6362 FRAME_CHAIN_COMBINE.
6363
d5ba91de
MC
63642002-04-12 Michael Chastain <mec@shout.net>
6365
6366 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6367 REG_STACK_SEGMENT.
6368
26818220
MC
63692002-04-09 Michael Chastain <mec@shout.net>
6370
6371 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6372 PYRAMID_* macros.
6373
129188f6
AC
63742002-04-07 Andrew Cagney <ac131313@redhat.com>
6375
6376 * gdb.texinfo (Bug Reporting): Document that the web is the
6377 prefered way of submitting bug reports.
6378 (Bug Reporting): Delete the s-mail address as the last resort.
6379
8227c0ff
AC
63802002-04-05 Andrew Cagney <ac131313@redhat.com>
6381
6382 * gdbint.texinfo (Target Architecture Definition): Delete
6383 references to TARGET_WRITE_FP and write_fp.
6384
16d9dec6
MS
63852002-03-27 Michael Snyder <msnyder@redhat.com>
6386
6387 * gdb.texinfo: Document new commands dump, append, and restore.
6388
9ae8b82c
AC
63892002-03-27 Andrew Cagney <ac131313@redhat.com>
6390
6391 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6392 Branch'.
6393
474c8240
AC
63942002-03-18 Andrew Cagney <ac131313@redhat.com>
6395
6396 * gdb.texinfo: Change all examples to @smallexample.
6397 * gdbint.texinfo: Ditto.
a9331b3f 6398
fb0ff88f
AC
63992002-03-18 Andrew Cagney <ac131313@redhat.com>
6400
6401 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6402 Branches''.
6403
9bb0a4d8
AC
64042002-03-18 Andrew Cagney <ac131313@redhat.com>
6405
6406 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6407 Policy''.
6408
937f164b
FF
64092002-03-04 Fred Fish <fnf@redhat.com>
6410
6411 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6412 expresson, suports, dependant, trhe, perhaphs, situtations,
6413 explictily, taged, oportunity, unfortunatly).
6414
a7b40f07
AC
64152002-02-24 Andrew Cagney <ac131313@redhat.com>
6416
6417 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6418 Remove reference to 3.12.
6419
aab4e0ec
AC
64202002-02-23 Andrew Cagney <ac131313@redhat.com>
6421
6422 * gdbint.texinfo: Include fdl.texi.
6423 (Top): Add GNU Free Documentation License.
6424 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6425 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6426 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6427 (gdbint.info): Add srcdir to include path.
6428 * gdb.texinfo: Include gpl.texi.
6429 (Top): Add Copying.
6430 * gpl.texi: New file.
6431
47b95330
AC
64322002-02-23 Andrew Cagney <ac131313@redhat.com>
6433
6434 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6435
78c47bea
PM
64362002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6437
6438 * gdb.texinfo: Document Cygwin native specific commands.
6439
56460a61
DJ
64402002-02-15 Daniel Jacobowitz <drow@mvista.com>
6441
6442 * gdb.texinfo: Document gdbserver ``--attach'' command.
6443
def71bfa
MS
64442002-02-07 Michael Snyder <msnyder@redhat.com>
6445
6446 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6447 to @code(_ovly_debug_event).
6448
c928edc0
AC
64492002-02-07 Andrew Cagney <ac131313@redhat.com>
6450
6451 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6452
81d46470
MS
64532002-02-06 Michael Snyder <msnyder@redhat.com>
6454
6455 * gdb.texinfo (overlays): Mention new magic symbol
6456 '_ovly_debug_event', which allows GDB to keep better track
6457 of overlays.
6458
f7dc1244 64592002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6460
6461 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6462 Suggested by Dmitry Sivachenko.
6463
6464 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6465
15110bc3
MS
64662002-02-01 Michael Snyder <msnyder@redhat.com>
6467
6468 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6469
6763aef9
MS
64702002-01-30 Michael Snyder <msnyder@redhat.com>
6471
ac282366
MS
6472 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6473 (set trust-readonly-sections): Document.
6763aef9 6474
8642bc8f
AC
64752002-01-29 Andrew Cagney <ac131313@redhat.com>
6476
6477 * gdbint.texinfo (Releasing GDB): Revise and update.
6478
afe64c1a
AC
64792002-01-28 Andrew Cagney <ac131313@redhat.com>
6480
6481 * gdbint.texinfo (Target Architecture Definition): Delete
6482 description of TARGET_BYTE_ORDER_DEFAULT.
6483
f7dc1244 64842002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6485
6486 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6487 <mitya@cavia.pp.ru>.
6488
3d6e1b5a
AC
64892002-01-23 Andrew Cagney <ac131313@redhat.com>
6490
6491 * libgdb.texinfo: Delete file.
6492
6c0e9fb3
AC
64932002-01-22 Andrew Cagney <ac131313@redhat.com>
6494
6495 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6496 * gdbint.texinfo: Ditto.
6497
e0ce93ac
AC
6498Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6499
6500 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6501
be298bcc
AC
65022002-01-22 Andrew Cagney <ac131313@redhat.com>
6503
6504 * Makefile.in: Update copyright.
6505 (TEXI2DVI): Define.
6506 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6507 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6508 gdb-cfg.texi.
6509 (TEXINDEX, PDFTEX): Delete makefile variables.
6510
8e04817f
AC
65112002-01-22 Andrew Cagney <ac131313@redhat.com>
6512
6513 * gdb.texinfo (Protocol): Move section to appendix.
6514
6b2f586d
AC
65152002-01-21 Andrew Cagney <ac131313@redhat.com>
6516
6517 * gdb.texinfo (Remote Debugging): Create a menu.
6518 (Top): Add ``Remote Debugging'' to menu.
6519
6f05cf9f
AC
65202002-01-21 Andrew Cagney <ac131313@redhat.com>
6521
6522 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6523 serial protocol'' from here.
6524 (Remote Debugging): To here. New chapter.
6525
3fd3d7d2
AC
65262002-01-20 Andrew Cagney <ac131313@redhat.com>
6527
6528 * gdbint.texinfo (Target Architecture Definition): Delete
6529 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6530
7fd60527
AC
65312002-01-20 Andrew Cagney <ac131313@redhat.com>
6532
6533 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6534 are no longer needed.
6535 (Porting GDB): Add maintainer note about configure.host.
6536
c2f05ac9
AC
65372002-01-20 Andrew Cagney <ac131313@redhat.com>
6538
6539 * gdbint.texinfo (Target Architecture Definition): Remove
6540 definition of IEEE_FLOAT.
6541
f7dc1244 65422002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6543
6544 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6545 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6546 <3diff@gnu.org>
231b2aad 6547
82600034
AC
65482002-01-19 Andrew Cagney <ac131313@redhat.com>
6549
6550 * gdbint.texinfo (Host Definition): Remove references to
6551 MALLOC_INCOMPATIBLE.
6552
7708fa01
AC
65532002-01-17 Andrew Cagney <ac131313@redhat.com>
6554
6555 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6556 and xyz-xdep.o.
6557
eb12ee30
AC
65582002-01-17 Andrew Cagney <ac131313@redhat.com>
6559
889bf7c5 6560 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6561 (Set Breaks): Copy ``maint info breakpoint'' doco to
6562 ``Maintenance Commands'' appendix. Add reference.
6563
c9ccaa92
AC
65642002-01-17 Andrew Cagney <ac131313@redhat.com>
6565
6566 * fdl.texi: Remove next/prev from @node.
6567
f7dc1244 65682002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6569
6570 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6571 for monstrous @multitable (from Brian Youmans).
6572
6573 * fdl.texi: New file.
6574
6575 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6576
8973da3a
AC
65772002-01-15 Andrew Cagney <ac131313@redhat.com>
6578
6579 * gdbint.texinfo (Releasing GDB): New chapter.
6580
7d86b5d5
AC
65812002-01-14 Andrew Cagney <ac131313@redhat.com>
6582
6583 * gdb.texinfo (Embedded Processors, Calling program functions):
6584 Obsolete references to a29k.
6585
cc1cb004
AC
65862002-01-13 Andrew Cagney <ac131313@redhat.com>
6587
6588 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6589 examples. Document that a code-block should do or discard its
6590 cleanups before exit.
6591
79f12247
MS
65922002-01-11 Michael Snyder <msnyder@redhat.com>
6593
6594 * gdb.texinfo (Choosing files): Change @samp to @file.
6595
19837790
MS
65962002-01-05 Michael Snyder <msnyder@redhat.com>
6597
6598 * gdb.texinfo (--pid): Document new command line option (attach).
6599
f7dc1244 66002002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6601
6602 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6603 in the stub.
6604
d7449b42
AC
66052002-01-04 Andrew Cagney <ac131313@redhat.com>
6606
6607 * gdbint.texinfo (Target Architecture Definition): Replace
6608 BIG_ENDIAN with BFD_ENDIAN_BIG.
6609
f23631e4
AC
66102002-01-03 Andrew Cagney <ac131313@redhat.com>
6611
6612 * gdbint.texinfo (Target Architecture Definition): Replace
6613 value_ptr with struct value pointer.
6614
72c9928d
EZ
66152002-01-02 Eli Zaretskii <eliz@gnu.org>
6616
6617 * gdb.texinfo (Free Software): Fix wording.
6618
959acfd1
EZ
66192001-12-31 Eli Zaretskii <eliz@gnu.org>
6620
6621 * gdb.texinfo (Free Software): New section ``Free Software Needs
6622 Free Documentation''.
6623
f7dc1244 66242001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6625
6626 * stabs.texinfo:
6627 * gdb.texinfo:
6628 * gdbint.texinfo:
6629 * libgdb.texinfo:
6630 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6631
6600abed
MS
66322001-12-29 Michael Snyder <msnyder@redhat.com>
6633
6634 * gdb.texinfo (maint info sections): Fix typo.
6635
f6680716
MS
66362001-12-26 Michael Snyder <msnyder@redhat.com>
6637
fe95c787
MS
6638 * gdb.texinfo (maint info sections): Document.
6639
a9331b3f 6640 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6641 'info proc' sub-options that are currently not implemented.
6642
c3d3ce5b
JB
66432001-12-20 Jim Blandy <jimb@redhat.com>
6644
6645 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6646
778eb05e
AC
66472001-12-15 Andrew Cagney <ac131313@redhat.com>
6648
6649 * gdbint.texinfo (Target Architecture Definition): Replace
6650 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6651
2607059c
AC
66522001-12-01 Andrew Cagney <ac131313@redhat.com>
6653
6654 * gdbint.texinfo (Host Definition): Delete documentation on
6655 HOST_BYTE_ORDER.
6656
df0cd8c5
JB
66572001-11-30 Jim Blandy <jimb@redhat.com>
6658
6659 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6660 overlay support. Add to top-level menu.
df0cd8c5 6661
88118b3a
TT
66622001-11-26 Tom Tromey <tromey@redhat.com>
6663
6664 * gdb.texinfo (Command Syntax): Document C-o binding.
6665
96565e91
CF
66662001-07-26 Christopher Faylor <cgf@redhat.com>
6667
6668 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6669 use since it is described in the referenced section.
6670
f7dc1244 6671 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6672 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6673 clearer when using DJGPP.
6674
2a3d5645
CF
66752001-11-24 Christopher Faylor <cgf@redhat.com>
6676
6677 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6678 specifically refer to MS-DOS.
6679 (command files): Mention gdb.ini is only used on MS-DOS.
6680
aa26fa3a
TT
66812001-11-21 Tom Tromey <tromey@redhat.com>
6682
6683 * gdb.texinfo (Invoking GDB): Document --args.
6684 (Mode Options): Likewise.
6685
4f8ada06
JB
66862001-11-21 Jim Blandy <jimb@redhat.com>
6687
6688 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6689 Delete documentation; this macro has been removed from the
6690 sources.
4f8ada06 6691
3fe0dc10
JB
66922001-11-13 Jim Blandy <jimb@redhat.com>
6693
6694 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6695
9e5abb06
CV
66962001-11-06 Corinna Vinschen <vinschen@redhat.com>
6697
6698 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6699
1c5dfdad
MS
67002001-11-05 Michael Snyder <msnyder@redhat.com>
6701
a9331b3f 6702 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6703 quote regexp chars in function names such as "operator*()".
6704
990f9fe3
FF
67052001-11-01 Fred Fish <fnf@redhat.com>
6706
6707 * gdbint.texinfo (SOLIB_ADD): Document additional new
6708 "readsyms" arg.
6709
b433d00b
DH
67102001-10-30 Don Howard <dhoward@redhat.com>
6711
070b1dd3
DH
6712 * gdb.texinfo: (Command Files) Added documentation for the
6713 behavior of gdb with input redirected from a file.
b433d00b 6714
b7209cb4
FF
67152001-10-28 Fred Fish <fnf@redhat.com>
6716
6717 * gdb.texinfo (auto-solib-add): Change docs to match
6718 implementation change.
6719 (auto-solib-limit): Add docs for new variable.
6720
1aa20aa8
AC
67212001-10-15 Andrew Cagney <ac131313@redhat.com>
6722
6723 * gdbint.texinfo (Target Architecture Definition): Function
6724 value_as_pointer renamed to value_as_address.
6725
fc0c74b1
AC
67262001-10-15 Andrew Cagney <ac131313@redhat.com>
6727
6728 * gdbint.texinfo (Target Architecture Definition): Default
6729 POINTER_TO_ADDRESS functions assume unsigned addresses.
6730 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6731 posting by Jim Blandy.
6732
f4846649
JB
67332001-10-12 Jim Blandy <jimb@redhat.com>
6734
6735 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6736 version of texi2html (1.64) doesn't support this flag any more.
6737
f277788b
MK
67382001-09-08 Mark Kettenis <kettenis@gnu.org>
6739
a9dc4918
MK
6740 * gdbint.texinfo (Host Definition): Remove description of
6741 MEM_FNS_DECLARED.
6742
d28379df
MK
6743 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6744
f277788b
MK
6745 * gdbint.texinfo (Host Definition): Remove description of
6746 HAVE_SIGSETMASK.
6747
7ccaa899
EZ
67482001-09-04 Elena Zannoni <ezannoni@redhat.com>
6749
6750 * gdbint.texinfo (Target Architecture Definition): Add
6751 explanation of TARGET_PRINT_INSN macro.
6752
17d9d558
JB
67532001-08-30 Jim Blandy <jimb@redhat.com>
6754
6755 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6756 Explain what it means to load relocatable files.
6757
72cde065
JB
67582001-08-28 Jim Blandy <jimb@redhat.com>
6759
6760 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6761 info `top' menu.
6762
9e678452
CF
6763Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6764
6765 * gdbint.texinfo: Add a cautionary note about macro use.
6766
a2bea4c3 67672001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6768
a2bea4c3
CV
6769 * gdb.texinfo: Explain omitting the hostname in the
6770 `target remote' command.
6771
1129bf27
DJ
67722001-07-30 Daniel Jacobowitz <drow@mvista.com>
6773
6774 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6775 and END-INFO-DIR-ENTRY.
6776
732b3002
SC
67772001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6778
6779 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6780
89437448
AC
67812001-07-25 Andrew Cagney <ac131313@redhat.com>
6782
6783 * gdbint.texinfo (libgdb): Rewrite.
6784
f7dc1244 67852001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6786
6787 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6788
c4555f82
SC
67892001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6790
6791 * gdb.texinfo (TUI): New chapter, document the TUI.
6792 (Mode Options): Document the -tui option.
6793
2f45a6e0
MK
67942001-07-23 Mark Kettenis <kettenis@gnu.org>
6795
6796 * gdbint.texinfo (Host Definition): Remove description of
6797 NEED_POSIX_SETPGID.
6798
f7dc1244 67992001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6800
6801 * gdb.tex (DJGPP Native): New node, with descriptions of
6802 DJGPP-specific commands.
6803
be9c6c35
JM
68042001-07-19 John R. Moore <jmoore@redhat.com>
6805
6806 * gdbint.texinfo: Three misspellings.
6807
dfa249fb
AC
68082001-07-06 Andrew Cagney <ac131313@redhat.com>
6809
6810 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6811 `test` expressions on bash. Problem reported by Colin Walters.
6812
c72e7388
AC
68132001-07-04 Andrew Cagney <ac131313@redhat.com>
6814
6815 * gdbint.texinfo (User Interface): Update ui-out documentation to
6816 refelect recent UI/MI updates.
6817
94bbb2c0
AC
68182001-07-04 Andrew Cagney <ac131313@redhat.com>
6819
6820 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6821 interpreters.
6822
af6c57ea
AC
68232001-06-15 Andrew Cagney <ac131313@redhat.com>
6824
6825 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6826 structure and not macros.
6827 (Host Definition): Document that much of this chapter is obsolete.
6828 (Target Architecture Definition): Update list of files that make
6829 up a target architecture.
6830 (Coding): Update.
6831
83aa8bc6
AC
68322001-06-28 Andrew Cagney <ac131313@redhat.com>
6833
6834 * gdbint.texinfo (Target Architecture Definition): Update
6835 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6836 The latter has been changed to a true predicate.
6837
f7dc1244 68382001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6839
6840 * annotate.texi: Add @noindent where needed. From Dmitry
6841 Sivachenko <dima@Chg.RU>.
6842 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6843
656db9b0
AC
68442001-06-16 Andrew Cagney <ac131313@redhat.com>
6845
6846 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6847
df2396a1
AC
68482001-06-14 Andrew Cagney <ac131313@redhat.com>
6849
6850 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6851 returns ``OK''. Document that the ``R'' packet does not reply.
6852
0f1f2b0a
MS
68532001-06-13 Michael Snyder <msnyder@redhat.com>
6854
6855 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6856
f7dc1244 68572001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6858
6859 * gdb.texinfo (Signals): Clarify the default setting of signal
6860 handling.
6861
a5d7c491
AC
68622001-05-14 Andrew Cagney <ac131313@redhat.com>
6863
6864 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6865 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6866
05a54c4f
AC
68672001-05-12 Andrew Cagney <ac131313@redhat.com>
6868
6869 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6870
f7dc1244 68712001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6872
6873 * gdbint.texinfo (Clean Design and Portable Implementation):
6874 Renamed from "Clean Design".
6875 (Clean Design and Portable Implementation): Document portable
6876 methods of handling file names, and the associated macros.
6877
f7dc1244 68782001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6879
6880 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6881 command and provide a cross-reference to its description.
6882 (Symbols): Note that "info scope" is useful for trace experiments.
6883
f7dc1244 68842001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6885
b37052ae
EZ
6886 * gdb.texinfo (Symbols): Document "info scope".
6887 (Tracepoints): New chapter.
6888 (Contributors): Update for v5.1.
6889 <All nodes>: Change "C++" to "C@t{++}".
6890
0ee54786
EZ
6891 * gdbint.texinfo (User Interface): A new section about ui_out
6892 functions, based on text written by Fernando Nasser.
6893
c534679c
EZ
6894 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6895
f7dc1244 68962001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6897
e9c75b65
EZ
6898 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6899
6900 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6901
6902 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6903 Replace "GDB" with "@value{GDBN}". Fix markup.
6904
6905 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6906
3d67e040
EZ
6907 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6908 a cross-reference to its description.
6909 (Symbols): Document "info symbol".
6910
f7dc1244 69112001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6912
6913 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6914 subsection "x86 Watchpoints".
6915 (Target Architecture Definition): Document the macros
6916 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6917 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6918
b0ed3589
AC
69192001-03-20 Andrew Cagney <ac131313@redhat.com>
6920
6921 * gdbint.texinfo (Target Architecture Definition): Update
6922 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6923 list.
6924
b6ba6518
KB
69252001-03-06 Kevin Buettner <kevinb@redhat.com>
6926
6927 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6928 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6929
f7dc1244 69302001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6931
6932 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6933
f7dc1244 69342001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6935
17cc6a06
EZ
6936 * gdb.texinfo (Environment): Document that `path' does not change
6937 the value of PATH in GDB's own environment (it did in the past,
6938 but that was changed on March 15, 1994). Reported by Doug Evans
6939 <dje@transmeta.com>.
6940
56caf160
EZ
6941 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6942 its line. Fix markup of commands and macros. Add an Index node
6943 and index entries.
6944
29e57380
C
69452001-01-23 J.T. Conklin <jtc@redback.com>
6946
6947 * gdb.texinfo (Memory region attributes): New manual section.
6948
1c6147de
ND
69492001-01-04 Nicholas Duffek <nsd@redhat.com>
6950
6951 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6952
f7dc1244 69532000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6954
6955 * refcard.tex: Version and copyright fixed. From Phil Edwards
6956 <pedwards@disaster.jaj.com>.
6957
0dcedd82
AC
6958Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6959
6960 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6961 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6962
3b851bce
AC
6963Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6964
6965 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6966 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6967
f7dc1244 69682000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6969
6970 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6971 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6972
b90a5f51
CF
69732000-11-10 Christopher Faylor <cgf@cygnus.com>
6974
6975 * gdb.texinfo: Document new 'set step-mode' command.
6976
f7dc1244 69772000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6978
6979 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6980 changes from Dmitry Sivachenko <dima@Chg.RU>.
6981
f7dc1244 69822000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6983
6984 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6985 From Steven Johnson <sbjohnson@ozemail.com.au>.
6986
2e685b93
MK
69872000-08-10 Mark Kettenis <kettenis@gnu.org>
6988
6989 * gdbint.texinfo (Overall Structure): Spelling fix.
6990
f7dc1244 69912000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6992
6993 * gdbint.texinfo (Target Architecture Definition): Document that
6994 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6995 for which REGISTER_CONVERTIBLE returns a zero value.
6996
63ac3005
EZ
69972000-07-08 Christopher Faylor <cgf@cygnus.com>
6998
6999 * Makefile.in (install-info): Find files to install in either the
7000 build or source directories (adapted from Makefile.am).
7001
bd79f757
ND
70022000-07-07 Nicholas Duffek <nsd@redhat.com>
7003
7004 * stabs.texinfo: Fix spelling errors.
7005 (String Field): FILE-NUMBER starts from 0, not 1.
7006
f7dc1244 70072000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
7008
7009 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 7010 Brian Youmans.
5f208f6d 7011
f7dc1244 70122000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
7013
7014 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
7015 the source directory. Reported by Mark Harig
7016 <markh@frazier.landmark.com>.
cc542d3b 7017
f3b28801
C
70182000-06-20 J.T. Conklin <jtc@redback.com>
7019
7020 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
7021
449f3b6c
AC
7022Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
7023
7024 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 7025 Generate using pdftex.
449f3b6c 7026 (PDFTEX): Define.
889bf7c5 7027 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 7028 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 7029 @contents at the start.
449f3b6c 7030
f7dc1244 70312000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
7032
7033 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 7034 Youmans.
48e934c6 7035
9e9c5ae7
AC
7036Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
7037
7038 From Brian Youmans:
7039 * gdb.texinfo: Fix ``et al.''.
7040
c741b251
AC
7041Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
7042
7043 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 7044 loop.
c741b251 7045
4ab64e14
JG
70462000-05-19 Jimmy Guo <guo@cup.hp.com>
7047
7048 * configure: Regenerate.
7049
f7dc1244 70502000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
7051
7052 * Makefile.in (install-info): Run install-info on installed Info
7053 files.
7054
8c70017b
AC
7055Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7056
a7cb598a 7057 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 7058 Andrew Cagney.
8c70017b 7059
f7dc1244 70602000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
7061
7062 * gdb.texinfo: Proofreading changes from Brian Youmans.
7063
bf0184be
ND
70642000-05-01 Nick Duffek <nsd@cygnus.com>
7065
7066 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
7067 startup sequence, minor edits.
7068
f7dc1244 70692000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
7070
7071 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
7072 TeX.
7073
7074 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
7075 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
7076 like `n' and `s' which look weird. Convert some of the @kindex to
7077 @vindex, when they refer to variables, not commands.
7078
33e16fad
AC
7079Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7080
7081 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
7082
f7dc1244 70832000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
7084
7085 * Makefile.in (GDBMI_DIR): New variable.
7086 (SET_TEXINPUTS): Add $(GDBMI_DIR).
7087 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
7088 (gdbmi.texinfo): New target, for texi2roff.
7089 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
7090 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
7091
7092 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
7093 gdbmi.texinfo.
7094 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
7095 comment.
7096
d167840f
EZ
70972000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7098
7099 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 7100 command.
d167840f 7101
f7dc1244 71022000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
7103
7104 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
7105 prevents the build (and is generally a Bad Idea).
7106
f7dc1244 71072000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
7108
7109 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
7110 a comma inside @var.
7111 (Command Files): Index markup changes from Dmitry Sivachenko
7112 <dima@Chg.RU>.
7113
f7dc1244 71142000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
7115
7116 * Makefile.in (LN_S): Define.
7117 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
7118 invoke "ln -s" unless it is known to work.
7119
7120 * configure.in (AC_PROG_LN_S): Add.
7121
8dc7983f
JB
71222000-04-14 Jim Blandy <jimb@redhat.com>
7123
7124 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
7125 section.
7126 (Target Conditionals): Document ADDRESS_TO_POINTER,
7127 POINTER_TO_ADDRESS.
7128
1a8237e8
DB
71292000-04-11 Daniel Berlin <dan@cgsoftware.com>
7130
7131 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
7132 gdb-cfg.texi to get the value.
7133
ca526f1a
JB
71342000-04-10 Jim Blandy <jimb@redhat.com>
7135
7136 * gdbint.texinfo (Target Architecture Definition): Fix
7137 cross-references.
7138
faaafcb4
JB
71392000-04-08 Jim Blandy <jimb@redhat.com>
7140
7141 * gdbint.texinfo (Using Different Register and Memory Data
7142 Representations): New section.
7143 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
7144 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
7145 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 7146
1b27397f
AC
7147Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
7148
7149 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 7150 for acknowledgments.
1b27397f 7151
480ff1fb
AC
7152Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
7153
7154 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 7155 qThreadExtraInfo.
480ff1fb 7156
a9331b3f 71572000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 7158
a9331b3f
RM
7159 * gdb.texinfo: Clarify which remote debug protocol commands are
7160 required and which are optional.
f1251bdd 7161
dbeb8dbd
AC
7162Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
7163
7164 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
7165 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
7166 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
7167 * annotate.texi: Update.
7168
6d2ebf8b
SS
71692000-03-28 Stan Shebs <shebs@apple.com>
7170
7171 * gdb.texinfo: Update dates, bump to Eighth Edition (note
7172 expectation of additional changes before release), update
7173 ISBN, add copy of top-level menu for @ifhtml, remove explicit
7174 node links, rephrase and/or shorten lines to fix formatting
7175 problem in both regular and @smallbook formats.
7176 * annotate.texi: Shorten lines in example, use smallexample
7177 consistently everywhere.
7178 * Makefile.in: Add comment about texinfo 4.0 html generation.
7179 (SFILES_INCLUDED): Add annotate.texi.
7180
5d161b24
DB
71812000-03-27 Daniel Berlin <dan@cgsoftware.com>
7182
5ae4183a
AS
7183 * gdb.texinfo (Debugging Output): Added new section, documenting
7184 the "set/show debug" commands.
5d161b24 7185
b9deaee7
AC
7186Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
7187
7188 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 7189 entry.
b9deaee7
AC
7190
7191 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
7192 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 7193 @chapter and @node entries.
a9331b3f 7194
b9deaee7 7195 * gdb.texinfo: Link all top-level nodes.
a9331b3f 7196
9ef47d30
AC
7197Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
7198
7199 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 7200 files.
9ef47d30 7201
cfeada60
FN
72022000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
7203
7204 From David Whedon <dwhedon@gordian.com>
5ae4183a 7205 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 7206
6837a0a2
DB
72072000-03-22 Daniel Berlin <dan@cgsoftware.com>
7208
7209 * gdb.texinfo: Add documentation for the apropos command.
7210
bba2971c
MS
72112000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7212
7213 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
7214
2b628194
MS
72152000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7216
a9331b3f 7217 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
7218 two places.
7219
96a2c332
SS
72202000-03-17 Stan Shebs <shebs@apple.com>
7221
7222 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
7223 <dima@Chg.RU>, also clarification of allowed content for
7224 string constants.
7225
f7dc1244 72262000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
7227
7228 * gdb.texinfo (main menu): Add Annotations.
7229 (File Options): Add @cindex entries for each command-line option.
7230 Document --epoch, --annotate, --async, --interpreter, --write,
7231 --statistics, and --version.
7232
7233 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
7234 of GDB.
7235
9d233477
JB
72362000-02-23 Jim Blandy <jimb@redhat.com>
7237
7238 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7239
14e0eb3b
JB
72402000-02-22 Jim Blandy <jimb@redhat.com>
7241
7242 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7243
3555de01
JM
72442000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
7245
7246 * Makefile.in (diststuff): New target.
7247
5e35df8e
KB
72482000-02-15 Kevin Buettner <kevinb@redhat.com>
7249
7250 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 7251 architecture. [From Jim Wilson.]
5e35df8e 7252
c5394b80
JM
72532000-01-16 Tom Tromey <tromey@cygnus.com>
7254
7255 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7256 (Delete Breaks): Mention range arguments.
7257 (Disabling): Likewise.
7258
c3f6f71d
JM
72592000-01-05 Dmitry Sivachenko <dima@Chg.RU>
7260
7261 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7262
c4093a6a
JM
7263Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
7264
7265 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 7266 valid functions.
c4093a6a 7267
11cf8741
JM
72681999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7269
7270 * gdb.texinfo: Clarify regular expressions used in rbreak.
7271
917317f4
JM
72721999-10-15 Kevin Buettner <kevinb@cygnus.com>
7273
7274 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7275 MEMORY_REMOVE_BREAKPOINT): Document.
7276
7277Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7278
7279 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 7280 offset re-using the DATA offset instead.
917317f4 7281
2df3850c
JM
72821999-10-11 Jim Kingdon <kingdon@redhat.com>
7283
7284 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7285
72861999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7287
7288 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7289 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7290 typos.
7291
7292 * gdb.texinfo: Various minor wording and formatting improvements,
7293 mentions of additional command-line options.
7294
2acceee2
JM
72951999-09-30 Fred Fish <fnf@cygnus.com>
7296
7297 * gdb.texinfo: Document additional forms of specifying section
7298 names and addresses for the add-symbol-file command.
7299
c2c6d25f
JM
73001999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7301
7302 * gdbint.texinfo: Fix typo, add the word "have".
7303
73041999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7305
7306 * gdbint.texinfo (Target Architecture Definition): Document the
7307 SKIP_PERMANENT_BREAKPOINT macro.
7308
d4f3574e
SS
73091999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7310
7311 * gdb.texinfo: Fiks speling errers.
7312
7313 * gdb.texinfo: Fix uses of @multitable.
7314
f7dc1244 7315 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 7316 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 7317 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
7318 comments about using with optimization, add more indexing,
7319 fix info about disassembly-flavor.
7320
7321Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7322
7323 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7324 SKIP_SOLIB_RESOLVER): Define.
7325
7326Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7327
7328 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 7329 ``g'' packets.
d4f3574e 7330
104c1213
JM
73311999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7332
7333 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
7334 platform-specific info, inline remote.texi and move sections of it
7335 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
7336 and register stack into the new chapter.
7337 * remote.texi: Remove, now part of gdb.texinfo.
7338 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7339
73401999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7341
7342 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7343 GDB_TARGET_IS_MACH386): These kludges have gone away.
7344
7345Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7346
7347 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 7348 TDEPLIBS.
104c1213 7349
53a5351d
JM
73501999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7351
7352 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7353 surrounding text to fit HP-UX bits into general info.
7354 (HPPA-cfg.texi): Remove, no longer useful.
7355
7356 * gdb.texinfo: Remove explicit links from @node lines, remove
7357 HP-added "Detailed Node Listing" from main menu which confuses
7358 things.
7359
7360 From Dmitry Sivachenko <dima@Chg.RU>:
7361 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7362 in description of `set environment'.
53a5351d
JM
7363
73641999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7365
7366 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7367
7be570e7
JM
73681999-08-12 Ben Elliston <bje@cygnus.com>
7369
7370 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7371
f7dc1244 73721999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7373
7374 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7375 watch, awatch, and rwatch. Explain why the latter two cannot be
7376 set as software watchpoints. Document that watchpoints for local
7377 variables are deleted when the debuggee terminates.
7be570e7
JM
7378
7379Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7380
7381 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7382 packet. Allow E.. response packet. "qRcmd" packet is no longer
7383 reserved.
7be570e7
JM
7384
73851999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7386
a9331b3f
RM
7387 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7388 * gdb.texinfo: Ditto.
7be570e7 7389
96baa820
JM
73901999-08-06 Tom Tromey <tromey@cygnus.com>
7391
7392 * gdb.texinfo (KOD): New node.
7393
7394Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7395
7396 * remote.texi (Rcmd): Fix minor formatting typos.
7397
7398Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7399
7400 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7401 packets.
96baa820 7402
adf40b2e
JM
74031999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7404
7405 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7406 fixes.
7407
43ff13b4
JM
7408Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7409
7410 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7411
085dd6e6
JM
7412Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7413
7414 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7415 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7416 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7417 packets that are not supported on all hosts. Expand examples.
7418 Spell check.
085dd6e6
JM
7419
74201999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7421
7422 * Makefile.in: Recognize html, install-html. Add targets
7423 to build HTML versions of documentation via texi2html.
7424
7425Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7426
7427 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7428 testsuite.
085dd6e6
JM
7429
7430Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7431
7432 * remote.texi (Communication Protocol): Rewrite.
7433
7434Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7435
7436 * stabs.texinfo: Fix uses of xref.
7437
9e0b60a8
JM
7438Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7439
7440 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7441 info about patch submission.
7442
cce74817
JM
7443Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7444
7445 From Per Bothner <bothner@cygnus.com>:
7446 * gdb.texinfo: Document Chill support.
7447
7448Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7449
7450 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7451 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7452 Document that the value should be greater-than or equal-to zero.
7453 (NO_STD_REGS): Document. Deprecate.
cce74817 7454
ac9a91a7
JM
7455Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7456
7457 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7458 Document that these are not used.
ac9a91a7
JM
7459
7460Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7461
7462 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7463
392a587b
JM
7464Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7465
7466 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7467 numargs was dropped.
392a587b
JM
7468
7469Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7470
7471 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7472
b83266a0
SS
7473Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7474
7475 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7476 Update.
b83266a0 7477
7a292a7a
SS
7478Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7479
7480 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7481 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7482
7483Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7484
7485 * gdbint.texinfo: Fix typos: $ -> @.
7486
7487Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7488
7489 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7490 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7491 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7492 BREAKPOINT_FROM_PC.
a9331b3f 7493
7a292a7a
SS
7494Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7495
7496 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7497 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7498
7499Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7500
7501 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7502 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7503
75041999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7505
7506 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7507 longer exists.
7508
7509Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7510
7511 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7512 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7513 they make the manual source incomprehensible.
7a292a7a
SS
7514 * h8-cfg.texi: Remove, hasn't been used in years.
7515
c906108c
SS
7516Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7517
7518 * gdb.texinfo: Update the credits.
7519
7520Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7521
7522 * gdb.texinfo: Fix mistakes noticed in printout of last
7523 draft, add Alpha to discussion of heuristic fence post.
7524
7525Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7526
7527 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7528 Edition, merge some HP changes into mainline, describe some
7529 previously undocumented features, describe more of the target
7530 commands available, eliminate obsolete section on renamed
7531 commands.
c906108c
SS
7532 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7533
7534Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7535
7536 * gdb.texinfo: Make many HPPA conditionals unconditional,
7537 including catchpoint description, since now on for all configs.
7538 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7539 specializations.
7540
7541Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7542
7543 * Makefile.in (GDBvn.texi): Fix match expression to work with
7544 current format of VERSION in gdb/Makefile.in.
7545 * gdb.texinfo: Fix node ref to match new readline.
7546
7547Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7548
a9331b3f
RM
7549 * gdb.texinfo: Changes made as part of a project to merge in
7550 changes made by HP. Documentation makes extensive use of
c906108c
SS
7551 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7552 on remote debugging. There are differences in documentation
889bf7c5 7553 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7554 the HP manual discusses catchpoints, hardware watchpoints, and
7555 some HPUX specific limitations for shared library support.
a9331b3f 7556
c906108c
SS
7557 There are also a number of @node changes.
7558
75591999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7560
7561 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7562 (C Usage): Same.
7563
7564Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7565
7566 The following changes were made by Edith Epstein
889bf7c5
PA
7567 <eepstein@cygnus.com> as part of a project to merge in changes
7568 made by HP.
a9331b3f 7569
c906108c
SS
7570 * HPPA-cfg.texi: new file.
7571
7572 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7573
7574 * refcard.tex: change documentation about catch.
7575 removed info catch.
7576
7577Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7578
7579 * gdbint.texinfo: Expand on GDB's coding standards,
7580 specify the use of arg names with prototypes.
7581
75821998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7583
7584 * gdb.texinfo: Fix tipo.
7585
7586Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7587
7588 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7589 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7590
7591Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7592
7593 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7594
75951998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7596
7597 * agentexpr.texi: New file.
7598
7599Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7600
7601 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7602
76031998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7604
7605 * remote.texi: Changed wording that implied that the GDB remote
7606 protocol caches register values instead of GDB itself.
7607
7608Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7609
7610 * gdbint.texinfo: Add some info about symbol readers.
7611 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7612 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7613 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7614 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7615
7616Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7617
a9331b3f 7618 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7619
7620Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7621
7622 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7623
7624Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7625
7626 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7627 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7628
7629Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7630
7631 * gdbint.texinfo: Fix minor typos.
7632
7633Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7634
7635 * gdbint.texinfo: Complete overhaul. Group descriptions more
7636 logically, add more info on generic algorithms, remove much
7637 obsolete and/or wrong material.
7638
7639Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7640
7641 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7642
7643Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7644
7645 * refcard.tex: Copyright, address updates.
7646
7647Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7648
7649 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7650 for the edition instead of confusing GDB-version-like numbers.
7651
7652Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7653
7654 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7655
7656Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7657
5ae4183a 7658 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7659
7660Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7661
7662 * gdb.texinfo: Add some credits, mention bug monitor.
7663 * remote.texi: Mention mips monitor targets.
7664 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7665
c906108c
SS
7666Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7667
7668 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7669 files, finish sorting of host vs target vs native macros, describe
7670 some more of them.
c906108c
SS
7671
7672Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7673
7674 * gdbint.texinfo (Host Conditionals): Document change from
7675 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7676
7677Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7678
7679 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7680 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7681
7682Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7683
7684 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7685 Document LSEEK_NOT_LINEAR.
7686
7687Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7688
7689 * stabs.texinfo (Stab Section Basics): Make it clear that only
7690 some versions of the GNU linker remove the leading N_UNDF symbol.
7691
7692Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7693
7694 * stabs.texinfo (String Field): Document type number pairs here,
7695 instead of in the Sun specific section.
7696 (Include Files): The GNU linker supports the N_BINCL
7697 optimization. Clarify the N_BINCL value, and what it is used
7698 for.
7699 (Procedures): Document N_FUN with an empty string to mark the end
7700 of a function.
7701 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7702 (Sun Differences): Remove this node, as the information is now
7703 elsewhere in the main document.
7704 (Stab Section Basics): Mention that the GNU linker may optimize
7705 stabs and remove the leading N_UNDF symbol.
7706
7707Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7708
7709 * gdb.texinfo, refcard.tex: Restore author credit
7710
7711Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7712
7713 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7714 documentation to account for START and END macros taking
7715 one arg.
7716
7717Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7718
7719 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7720 * gdb.texinfo (Frames): Fix typo.
7721
7722Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7723
7724 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7725 a target_signal as arg type, not a pid.
7726
7727Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7728
7729 * gdb.texinfo: Document `set assembly-language'.
7730
7731Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7732
7733 * remote.texi: Update list of stubs in the GDB distribution.
7734
7735Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7736
7737 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7738 Also document that some systems can use mmalloc but must define
7739 this if their C runtime allocates memory that is later freed.
c906108c 7740 (MMCHECK_FORCE): Document new macro.
a9331b3f 7741
c906108c
SS
7742Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7743
7744 * remote.texi: Add documentation for target Sparclet.
7745
7746Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7747
a9331b3f 7748 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7749 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7750 * configure.in: Rewritten for autoconf.
7751 * configure: New.
7752
7753Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7754
7755 * Makefile.in (DVIPS): New define, set to dvips.
7756 (dvi): Add stabs.dvi.
7757 (ps): New target.
7758 (all-doc): Depend on info, dvi, and ps targets.
7759 (STAGESTUFF): Add *.ps and *.dvi files.
7760 (clean-info, clean-dvi): Remove.
7761 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7762 rules completely rewritten.
7763 (maintainer-clean): Remove clean-info and clean-dvi
7764 dependencies and put their actions in the rules.
7765 (gdb.ps): New target
a9331b3f 7766 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7767 intermediate TeX files, whether they have 2 or 3 character
7768 extensions.
7769 (gdbint.ps): Add target and rules.
7770 (gdb-internals): Delete unused target.
7771 (Makefile): Depends upon config.status also.
7772
7773Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7774
7775 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7776 set.
7777
7778Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7779
7780 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7781 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7782
7783Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7784
7785 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7786
7787Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7788
7789 * gdb.texinfo (Print settings): Document
7790 `set/show print static-members' commands.
7791
7792Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7793
7794 * gdbint.texinfo (Native): Document name change, coredep.c to
7795 core-aout.c.
7796
7797Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7798
7799 * stabs.texinfo (Include Files): Document the values the SunOS4
7800 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7801
7802Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7803
7804 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7805 Fix typo.
7806
7807Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7808
7809 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7810 "gdb.tar.Z".
7811
7812Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7813
7814 * Makefile.in (maintainer-clean): New target, synonym for
7815 realclean.
7816
7817Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7818
7819 * Update all FSF addresses except those in COPYING* files.
7820
7821Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7822
7823 From Richard Earnshaw (rearnsha@armltd.co.uk):
7824 * gdb.texinfo (convenience variables): Document $_exitcode.
7825 (quit): Document optional expression to use as exit code.
7826
7827Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7828
7829 * gdb.texinfo, remote.texi: Brought up to date with various
7830 GDB changes.
7831
7832Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7833
7834 * gdb.texinfo: Update dates and versions, fix comments about
7835 hardware watchpoints in future releases and about the
7836 sharedlibrary command.
7837
7838Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7839
7840 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7841 C_FUN stab. Other cleanups.
7842
7843Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7844
7845 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7846 for the sparc stub.
7847
7848Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7849
7850 * annotate.texi: Clarify which addresses have differing formats
7851 depending on the language and which do not.
7852
7853Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7854
7855 * remote.texi (NetWare): Changed example to use BOARD= instead of
7856 NODE= argument to reflect correspoding change to gdbserve.nlm.
7857
7858Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7859
7860 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7861 GDB, as well as AIX dbx, supports the size type attribute.
7862
7863Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7864
7865 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7866
7867Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7868
7869 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7870 and new 'if' and 'while' commands.
7871
7872Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7873
7874 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7875
7876Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7877
7878 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7879 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7880 NetWare targets. Mostly stolen from the Server node.
7881
7882Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7883
7884 * gdb.texinfo (Setting): Talk about the language of a source file
7885 versus the working language. The old documentation did not match
7886 what GDB did.
7887
7888Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7889
7890 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7891 of a source file.
7892
7893Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7894
7895 * gdb.texinfo (Processes): New node.
7896
7897Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7898
7899 * remote.texi: Update documentation of set/show mipsfpu.
7900
3fc11d3e
JM
7901Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7902
7903 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7904 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7905
7906Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7907
7908 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7909 obsolete conditionals, described some others.
7910
7911Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7912
7913 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7914 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7915
7916Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7917
7918 * gdbint.texinfo: Put regex conditionals in their own table.
7919
7920Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7921
7922 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7923 described or fixed the descriptions of many others.
7924
7925Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7926
7927 * gdb.texinfo: Add some more credits.
7928 * gdbint.texinfo: Capitalize GDB consistently, describe some
7929 macros and remove some.
7930
7931Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7932
7933 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7934 obsolete conditionals, described some others.
7935
7936Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7937
7938 * gdb.texinfo (help targets): Changed to `help target', which
7939 is the correct gdb command.
7940
7941Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7942
7943 * annotate.texi (TODO): New node, for keeping track of annotations
7944 suggested but not yet implemented.
7945
7946Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7947
7948 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7949 another symbol, it is not the address itself.
7950
7951Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7952
7953 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7954 of stabs-in-coff sections.
7955
7956Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7957
7958 * annotate.texi: Change edition to 0.5 and date to May 1994.
7959 Add index.
7960 (Frames): New node, for frame annotation.
7961 (Displays): New node, for display annotation.
7962
7963 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7964 when waiting for your program to stop.
7965
7966Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7967
7968 * annotate.texi (Breakpoint Info): Document annotation of header
7969 fields and record annotation.
7970
7971Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7972
7973 * annotate.texi: New file, to document annotations.
7974
7975Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7976
7977 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7978 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7979
7980Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7981
7982 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7983 section, and say n_strx field is compilation unit relative.
7984 * stabs.texinfo: Don't use @code for a.out when it is the name of
7985 an object file format.
7986
7987Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7988
7989 * gdb.texinfo: Refer to file names, not path names, per rms
7990 convention.
7991 (Arguments): Fix typo.
7992
7993Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7994
7995 * stabs.texinfo (Global Variables): Talk about stabs in files
7996 where variables are referenced, but not defined.
7997
7998Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7999
8000 * stabs.texinfo: Move stuff on @ and # type descriptors from node
8001 Cplusplus to new nodes Member Type Descriptor and Method Type
8002 Descriptor. Re-write stuff for #.
8003
8004Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8005
8006 * gdb.texinfo (Print Settings): Don't document "set print
8007 fast-symbolic-addr off". The bug which it worked around was fixed
8008 on 25 Feb 94 in coffread.c, so I'm nuking the command.
8009
8010 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
8011 N_ENTRY node.
8012
8013 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
8014
8015Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8016
8017 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
8018 references to ieee-float.c.
8019
8020Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8021
8022 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
8023 match what the code actually does.
8024
8025Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8026
8027 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
8028
8029Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8030
8031 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
8032 i, and b.
8033
8034Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
8035
8036 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
8037 well as for ELF and SOM. Unify the descriptions of ELF and SOM
8038 as "stabs in sections" rather than just saying "ELF and SOM".
8039 Also make that stuff apply to COFF.
8040
8041Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8042
8043 * gdb.texinfo (Formatting Documentation): Change GhostScript to
8044 Ghostscript.
8045
8046Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8047
8048 * gdb.texinfo (Continuing and Stepping): When talking about "step"
8049 versus functions without line numbers, also mention stepping into
8050 them as well as "step" when you are in them. Tell the user how to
8051 deal with the situation. Add comment about "debugging information".
8052
8053Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8054
8055 * stabs.texinfo (Enumerations): Document restriction on where
8056 enumeration types can appear and still win with GDB.
8057
8058Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8059
8060 * stabs.texinfo (Negative Type Numbers): Document format for type
8061 -16.
8062
8063Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8064
8065 * gdb.texinfo (Selection, Frame Info): Update information about
8066 arbitrary frame specficiations.
8067
8068Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
8069
8070 * gdb.texinfo, remote.texi: general editing pass prior to Net release
8071
8072Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8073
8074 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
8075
8076Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
8077
8078 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
8079
8080Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8081
8082 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
8083 Differences node to Statics node.
8084 (Statics): Discuss XCOFF use of V symbol descriptor.
8085
8086 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
8087 not clean.
8088
8089Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
8090
8091 * gdb.texinfo (Print Settings): Document `set print
8092 fast-symbolic-addr' and improve the doc for some other
8093 `set print's.
8094
8095Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8096
8097 * stabs.texinfo (String Field): Talk about defining several type
8098 numbers at once.
8099 Fix lint regarding changing node ELF Transformations to
8100 ELF and SOM Transformations.
8101
8102Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
8103
8104 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
8105
8106Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8107
8108 * stabs.texinfo (Cross-References): `::' is for nested types only
8109 within <>.
8110 (Structures): Document static members.
8111
8112Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8113
8114 * stabs.texinfo: Document S type attribute.
8115
8116Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8117
8118 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
8119
8120Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
8121
8122 * gdbint.texinfo: Fix a few typos.
8123
8124Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8125
8126 * gdb.texinfo, remote.texi: formatting improvements
8127
8128 * gdb.texinfo (New Features): mention threads.
8129 (Summary, C): fix xrefs in newly contributed text.
8130 (Threads): index entries, clarifications, example
8131 (passim): minor typos fixed, phrasing improvements
8132
8133 * remote.texi (Bootstrapping): rephrase text on ^C and add index
8134 entries; (Server): explain use of gdbserver w/real-time systems,
8135 add example of conflicting TCP port; (MIPS Remote) break up
8136 running text into table, highlighting commands, and add example.
a9331b3f 8137
c906108c
SS
8138Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8139
8140 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
8141
8142Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8143
8144 * stabs.texinfo (Nested Symbols): New node.
8145 (String Field, Symbol Descriptors, Cross-References): Refer to it.
8146
8147Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8148
8149 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
8150 to picking which Bbss.bss symbol to use, and (because there seems to
8151 be no good way of doing it) re-write some of the text to make it
8152 sound like Bbss.bss isn't such a great idea after all (as currently
8153 designed).
8154
8155 * gdb.texinfo (C): In addition to saying people have to use g++ for
8156 good results, say they have to use stabs. Specifically say cfront
8157 doesn't work well.
8158 (Summary): Merge in information on Modula-2, Pascal, and Chill from
8159 the gdb README. Add xrefs to places where the support for the various
8160 languages is described in detail.
8161
8162Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8163
8164 * stabs.texinfo: Clean up stuff about visibility and virtual
8165 characters.
8166
8167 * stabs.texinfo (N_M2C): Cite Sun doc.
8168
8169Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8170
8171 * gdb.texinfo: updates re threads.
8172 * remote.texinfo: avoid index entries starting with digits.
8173
8174Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8175
8176 * stabs.texinfo (Enumerations): Talk about large, negative and
8177 octal values. Clean up cross reference to type attributes.
8178 (String Field): Say that GDB 4.11 supports size attribute.
8179
8180Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8181
8182 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
8183 is a mandatory step. Make the stuff about that more concise.
8184
8185Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8186
8187 * stabs.texinfo (Class Names): New node.
8188
8189 * gdb.texinfo (Command Files): Explain order of init file reading.
8190
8191 * remote.texi (Bootstrapping): Talk about getting the serial driver
8192 to deal with ^C sent by gdb to stop the remote system.
8193
8194Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
8195
8196 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
8197
8198 * libgdb.texinfo (Defining Commands): made the DOC arg
8199 to gdb_define_app_command a char * instead of char **
8200 per a suggestion from kingdon.
8201
8202 * libgdb.texinfo: total rewrite from a different starting
8203 premise.
8204
8205Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8206
8207 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
8208 floats passed as doubles (to improve clarity).
8209
8210Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8211
8212 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
8213
8214 * a4rc.sed: update to work with Andreas Vogel papersize params
8215
8216 * refcard.tex: use Andreas Vogel simplifications of papersize
8217 params; remove useless version info; update copyright date.
8218
8219Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8220
8221 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
8222
8223Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8224
8225 * gdb.texinfo (Files): Say what address the load command loads it at.
8226
8227 * stabs.texinfo (Common Blocks): Minor cleanups.
8228
8229 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8230 that Sun has backed away from the linker kludge and thus the relevant
8231 issue is changes to the SunPRO tools, not the Solaris linker.
8232
8233 * stabs.texinfo (Traditional Integer Types): Clean up description
8234 of octal bounds a little bit. Document extra leading zeroes.
8235
8236Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8237
8238 * gdb.texinfo (Signaling): Update for symbolic symbol names
8239 and add a section explaining the difference between the GDB
8240 signal command and the shell kill utility.
8241
8242Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
8243
8244 * libgdb.texinfo: added `@' to braces that were unescaped.
8245
8246Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
8247
8248 * libgdb.texinfo: new file. Spec for the gdb library.
8249
8250Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8251
8252 * stabs.texinfo (Include Files): Fix typo (start -> end).
8253
8254Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8255
8256 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8257 from Melissa at FSF's editing pass.
8258
8259Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8260
8261 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8262 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8263 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8264
8265Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8266
8267 * remote.texi (Bootstrapping): Discuss 386 call gates.
8268
8269Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8270
8271 * stabs.texinfo (Based Variables): New node.
8272
8273Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8274
8275 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8276 names, sizes, and formats to suggest how not to lose.
8277
8278Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8279
8280 * stabs.texinfo (Methods): Fix typo.
8281
8282Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8283
8284 * gdb.texinfo: Fix a few typos.
8285
8286Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8287
8288 * gdb.texinfo: Clarify how well it works with Fortran.
8289
8290 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8291 More on relocating stabs in ELF files.
8292
8293Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8294
8295 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8296
8297Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8298
8299 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8300 parameters on VAX.
8301
8302Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8303
8304 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8305
8306Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8307
8308 * stabs.texinfo: Make info author notice match the TeX author notice.
8309
8310Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8311
8312 * stabs.texinfo: Initial-caps all words in node names and
8313 non-trivial words in section names.
8314
8315Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8316
8317 * stabs.texinfo: Many minor cleanups.
8318
8319 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8320
8321Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8322
8323 * stabs.texinfo: Remove full description of big example.
8324 It's not really helpful; just use pieces of it where appropriate.
8325 Add more Texinfo formatting directives (@samp, etc.).
8326 Use @deffn to define stab types.
8327 Eliminate some wordiness. Break up some nodes.
8328 Add an (alphabetized) index of symbol types.
8329 Use consistent capitalization style in node and section names.
8330
8331Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8332
8333 * gdb.texinfo: Change typo "Two two" to "The two".
8334
8335Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8336
8337 * stabs.texinfo (XCOFF-differences): Remove references to
8338 non-existent types N_DECL and N_RPSYM.
8339
8340 * stabs.texinfo (String Field): Say that type attributes bug is
8341 fixed in GDB 4.10, since it is.
8342
8343 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8344
8345Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8346
8347 * stabs.texinfo: Formatting cleanups.
8348
8349Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8350
8351 * stabs.texinfo: When explaining the n_type of a stab, standardize
8352 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8353 no tabs, use @r).
8354 (Global Variables): Clean up.
8355
8356Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8357
8358 * stabs.texinfo (Stack Variables): Re-write.
8359
8360Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8361
8362 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8363 addresses of a source file. Also revise formatting.
8364 Change "object module" or "object file" to "source file".
8365 Various: Miscellaneous cleanups.
8366
8367Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8368
8369 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8370
8371Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8372
8373 * gdbint.texinfo: Removed many nonsensical machine-collected
8374 host and target conditionals, described some of the remainder.
8375
8376Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8377
8378 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8379
8380 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8381 paragraph which follows.
8382
8383 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8384 variables. Looks better and avoids overful hbox.
8385
8386Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8387
8388 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8389
8390Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8391
8392 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8393 retransmit-timeout
8394
8395Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8396
8397 * gdbint.texinfo: Update statement about `some ancient Unix
8398 systems, like Ultrix 4.0' to Ultrix 4.2.
8399
8400Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8401
8402 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8403
8404 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8405
8406 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8407 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8408
8409 * remote.texi: new name for former gdbinv-s.texi
8410
8411 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8412
8413Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8414
8415 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8416 variables for MIPS remote debugging protocol.
8417
8418Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8419
8420 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8421
8422Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8423
8424 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8425
8426Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8427
8428 * gdb.texinfo: repair conditional bugs in text markup
8429
8430Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8431
8432 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8433 to select Modula-2 material.
8434
8435Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8436
8437 * stabs.texinfo: Cleanups regarding statics.
8438
8439 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8440 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8441
8442Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8443
8444 * stabs.texinfo: N_MAIN is sometimes used for C.
8445
8446Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8447
8448 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8449
8450Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8451
8452 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8453 removed from the code by Kingdon.
c906108c
SS
8454
8455Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8456
8457 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8458 input when evaluating breakpoint conditions; the bug has been fixed.
8459
8460 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8461 sets the ignore count to N-1, not to N.
8462
8463Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8464
8465 * refcard.tex (\hoffset): correct longstanding error to match
8466 intended offset; avoids cutting off edge on some printers
8467
8468Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8469
8470 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8471
8472Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8473
8474 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8475
8476Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8477
8478 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8479 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8480 collect sed edits if any, apply to refcard before formatting;
8481 (refcard.ps) stop implying PS fonts if PS output requested;
8482 (lrefcard.ps) delete extra target for variant PS fonts
8483
8484 * refcard.tex: parametrize papersize dependent info, collect
8485 in easily replaced spot
8486
8487 * a4rc.sed: new file, edits to refcard for A4 paper
8488
8489Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8490
8491 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8492
8493Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8494
8495 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8496
8497Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8498
8499 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8500 politely rather than rudely.
8501
8502Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8503
8504 * stabs.texinfo: Document common blocks.
8505
8506Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8507
8508 * stabs.texinfo: Add some basic info about stabs-in-elf.
8509
8510Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8511
8512 * stabs.texinfo (Top): Minor cleanup.
8513
8514Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8515
8516 * Makefile.in (install-info): remove parentdir support
8517
8518Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8519
8520 * gdb.texinfo (Copying): delete this node and references to it;
8521 RMS says this manual need not carry GPL. (passim): Improvements
8522 from last round at FSF, largely due to Ian Taylor review, and
8523 minor formatting improvements.
8524
8525 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8526 largely due to Ian Taylor review. (Debug Session): minor edits to
8527 new text.
8528
8529Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8530
8531 * Makefile.in (realclean): Remove info and dvi files too.
8532
8533Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8534
8535 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8536 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8537 * gdb.texinfo: Change accordingly.
8538
8539 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8540 N_{L,R}BRAC,N_SLINE are relative to.
8541
8542Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8543
8544 * Makefile.in (GDBvn.texi): Update atomically.
8545
8546Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8547
8548 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8549
8550Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8551
8552 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8553 addresses together. Also motivate the set print symbol-filename
8554 command and suggest other solutions.
8555
8556Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8557
8558 * gdb.texinfo (set print elements): Note that the number of
8559 elements is set to unlimited by "set print elements 0".
8560
8561Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8562
8563 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8564 NF_LDOUBLE means.
8565 (Stab Types): Include Solaris stab types.
8566 (Procedures): Document Solaris extensions.
8567
8568Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8569
8570 * gdb.texinfo: Add `set print symbol-filename' doc.
8571
8572Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8573
8574 * stabs.texinfo (Arrays): Talk about type definition vs. type
8575 information.
8576
8577 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8578 the trailing semicolon.
8579
8580Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8581
8582 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8583 and merge in other parts of the document addressing these subjects.
8584 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8585
8586 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8587 at the end of a range type.
8588
8589 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8590 AIX extensions.
8591
8592Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8593
8594 * stabs.texinfo (Stabs Format): Misc fixes.
8595
8596Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8597
8598 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8599 (Traditional builtin types): Document convex convention for long long.
8600 (Negative builtin types): Discuss type names, and misc fixes.
8601
8602Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8603
8604 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8605 point types used with @samp{R} type descriptor.
8606 (Symbol Descriptors): Describe how to handle conflict between
8607 different meanings of @samp{P} symbol descriptor.
8608
8609Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8610
8611 * stabs.texinfo: Remove node Quick Reference and put its children
8612 directly under the main menu.
8613
8614 * stabs.texinfo: Many more changes to bring it into line with
8615 AIX documentation and reality. I think it now has all the
8616 information from the AIX documentation, except that I burned
8617 out when I got to variant records (Pascal and Modula-2) and
8618 all the COBOL types. Oh well, we can add them later when we're
8619 worrying more about those languages.
8620
8621 * stabs.texinfo (Automatic variables): Talk about what it means
8622 to omit the symbol descriptor.
8623
8624Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8625
8626 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8627 gcc2 behavior with promoted args.
8628
8629Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8630
8631 * gdb.texinfo: include readline appendices in info version of manual
8632
8633Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8634
8635 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8636 target remote.
8637
8638 * gdb.texinfo (Machine Code): more index entries for disassemble
8639
8640Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8641
8642 * Clarify the intended use of the gdb-testers and gdb-patches
8643 mailing lists, and shrink gzip comment.
8644
8645Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8646
8647 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8648 DOSHOST configuration of manual.
8649
8650 * gdb.texinfo (MIPS Stack): new node.
8651
8652 * all-config.texi (MIPS) new switch.
8653
8654 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8655 tense; (MIPS Remote) new node.
8656
8657 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8658 bug; (Environment) less passive, other small cleanups in text about
8659 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8660 (Remote) new MIPS Remote menu entry.
8661
8662Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8663
8664 * stabs.texinfo: Many changes to include information from the
8665 AIX documentation.
8666
8667 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8668
8669Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8670
8671 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8672 Move a bunch of information from ../README.
8673 (Getting Started): New node.
8674
8675Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8676
8677 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8678
8679 * gdb.texinfo: advance manual revision dates to present
8680
8681 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8682 stop using silly Roman numerals in @set variable names
8683
8684Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8685
8686 * stabs.texinfo (Parameters): Keep trying to get this right.
8687
8688Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8689
8690 * stabs.texinfo (Parameters): More on "local parameters".
8691
8692Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8693
8694 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8695
8696Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8697
8698 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8699 (Parameters): Rewrite.
8700 (xcoff-differences, Sun-differences): Minor changes.
8701
8702Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8703
8704 * stabs.texinfo: Minor cleanup.
8705
8706Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8707
8708 * gdbint.texinfo: Minor xcoff stuff.
8709
8710Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8711
8712 * gdbint.texinfo: Update for new config directory structure.
8713 Add info about internal type data structures.
8714
8715Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8716
8717 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8718 $(srcdir).
8719 (gdb-config.texi): Depend on file in $(srcdir).
8720
8721Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8722
8723 * stabs.texinfo: Fixes about N_SO.
8724
8725Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8726
8727 * gdb.texinfo: include list of nonstandard init file names
8728
8729 * *-config.texi: new switch GENERIC for text that applies *only*
8730 to (usual) multiple-target version of manual
8731
8732 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8733 h8 config
8734
8735 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8736 in menus (rather than conditionally selected multiple alternative
8737 menus).
8738
8739 * Makefile.in: define and use DOC_CONFIG var to select
8740 configuration for GDB user manual.
8741
8742 * gdb-config.texi: delete from repository, generate from Makefile.
8743
8744 * all-config.texi: normal `generic' configuration file, formerly
8745 stored as gdb-config.texi
8746
8747Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8748
8749 * Makefile.in: add dvi target to build all .dvi files
8750
8751Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8752
8753 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8754
8755Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8756
8757 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8758 host conditionals.
8759 * stabs.texinfo: More array fixes inspired by Jim's.
8760
8761Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8762
8763 * stabs.texinfo: Fixes re arrays and continuations.
8764
8765 * gdbint.texinfo: Add XCOFF node.
8766
8767Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8768
8769 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8770
8771Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8772
8773 * stabs.texinfo: Fix for array types to mention lower bounds.
8774
8775Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8776
8777 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8778
8779Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8780
8781 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8782
8783Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8784
8785 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8786 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8787
8788Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8789
8790 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8791
8792Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8793
8794 * gdb.texinfo, gdbinv-s.texi: misc updates
8795
8796Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8797
8798 * gdbint.texinfo: Brief documentation for longjmp support,
8799 from an email msg by Stu.
8800
8801Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8802
8803 * stabs.texinfo: Fix description of floating point "range"
8804 types (which really define basic types). Reported by Jim Meehan,
8805 <meehan@src.dec.com>.
8806
8807 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8808
8809Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8810
8811 * gdbint.texinfo: Slightly expand section on supporting a new
8812 object file format.
8813
8814Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8815
8816 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8817 intermediate file.
8818
8819Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8820
8821 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8822
8823Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8824
8825 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8826
8827 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8828 as well as Z8002.
8829
8830Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8831
8832 * gdbint.texinfo: Add sections on clean design and on how to send
8833 in changes.
8834
8835Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8836
8837 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8838
8839Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8840
8841 * gdb.texinfo: Fix typo, reported by Karl Berry.
8842
8843Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8844
8845 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8846
8847Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8848
8849 * gdbint.texinfo: fixed a stray email address (needs @@),
8850 added @table @code to node "Native Conditionals"
8851
8852Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8853
8854 * gdbint.texinfo: Describe coding style of GDB.
8855
8856Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8857
8858 * stabs.texinfo: Minor wording changes.
8859
8860Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8861
8862 * gdbint.texinfo: Improve release doc slightly.
8863
8864Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8865
8866 * gdbint.texinfo: Improve doc of GDB config macros.
8867
8868Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8869
8870 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8871 These will be reinserted when examined.
8872
8873Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8874
8875 * gdbint.texinfo: Make a start at documenting all the #if macros
8876 in GDB. At least list them all, and start separating them into
8877 host-specific and target-specific.
8878
8879Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8880
8881 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8882 examples (not consistent w others).
c906108c
SS
8883 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8884 for generic vn of doc
8885
8886Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8887
8888 * Makefile.in: always create installation directories.
8889
8890Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8891
8892 * gdb.texinfo: in h8 config, do not describe searching commands.
8893
8894Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8895
8896 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8897 conditionals; introduce a few generic switches that may be
8898 useful for other cross-dev or dos-hosted configs.
8899
8900 * gdb.texinfo: fix typo in "info reg" description
8901
8902Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8903
8904 * stabs.texinfo: Minor updates from running TeX over it.
8905 * Makefile.in (stabs.dvi, stabs.ps): Add.
8906
8907Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8908
8909 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8910 First pass at converting it to texinfo.
8911
8912Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8913
8914 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8915 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8916
8917Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8918
8919 * gdbint.texinfo: Add section on partial symbol tables.
8920
8921Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8922
8923 * gdb.texinfo: document `set remotedebug' and `set
8924 rstack_high_address'.
8925
8926Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8927
8928 * gdb.texinfo: slight expansion of new text on reading info files
8929 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8930 H8/300 from DOS.
8931
8932Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8933
8934 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8935
8936Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8937
8938 * gdb.texinfo: Say how to read the `info' files.
8939
8940Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8941
8942 * Makefile.in: gm4 -> m4.
8943
8944Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8945
8946 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8947 Documentation' ahead of `Installing GDB' to match README.
8948 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8949 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8950
8951Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8952
8953 * Makefile.in: remove $(srcdir) from gdb.info rule.
8954
8955Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8956
8957 * Makefile.in: commented out gdb-all.texinfo rule. This is
8958 temporary.
8959
8960Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8961
8962 * Makefile.in, configure.in: removed traces of namesubdir,
8963 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8964 copyrights to '92, changed some from Cygnus to FSF.
8965
8966Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8967
8968 * gdb.texinfo: Improve how we ask for bug reports.
8969
8970Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8971
8972 * Makefile.in: infodir belongs in datadir.
8973
8974Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8975
8976 * Makefile.in: remove spaces following hyphens, bsd make can't
8977 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8978 standards.text support.
c906108c
SS
8979
8980Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8981
8982 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8983 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8984 and mandir now keyed off datadir by default.
8985
8986\f
8987Local Variables:
9e9c5ae7 8988mode: change-log
c906108c
SS
8989left-margin: 8
8990fill-column: 74
8991version-control: never
8992End:
This page took 1.281293 seconds and 4 git commands to generate.