2012-06-05 Jing Yu <jingyu@google.com>
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
f3e0e960
SS
12012-05-23 Stan Shebs <stan@codesourcery.com>
2 Kwok Cheung Yeung <kcy@codesourcery.com>
3
4 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
5
1564a261
JK
62012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7
8 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
9 Mention also --with-separate-debug-dir.
10 (Auto-loading): Prepend $debugdir in the sample output.
11 (Auto-loading safe path): Likewise. Mention also $debugdir for the
12 auto-load safe-path variable.
13 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
14 Mention also $debugdir for 'set auto-load scripts-directory'.
15
eb17f351
EZ
162012-05-19 Eli Zaretskii <eliz@gnu.org>
17
18 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
19 (MIPS Embedded, MIPS, MIPS Register packet Format)
20 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
21 appropriate.
22
4cc0665f
MR
232012-05-18 Sandra Loosemore <sandra@codesourcery.com>
24 Maciej W. Rozycki <macro@codesourcery.com>
25
26 * gdb.texinfo (MIPS): Document "set mips compression" and "show
27 mips compression".
28 (MIPS Breakpoint Kinds): New subsubsection.
29
7af8dcf8 302012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
31
32 * gdb.texinfo (Architecture-Specific Protocol Details): Define
33 nodes for subsections. Add @acronym mark-ups and adjust
34 formatting.
35
aff139ff
JK
362012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
37
38 Rename $ddir to $datadir.
39 * gdb.texinfo (Auto-loading, Auto-loading safe path)
40 (objfile-gdb.py file): Rename $ddir to $datadir.
41
9cb709b6
TT
422012-05-18 Tom Tromey <tromey@redhat.com>
43
44 * gdb.texinfo (Print Settings): Document 'set print symbol'.
45
e7e0cddf
SS
462012-05-14 Stan Shebs <stan@codesourcery.com>
47
48 * gdb.texinfo (Dynamic Printf): New subsection.
49
7efc75aa
SCR
502012-05-13 Siva Chandra Reddy <sivachandra@google.com>
51
52 * gdb.texinfo (Basic Python): Add description about the function
53 gdb.find_pc_line
54
f307c045
JK
552012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
56 Eli Zaretskii <eliz@gnu.org>
57
58 * gdb.texinfo (Separate Debug Files): Use plural form for global
59 debugging information directory.
60
85d4a676
SS
612012-05-11 Stan Shebs <stan@codesourcery.com>
62 Kwok Cheung Yeung <kcy@codesourcery.com>
63
64 * gdb.texinfo (Operating System Auxiliary Information): Document new
65 'info os' subcommands.
66
c1668e4e
JK
672012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
68
69 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
70 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
71 (dotdebug_gdb_scripts section): Add reference
72 to 'Auto-loading safe path'.
73
7349ff92
JK
742012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
75
76 Implement multi-component --with-auto-load-dir.
77 * gdb.texinfo (Auto-loading): New references
78 for 'set auto-load scripts-directory'
79 and 'show auto-load scripts-directory'.
80 (Auto-loading safe path): Describe the new default. Move $ddir
81 substituation reference to 'objfile-gdb.py file'.
82 (objfile-gdb.py file): Describe script-name alias. Change real-name to
83 script-name. Describe new 'set auto-load scripts-directory'
84 and 'show auto-load scripts-directory'.
85
6dea1fbd
JK
862012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
87
88 Provide $ddir substitution for --with-auto-load-safe-path.
89 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
90 (Auto-loading safe path): Likewise. Mention the default value,
91 $ddir substitution, --with-auto-load-safe-path and
92 --without-auto-load-safe-path.
93 * observer.texi (gdb_datadir_changed): New.
94
1ccacbcd
JK
952012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
96
97 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
98 Twice.
99
d9242c17
JK
100 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
101 directory separator by path separator.
102
af2c1515
JK
1032012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
104
105 * gdb.texinfo (Auto-loading safe path): Make 'directories'
106 for 'set auto-load safe-path' optional. Mention if it is omitted.
107 Change disabling security protection condition to "/", twice.
108
a20ee7a4
SCR
1092012-05-03 Siva Chandra Reddy <sivachandra@google.com>
110
111 * gdb.texinfo (Symbol Tables In Python): Add documentation about
112 the new methods global_block and static_block on gdb.Symtab
113 objects.
114
56af09aa
SCR
1152012-05-02 Siva Chandra Reddy <sivachandra@google.com>
116
117 * gdb.texinfo (Blocks In Python): Add a note saying that future
118 improvements to GDB and its infrastructure can move symbols
119 across blocks within a symbol table.
120
2746b0ef
YQ
1212012-04-29 Yao Qi <yao@codesourcery.com>
122
123 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
124 (A29K): Remove.
125
62e5f89c
SDJ
1262012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
127 Tom Tromey <tromey@redhat.com>
128
129 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
130 and generic static probe support on GDB.
131
a766d390
DE
1322012-04-25 Doug Evans <dje@google.com>
133
50f042b9
DE
134 * gdb.texinfo (Go): Fix thinko.
135
a766d390
DE
136 * gdb.texinfo (Supported Languages): Add Go.
137 (Go): New node.
138
f02e2b19
YQ
1392012-04-25 Yao Qi <yao@codesourcery.com>
140
141 * gdbint.texinfo (Testsuite): New section `Board settings'.
142
68d41a48
JK
1432012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
144
145 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
146 Three times.
147
174bb630
JK
148 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
149 Three times.
150
0511cc75
JK
1512012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
152
153 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
154 by @table @asis. Fix formatting of one item.
155
0070f25a
JK
1562012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
157
158 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
159
4dc84fd1
JK
1602012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
161
162 New option "set debug auto-load".
163 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
164 (auto-load verbose mode): New node.
165
bccbefd2
JK
1662012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
167
168 New option "set auto-load safe-path".
169 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
170 and "info auto-load" examples for safe-path. Put there also references
171 for "set auto-load safe-path" and "show auto-load safe-path".
172 New menu item for Auto-loading safe path.
173 (Auto-loading safe path): New node.
174 (Python Auto-loading): Update the expected output from "Missing"
175 to "No".
176
bf88dd68
JK
1772012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
178
179 auto-load: Implementation.
180 * gdb.texinfo (Mode Options): New anchor for -nx.
181 (Startup): New anchors for Option -init-eval-command,
182 Home Directory Init File
183 and Init File in the Current Directory during Startup.
184 Mention set auto-load local-gdbinit with a reference.
185 Change the sample code to "set auto-load python-scripts".
186 (Threads): New anchor set libthread-db-search-path.
187 Provide references to libthread_db.so.1 file.
188 (Controlling GDB): New menu item for Auto-loading.
189 (Auto-loading, Init File in the Current Directory)
190 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
191 (Python): Rename the menu item Auto-loading to Python Auto-loading.
192 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
193 reference.
194 (Auto-loading): Rename to ...
195 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
196 "set auto-load python-scripts", new anchor for it. Change
197 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
198 for it. Change "info auto-load-scripts"
199 to "info auto-load python-scripts", new anchor for it. Change "scripts"
200 to "Python scripts".
201
8264ba82
AG
2022012-04-14 Anton Gorenkov <xgsa@yandex.ru>
203
204 PR mi/13393
205 * gdb.texinfo (Print Settings): Extend the description for "set print
206 object".
207 (GDB/MI Variable Objects): Extend the description for -var-create and
208 -var-list-children.
209
06fc020f
SCR
2102012-04-11 Siva Chandra Reddy <sivachandra@google.com>
211
212 * gdb.texinfo (Examining Data): Document the 'explore' command.
213
7191c139
JB
2142012-03-28 Joel Brobecker <brobecker@adacore.com>
215
216 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
217 to the children of a varobj and its update range when -var-update
218 returns that the varobj's type changed.
219
3708f05e
JK
2202012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
221
222 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
223 Create two new links fir 'objfile-gdb.py file'
224 and 'dotdebug_gdb_scripts section'.
225
8e0583c8
JK
2262012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
227
228 * gdb.texinfo (Auto-loading): Rename node reference
229 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
230 Twice.
231 (.debug_gdb_scripts section): Rename the node ...
232 (dotdebug_gdb_scripts section): ... here.
233 (Maintenance Commands): Also rename this node reference.
234
7b282c5a
SCR
2352012-03-22 Siva Chandra Reddy <sivachandra@google.com>
236
237 * gdb.texinfo (Python API/Values From Inferior): Add description
238 about the new method Value.referenced_value. Add description on
239 how Value.dereference is different (and similar) to
240 Value.referenced_value.
241
8320cc4f
JK
2422012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
243
244 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
245 --init-eval-command=COMMAND, -iex.
246 (Startup): Describe -iex and -ix. Simplify the example
247 for "set auto-load-scripts off".
248
481860b3
GB
2492012-03-16 Gary Benson <gbenson@redhat.com>
250
251 PR breakpoints/10738
252 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
253 stating that GDB cannot set breakpoints on inlined functions.
254 (Mode Options): Document --use-deprecated-index-sections.
255 (Index Section Format): Document new index section version format.
256
c4aeac85
TT
2572012-03-15 Tom Tromey <tromey@redhat.com>
258
259 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
260
16899756
DE
2612012-03-13 Doug Evans <dje@google.com>
262
263 * gdb.texinfo (Help): Change apropos example to use "alias" instead
264 of "reload".
265 (Symbols): Delete docs for set/show symbol-reloading.
266 * gdbint.texinfo (Defining Other Architecture Features): Delete
267 SYMBOL_RELOADING_DEFAULT.
268 * refcard.tex: Delete reference to symbol-reloading.
269
9b224c5e
PA
2702012-03-07 Pedro Alves <palves@redhat.com>
271
272 * gdb.texinfo (General Query Packets): Document new
273 QProgramSignals packet.
274 * gdb.texinfo (Remote configuration): Mention
275 "program-signals-packet".
276
169081d0
TG
2772012-03-05 Tristan Gingold <gingold@adacore.com>
278
279 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
280
d1feda86
YQ
2812012-03-03 Yao Qi <yao@codesourcery.com>
282
283 * gdb.texinfo (In-Process Agent): New node.
284 Document new commands.
285 (General Query Packets): Add packet `QAgent'.
286
1faeff08
MR
2872012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
288
289 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
290
7d74f244
DE
2912012-03-01 Scott J. Goldman <scottjg@vmware.com>
292
293 * gdb.texinfo (Commands In Python): Put example python macro in
294 COMMAND_USER category rather than COMMAND_OBSCURE.
295 Document gdb.COMMAND_USER.
296 (User-defined Commands): Update documentation to clarify
297 "set/show max-user-call-depth" and "show user" don't apply to python
298 commands. Update documentation to clarify "help user-defined" may
299 also include python commands defined as COMMAND_USER.
300
6fe37d23
JK
3012012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
302
303 * gdb.texinfo (Startup): Add option -ex description to the option -x
304 description.
305
83364271
LM
3062012-02-24 Luis Machado <lgustavo@codesourcery.com>
307
308 * gdb.texinfo (Setting Breakpoints): Mention and explain the
309 condition-evaluation breakpoint parameter.
310 Mention condition-evaluation mode being shown in "info break".
311 (Break Conditions): Add description for target-side
312 conditional breakpoints.
313 (Remote Configuration): Mention conditional-breakpoints-packet.
314 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
315 cond-expr.
316 (General Query Packets): Mention new ConditionalBreakpoint feature.
317
bdb1994d
TT
3182012-02-22 Tom Tromey <tromey@redhat.com>
319
320 * gdb.texinfo (Blocks In Python): Clarify block iteration.
321
4d241c86
TT
3222012-02-17 Tom Tromey <tromey@redhat.com>
323
324 PR python/10753:
325 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
326 directory.
327
816338b5
SS
3282012-02-14 Stan Shebs <stan@codesourcery.com>
329
330 * gdb.texinfo (Disabling Breakpoints): Document enable count.
331
cc30c4bd
PA
3322012-02-13 Pedro Alves <palves@redhat.com>
333
334 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
335 mips-idt-ecoff.
336
035d1e5b
YQ
3372012-02-09 Yao Qi <yao@codesourcery.com>
338
339 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
340
f0823d2c
TT
3412012-02-07 Tom Tromey <tromey@redhat.com>
342
343 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
344 Symbol.value.
345
64e7d9dd
TT
3462012-02-07 Tom Tromey <tromey@redhat.com>
347
348 * gdb.texinfo (Symbols In Python): Document Symbol.line.
349
4220b2f8
TS
3502012-01-27 Thomas Schwinge <thomas@codesourcery.com>
351
352 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
353
edcc5120
TT
3542012-01-24 Tom Tromey <tromey@redhat.com>
355
356 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
357 unload".
358 (Files): Mention new catch commands.
359 (GDB/MI Async Records): Likewise.
360
53fe1783
GB
3612012-01-24 Gary Benson <gbenson@redhat.com>
362
363 Delete #if 0'd out code.
364 * gdb.texinfo (Frame Info): Remove "info catch".
365
b9e7b9c3
UW
3662012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
367
368 * gdb.texinfo (Remote Configuration): Document
369 "set remote hostio-readlink-packet" command.
370 (General Query Packets): Document vFile:readlink packet.
371
4aac40c8
TT
3722012-01-16 Tom Tromey <tromey@redhat.com>
373
374 * gdb.texinfo (Specify Location): Document relative file name
375 handling.
376
cafec441
TT
3772012-01-16 Tom Tromey <tromey@redhat.com>
378
379 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
380
0ee339bc
JK
3812012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
382 Eli Zaretskii <eliz@gnu.org>
383
384 * gdbint.texinfo (Coding Standards): Require braces for two lines of
385 code.
386
72384ba3
PH
3872012-01-11 Paul Hilfinger <hilfingr@adacore.com>
388
389 * gdb.texinfo (Variables): Document use of :: for non-static
390 variables.
391
ce1b17c4
JB
3922012-01-05 Joel Brobecker <brobecker@adacore.com>
393
394 * gdbint.texinfo (Start of New Year Procedure): Update
395 to replace use of copyright.sh by use of copyright.py.
396
217bff3e
JK
3972012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
398
399 Remove the gdbtui binary.
400 * all-cfg.texi (GDBTUI): Remove.
401 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
402 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
403 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
404
cc72b2a2
KP
4052011-12-23 Kevin Pouget <kevin.pouget@st.com>
406
407 Introduce gdb.FinishBreakpoint in Python.
408 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
409 (Python API): Add menu entry for Finish Breakpoints.
410
13ac8d2c
JK
4112011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
412
413 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
414 tests.
415
e0f9f062
DE
4162011-12-16 Doug Evans <dje@google.com>
417
418 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
419
80b6e756
PM
4202011-12-16 Phil Muldoon <pmuldoon@redhat.com>
421
1c3ad6ab 422 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
423 stack". Add documentation for "set/show python print-stack".
424
2fb860fc
PA
4252011-12-14 Pedro Alves <pedro@codesourcery.com>
426
427 * gdb.texinfo (Implementing a Remote Stub): Explain that you
428 should transfer control to the stub in the startup code instead of
429 in main. Mention the need to get past the initial breakpoint.
430
f8eba3c6
TT
4312011-12-06 Tom Tromey <tromey@redhat.com>
432
433 * gdb.texinfo (Set Breaks): Update for new behavior.
434
2268b414
JK
4352011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
436
437 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
438 List Format for SVR4 Targets'.
439 (General Query Packets): New item qXfer:libraries-svr4:read.
440 (Library List Format for SVR4 Targets): New node.
441
ae6f0d5b
TT
4422011-12-01 Tom Tromey <tromey@redhat.com>
443
444 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
445 add.
446
36dfb11c
TT
4472011-11-22 Tom Tromey <tromey@redhat.com>
448
449 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
450 reasons.
451
f196051f
SS
4522011-11-20 Stan Shebs <stan@codesourcery.com>
453
454 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
455 note-related options and variables.
456 (Tracepoint Packets): Document packet changes.
457
f85b53f8
SD
4582011-11-20 Sanjoy Das <sdas@igalia.com>
459
460 * gdb.texinfo (JIT Interface): Add documentation on writing and
461 usind JIT debug info readers.
462 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
463 Debug Info Readers): New nodes.
464
bfccc43c
YQ
4652011-11-18 Yao Qi <yao@codesourcery.com>
466
467 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
468 tracepoint.
469
c011a4f4
DE
4702011-11-15 Doug Evans <dje@google.com>
471
472 * gdb.texinfo (Files): Document basenames-may-differ.
473
ed59ded5
DE
4742011-11-14 Doug Evans <dje@google.com>
475
476 * gdb.texinfo (Shell Commands): Document "!".
477
405f8e94
SS
4782011-11-14 Stan Shebs <stan@codesourcery.com>
479 Kwok Cheung Yeung <kcy@codesourcery.com>
480
481 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
482 needed to get shorter fast tracepoints.
483 (Tracepoint Packets): Document new qTMinFTPILen packet.
484
1e4d1764
YQ
4852011-11-14 Yao Qi <yao@codesourcery.com>
486
487 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
488 behavior of tracepoint.
489 (General Query Packets): New feature InstallInTrace.
490 (Remote Configuration): Document "set remote
491 install-in-trace-packet".
492
71eba9c2 4932011-11-12 Matt Rice <ratmice@gmail.com>
494
495 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
496 Add arguments to info macro.
497
e0f8f636
TT
4982011-11-10 Tom Tromey <tromey@redhat.com>
499
500 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
501 manual.
502 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
503 (Macros): Add a footnote.
504 (C): Remove paragraph about compiler options.
505 (C Constants): Mention wide character and string constants.
506 (C Plus Plus Expressions): Update compiler option advice. Mention
507 using declarations. Mention ADL. Remove old HP compiler
508 information.
509
625c0d47
TT
5102011-11-10 Tom Tromey <tromey@redhat.com>
511
512 PR c++/9257:
513 * gdb.texinfo (Print Settings): Add an extra note about the need
514 for a vtable.
515
4be2aacc
MR
5162011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
517
518 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
519 "set mips abi" documentation.
520
0a1c4d10
DE
5212011-11-04 Doug Evans <dje@google.com>
522
523 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
524
aad1c02c
TT
5252011-11-03 Tom Tromey <tromey@redhat.com>
526
527 * gdb.texinfo (Stopping): Add menu entry.
528 (Continuing and Stepping): Restore @node. Use @section, not
529 @subsection.
530
983fb131
MR
5312011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
532
533 * gdb.texinfo (Skipping Over Functions and Files): Remove node
534 designation. Fix "Specify Location" cross-reference.
535
3065dfb6
SS
5362011-11-02 Stan Shebs <stan@codesourcery.com>
537
538 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
539 (General Query Packets): Describe tracenz feature.
540 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
541
0aaaf063
PK
5422011-10-28 Paul Koning <paul_koning@dell.com>
543
544 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
545
2231f1fb
KP
5462011-10-27 Kevin Pouget <kevin.pouget@st.com>
547
548 * gdb.texinfo ((Frames In Python): Document
549 gdb.FRAME_UNWIND_FIRST_ERROR contant.
550
5110b5df
PK
5512011-10-26 Paul Koning <paul_koning@dell.com>
552
553 * gdb.texinfo (gdb.types): Document new deepitems function.
554
22dbab46
PK
5552011-10-25 Paul Koning <paul_koning@dell.com>
556
557 PR python/13327
558
559 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
560 fetch_lazy method.
561
9df2fbc4
PM
5622011-10-20 Phil Muldoon <pmuldoon@redhat.com>
563
564 PR python/12656
565
566 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
567 global_block, static_block function.
568
f05e2e1d
TT
5692011-10-19 Tom Tromey <tromey@redhat.com>
570
571 * gdb.texinfo (Commands In Python): Add missing "@"s.
572
a7fc3f37
KP
5732011-10-13 Kevin Pouget <kevin.pouget@st.com>
574
575 PR python/13285 Document named constants for frame unwind stop reasons
576 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
577 constants.
578
5048e516
JK
5792011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
580
581 Fix compatibility with texinfo versions older than 4.12.
582 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
583 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
584 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
585 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
586 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
587 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
588 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
589
5a56e9c5
DE
5902011-10-09 Doug Evans <dje@google.com>
591
592 * gdb.texinfo (Extending GDB): Document alias command.
593
36b11add
JK
5942011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
595
596 Support @entry in input expressions.
597 * gdb.texinfo (Variables): Describe @entry names suffix.
598 (Print Settings): Add anchor for `set print entry-values'.
599
e18b2753
JK
6002011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
601 Eli Zaretskii <eliz@gnu.org>
602
603 Display @entry parameter values (without references).
604 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
605 example.
606 (Print Settings): New description of set print entry-values and show
607 print entry-values.
608
111c6489
JK
6092011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
610 Eli Zaretskii <eliz@gnu.org>
611
612 Recognize virtual tail call frames.
613 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
614 (Tail Call Frames): New node.
615 (Frames In Python): Add gdb.TAILCALL_FRAME.
616
9c15afc4
DE
6172011-10-07 Doug Evans <dje@google.com>
618
619 * gdb.texinfo (gdb.printing): Document new `replace' arg to
620 register_pretty_printer.
621
99f5279d
PM
6222011-10-07 Phil Muldoon <pmuldoon@redhat.com>
623
624 PR python/12930
625 PR python/12802
626
627 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
628 stop method.
629
03583c20
UW
6302011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
631
632 * gdb.texinfo (Starting your Program): "set disable-randomization"
633 is no longer Linux-specific.
634 (Remote Configuration): Document "set remote
635 disable-randomization-packet".
636 (General Query Packets): Document "QDisableRandomization" packet
637 and add it to "qSupported" list.
638
bd054e06
KP
6392011-10-07 Kevin Pouget <kevin.pouget@st.com>
640
641 Allow Python notification of new object-file loadings.
642 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
643 event type.
644
cb6be26b
KP
6452011-10-04 Kevin Pouget <kevin.pouget@st.com>
646
647 PR python/12691: Add the inferior to Python exited event
648 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
649
a05336a1
JB
6502011-10-03 Joel Brobecker <brobecker@adacore.com>
651
652 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
653 rephasing.
654
5d77fe44
JB
6552011-10-03 Joel Brobecker <brobecker@adacore.com>
656
657 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
658 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
659 as possible feature returned by the `-list-features'
660 command.
661
699df94d
PK
6622011-09-28 Paul Koning <paul_koning@dell.com>
663
664 * gdb.texinfo (gdb.Type): Document field access by dictionary
665 key syntax.
666
24bdad53
YQ
6672011-09-28 Yao Qi <yao@codesourcery.com>
668
669 * gdb.texinfo (Files): Update options for `add-symbol-file'.
670 Add one space after option `-s'. Remove @r{} markup.
671
6710bf39
SS
6722011-09-27 Stan Shebs <stan@codesourcery.com>
673
674 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
675
d99f7e48
HZ
6762011-09-16 Hui Zhu <teawater@gmail.com>
677
678 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
679 to *(unsigned char *)$esp@300.
680
d812018b
PK
6812011-09-15 Paul Koning <paul_koning@dell.com>
682
683 * gdb.texinfo: Make style of Python functions and methods match
684 the syntax of Python. Also put class and module names explicitly
685 on function, member, and variable names, matching Python
686 documentation conventions.
687
2aa48337
KP
6882011-09-15 Kevin Pouget <kevin.pouget@st.com>
689
690 PR Python/12692 Add gdb.selected_inferior() to Python interface.
691 * gdb.texinfo (Inferiors In Python): Describe new
692 gdb.selected_inferior() function.
693
6839b47f
KP
6942011-09-15 Kevin Pouget <kevin.pouget@st.com>
695
696 Handle multiple breakpoint hits in Python interface:
697 * gdb.texinfo (Events In Python): New function documentation:
698 gdb.BreakpointEvent.breakpoints. Indicate that
699 gdb.BreakpointEvent.breakpoint is now deprecated.
700
26829f2b
JB
7012011-09-04 Joel Brobecker <brobecker@adacore.com>
702
703 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
704
a9f54f60
TT
7052011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
706
707 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
708
fa3a4f15
PM
7092011-08-17 Phil Muldoon <pmuldoon@redhat.com>
710
711 * gdb.texinfo (Prompt): Add set/show extended-prompt
712 documentation
713 (Basic Python): Add prompt_hook anchor.
714 (Python modules): Reword module text to reflect multiple modules.
715 (gdb.prompt): Document gdb.prompt module.
716
224bbe49
YQ
7172011-08-14 Yao Qi <yao@codesourcery.com>
718
78d85199
YQ
719 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
720
7212011-08-14 Yao Qi <yao@codesourcery.com>
722
723 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
724 (TIC6x Features): New node.
725
457e09f0
DE
7262011-08-12 Doug Evans <dje@google.com>
727
728 * gdb.texinfo (Symbols In Python): Document symbol.type.
729
5e239b84
PM
7302011-08-09 Phil Muldoon <pmuldoon@redhat.com>
731
732 * gdb.texinfo (Python): Document command and function
733 auto-loading.
734
177bc839
JK
7352011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
736 Eli Zaretskii <eliz@gnu.org>
737
738 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
739 typedefs unrolling. Extend the sample code by an inner typedef and
740 outer typedefs unrolling.
741
1a532630
PP
7422011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
743
744 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
745 size and line-size.
746
9b158ba0 7472011-07-21 Matt Rice <ratmice@gmail.com>
748
749 PR macros/12999
750 * gdb.texinfo (Macros): Add info definitions and info macros commands.
751 Update text and cindex entries for info macro command.
752
d17b6f81
PM
7532011-07-21 Phil Muldoon <pmuldoon@redhat.com>
754
755 * observer.texi (GDB Observers): Add before_prompt observer.
756 * gdb.texinfo (Basic Python): Add documentation for prompt
757 substitution.
758
713389e0
PM
7592011-07-11 Phil Muldoon <pmuldoon@redhat.com>
760
761 PR python/12438
762 * gdb.texinfo (Python Commands): Add deprecate note to maint
763 set/show python print-stack. Document set/show python
764 print-backtrace.
765
177b42fe
TJB
7662011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
767
768 * gdb.texinfo: Fix typos.
769
900e11f9
JK
7702011-07-01 Tom Tromey <tromey@redhat.com>
771
772 * gdb.texinfo (Debugging Output): Document set debug
773 check-physname.
774
39c4d40a
TT
7752011-06-29 Tom Tromey <tromey@redhat.com>
776
777 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
778 breakpoint-notifications feature.
779
6f5def7d
UW
7802011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
781
782 * gdb.texinfo (Target Description): Remove warning about
783 possibly unstable format.
784
8cf64490
TT
7852011-06-03 Tom Tromey <tromey@redhat.com>
786
787 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
788 (Events In Python): Note that exit_code is optional.
789
393eab54
PA
7902011-05-17 Pedro Alves <pedro@codesourcery.com>
791
792 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
793 required for multi-threading support.
794 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
795 Hc are deprecated for multi-threading debugging. Point readers at
796 the vCont packet.
797
75fc9810
DE
7982011-05-15 Doug Evans <dje@google.com>
799
800 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
801
01124a23
DE
8022011-05-13 Doug Evans <dje@google.com>
803
98a5dd13
DE
804 * gdb.texinfo (Threads): Document $sdir,$pdir.
805 (Server): Document $pdir exception.
806
dbaefcf7
DE
807 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
808
cc63ef9b
DE
809 * gdb.texinfo (Threads): Clarify default value for
810 libthread-db-search-path.
7e0396aa 811
01124a23
DE
812 * gdb.texinfo (Completion): Update example.
813 (Debugging Output): Delete `set/show debug lin-lwp-async'.
814
d248b706
KY
8152011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
816
817 * gdb.texinfo: Document change in the behaviour of the enable and
818 disable GDB commands when applied to tracepoints.
819 Document the EnableDisableTracepoints remote stub feature.
820 Document QTEnable and QTDisable in the list of tracepoint packets.
821
cc88a640
JK
8222011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
823
824 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
825 hsuser.texi.
826 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
827 comment to hsuser.texi. Change rluser.texi name in the comment.
828
84e578fb
DE
8292011-05-10 Doug Evans <dje@google.com>
830
831 * gdb.texinfo (Threads): If an empty path is provided for
832 libthread-db-search-path it is reset to its default value.
833 (Server): Ditto.
834
478aac75
DE
8352011-05-09 Doug Evans <dje@google.com>
836
837 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
838
9c06b0b4
TJB
8392011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
840 Thiago Jung Bauermann <bauerman@br.ibm.com>
841
842 Implement support for PowerPC BookE masked watchpoints.
843 * gdb.texinfo (Set Watchpoints): Document mask parameter.
844 (PowerPC Embedded): Mention support of masked watchpoints.
845
9ed350ad
JB
8462011-05-03 Joel Brobecker <brobecker@adacore.com>
847
848 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
849 `@value{GDBN}'.
850
4ceed123
JB
8512011-05-03 Joel Brobecker <brobecker@adacore.com>
852
853 * gdb.texinfo (titlepage): Remove dedication.
854 (In Memoriam): New appendix.
855
559a7a62
JK
8562011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
857 Eli Zaretskii <eliz@gnu.org>
858
859 * gdb.texinfo (Index Section Format): Change the version to 5.
860 Describe the different formula.
861
03f2bd59
JK
8622011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
863 Eli Zaretskii <eliz@gnu.org>
864
865 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
866 for disconnected tracing.
867 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
868 extended-remote relationship. Mention --once.
869 (TCP port allocation lifecycle of @code{gdbserver}): New.
870
d9b1a651
EZ
8712011-04-23 Eli Zaretskii <eliz@gnu.org>
872
873 * gdb.texinfo (Server): Improve indexing. Index all optional
874 switches to gdbserver.
875
90476074
TT
8762011-04-20 Tom Tromey <tromey@redhat.com>
877
878 * gdb.texinfo (Index Section Format): New node.
879 (Top): Add new node to menu.
880
c21236dc
PA
8812011-04-20 Pedro Alves <pedro@codesourcery.com>
882
883 * gdb.texinfo (Maintenance Commands): Document `maint print
884 remote-registers'.
885
05c8c3f5
TT
8862011-04-20 Tom Tromey <tromey@redhat.com>
887
888 * gdb.texinfo (Trace File Format): Move node later.
889
7a9dd1b2
TT
8902011-04-19 Tom Tromey <tromey@redhat.com>
891
892 * gdbint.texinfo (Register Information Functions): Remove
893 duplicate "the".
894 * gdb.texinfo (Emacs): Remove duplicate "to".
895 (GDB/MI Variable Objects): Remove duplicate "the".
896 (General Query Packets): Likewise.
897
4368ebeb
JB
8982011-04-02 Joel Brobecker <brobecker@adacore.com>
899
900 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
901 "GDB/MI Ada Exception Information" node.
902
956a9fb9
JB
9032011-04-01 Joel Brobecker <brobecker@adacore.com>
904
905 * gdb.texinfo (GDB/MI Ada Exception Information): Document
906 the "exception-name" field in the *stopped async record.
907
f1310107
TJB
9082011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
909 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
910
911 Implement support for PowerPC BookE ranged breakpoints.
912 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
913
8786b2bd
TT
9142011-03-28 Tom Tromey <tromey@redhat.com>
915
916 * gdb.texinfo (Set Tracepoints): Fix typo.
917
9ef07c8c
TT
9182011-03-24 Tom Tromey <tromey@redhat.com>
919
920 * gdb.texinfo (Specify Location): Document `function:label'
921 linespec.
922
99c3dc11
PM
9232011-03-18 Phil Muldoon <pmuldoon@redhat.com>
924
f1310107 925 PR python/12149
99c3dc11
PM
926
927 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
928
29703da4
PM
9292011-03-17 Phil Muldoon <pmuldoon@redhat.com>
930
931 * gdb.texinfo (Blocks In Python): Add is_valid method description.
932 (Inferiors In Python): Likewise.
933 (Threads In Python): Likewise.
934 (Symbols In Python): Likewise.
935 (Objfiles In Python): Likewise.
936 (Symbol Tables In Python): Likewise.
937
c9174737
PA
9382011-03-15 Pedro Alves <pedro@codesourcery.com>
939
940 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
941 display>: Explain that the commands accept number ranges.
942
7371cf6d
PM
9432011-03-14 Phil Muldoon <pmuldoon@redhat.com>
944
945 * gdb.texinfo (Breakpoints In Python): Add description and example
946 of Python stop function operation.
947
ecec24e6
PM
9482011-03-10 Phil Muldoon <pmuldoon@redhat.com>
949
950 * gdb.texinfo (Parameters In Python): Document get_set_string and
951 get_show_string methods.
952
6dcd5565
JK
9532011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
954
955 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
956
81896e36
JK
957 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
958 circular-trace-buffer name.
959
5e30da2c
JB
9602011-02-28 Joel Brobecker <brobecker@adacore.com>
961
962 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
963 in the previous change.
964
3bd0f5ef 9652011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
966
967 * gdb.texinfo (Inferiors and Programs): Update commands to show
968 that they can accept multiple arguments.
969
4ec7539c
JB
9702011-02-24 Joel Brobecker <brobecker@adacore.com>
971
972 Revert the following patch (code patch was not approved):
973 2011-02-21 Hui Zhu <teawater@gmail.com>
974 * agentexpr.texi (bytecode descriptions): add printf.
975 * gdb.texinfo (tracepoint action lists): add printf.
976
82809774
DE
9772011-02-23 Doug Evans <dje@google.com>
978
979 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
980
e5a67952
MS
9812011-02-23 Michael Snyder <msnyder@vmware.com>
982
983 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
984 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
985 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
986
6e6fbe60
DE
9872011-02-22 Doug Evans <dje@google.com>
988
989 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
990 Clarify behaviour of lookup_symbol when `block' argument is omitted,
991 add description of result, fix @defun formatting.
992
f994e27a
HZ
9932011-02-21 Hui Zhu <teawater@gmail.com>
994
995 * agentexpr.texi (Bytecode Descriptions): Add printf.
996 * gdb.texinfo (Tracepoint Action Lists): Add printf.
997
c7f96d2b
TT
9982011-02-18 Tom Tromey <tromey@redhat.com>
999
1000 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
1001
60f98dde
MS
10022011-02-14 Michael Snyder <msnyder@vmware.com>
1003
1004 * gdb.texinfo (threads): Document argument for "info threads" cmd.
1005 Document new command "thread find".
1006
08e796bc
MS
10072011-02-14 Michael Snyder <msnyder@vmware.com>
1008
1009 * gdb.texinfo (Threads): Update example of new thread message.
1010
b3b9301e
PA
10112011-02-14 Pedro Alves <pedro@codesourcery.com>
1012
1013 * gdb.texinfo (Remote Configuration): Mention set/show remote
1014 traceframe-info.
1015 (Tools/Packages Optional for Building GDB): Mention that expat is
1016 used for traceframe info.
1017 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
1018 (General Query Packets) <qSupported>: Describe the
1019 qXfer:traceframe-info:read feature.
1020 (qXfer::read): Describe qXfer:traceframe-info:read.
1021 (Traceframe Info Format): New section.
1022
cef35b0f
PA
10232011-02-04 Pedro Alves <pedro@codesourcery.com>
1024
1025 * gdbint.texinfo (Formatting): Mention some formatting guidelines
1026 for casts and unary operators.
1027
f1cbe1d3
TT
10282011-02-04 Tom Tromey <tromey@redhat.com>
1029
1030 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
1031 is not useful.
1032
585fdaa1
PA
10332011-01-25 Pedro Alves <pedro@codesourcery.com>
1034
1035 * gdb.texinfo: s/value optimized out/optimized out/g
1036
7bfc9434
JB
10372011-01-21 Joel Brobecker <brobecker@adacore.com>
1038
1039 * gdb.texinfo (Other Misc Settings): Rework part of the
1040 documentation of the "set interactive mode" command.
1041
4694da01
TT
10422011-01-19 Tom Tromey <tromey@redhat.com>
1043
1044 * gdb.texinfo (Threads): Document thread name output and `thread
1045 name' command.
1046 (Threads In Python): Document Thread.name attribute.
1047 (GDB/MI Thread Commands): Document thread attributes.
1048
b716877b
AB
10492011-01-12 Andrew Burgess <aburgess@broadcom.com>
1050
1051 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
1052 changes in mi/mi-cmd-disas.c
1053
13fd8b81
TT
10542011-01-12 Tom Tromey <tromey@redhat.com>
1055
1056 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
1057 Fix "thread apply" text.
1058
e09342b5
TJB
10592011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1060 Thiago Jung Bauermann <bauerman@br.ibm.com>
1061
1062 Implement support for PowerPC BookE ranged watchpoints.
1063 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
1064 the "set powerpc exact-watchpoints" flag.
1065
06e65f44
TT
10662011-01-07 Tom Tromey <tromey@redhat.com>
1067
1068 * gdb.texinfo (Python API): Add descriptions to @menu items.
1069
d8e22779
TT
10702011-01-06 Tom Tromey <tromey@redhat.com>
1071
1072 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
1073
a255712f
PP
10742010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1075
e09342b5 1076 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 1077
ccfc3d6e
TT
10782011-01-06 Tom Tromey <tromey@redhat.com>
1079
1080 PR python/12133:
1081 * gdb.texinfo (Frames In Python): Document various frame
1082 constants.
1083
44944448
JB
10842011-01-05 Joel Brobecker <brobecker@adacore.com>
1085
1086 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
1087 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
1088 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
1089
42ea3d7a
JK
10902011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1091
1092 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
1093 (clean): Add GDBvn.texi.
1094
720d1a40
JB
10952010-12-29 Joel Brobecker <brobecker@adacore.com>
1096
1097 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
1098 occasional case where the debugger prints an array address
1099 instead of the array itself.
1100
ad196637
PA
11012010-12-23 Pedro Alves <pedro@codesourcery.com>
1102
1103 * gdb.texinfo (Packets) <read registers packet>: Document support
1104 for registers that were not collected.
1105
a86caf66
DE
11062010-12-15 Doug Evans <dje@google.com>
1107
1108 * gdb.texinfo (Startup): Document auto-loading of scripts during
1109 startup.
1110 (Auto-loading): Delete "maint set python auto-load on|off".
1111 Add "set auto-load-scripts on|off".
1112
aae1c79a
DE
11132010-12-07 Doug Evans <dje@google.com>
1114
1115 * gdb.texinfo (Mode Options): Document -data-directory.
1116 (Data Files): Add reference to -data-directory.
1117
4e04c971
DE
11182010-11-29 Doug Evans <dje@google.com>
1119
1120 * gdb.texinfo (Pretty-Printer Introduction): Change
1121 printer-name:subprinter-name to printer-name;subprinter-name.
1122
94b6973e
PM
11232010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1124
1125 PR python/12199
1126
1127 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
1128
39037522
TT
11292010-11-23 Tom Tromey <tromey@redhat.com>
1130
1131 * gdb.texinfo (Top): Check SYSTEM_READLINE.
1132 (Editing): Likewise.
1133 (Command History): Likewise.
1134 (TUI Keys): Likewise.
1135 (Bug Reporting): Conditionally include rluser.texi and
1136 inc-history.texinfo.
1137 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
1138 (GDB_DOC_SOURCE_INCLUDES): Add comment.
1139 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
1140 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
1141 (gdb.pdf): Likewise.
1142 (gdb.info): Likewise.
1143 (gdb/index.html): Likewise.
1144
5ae98d25
TT
11452010-11-23 Tom Tromey <tromey@redhat.com>
1146
1147 * Makefile.in (Makefile): Run ../config.status.
1148 (distclean): Update.
1149 * configure: Remove.
1150 * configure.ac: Remove.
1151
621c8364
TT
11522010-11-12 Tom Tromey <tromey@redhat.com>
1153
1154 * gdb.texinfo (Basic Python): Update. Add xref.
1155 (Exception Handling): Document new exception classes.
1156 (Types In Python): Update.
1157 (Frames In Python): Update.
1158
84f4c1fe
PM
11592010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1160
1161 * gdb.texinfo (Breakpoints In Python): Document "internal"
1162 parameter, and visible attribute.
1163
99e7ae30
DE
11642010-11-05 Doug Evans <dje@google.com>
1165
1166 * gdb.texinfo (Source Path): Document "set directories".
1167
f4b8a18d
KW
11682010-11-05 Ken Werner <ken.werner@de.ibm.com>
1169
1170 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
1171 (OpenCL C): New node.
1172
7b51bc51
DE
11732010-11-02 Doug Evans <dje@google.com>
1174
1175 * gdb.texinfo (Pretty Printing): Expand into three sections,
1176 introduction, example, and commands.
1177 (Python API): Delete section Disabling Pretty-Printers, merge into
1178 Selecting Pretty-Printers.
1179 (Writing a Pretty-Printer): New section. Move the pretty-printer
1180 example here, and reformat to match python coding style. Add a second
1181 example using the gdb.printing module.
1182 (Python modules): Add gdb.printing.
1183
9eeee977
DE
11842010-10-29 Doug Evans <dje@google.com>
1185
1186 * gdb.texinfo (Python): Fix long line.
1187
a0e0ffdf
DE
11882010-10-20 Doug Evans <dje@google.com>
1189
1190 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
1191 All references updated. Correct sections marked as subsections.
1192 (Coding Standards): New chapter. Move the coding standard related
1193 subsections here. Add section on Python coding standards.
1194
0e3509db
DE
11952010-10-13 Doug Evans <dje@google.com>
1196
1197 * gdb.texinfo (Python): Add "Python modules".
1198 (Types in Python): Add reference to gdb.types section.
1199 (Python modules): New node.
1200
44592cc4
DE
12012010-10-11 Doug Evans <dje@google.com>
1202
1203 * gdb.texinfo (Values From Inferior): Add reference to "Types in
1204 Python" from gdb.Value.type description.
1205
6e1bb179
JB
12062010-09-28 Joel Brobecker <brobecker@adacore.com>
1207
1208 * gdb.texinfo (Ravenscar Profile): New node.
1209
e8467610
TT
12102010-09-22 Tom Tromey <tromey@redhat.com>
1211
1212 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
1213
fccd1d1e
EZ
12142010-09-22 Eli Zaretskii <eliz@gnu.org>
1215
1216 * gdb.texinfo (Values From Inferior): Clarify that
1217 value.dynamic_type works only in C++ programs with RTTI.
1218
c1b6b909
TT
12192010-09-15 Paul Bolle <pebolle@tiscali.nl>
1220
1221 * gdb.texinfo (Character Sets): Correctly reference host-charset
1222 in example.
1223
7d288aaa
TT
12242010-09-13 Tom Tromey <tromey@redhat.com>
1225
1226 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
1227 Document "fullname" and "from".
1228
f75d858b
MK
12292010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1230
1231 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
1232 feature `reverse' output by -list-target-features.
1233
83b9503b
L
12342010-08-31 H.J. Lu <hongjiu.lu@intel.com>
1235
1236 * gdb.texinfo (i386 Features): Remove an extra "@item".
1237
03f17ccf
TT
12382010-08-30 Tom Tromey <tromey@redhat.com>
1239
1240 PR python/11792:
1241 * gdb.texinfo (Values From Inferior): Document dynamic_type.
1242
9779414d
DJ
12432010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1244
1245 * gdb.texinfo (ARM Features): Document
1246 org.gnu.gdb.arm.m-profile.
1247
f9ffd4bb
TT
12482010-08-23 Tom Tromey <tromey@redhat.com>
1249
1250 PR python/11145:
1251 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
1252 reinterpret_cast methods.
1253
702c2711
TT
12542010-08-23 Tom Tromey <tromey@redhat.com>
1255
1256 PR python/11915:
1257 * gdb.texinfo (Types In Python): Document array method.
1258
66b73624
TJB
12592010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
1260
1261 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
1262
06a64a0b
TT
12632010-08-16 Tom Tromey <tromey@redhat.com>
1264
1265 * gdb.texinfo (Set Watchpoints): Document -location option.
1266
a3a7127e
DE
12672010-08-13 Doug Evans <dje@google.com>
1268
1269 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
1270
8dedea02
VP
12712010-08-13 Vladimir Prus <vladimir@codesourcery.com>
1272
1273 * gdb.texinfo (GDB/MI Data Manipulation): Document
1274 -data-read-memory-raw and -data-write-memory-raw.
1275
ca5c20b6 12762010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 1277 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
1278
1279 * gdb.texinfo (Basic Python): Describe post_event API.
1280
cb2e07a6
PM
12812010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1282
1283 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 1284 decode_line Python APIs
cb2e07a6 1285
464b3efb
TT
12862010-08-10 Tom Tromey <tromey@redhat.com>
1287
1288 * gdb.texinfo (Pretty Printing API): Document
1289 gdb.default_visualizer.
1290
c29c521f
TT
12912010-08-10 Tom Tromey <tromey@redhat.com>
1292
1293 Revert gdb-add-index addition:
1294 * gdb.texinfo (Index Files): Don't document gdb-add-index.
1295
5da1313b
JK
12962010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1297 Eli Zaretskii <eliz@gnu.org>
1298
1299 * gdb.texinfo (Mode Options) <-batch>
1300 (Basic Python) <gdb.execute>: Describe setting width and height.
1301
02d868e8
PP
13022010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1303
1304 * gdb.texinfo (Threads): Document 'debug libthread-db'.
1305
c2bbed2a
TT
13062010-07-30 Tom Tromey <tromey@redhat.com>
1307
1308 * gdb.texinfo (Index Files): Mention gdb-add-index.
1309
6c13bbe1
HZ
13102010-07-30 Hui Zhu <teawater@gmail.com>
1311
1312 * gdb.texinfo (Inferiors and Programs): Update the introduce of
1313 "detach inferior" and "kill inferior".
1314
53a71c06
CR
13152010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
1316
1317 * gdb.texinfo (Machine Code): Update description of two forms of
1318 arguments, and add new example to demonstrate the new form.
1319
5374244e
PM
13202010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1321
1322 * gdb.texinfo (Values From Inferior): Add value inferior function
1323 call description.
1324
8ea5bce5
JK
13252010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1326
1327 * gdb.texinfo (Active Targets): Fix wrong comma placement.
1328
c0edd9ed
JK
13292010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1330 Eli Zaretskii <eliz@gnu.org>
1331
1332 Make core files the process_stratum.
1333 * gdb.texinfo (Active Targets): Remove core_stratum. Include
1334 record_stratum example.
1335
9291a0cd
TT
13362010-07-13 Tom Tromey <tromey@redhat.com>
1337
1338 * gdb.texinfo (Index Files): New node.
1339
f5011d11
TT
13402010-07-13 Tom Tromey <tromey@redhat.com>
1341
1342 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
1343
0f5238ed
TT
13442010-07-13 Tom Tromey <tromey@redhat.com>
1345
1346 * gdb.texinfo (Specify Location): Document labels.
1347
74c761c1
PA
13482010-07-01 Pedro Alves <pedro@codesourcery.com>
1349
1350 * gdb.texinfo (Create and Delete Tracepoints): Add more index
1351 entries for fast tracepoints and static tracepoints.
1352
501994c0
PA
13532010-07-01 Pedro Alves <pedro@codesourcery.com>
1354
1355 * gdb.texinfo (General Query Packets) <qfThreadInfo,
1356 qsThreadInfo>: Spell out `l' as ell.
1357
0fb4aa4b
PA
13582010-07-01 Pedro Alves <pedro@codesourcery.com>
1359
1360 * gdb.texinfo (Convenience Variables): Document $_sdata.
1361 (Commands to Set Tracepoints): Describe static tracepoints. Add
1362 `Listing Static Tracepoint Markers' menu entry. Document
1363 "strace".
1364 (Tracepoint Action Lists): Document collecting $_sdata.
1365 (Listing Static Tracepoint Markers): New subsection.
1366 (Tracepoints support in gdbserver): Mention static tracepoints.
1367 (remote packets, enabling and disabling): Mention
1368 read-sdata-object.
1369 (General Query Packets) <qSupported>: Document qXfer:sdata:read
1370 and StaticTracepoint.
1371 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
1372 Document qXfer:sdata:read.
1373 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
1374
dc3b15be
JB
13752010-06-29 Joel Brobecker <brobecker@adacore.com>
1376
1377 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
1378
595939de
PM
13792010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1380 Tom Tromey <tromey@redhat.com>
1381 Thiago Jung Bauermann <bauerman@br.ibm.com>
1382
1383 * gdb.texinfo (Inferiors In Python): New node.
1384 * gdb.texinfo (Threads In Python): New node.
1385
9279c692
JB
13862010-06-28 Joel Brobecker <brobecker@adacore.com>
1387
1388 * gdb.texinfo (Python): Document what the python directory is
1389 and what its location is.
1390 (Basic Python): Document the gdb.PYTHONDIR constant.
1391
bc9f0842
TT
13922010-06-25 Tom Tromey <tromey@redhat.com>
1393
1394 PR python/10808:
1395 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1396
f1421989
HZ
13972010-06-24 Hui Zhu <teawater@gmail.com>
1398
1399 * gdb.texinfo: (Commands for Controlled Output): Add
1400 documentation for command "eval".
1401
e4c0cfae
SS
14022010-06-21 Stan Shebs <stan@codesourcery.com>
1403
1404 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1405 * annotate.texinfo: Ditto.
1406 * gdbint.texinfo: Ditto.
1407 * stabs.texinfo: Ditto.
1408
bb08c432
HZ
14092010-06-22 Hui Zhu <teawater@gmail.com>
1410
1411 * gdb.texinfo: (Process Record and Replay): Add documentation
1412 for command "set record memory-query".
1413
4f5d9f07
SS
14142010-06-21 Stan Shebs <stan@codesourcery.com>
1415
1416 * gdb.texinfo: Relicense under GFDL version 1.3.
1417 * annotate.texinfo: Relicense under GFDL version 1.3.
1418 * gdbint.texinfo: Relicense under GFDL version 1.3.
1419 * stabs.texinfo: Relicense under GFDL version 1.3.
1420 * fdl.texi: Update to version 1.3.
1421
6aed2dbc
SS
14222010-06-18 Stan Shebs <stan@codesourcery.com>
1423
a61408f8
SS
1424 * gdb.texinfo (Operating System Auxiliary Information): Describe
1425 "info os" when no arguments given.
1426
6aed2dbc
SS
1427 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1428 $_thread.
1429
24e933df
HZ
14302010-06-18 Hui Zhu <teawater@gmail.com>
1431
1432 * gdb.texinfo: (Process Record and Replay): Add documentation
1433 for commands "record save" and "record restore".
1434
65d79d4b
SDJ
14352010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1436
1437 * gdb.texinfo: Include information about the correct use
1438 of addresses in the `watch' command.
1439
d914c394
SS
14402010-06-11 Stan Shebs <stan@codesourcery.com>
1441
1442 * gdb.texinfo (Observer Mode): New section.
1443 (General Query Packets): Document QAllow.
889bf7c5 1444
967cf477
DE
14452010-06-04 Doug Evans <dje@google.com>
1446
1447 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1448
aaf4119b
DE
14492010-06-03 Doug Evans <dje@google.com>
1450
1451 * gdbint.texinfo (Coding): Add subsection on command names.
1452
9eae7c52
TT
14532010-06-02 Tom Tromey <tromey@redhat.com>
1454
1455 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1456 always-disassemble.
1457
fa593d66
PA
14582010-06-01 Pedro Alves <pedro@codesourcery.com>
1459
1460 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1461 gdbserver, and add cross reference.
1462 (Tracepoints support in gdbserver): New subsection.
1463
dde08ee1
PA
14642010-05-26 Pedro Alves <pedro@codesourcery.com>
1465
1466 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1467 `qRelocInsn' feature.
1468 (Relocate instruction reply packet): New subsection
1469 of `Tracepoint Packets'.
1470 (Tracepoint Packets): Mention that packets QTDP and QTStart
1471 support the qRelocInsn request, and add cross reference to new
1472 subsection.
1473
07ca107c
DE
14742010-05-25 Doug Evans <dje@google.com>
1475
1476 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1477 (Commands In Python): Document gdb.string_to_argv.
1478
c25c4a8b
JK
14792010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1480
1481 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1482 ATTR_NORETURN.
1483
d7b32ed3 14842010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
1485 Tom Tromey <tromey@redhat.com>
1486 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 1487
c25c4a8b 1488 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 1489
6aecb9c2
JB
14902010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1491
1492 * gdb.texinfo: (Summary) Add mention about D language support.
1493 (Filenames): Add D suffixes.
1494 (D): New node.
1495
b7da9e9f
PM
14962010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1497
1498 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1499 of macro deleted from GDB code.
1500
ab38a727
PA
15012010-04-24 Pedro Alves <pedro@codesourcery.com>
1502
1503 * gdb.texinfo (Commands to specify files): Describe what how GDB
1504 looks up DOS-based filesystem paths on the system root. Document
1505 the new `set/show target-file-system-kind' commands.
1506
66d09542
DE
15072010-04-23 Doug Evans <dje@google.com>
1508
1509 * gdb.texinfo (Python): Move Auto-loading section here ...
1510 (Python API): from here.
1511 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1512 (Maintenance Commands): Add docs for "maint print section-scripts".
1513
8bd10a10
CM
15142010-04-20 Chris Moller <cmoller@redhat.com>
1515
1516 * gdb.texinfo (Setting Breakpoints): Added description of
1517 filename-qualified rbreak.
1518 * refcard.tex (Breakpoints and Watchpoints): Added brief
1519 description of filename-qualified rbreak.
1520
4c374409
JK
15212010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1522
1523 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1524 (Python API): Change the reference to Pretty Printing API.
1525 (Pretty Printing): Move the user part under the Data node. Reformat
1526 the sample output to 72 columns. Create a new reference to Pretty
1527 Printing API. Rename the API part ...
1528 (Pretty Printing API): To a new node name.
1529 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1530 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1531
5a9351ae
SS
15322010-04-21 Stan Shebs <stan@codesourcery.com>
1533
1534 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1535 and commands.
5a9351ae 1536 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1537
9a22f0d0
PM
15382010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1539
1540 * gdb.texinfo (Examining memory): Update for change in string
1541 display with explicit size.
1542
6149aea9
PA
15432010-04-19 Pedro Alves <pedro@codesourcery.com>
1544
1545 PR breakpoints/8554.
1546
1547 * gdb.texinfo (Save Breakpoints): New node.
1548 (save-tracepoints): Rename to ...
1549 (save tracepoints): ... this. Mention that `save-tracepoints' is
1550 a deprecated alias to `save tracepoints'.
1551
711e434b
PM
15522010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1553
645797a8 1554 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1555 (info w32 thread-information-block): Document new command.
1556 (qGetTIBAddress): Document new gdbserver query.
1557 (maint set/show show-all-tib): Document new command.
1558
3f7b2faa
DE
15592010-04-15 Doug Evans <dje@google.com>
1560
fa33c3cd
DE
1561 * gdb.texinfo (Python API): Add progspaces section.
1562 (Selecting Pretty-Printers): Progspace pretty-printers are
1563 searched too.
1564 (Progspaces In Python): New section.
1565
3f7b2faa
DE
1566 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1567
79f283fe
PM
15682010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1569
1570 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1571 returns None.
1572
87290684
SS
15732010-04-09 Stan Shebs <stan@codesourcery.com>
1574
1575 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1576 Describe the `frames-created' field, tweak grammar.
1577
a97153c7
PA
15782010-04-09 Pedro Alves <pedro@codesourcery.com>
1579
1580 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1581 Describe the `circular' and `disconnected' fields.
1582
5c5dcc1b
L
15832010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1584
1585 * gdb.texinfo (maint print registers): Mention unavailable and
1586 invisible registers.
1587
adc36818
PM
15882010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1589 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1590 Tom Tromey <tromey@redhat.com>
adc36818
PM
1591
1592 * gdb.texinfo (Breakpoints In Python): New Node.
1593
33da3f1c
SS
15942010-04-08 Stan Shebs <stan@codesourcery.com>
1595
1596 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1597 trace status fields.
1598
3a13a53b
L
15992010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1600
1601 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1602 optional. Make org.gnu.gdb.i386.avx requires
1603 org.gnu.gdb.i386.avx.
1604
08001717
DE
16052010-04-08 Doug Evans <dje@google.com>
1606
1607 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1608 search path, and document that gdb only scans the search path if
1609 the script's path doesn't specify a directory.
1610
c375651d
DE
16112010-04-05 Doug Evans <dje@google.com>
1612
1613 * gdb.texinfo (maint show python auto-load): Fix typo.
1614
af54718e
SS
16152010-04-04 Stan Shebs <stan@codesourcery.com>
1616
d77f58be
SS
1617 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1618 (Setting Watchpoints): Update description of "info watch".
1619 (Disabling Breakpoints): Only "info break" lists all.
1620
af54718e
SS
1621 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1622 (tdump): Explain how tdump works.
1623
86b17b60
PA
16242010-04-01 Pedro Alves <pedro@codesourcery.com>
1625
1626 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1627 add cross reference.
1628
ff12863f
PA
16292010-03-31 Pedro Alves <pedro@codesourcery.com>
1630
1631 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1632 commands error out.
1633
f68eb612
L
16342010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1635
1636 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1637
c8d5aac9
L
16382010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1639
1640 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1641
7d13fe92
SS
16422010-03-29 Stan Shebs <stan@codesourcery.com>
1643 Nathan Sidwell <nathan@codesourcery.com>
1644
1645 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1646 GDBN equivalent.
1647 (Set Tracepoints): Remove mention that conditional tracepoints
1648 don't exist.
1649 (Tracepoint Actions): Clarify when while-stepping collection
1650 happens, note that while-stepping does not automatically collect
1651 $pc.
1652
409873ef 16532010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1654
409873ef
SS
1655 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1656 (General Query Packets): Describe TracepointSource.
1657
ee8e71d4
EZ
16582010-03-27 Matt Rice <ratmice@gmail.com>
1659
c8d5aac9
L
1660 * gdb.texinfo (ARM): Document arguments to "target sim".
1661 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1662
99b5e152
PA
16632010-03-26 Pedro Alves <pedro@codesourcery.com>
1664
1665 * gdb.texinfo (Tracepoint Packets): Remove mention that
1666 terror:string may be plain text, and drop mention of X prefix.
1667
cd64ee31
VP
16682010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1669
1670 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1671
6c28cbf2
SS
16722010-03-24 Stan Shebs <stan@codesourcery.com>
1673
1674 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1675
95a42b64
TT
16762010-03-24 Tom Tromey <tromey@redhat.com>
1677
1678 PR breakpoints/9352:
1679 * gdb.texinfo (Break Commands): Update.
1680
18148017
VP
16812010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1682
1683 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1684 commands.
1685
4daf5ac0
SS
16862010-03-16 Stan Shebs <stan@codesourcery.com>
1687
1688 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1689 circular-trace-buffer.
1690 (Tracepoint Packets): Describe QTBuffer, and details of the
1691 qTStatus reply.
1692
c9429232
SS
16932010-03-12 Stan Shebs <stan@codesourcery.com>
1694 Nathan Sidwell <nathan@codesourcery.com>
1695
1696 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1697 doing instruction stepping.
1698 (Tracepoint Restrictions): New node.
1699
ccefe4c4
TT
17002010-03-10 Tom Tromey <tromey@redhat.com>
1701
1702 * gdbint.texinfo (Symbol Handling): Update.
1703
7c953934
TT
17042010-03-08 Tom Tromey <tromey@redhat.com>
1705
1706 PR cli/9591:
1707 * gdb.texinfo (Mode Options): Mention lack of pagination and
1708 confirmation with --batch.
1709 (Screen Size): Mention --batch.
1710 (Messages/Warnings): Likewise.
1711
f870a310
TT
17122010-03-05 Tom Tromey <tromey@redhat.com>
1713
1714 * gdb.texinfo (Basic Python): Document target_charset and
1715 target_wide_charset.
1716
78e2826b
TT
17172010-03-05 Tom Tromey <tromey@redhat.com>
1718
1719 * gdb.texinfo (Data): Link to pretty-printing.
1720 (Output Formats): Likewise. Correct text.
1721
f5dff777
DJ
17222010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1723
1724 * gdb.texinfo (Types): Describe <struct> and <flags>.
1725
dc00d89f
PM
17262010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1727
1728 * gdb.texinfo (Frames In Python): Add block parameter and
1729 description to read_var text.
1730
5107b149 17312010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1732 Tom Tromey <tromey@redhat.com>
5107b149
PM
1733
1734 * gdb.texinfo (Types In Python): Describe block argument in
1735 template_argument and gdb.lookup_type.
1736
e03e5e7b
TT
17372010-02-24 Tom Tromey <tromey@redhat.com>
1738
1739 * gdb.texinfo (Cygwin Native): Fix typo.
1740
f3e9a817
PM
17412010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1742
1743 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1744 and select method descriptions.
1745 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1746 Tables in Python to menu.
1747 (Blocks In Python): New node.
1748 (Symbols In Python): New node.
1749 (Symbol Tables in Python): New node.
1750
a79b8f6e
VP
17512010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1752
1753 Multiexec MI
1754
1755 gdb/
1756 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1757
1758 gdb/doc/
1759 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1760 changes.
1761 (GDB/MI Program Execution): Document current behaviour of
1762 --all and --thread-group.
1763 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1764 -remove-inferior.
1765 * observer.texi (inferior_added, inferior_removed): New
1766 observers.
1767
629d6a47
TT
17682010-02-19 Tom Tromey <tromey@redhat.com>
1769
1770 * gdbint.texinfo (Getting Started): Fix @node.
1771 (Debugging GDB): Likewise.
1772
c09529e5
JB
17732010-02-13 Joel Brobecker <brobecker@adacore.com>
1774
1775 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1776 documenting the gdb_test_timeout variable.
1777
540aa8e7
MS
17782010-02-12 Jakob Engblom <jakob@virtutech.com>
1779
1780 * gdb.texinfo (MI commands): Added documentation of --reverse
1781 option to a set of MI commands. Restructured documentation of MI
1782 commands --exec-continue to reflect the complexity of reverse
1783 execution.
1784
081dfbf7
PA
17852010-02-12 Pedro Alves <pedro@codesourcery.com>
1786
1787 * gdb.texinfo (Using the Collected Data): Specify that the address
1788 range of `tfind outsize' is exclusive, and that the address range
1789 of `tfind range' is inclusive.
1790 (Tracepoint Packets): Specify that the address range of
1791 `QTFrame:range' is inclusive, and that the address range of
1792 `QTFrame:outside' is exclusive
1793
8e9c5e02
VP
17942010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1795
1796 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1797
92981e24
TT
17982010-02-10 Tom Tromey <tromey@redhat.com>
1799
1800 * gdb.texinfo (Debugging Output): Document set debug parser and
1801 show debug parser.
1802
075b51b7
L
18032010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1804
1805 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1806 i386_eflags and i386_mxcsr.
1807
3bb8d5c3
L
18082010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1809
1810 * gdb.texinfo: Document i386 target features.
1811
c5f80513
DE
18122010-02-05 Doug Evans <dje@google.com>
1813
1814 * gdbint.texinfo (Testsuite): Add a new section to document the
1815 various DejaGnu variables that may be overridden.
1be00882 1816 Document INTERNAL_GDBFLAGS.
c5f80513 1817
6ac33a4e
TT
18182010-02-04 Tom Tromey <tromey@redhat.com>
1819
1820 PR cli/8830:
1821 * gdb.texinfo (Files): -readnow comes before the filename for file
1822 and symbol-file.
1823
a1dcb23a
DJ
18242010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1825
1826 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1827 Document ARM breakpoint types.
1828 (Register Packet Format): Move into the new section.
1829 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1830
95433b34
JB
18312010-01-21 Joel Brobecker <brobecker@adacore.com>
1832
1833 * gdb.texinfo (File Options): Adjust the documentation of this
1834 switch to refer to the "source" command rather than partially
1835 duplicating some of the relevant information.
1836 (Extending GDB): Introduce and document the set/show script-extension
1837 setting.
1838 (Command Files): Add note explaining that the "source" command
1839 is also used to evalute scripts written in other languages.
1840 Remove the short slightly incorrect reference to sourcing Python
1841 scripts.
1842 (Python Commands): Document how to execute a Python script from GDB.
1843
8d576872
JB
18442010-01-19 Joel Brobecker <brobecker@adacore.com>
1845
1846 * gdb.texinfo (Command Files): Fix typo.
1847
8150ff9c
JB
18482010-01-18 Tom Tromey <tromey@redhat.com>
1849
1850 * gdb.texinfo (File Options): Document -x on .py files.
1851 (Command Files): Document handling of Python scripts.
1852
23db03a6
JZ
18532010-01-18 Jie Zhang <jie.zhang@analog.com>
1854
1855 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1856
00bf0b85
SS
18572010-01-15 Stan Shebs <stan@codesourcery.com>
1858
1859 * gdb.texinfo (Trace Files): New section.
1860 (Tracepoint Packets): Document QTSave and qTBuffer.
1861 (Trace File Format): New appendix.
1862
be759fcf
PM
18632010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1864
1865 * gdb.texinfo (Values From Inferior): Document lazy_string value
1866 method.
1867 (Python API): Add Lazy strings menu item.
1868 (Lazy Strings In Python): New node.
1869
dc146f7c
VP
18702010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1871
1872 * gdb.texinfo (GDB/MI Thread Information): New.
1873 (GDB/MI Async Records): Document the core field in *stopped.
1874 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1875 documentation
1876 (Process list): Document that osdata document may contain
1877 threads.
1878 (Remote Serial Protocol): Document qXfer:threads.
1879
d5551862
SS
18802010-01-06 Stan Shebs <stan@codesourcery.com>
1881
1882 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1883 disconnected tracing.
1884 (Tracepoint Packets): Document new protocol.
1885
7a697b8d
SS
18862010-01-05 Stan Shebs <stan@codesourcery.com>
1887
1888 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1889 tracepoints.
1890 (Tracepoint Packets): Describe remote protocol for fast
1891 tracepoints.
1892
e6f3ec50
JB
18932010-01-01 Joel Brobecker <brobecker@adacore.com>
1894
1895 Update the "Start of New Year Procedure".
1896 * gdbint.texinfo: Add the list of files that need to be updated
1897 manually. Minor reformatting.
1898
ddc4e9c1
JB
18992010-01-01 Joel Brobecker <brobecker@adacore.com>
1900
1901 * refcard.tex: Update copyright year in header and text.
1902
9d2897ad
JB
19032010-01-01 Joel Brobecker <brobecker@adacore.com>
1904
1905 * agentexpr.texi: Add 2010 to the list of copyright years.
1906 * annotate.texinfo: Likewise.
1907 * gdb.texinfo: Likewise.
1908 * gdbint.texinfo: Likewise.
1909 * observer.texi: Likewise.
1910 * stabs.texinfo: Likewise.
1911
6da95a67
SS
19122009-12-31 Stan Shebs <stan@codesourcery.com>
1913
1914 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1915
236f1d4d
SS
19162009-12-29 Stan Shebs <stan@codesourcery.com>
1917
1918 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1919
f61e138d
SS
19202009-12-28 Stan Shebs <stan@codesourcery.com>
1921
1922 * gdb.texinfo (Trace State Variables): New section.
1923 (Tracepoint Packets): Describe trace state variable packets.
1924 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1925 variable bytecodes.
1926
0fe7935b
DJ
19272009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1928
1929 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1930 declarations.
1931
a6b29f87
VP
19322009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1933
1934 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1935 -gdb-exit behaviour.
1936
5e4bde96
JB
19372009-12-20 Joel Brobecker <brobecker@adacore.com>
1938
1939 * gpl.texi: Update to version 3 of the GPL.
1940
a1715244
JB
19412009-12-20 Joel Brobecker <brobecker@adacore.com>
1942
1943 * Makefile.in: Update copyright header.
1944 * observer.texi: Fix the copyright header of the generated files.
1945
361ae042
PM
19462009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1947
1948 * gdb.texinfo (Types In Python): Describe range function.
1949
bfd31e71
PM
19502009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1951
1952 * gdb.texinfo (Types In Python): Describe "is_base_class".
1953
57a1d736
TT
19542009-12-03 Tom Tromey <tromey@redhat.com>
1955
1956 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1957
8cebebb9
PP
19582009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1959
1960 * observer.texi: New memory_changed observer.
1961
16af530a
TT
19622009-12-01 Tom Tromey <tromey@redhat.com>
1963
1964 * gdb.texinfo (Reverse Execution): Fix typo.
1965
b6199126
DJ
19662009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1967
1968 PR gdb/8704
1969
1970 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1971 are allowed after the breakpoint condition.
1972
7a6973ad
TT
19732009-11-23 Tom Tromey <tromey@redhat.com>
1974
1975 PR python/10782:
1976 * gdb.texinfo (Types In Python): Document Type.pointer.
1977
21a0512e
PP
19782009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1979
1980 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1981
a5832c8f
PA
19822009-11-11 Pedro Alves <pedro@codesourcery.com>
1983
1984 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1985 (Using Agent Expressions): Delete cross reference.
1986
1eb7cd77
JB
19872009-11-07 Joel Brobecker <brobecker@adacore.com>
1988
1989 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1990 and @settitle directives up to help makeinfo find them.
1991
24ddea62
JK
19922009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1993
1994 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1995 (Auto-loading): Use plural and note one can use multiple components now.
1996
3afae151
VP
19972009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1998
1999 * gdb.texinfo (GDB/MI Stack Manipulation): Make
2000 -stack-list-arguments have the same documentation for parameter
2001 as -stack-list-locals. Add comas.
2002
14ff2235
PM
20032009-10-27 Tom Tromey <tromey@redhat.com>
2004 Eli Zaretskii <eliz@gnu.org>
2005
c8d5aac9 2006 PR python/10781
14ff2235
PM
2007
2008 * gdb.texinfo (Values From Inferior): Document cast method.
2009
9c419145
PP
20102009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2011
2012 * gdb.texinfo (Machine Code): Mention function name in disasssembly
2013 and adjust example.
889bf7c5 2014
29153c24
MS
20152009-10-22 Michael Snyder <msnyder@vmware.com>
2016
2017 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 2018 info record command. Also document the new save and restore
29153c24
MS
2019 commands.
2020
2b28d209
PP
20212009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2022
2023 * gdb.texinfo (Machine Code): Mention current pc marker.
2024 (Memory): Likewise.
2025
6c95b8df
PA
20262009-10-19 Pedro Alves <pedro@codesourcery.com>
2027 Stan Shebs <stan@codesourcery.com>
2028
2029 * observer.texi (new_inferior): Rename to...
2030 (inferior_appeared): ... this.
2031
2032 * gdb.texinfo (Inferiors): Rename node to ...
2033 (Inferiors and Programs): ... this. Mention running multiple
2034 programs in the same debug session.
2035 <info inferiors>: Mention the new 'Executable' column if "info
2036 inferiors". Update examples. Document the "add-inferior",
2037 "clone-inferior", "remove-inferior" and "maint info
2038 program-spaces" commands.
2039 (Process): Rename node to...
2040 (Forks): ... this. Document "set|show follow-exec-mode".
2041
2f8132f3
MS
20422009-10-11 Michael Snyder <msnyder@vmware.com>
2043
2044 * gdb.texinfo (ReverseStep): Show default as "unsupported".
2045 (ReverseContinue): Ditto.
2046
cba4b2d3
PP
20472009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2048
2049 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 2050
da082f17
JK
20512009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2052
2053 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
2054
08be9d71
ME
20552009-10-06 Michael Eager <eager@eagercon.com>
2056
2057 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
2058 (Embedded Processors): Add MicroBlaze.
2059 (MicroBlaze): New. Describe Xilinx MicroBlaze
2060
08a0efd0
PA
20612009-10-04 Pedro Alves <pedro@codesourcery.com>
2062
2063 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
2064
cbb8f428
EZ
20652009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2066
2067 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
2068
30a4a70c
JB
20692009-09-23 Joel Brobecker <brobecker@adacore.com>
2070
2071 * observer.texi (solib_unloaded): Document explicitly the fact that
2072 this observer is called before the associated symbols are unloaded.
2073
b3372f91
VP
20742009-09-19 Vladimir Prus <vladimir@codesourcery.com>
2075
2076 * gdb.texinfo (GDB/MI Stack Manipulation): Document
2077 -stack-list-variables.
2078
f43030c4
TT
20792009-09-18 Tom Tromey <tromey@redhat.com>
2080
2081 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
2082 is experimental.
2083
ec7e75e7
PP
20842009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2085
2086 * gdb.texinfo (convenince variables): Mention
2087 $_siginfo could be empty.
f43030c4 2088
0cc7d26f
TT
20892009-09-15 Tom Tromey <tromey@redhat.com>
2090
2091 * gdb.texinfo (GDB/MI Variable Objects): Document
2092 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
2093 Expand -var-update documentation.
2094
a96d9b2e
SDJ
20952009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2096
2097 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
2098 feature.
2099
005ca36a
JB
21002009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2101
2102 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
2103
0d772ac9
MS
21042009-09-10 Michael Snyder <msnyder@vmware.com>
2105
2106 * gdb.texinfo (qSupported): Mention new ReverseContinue and
2107 ReverseStep replies to the qSupported query.
2108
14fb1bac
JB
21092009-09-10 Joel Brobecker <brobecker@adacore.com>
2110
2111 Add documentation for set/show interactive-mode.
2112 * gdb.texinfo (Other Misc Settings): New node.
2113
29b090c0
DE
21142009-09-01 Doug Evans <dje@google.com>
2115
2116 * gdb.texinfo (Caching Data of Remote Targets): Add note on
2117 non-stop mode's affect on remote caching.
2118
4e5d721f
DE
21192009-08-31 Jacob Potter <jdpotter@google.com>
2120 Doug Evans <dje@google.com>
2121
2122 * gdb.texinfo (Caching Data of Remote Targets): Update text.
2123 Mark `set/show remotecache' options as obsolete.
2124 Document new `set/show stack-cache' option.
2125 Update text for `info dcache'.
2126
55333a84
DE
21272009-08-27 Doug Evans <dje@google.com>
2128
2129 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
2130 (Files): Add note on new optional regex arg to `info sharedlibrary'.
2131
bc3a0b4d
RW
21322009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2133
2134 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
2135 about autoconf.
2136
3a1ff0b6
PA
21372009-08-25 Pedro Alves <pedro@codesourcery.com>
2138
2139 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
2140 small example, and describe its columns. Replace "inferior-id" by
2141 "infno" throughout.
2142
81ecdfbb
RW
21432009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2144
af542c2e
RW
2145 * gdbint.texinfo (Releasing GDB): Point to
2146 README-maintainer-mode file for required autoconf version.
2147 * configure.ac: Do not substitute datarootdir, htmldir,
2148 pdfdir, docdir. Do not process --with-datarootdir,
2149 --with-htmldir, --with-pdfdir, --with-docdir.
2150 * configure: Regenerate.
2151
81ecdfbb
RW
2152 * configure: Regenerate.
2153
4efc6507
DE
21542009-08-20 Reid Kleckner <reid@kleckner.net>
2155
2156 * gdb.texinfo: Add chapter on JIT interface.
2157
43089a6e
NR
21582009-08-07 Nick Roberts <nickrob@snap.net.nz>
2159
2160 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 2161 confirmation request.
43089a6e 2162
99e008fe
EZ
21632009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
2164
c8d5aac9
L
2165 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
2166 CRC definitions.
99e008fe 2167
48cb2d85
VP
21682009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2169
2170 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 2171 -break-commands.
48cb2d85 2172
ff1a52c6
UW
21732009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2174
2175 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2176 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
2177
3285f3fe
UW
21782009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2179
2180 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2181 "set spu stop-on-load" and "show spu stop-on-load" commands.
2182
e35359c5
UW
21832009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2184
2185 * gdb.texinfo (Target Descriptions): Document <compatible> element.
2186
58d6951d
DJ
21872009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2188
2189 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
2190 org.gnu.gdb.arm.neon.
2191
08d16641
PA
21922009-07-20 Pedro Alves <pedro@codesourcery.com>
2193
2194 * gdb.texinfo (Target Description Format): Mention the new <osabi>
2195 optional element.
2196 (subsection OS ABI): New subsection.
2197
782b2b07
SS
21982009-07-14 Stan Shebs <stan@codesourcery.com>
2199
2200 * gdb.texinfo (Tracepoint Conditions): New section.
2201 (General Query Packets): Describe ConditionalTracepoints.
2202 (Tracepoint Packets): Describe condition field.
2203 (Maintenance Commands): Describe maint agent-eval.
2204 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
2205
9b117ef3
HZ
22062009-07-11 Hui Zhu <teawater@gmail.com>
2207
2208 * gdb.texinfo (disassemble): Add a new modifier /r
2209 to "disassemble" command to make it print the raw instructions
2210 in hex as well as in symbolic form.
2211
f5a33284
TT
22122009-07-09 Tom Tromey <tromey@redhat.com>
2213
2214 * gdbint.texinfo (Testsuite): Document parallel make check.
2215
812f7342
TT
22162009-07-09 Tom Tromey <tromey@redhat.com>
2217
2218 * gdbint.texinfo (Testsuite): Document test transcripts.
2219
fbb8f299
PM
22202009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2221
2222 * gdb.texinfo (Values From Inferior): Add length parameter
2223 description.
2224
dd8f35ac
EZ
22252009-07-04 Chris Genly <chris@genly.us>
2226
2227 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
2228 in -var-list-children. Fix example according to what the code
2229 does.
2230
2277426b
PA
22312009-07-02 Pedro Alves <pedro@codesourcery.com>
2232
2233 * gdb.texinfo (Debugging multiple inferiors): Document the
2234 "inferior", "detach inferior" and "kill inferior" commands.
2235 (Debugging Programs with Multiple Processes): Adjust to mention
2236 generic "inferior" commands. Delete mention of "detach fork" and
2237 "delete fork". Cross reference to "Debugging multiple inferiors"
2238 section.
2239
a6d9a66e
UW
22402009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2241
5af949e3
UW
2242 * gdbint.texinfo (Item Output Functions): Update signature
2243 for ui_out_field_core_addr.
2244
22452009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2246
2247 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
2248 Update example code extrated from breakpoint.c.
2249
9901a55b 22502009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 2251
9901a55b
PP
2252 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
2253 MI commands.
2254 (GDB/MI Symbol Query): Likewise.
2255 (GDB/MI File Commands): Likewise.
2256 (GDB/MI File Transfer Commands): Likewise.
2257 (GDB/MI Target Manipulation): Likewise.
2258 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 2259
edb3359d
DJ
22602009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
2261
2262 * gdb.texinfo (Debugging Optimized Code): New chapter.
2263 (Compiling for Debugging): Reference it. Move some
2264 text to the new section.
2265
7cd1089b
PM
22662009-06-15 Phil Muldoon <pmuldoon@redhat.com>
2267
2268 * doc/gdb.texinfo (Calling): Document
2269 set-unwind-on-terminating-exception usage.
2270
d4db2f36
PA
22712009-06-11 Pedro Alves <pedro@codesourcery.com>
2272
2273 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
2274 command.
2275
d1a7880c
PA
22762009-06-07 Pedro Alves <pedro@codesourcery.com>
2277
2278 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
2279 references.
2280
473f94e6
UW
22812009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
2282
2283 * gdbint.texinfo: Rename formal parameters to gdbarch function
2284 protoypes from "current_gdbarch" to "gdbarch".
2285
8f500870
TT
22862009-05-28 Tom Tromey <tromey@redhat.com>
2287
2288 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
2289
b6313243
TT
22902009-05-27 Tom Tromey <tromey@redhat.com>
2291
2292 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2293 feature.
2294 (GDB/MI Variable Objects): Document -var-set-visualizer.
2295
22962009-04-02 Tom Tromey <tromey@redhat.com>
2297
2298 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2299 feature.
2300 (GDB/MI Variable Objects): Document -var-set-visualizer.
2301
a6bac58e
TT
23022009-05-27 Tom Tromey <tromey@redhat.com>
2303 Thiago Jung Bauermann <bauerman@br.ibm.com>
2304 Phil Muldoon <pmuldoon@redhat.com>
2305
2306 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
2307 (Pretty Printing): New node.
2308 (Selecting Pretty-Printers): Likewise.
2309 (Python API): Update.
2310 (Output Formats): Document /r format.
2311
2c74e833
TT
23122009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
2313 Tom Tromey <tromey@redhat.com>
2314
2315 * gdb.texinfo (Types In Python): New node.
2316 (Values From Inferior): "type" is now an attribute.
2317 (Python API): Update.
2318
89c73ade
TT
23192009-05-27 Tom Tromey <tromey@redhat.com>
2320 Thiago Jung Bauermann <bauerman@br.ibm.com>
2321 Phil Muldoon <pmuldoon@redhat.com>
2322
2323 * gdb.texinfo: Add @syncodeindex for `tp'.
2324 (Python API): Update.
2325 (Auto-loading): New node.
2326 (Objfiles In Python): New node.
2327
17a37d48
PP
23282009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2329
2330 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 2331
6718376f
NR
23322009-05-15 Nick Roberts <nickrob@snap.net.nz>
2333
2334 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
2335
cbe54154
PA
23362009-05-12 Pedro Alves <pedro@codesourcery.com>
2337
2338 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
2339 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
2340 show show-debug-regs' docs.
2341
8e05493c
EZ
23422009-05-08 Eli Zaretskii <eliz@gnu.org>
2343
2344 * gdb.texinfo (Process Record and Replay): Add description of
2345 reverse execution.
2346
b39f4988
JB
23472009-05-07 Joel Brobecker <brobecker@adacore.com>
2348
2349 * gdbint.texinfo (Adding support for debugging core files): New node.
2350 (Native Debugging): Remove the ``Native core file Support'' section.
2351
a2311334
EZ
23522009-05-01 Eli Zaretskii <eliz@gnu.org>
2353
2354 * gdb.texinfo (Process Record and Replay): Improve and clarify.
2355 Add index entries.
2356
53cc454a 23572009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 2358 Michael Snyder <msnyder@vmware.com>
53cc454a 2359
a2311334
EZ
2360 * gdb.texinfo: (Process Record and Replay): Add documentation for
2361 process record and replay.
53cc454a 2362
484086b7
JK
23632009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2364
2365 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
2366 a new part on command-line defined macros.
2367
32ae1842
EZ
23682009-04-25 Eli Zaretskii <eliz@gnu.org>
2369
2370 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
2371 clarify the wording.
2372
b14b1491
TT
23732009-04-23 Tom Tromey <tromey@redhat.com>
2374
2375 * gdb.texinfo (Data Files): New node.
2376 (GDB Files): Update menu.
2377
5c1e86e1
JB
23782009-04-23 Joel Brobecker <brobecker@adacore.com>
2379
2380 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 2381 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 2382
83eba9b7
VP
23832009-04-22 Vladimir Prus <vladimir@codesourcery.com>
2384
2385 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2386
e31198c4
HZ
23872009-04-22 Hui Zhu <teawater@gmail.com>
2388
2389 * gdb.texinfo (disassemble-next-line): Set the default of
2390 disassemble-next-line to off.
2391
26e251b6
JM
23922009-04-21 Joseph Myers <joseph@codesourcery.com>
2393
2394 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2395 --with-htmldir): New.
2396 * configure: Regenerate.
2397 * Makefile.in (datarootdir, docdir): Define.
2398 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2399 instead of $(SET_TEXINPUTS).
2400 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2401 gdbint.info instead of $(SET_TEXINPUTS).
2402 (gdbint/index.html): Use same -I options as for building
2403 gdbint.info.
2404 (stabs.dvi, stabs.pdf): Use same -I options as for building
2405 stabs.info instead of $(SET_TEXINPUTS).
2406 (stabs/index.html): Use same -I options as for building
2407 stabs.info.
2408 (annotate.dvi, annotate.pdf): Use same -I options as for building
2409 annotate.info instead of $(SET_TEXINPUTS).
2410 (annotate/index.html): Use same -I options as for building
2411 annotate.info.
2412
eac35c4e
DD
24132009-04-21 David Daney <ddaney@caviumnetworks.com>
2414
2415 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2416
29b0e8a2
JM
24172009-04-21 Joseph Myers <joseph@codesourcery.com>
2418
2419 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2420
2b831889 24212009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 2422 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
2423
2424 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2425 (MAKEHTMLFLAGS): Set to empty.
2426 (html__strip_dir): Define.
2427 (HTMLFILES): Define.
2428 (HTMLFILES_INSTALL): Define.
2429 (install-html): Copy new automake rule.
2430 (html): Depend on $(HTMLFILES).
2431 (gdb_toc.html): Rename to gdb/index.html.
2432 (gdbint_toc.html): Rename to gdbint/index.html.
2433 (stabs_toc.html): Rename to stabs/index.html.
2434 (annotate_toc.html): Rename to annotate/index.html.
2435
89a34d1b
JM
24362009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2437
2438 * Makefile.in: Set pdfdir and htmldir from configure
2439 substitutions.
2440 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2441 * configure: Regenerate.
2442
a2d5da46
JB
24432009-04-16 Joel Brobecker <brobecker@adacore.com>
2444
2445 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2446 This macro is no longer used.
2447
732f6a93
TT
24482009-04-15 Tom Tromey <tromey@redhat.com>
2449
2450 * gdb.texinfo (Character Sets): Document default character set.
2451
87f9adc1
PM
24522009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2453
2454 * gdbint.texinfo: Change server name from sources.redhat.com to
2455 sourceware.org throughout.
2456
2c88c651
JB
24572009-04-09 Joel Brobecker <brobecker@adacore.com>
2458
2459 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2460 about a missing dot or coma after @xref.
2461
4f5376b2
JB
24622009-04-02 Joel Brobecker <brobecker@adacore.com>
2463
2464 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2465 example, and add a small explanation about it.
2466 (Print Settings): Change the documentation of the "set print
2467 frame-arguments" to reflect the fact that the default is now "scalars".
2468
a0381d3a
JB
24692009-04-02 Joel Brobecker <brobecker@adacore.com>
2470
2471 * gdb.texinfo (Print Settings): Add kindex for command "set
2472 print frame-arguments".
2473
45ac276d
JB
24742009-03-31 Joel Brobecker <brobecker@adacore.com>
2475
2476 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2477 breakpoints.
2478 (Set Breaks): Add reference to thread-specific and task-specific
2479 breakpoints.
2480
32cd1edc
JB
24812009-03-31 Joel Brobecker <brobecker@adacore.com>
2482
2483 * gdb.texinfo (Ada Tasks): Remove the documentation about
2484 the "Running" state, as this state has been eliminated.
2485 Now all runnable tasks are shown as "Runnable".
2486
1042e4c0
SS
24872009-03-30 Stan Shebs <stan@codesourcery.com>
2488
2489 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2490 special case of breakpoints.
2491 (Enable and Disable Tracepoints): Mention deprecation.
2492 (Listing Tracepoints): Update description and example.
2493
f8f6f20b
TJB
24942009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2495
2496 * gdb.texinfo (Frames in Python): New node.
2497 (Python API): Update.
2498
c0c6f777
TJB
24992009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2500
2501 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2502 from a method to an attribute.
2503
def2b000
TJB
25042009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2505
2506 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2507 attribute.
2508
a07daef3
PA
25092009-03-25 Pedro Alves <pedro@codesourcery.com>
2510
2511 * observer.texi (thread_exit): Add "silent" parameter.
2512
f3b1572e
PA
25132009-03-22 Pedro Alves <pedro@codesourcery.com>
2514
2515 * observer.texi (about_to_proceed): New.
2516
587afa38
EZ
25172009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2518
2519 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2520 field throughout to handle types with spaces in them. Fix typos
2521 found by aspell.
2522 (Summary, Requirements, Contributors): New first chapter,
2523 "Summary" added, old Requirements section moved there, and new
2524 section, "Contributors" added.
2525 (Initializing a New Architecture, Register Representation)
2526 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2527 (Porting gdb): These sections extended and updated.
2528 (Compiler Characteristics): This section (empty) deleted.
2529 (Defining Other Architecture Features): This section renamed and
2530 duplicate material removed from (formerly "Target Conditionals").
2531 Use braces {} in @deftypeXX type field throughout to handle types
2532 with spaces in them. Typos found by aspell fixed.
2533
2534 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2535 * stack_frame.pdf: Version of image for PDF output.
2536 * stack_frame.png: Version of image for HTML output and for Emacs.
2537 * stack_frame.txt: Version of image for Info output.
1db61298 2538 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2539
10af6951
EZ
25402009-03-21 Eli Zaretskii <eliz@gnu.org>
2541
2542 * gdb.texinfo (Character Sets): Fix last change.
2543
cc924cad
TJB
25442009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2545
2546 * gdb.texinfo (Values From Inferior): Fix optional arguments
2547 markup.
2548 (Commands In Python): Adjust argument names of gdb.Command.__init__
2549 to what the function accepts as keywords.
2550
bc3b79fd
TJB
25512008-03-20 Tom Tromey <tromey@redhat.com>
2552
2553 * gdb.texinfo (Convenience Vars): Document convenience functions.
2554 (Functions In Python): New node.
2555 (Python API): Update.
2556
6c7a06a3
TT
25572009-03-20 Tom Tromey <tromey@redhat.com>
2558
2559 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2560 set target-wide-charset.
2561 (Requirements): Mention iconv.
2562
b646ddd4
HZ
25632009-03-17 Hui Zhu <teawater@gmail.com>
2564
2565 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2566
91440f57
HZ
25672009-03-17 Hui Zhu <teawater@gmail.com>
2568
2569 * gdb.texinfo: Add documentation for disassemble-next-line.
2570
8fd41227
TJB
25712009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2572
2573 * gdb.texinfo (Commands In Python): Remove tindex entries.
2574
61ff14c6
JK
25752009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2576
2577 * gdb.texinfo (Returning): New description for missing debug info.
2578
0b16c5cf
PA
25792009-03-14 Pedro Alves <pedro@codesourcery.com>
2580
2581 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2582 (General Query Packets): Document qAttached.
0b16c5cf 2583
32fc0df9
PA
25842009-03-05 Pedro Alves <pedro@codesourcery.com>
2585
2586 * gdb.texinfo (Background Execution): Better describe the set
2587 target-async command.
2588 (Maintenance Commands): Delete description of the `maint set/show
2589 linux-async' and `maint set/show remote-async' commands.
2590
134eb42c
VP
25912009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2592
2593 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2594 between sentences.
2595
c86cf029
VP
25962009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2597
2598 * gdb.texinfo (GDB/MI Async Records): Document the
2599 =library-loaded and =library-unloaded notifications.
2600
3ea85240
VP
26012009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2602
2603 * observer.texi (test_notification): New observer.
2604
1d33d6ba
VP
26052009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2606
61ff14c6
JK
2607 * observer.texi: Add parameter 'print_frame' to normal_stop
2608 observer.
1d33d6ba 2609
d721c933
EZ
26102009-02-07 Eli Zaretskii <eliz@gnu.org>
2611
2612 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2613 (Commands In Python): Fix COMMAND_* constants in last change. Use
2614 @kbd for interactive input. Add cross-references and index
2615 entries.
2616
4aa995e1
PA
26172009-02-06 Pedro Alves <pedro@codesourcery.com>
2618
2619 * gdb.texinfo (Signals): Document $_siginfo.
2620 (Convenience Variables): Mention $_siginfo.
2621 (Remote Configuration): Document qXfer:siginfo:read,
2622 qXfer:siginfo:write packets, and the read-siginfo-object,
2623 write-siginfo-object commands.
2624
5f5233d4
PA
26252009-02-06 Pedro Alves <pedro@codesourcery.com>
2626
2627 * gdbint.texinfo (Values): New chapter.
2628
d8906c6f
TJB
26292009-02-06 Tom Tromey <tromey@redhat.com>
2630
2631 * gdb.texinfo (Python API): Add entry for Commands In Python.
2632 (Commands In Python): New node.
2633
b6cb8e7d
TJB
26342009-02-05 Tom Tromey <tromey@redhat.com>
2635
2636 * gdb.texinfo (Values From Inferior): Document Value.string.
2637
12453b93
TJB
26382009-02-05 Tom Tromey <tromey@redhat.com>
2639
2640 * gdb.texinfo (Basic Python): Document execute's from_tty
2641 argument.
2642
08c637de
TJB
26432009-02-04 Tom Tromey <tromey@redhat.com>
2644
2645 * gdb.texinfo (Basic Python): Document gdb.history.
2646
592375cd
VP
26472009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2648
2649 * gdb.texinfo (GDB/MI Thread Commands): Document the
2650 'current-thread-id' field. Remove the example with zero threads,
2651 since current GDB won't ever report that if there's inferior.
2652
41447f92
VP
26532009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2654
2655 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2656 option to -break-insert.
2657
098b41a6
JG
26582009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2659 Jerome Guitton <guitton@adacore.com>
2660
2661 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2662 (System-wide configuration): New section.
2663
3c16cced
PA
26642009-01-26 Pedro Alves <pedro@codesourcery.com>
2665
2666 PR gdb/7580:
2667 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2668 internal-error|internal-warning quit|corefile ask|yes|no".
2669
62709adf
PA
26702009-01-26 Pedro Alves <pedro@codesourcery.com>
2671
2672 * gdb.texinfo (Using the `gdbserver' Program): Document
2673 --remote-debug.
2674
7ce58dd2
DE
26752009-01-23 Doug Evans <dje@google.com>
2676
2677 * gdb.texinfo: Add nexti to list of commands that support
2678 background execution.
2679
adb483fe
DJ
26802009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2681
2682 * gdb.texinfo (Define, Hooks): Document prefix command support.
2683
a67ec3f4 26842009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2685 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2686
2687 Fixes for makeinfo --html.
2688
2689 * annotate.texinfo: Use @copying and @insertcopying. Use
2690 @ifnottex in place of @ifinfo.
2691 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2692 place of @ifinfo. Use @ifnotinfo for one index entry.
2693 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2694 in place of @ifinfo.
2695 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2696 in place of @ifinfo. Include contents at start unconditionally.
2697
84fcdf95
PA
26982009-01-13 Pedro Alves <pedro@codesourcery.com>
2699
2700 * gdb.texinfo (General Query Packets): Remove @var{} around the
2701 "spu" literal string.
2702
fa3a767f
PA
27032009-01-07 Pedro Alves <pedro@codesourcery.com>
2704
2705 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2706 program may be running in another process" errors.
2707 * gdbint.texinfo (Native Conditionals): Delete
2708 ONE_PROCESS_WRITETEXT description.
2709
9cb011d3
JB
27102009-01-07 Joel Brobecker <brobecker@adacore.com>
2711
2712 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2713 emacs local variable to be placed at the end of the ChangeLog.
2714 Add server.c and gdbreplay.c to the list of files where the
2715 copyright year needs to be updated.
2716
84603566
SL
27172009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2718
2719 * gdb.texinfo (Remote Configuration): Document new
2720 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2721 commands.
2722
a53f55d8
PA
27232008-12-28 Pedro Alves <pedro@codesourcery.com>
2724
2725 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2726 FETCH_INFERIOR_REGISTERS.
2727 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2728 FETCH_INFERIOR_REGISTERS descriptions. Remove
2729 gdbarch_get_longjmp_target descrition, since already described in
2730 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2731 (Target Conditionals): ... here.
2732
077e0a52
JB
27332008-12-16 Joel Brobecker <brobecker@adacore.com>
2734
2735 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2736 examples.
2737 (Additions to Ada): Likewise. Add the missing opening and closing
2738 parenthesis of the GDB prompt in one of the examples.
2739
023eb17c
JB
27402008-12-14 Joel Brobecker <brobecker@adacore.com>
2741
2742 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2743 about the result of 'Address not being of type System.Address.
2744 This problem has been fixed a while ago.
2745
c3b108f7
VP
27462008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2747
2748 MI non-stop and multiprocess docs.
2749
c8d5aac9
L
2750 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2751 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2752 Adjust documentation for *stopped, document =thread-created,
2753 =thread-exited, =thread-group-created and =thread-group-exited.
2754 (GDB/MI Thread Commands): Document the 'state' field in
2755 -thread-info output.
2756 (GDB/MI Program Execution): Mention --all and --thread-group
2757 options.
2758 (GDB/MI Variable Objects): Describe floating and fixed variable
2759 objects.
2760 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2761
07e059b5
VP
27622008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2763
c8d5aac9
L
2764 * gdb.texinfo (Operating System Information): New appendix.
2765 (Operating System Auxiliary Information): Document 'info os processes'
2766 (Remote Configuration): Document 'osdata'
2767 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2768
a80b95ba
TG
27692008-11-27 Tristan Gingold <gingold@adacore.com>
2770
2771 * gdb.texinfo (Darwin): Document Darwin specific features.
2772
a655d424
JK
27732008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2774
2775 * gdbint.texinfo (Target Conditionals): Extend the
2776 gdbarch_breakpoint_from_pc description.
2777
249e1128
VP
27782008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2779
2780 * gdb.texinfo (M68K Features): Fix typo.
2781
c14c28ba
PP
27822008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2783
2784 * gdb.texinfo (Symbols): Mention printing containing
2785 image name in "info symbol".
2786 (Maint translate-address): Likewise.
889bf7c5 2787
394a6666
JB
27882008-11-18 Joel Brobecker <brobecker@adacore.com>
2789
2790 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2791 commands "catch load" and "catch unload".
2792
66bb093b
VP
27932008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2794
2795 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2796 =thread-selected.
889bf7c5 2797
4a92f99b
VP
27982008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2799
c8d5aac9 2800 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2801
f0323ca0
PA
28022008-10-27 Pedro Alves <pedro@codesourcery.com>
2803
2804 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2805 .mt files, TM_CLIBS or TM_CDEPS.
2806 (x86 Watchpoints): Don't mention TDEPFILES.
2807
8b23ecc4
SL
28082008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2809
2810 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2811 (Overview): Mention notifications and non-stop mode behavior.
2812 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2813 with non-stop mode behavior. Add vStopped description.
2814 (Stop Reply Packets): Update list of packets that return
2815 stop replies. Mention non-stop behavior.
2816 (General Query Packets): Document QNonStop packet and associated
2817 qSupported query response.
2818 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2819 behavior.
2820 (Notification Packets): New section.
2821 (Remote Non-Stop): New section.
2822 (File-I/O Overview): Mention non-stop behavior.
2823
fff08868
HZ
28242008-10-24 Hui Zhu <teawater@gmail.com>
2825 Pedro Alves <pedro@codesourcery.com>
2826
2827 * gdb.texinfo (displaced-stepping): Describe the auto mode
2828 setting, and say it's the default. This is now a mainstream
2829 setting instead of a maintenance setting.
2830
252fbfc8
PA
28312008-10-23 Pedro Alves <pedro@codesourcery.com>
2832
2833 * observer.texi (thread_stop_requested): New.
2834
20924a55
JB
28352008-10-22 Joel Brobecker <brobecker@adacore.com>
2836
2837 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2838 (Patching): Replace incorrect usage of @samp by @kbd.
2839
bacec72f
MS
28402008-10-17 Michael Snyder <msnyder@vmware.com>
2841
2842 * gdb.texinfo: Add documentation for reverse execution.
2843
a08702d6 28442008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2845 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2846
2847 * gdb.texinfo. (Values From Inferior): New subsubsection.
2848
d97bc12b
DE
28492008-10-06 Doug Evans <dje@google.com>
2850
2851 * gdb.texinfo (set debug dwarf2-die): Document it.
2852
87f67dba
JB
28532008-10-01 Joel Brobecker <brobecker@adacore.com>
2854
2855 * gdb.texinfo (catch) [exception]: Document how to insert
2856 a breakpoint on user-defined exceptions when the exception
2857 name is identical to one of the language-defined ones.
2858
2fae03e8
TT
28592008-09-27 Tom Tromey <tromey@redhat.com>
2860
2861 * gdb.texinfo (Macros): Remove text about stringification,
2862 varargs, and splicing.
2863
5c6ce71d
TT
28642008-09-27 Tom Tromey <tromey@redhat.com>
2865
2866 * gdbint.texinfo (Language Support): Remove text about omitting
2867 support for a language.
2868
07128da0
DE
28692008-09-23 Doug Evans <dje@google.com>
2870
2871 * gdb.texinfo (info dcache): Update.
2872
b90a069a
SL
28732008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2874
2875 * gdb.texinfo (Packets): Add info on thread-id syntax and
2876 multiprocess extensions.
2877 <D>: Document multiprocess form of packet.
2878 <H>: Use thread-id syntax.
2879 <T>: Likewise.
2880 <vCont>: Likewise. Note this is required for multiprocess.
2881 <vKill>: New packet.
2882 (Stop Reply Packets) <T>: Use thread-id syntax.
2883 <W>: Document multiprocess form of reply.
2884 <X>: Likewise.
2885 (General Query Packets) <qC>: Use thread-id syntax.
2886 <qfThreadInfo>: Likewise.
2887 <qGetTLSAddr>: Likewise.
2888 <qP>: Likewise.
2889 <qSupported>: Add "multiprocess" feature.
2890 <qThreadExtraInfo>: Use thread-id syntax.
2891
b77209e0
PA
28922008-09-22 Stan Shebs <stan@codesourcery.com>
2893
2894 * gdb.texinfo (Inferiors): New section.
2895
3d0bb823
PA
28962008-09-12 Pedro Alves <pedro@codesourcery.com>
2897
2898 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2899
f8dcfc0a
UW
29002008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2901
2902 * gdbint.texinfo (Target Conditionals): Remove documentation
2903 for gdbarch_name_of_malloc.
2904
8775bb90
MS
29052008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2906
2907 * gdb.texinfo (Interrupts): Mention TCP interface for
2908 sending BREAK.
2909
f1838a98
UW
29102008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2911
2912 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2913 argument prefix to "set sysroot".
2914
158c7665
PH
29152008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2916
2917 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2918 and False.
2919
30e026bb
VP
29202008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2921
c8d5aac9
L
2922 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2923 for possible features of -list-features.
30e026bb 2924
c6ebd6cf
VP
29252008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2926
c8d5aac9 2927 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2928 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2929
aeac0ff9
VP
29302008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2931
2932 * doc/gdb.texinfo (PowerPC): Fix typo.
2933 (PowerPC features): Fix typo.
2934
5231c1fd
PA
29352008-08-18 Pedro Alves <pedro@codesourcery.com>
2936
2937 * observer.texi (thread_ptid_changed): New.
2938
677c5bb1
LM
29392008-08-18 Luis Machado <luisgpm@br.ibm.com>
2940
2941 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2942 (PowerPC features): Mention feature set for VSX registers.
2943
f3a2dd1a
JB
29442008-08-13 Joel Brobecker <brobecker@adacore.com>
2945
2946 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2947 the direct visibility of all names in user-written packages.
2948
33e5cbd6
PA
29492008-08-13 Pedro Alves <pedro@codesourcery.com>
2950
2951 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2952 setting, and make it the default.
2953 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2954 non-stop script example.
2955
d0384fc4
TJB
29562008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2957
2958 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2959 reference to the "Using Different Register and Memory Data
2960 Representation" section.
2961
a6f3e723
SL
29622008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2963
2964 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2965 (Remote Protocol): Add Packet Acknowledgment to menu.
2966 (Overview): Mention +/- can be disabled, and point to new section
2967 where this is discussed in detail.
2968 (General Query Packets): Document QStartNoAckMode packet, and
2969 corresponding qSupported reply.
2970 (Packet Acknowledgment): New section.
2971
0606b73b
SL
29722008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2973 Pedro Alves <pedro@codesourcery.com>
2974
2975 * gdb.texinfo (Threads): Move paragraph about automatic thread
2976 selection to All-Stop Mode subsection.
2977 (Thread Stops): Reorganize existing material into subsections.
2978 Add introductory blurb and menu.
2979 (Non-Stop Mode): New subsection.
2980 (Background Execution): New subsection.
2981 (Maintenance Commands): Add cross-references from async mode
2982 commands to the new Background Execution section.
2983
d57a3c85
TJB
29842008-08-06 Tom Tromey <tromey@redhat.com>
2985
2986 * gdb.texinfo (Extending GDB): New chapter.
2987 (Sequences): Demoted chapter, now a section under the new
2988 Extending GDB chapter.
2989 (Python): New section.
2990
6d76a53d
SS
29912008-07-31 Stan Shebs <stan@codesourcery.com>
2992
2993 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2994
1f70da6a
SS
29952008-07-29 Stan Shebs <stan@codesourcery.com>
2996
2997 * gdbint.texinfo: General round of cleanup and minor
2998 clarifications.
2999 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
3000 (Longjmp Support): Update description to reflect how it is done
3001 for targets without using native header.
3002 (Symbol Handling): Add a little more general explanation.
3003 (COFF, ELF): Mention stabs encapsulation.
3004 (DWARF 3): New section.
3005 (Adding a New Host): Scrub out some obsolete bits.
3006 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
3007 (Host Conditionals): Remove descriptions of NO_STD_REGS,
3008 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
3009 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
3010 SEEK_SET, STOP_SIGNAL, USG.
3011 (Raw and Virtual Register Representations): Ditto for
3012 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
3013 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
3014 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
3015 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
3016 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
3017 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
3018 DEPRECATED_REGISTER_VIRTUAL_SIZE,
3019 DEPRECATED_REGISTER_VIRTUAL_TYPE,
3020 DEPRECATED_USE_STRUCT_CONVENTION.
3021 Describe gdbarch_deprecated_fp_regnum.
3022 Update description of gdbarch_print_insn.
3023 (Adding a New Target): Scrub out obsolete bits.
3024 (Obsolete Conditionals): Remove entire section.
3025
383f836e
TT
30262008-07-25 Tom Tromey <tromey@redhat.com>
3027
3028 * observer.texi (GDB Observers): Document new observers:
3029 breakpoint_created, breakpoint_deleted, breakpoint_modified,
3030 tracepoint_created, tracepoint_deleted, tracepoint_modified,
3031 architecture_changed.
3032
cfd8ab24
SS
30332008-07-21 Stan Shebs <stan@codesourcery.com>
3034
3035 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
3036 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
3037
781b42b0
TT
30382008-07-21 Tom Tromey <tromey@redhat.com>
3039
3040 * observer.texi (GDB Observers): Remove obsolete comment.
3041 <executable_changed>: Remove argument.
3042
d7d9f01e
TT
30432008-07-18 Tom Tromey <tromey@redhat.com>
3044
3045 * gdb.texinfo (Macros): Update. Use @code rather than @command.
3046
bf250677
DE
30472008-07-10 Doug Evans <dje@google.com>
3048
3049 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
3050
10568435
JK
30512008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3052
3053 * gdb.texinfo (Starting): Document "set disable-randomization".
3054
5ae4183a
AS
30552008-07-07 Andreas Schwab <schwab@suse.de>
3056
3057 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
3058
b56e7235
VP
30592008-07-06 Vladimir Prus <vladimir@codesourcery.com>
3060
3061 * gdb.texinfo (GDB/MI Target Manipulation): Add
3062 example of -target-attach.
3063
e1ac3328
VP
30642008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3065
3066 * observer.texi (target_resumed): New observer.
5ae4183a 3067 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 3068
65d12d83
TT
30692008-06-06 Tom Tromey <tromey@redhat.com>
3070
3071 * gdb.texinfo (Completion): Add field name example.
3072
fbc5282e
MK
30732008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
3074
3075 * gdb.texinfo (GDB/MI Program Context): Added example
3076 to -exec-arguments
5ae4183a 3077
fbc5282e 30782008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
3079
3080 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
3081 annotation.
3082
c16158bc 30832008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
3084 Nathan Sidwell <nathan@codesourcery.com>
3085 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
3086
3087 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
3088 and ACX_BUGURL.
3089 * configure: Regenerate.
3090 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
3091 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
3092 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
3093 mailing-list-specific text about bug reporting unless
3094 BUGURL_DEFAULT.
3095
75c99385
PA
30962008-06-05 Pedro Alves <pedro@codesourcery.com>
3097
3098 * gdb.texinfo (-target-select): Remove reference to target async.
3099 (Maintenance Commands): Document "maint set/show remote-async".
3100
1763a388
MK
31012008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
3102
3103 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
3104 in -target-file-get section.
5ae4183a 3105
d0d064df
PA
31062008-05-22 Pedro Alves <pedro@codesourcery.com>
3107
9b562ab8
PA
3108 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
3109 killing the inferior when it is already debugging a process.
d0d064df 3110
8dfa32fc
JB
31112008-05-21 Joel Brobecker <brobecker@adacore.com>
3112
3113 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
3114 abbreviation for "finish".
3115
55f996a7
NR
31162008-05-21 Nick Roberts <nickrob@snap.net.nz>
3117
3118 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
3119
ba2b1c56
DJ
31202008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3121
3122 * gdbint.texinfo (Target Conditionals): Delete entry for
3123 gdbarch_dwarf_reg_to_regnum.
3124
08388c79
DE
31252008-05-09 Doug Evans <dje@google.com>
3126
a3c83fae 3127 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 3128
d14508fe
DE
31292008-05-05 Doug Evans <dje@google.com>
3130
3131 * gdb.texinfo (disassemble): Document /m modifier.
3132
e2b7ddea
VP
31332008-05-05 Vladimir Prus <vladimir@codesourcery.com>
3134
5ae4183a
AS
3135 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
3136 will not report the time of commands that run the target.
e2b7ddea 3137
8eb41542
VP
31382008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3139
3140 * gdb.texinfo (GDB/MI Output Records): Add
3141 missing semicolon.
3142
82f68b1c
VP
31432008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3144
3145 * gdb.texinfo (GDB/MI Output Records):
3146 Document =thread-create and =thread-exited.
3147
fa0f268d
VP
31482008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3149
3150 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 3151 Remove mention of dmi-discuss.
fa0f268d 3152
063bfe2e
VP
31532008-05-03 Pedro Alves <pedro@codesourcery.com>
3154
3155 * observer.texi (thread_exit): New.
3156
237fc4c9
PA
31572008-05-02 Pedro Alves <pedro@codesourcery.com>
3158
3159 * gdb.texinfo (Debugging Output): Document "set/show debug
3160 displaced".
3161 (Maintenance Commands): Document "maint set/show
3162 can-use-displaced-stepping".
3163
0428b8f5
DJ
31642008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3165
3166 * gdb.texinfo (ARM): Document set/show arm fallback-mode
3167 and set/show arm force-mode.
3168
5009afc5
AS
31692008-05-02 Andreas Schwab <schwab@suse.de>
3170
3171 * gdbint.texinfo (Algorithms): Describe
3172 target_watchpoint_addr_within_range.
3173
669fac23
DJ
31742008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3175
3176 * gdbint.texinfo (Stack Frames): New chapter.
3177 (Algorithms): Move Frames text to the new chapter.
3178 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
3179 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
3180
721c02de
VP
31812008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3182
5ae4183a
AS
3183 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
3184 output does not necessary include any tokens.
721c02de 3185
c055b101
CV
31862008-04-22 Corinna Vinschen <vinschen@redhat.com>
3187
3188 * gdb.texinfo (Set SH Calling convention): New @item.
3189 (Show SH Calling convention): Ditto.
3190
68837c9d
MD
31912008-04-22 Markus Deuling <deuling@de.ibm.com>
3192
3193 * gdb.texinfo (Fortran Operators): Describe '%' operator.
3194
2e9132cc
EZ
31952008-04-20 Eli Zaretskii <eliz@gnu.org>
3196
3197 * gdb.texinfo (Set Breaks): Mention that multiple location
3198 breakpoints need line number info. Add index entries.
3199
31fffb02
CS
32002008-04-19 Craig Silverstein <csilvers@google.com>
3201
3202 * gdb.texinfo (Requirements): Add an optional requirement on
3203 zlib.
3204 * gdbint.texinfo (Debugging File Formats): Add new subsection for
3205 Compressed DWARF 2.
3206
a47ec5fe
AR
32072008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
3208
3209 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
3210 sample output for 'stopped,reason="breakpoint-hit"' message.
3211 (GDB/MI Program Execution): Likewise.
3212
de051565
MK
32132008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3214
5ae4183a 3215 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
3216 -var-set-format. Add -f option to -var-evaluate-expression.
3217
6ba66d6a
JB
32182008-04-03 Joel Brobecker <brobecker@adacore.com>
3219
3220 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
3221 new node "Ambiguous Expressions". Replace references to this
3222 node by references to "Ambiguous Expressions" throughout.
3223 (Ambiguous Expressions): New node.
3224
1e26b4f8
DJ
32252008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
3226
3227 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
3228
b84876c2
PA
32292008-03-21 Pedro Alves <pedro@codesourcery.com>
3230
3231 * gdb.texinfo (Debugging Output): Document
3232 "set/show debug lin-lwp-async".
3233 (Maintenance Commands): Document "maint set/show linux-async".
3234
63092375
DJ
32352008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3236
3237 * gdb.texinfo (Expressions): Update description of malloced arrays.
3238
8e8901c5
VP
32392008-03-15 Vladimir Prus <vladimir@codesourcery.com>
3240
3241 * gdb.texinfo (Thread Commands): Document
3242 -thread-info. Remove -thread-list-all-threads.
3243
1fddbabb
PA
32442008-03-14 Pedro Alves <pedro@codesourcery.com>
3245 Sandra Loosemore <sandra@codesourcery.com>
3246
3247 * gdb.texinfo (Library List Format): Update to mention the
3248 possibility to pass section addresses instead of segment
3249 addresses.
3250
ccd213ac
DJ
32512008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
3252
3253 * gdb.texinfo (Starting): Document "set exec-wrapper".
3254 (Server): Document gdbserver --wrapper.
3255
fa4727a6
DJ
32562008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3257
3258 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
3259 unreadable memory. Delete obsolete SPARClite reference.
3260
8edfe269
DJ
32612008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3262
3263 * gdb.texinfo (Starting): Mention always-running targets.
3264 (Target Commands): Add an anchor for load.
3265 (Connecting): Explain continue instead of run.
3266
1843f87b
DJ
32672008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
3268
3269 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
3270
f9082629
NR
32712008-02-26 Nick Roberts <nickrob@snap.net.nz>
3272
3273 * gdb.texinfo (Set Breaks): Revert description of Enb column of
3274 breakpoint table.
3275
fd96d250
PA
32762008-02-19 Pedro Alves <pedro@codesourcery.com>
3277
3278 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
3279 killing the inferior when it is already debugging a process.
3280
36af4ef6
MD
32812008-02-13 Markus Deuling <deuling@de.ibm.com>
3282
3283 * gdbint.texinfo (Build Script): New section. Mention new build script
3284 gdb_buildall.sh.
3285
cda4ce5a
JB
32862008-02-01 Jim Blandy <jimb@red-bean.com>
3287
3288 * gdb.texinfo (Help): Summarize 'info args' correctly.
3289
4acd40f3
TJB
32902008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3291
3292 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
3293 available in PowerPC architecture.
3294 (Embedded Processors): Change node name of PowerPC item in menu.
3295 (PowerPC): Rename to...
3296 (PowerPC Embedded): this.
3297 (Architectures): Add new PowerPC item in menu.
3298 (PowerPC): New node.
3299
6e6c6f50
DJ
33002008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3301
3302 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
3303 commands.
3304
5ee187d7
DJ
33052008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3306
3307 * gdb.texinfo (Setting Catchpoints): Mention features
3308 supported on GNU/Linux.
3309
e275c0d9
NR
33102008-01-30 Nick Roberts <nickrob@snap.net.nz>
3311
3312 * gdb.texinfo (GDB/MI File Commands): Describe new output
3313 field for MI command -file-list-exec-source-file.
3314
2d717e4f
DJ
33152008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3316
3317 * gdb.texinfo (Using the `gdbserver' Program): Add security
3318 warning. Rearrange into subsections and subsubsections. Document
3319 --multi and --debug. Correct --with-sysroot typo. Update --attach
3320 usage. Make load reference clearer. Document monitor exit.
3321 (Remote Configuration): Document set remote exec-file, attach-packet,
3322 and run-packet.
3323 (Packets): Document vAttach and vRun.
3324
d35a4257 33252008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
3326
3327 * gdb.texinfo (Processes): Mention process command.
889bf7c5 3328 detach-on-follow -> detach-on-fork.
f663676d 3329
c78d192c
DJ
33302008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3331
3332 * gdbint.texinfo (Native Conditionals): Remove
3333 SHELL_COMMAND_CONCAT and SHELL_FILE.
3334
d35a4257
EZ
33352008-01-26 Eli Zaretskii <eliz@gnu.org>
3336
3337 * gdb.texinfo (Specify Location): Improve wording.
3338
93815fbf
VP
33392008-01-23 Chris Demetriou <cgd@google.com>
3340
3341 * gdb.texinfo (Threads): Document new "set print thread-events"
3342 and "show print thread-events" commands.
3343
2a25a5ba
EZ
33442008-01-19 Eli Zaretskii <eliz@gnu.org>
3345
3346 * gdb.texinfo (Specify Location): New section.
3347 (Delete Breaks, Edit, Set Breaks): Remove description of
3348 locations. Instead, add a reference to "Specify Location".
3349 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
3350 (Symbols): Refer to "Specify Location" for the valid forms of
3351 linespecs and locations.
3352
32c9a795
MD
33532008-01-18 Markus Deuling <deuling@de.ibm.com>
3354
3355 * gdbint.texinfo (Target Conditionals): Replace the description of
3356 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
3357
b17828ca
JB
33582008-01-12 Paul Hilfinger <hilfinger@adacore.com>
3359
3360 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
3361 about &&var, which is rejected by the expression parser.
3362
0aea4bf3
LM
33632008-01-09 Luis Machado <luisgpm@br.ibm.com>
3364
3365 * gdb.texinfo (Output): Update documentation on using printf with DFP
3366 types.
3367
febe4383
TJB
33682008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3369
3370 * gdb.texinfo (C and C++): Add Decimal Floating Point format
3371 subsubsection.
3372 (Decimal Floating Point format): New subsubsection.
3373
7a404eba
PA
33742008-01-05 Pedro Alves <pedro@codesourcery.com>
3375
3376 * gdb.texinfo (File Options): Remove mention of the attempt to
3377 open a core file with the -p option. Don't list -c as a valid
3378 option to attach to a process.
3379
a4d9b460
PA
33802008-01-05 Pedro Alves <pedro@codesourcery.com>
3381
3382 * gdbint.texinfo (Host Conditionals): Remove mention of
3383 ALIGN_STACK_ON_ENTRY.
3384
6ec2edbe
JB
33852008-01-05 Joel Brobecker <brobecker@adacore.com>
3386
3387 * gdbint.texinfo (Start of New Year Procedure): Add item
3388 describing how to update the source and documentation copyright
3389 notices.
3390
d8b2a693
JB
33912007-12-18 Jim Blandy <jimb@codesourcery.com>
3392
ab209b3a 3393 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
3394 watchpoint explanation into the main description of the watchpoint
3395 command; update synopses of 'watch', 'rwatch', and 'awatch'
3396 commands.
3397
8b4ed427
VP
33982007-12-18 Vladimir Prus <vladimir@codesourcery.com>
3399
3400 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3401 Document 'pending-breakpoints' feature of
3402 -list-features.
3403
37e4754d
LM
34042007-12-17 Luis Machado <luisgpm@br.ibm.com>
3405
669fac23 3406 * gdb.texinfo: Add new parameter's description.
37e4754d 3407
1d3811f6
DJ
34082007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3409
3410 * gdb.texinfo (Overview): Clarify run-length encoding
3411 example. Remove the restriction on "+" and "-" characters.
3412
c1c25a1a
EZ
34132007-12-15 Eli Zaretskii <eliz@gnu.org>
3414
3415 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3416
afe8ab22 34172007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3418
afe8ab22
VP
3419 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3420 the -f option for -break-insert, remove -r option,
3421 and clarify specification of location.
3422
a6b151f1
DJ
34232007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3424
3425 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3426 formatting.
3427 (Remote Debugging): Add File Transfer section.
3428 (Remote Configuration): Document Host I/O packets.
3429 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 3430 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
3431 (Packets): Add vFile.
3432
3b784c4f
EZ
34332007-11-17 Eli Zaretskii <eliz@gnu.org>
3434
3435 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3436 breakpoints with multiple locations.
3437 (Breakpoint Menus): Improve wording.
3438 (Output): Fix last change.
3439
a4ce5b0d
UW
34402007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3441
3442 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3443
1b39d5c0
DE
34442007-11-15 Doug Evans <dje@google.com>
3445
3446 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3447
7a72d44c
VP
34482007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3449
3450 * gdbint.texinfo (Native Conditionals): Remove
3451 mention of CLEAR_SOLIB.
5ae4183a 3452
6d1829bf 34532007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
3454
3455 * gdb.texinfo (Print Settings): Add documentation for "set/show
3456 print frame-arguments".
3457
1a619819
LM
34582007-11-05 Luis Machado <luisgpm@br.ibm.com>
3459
3b784c4f 3460 * gdb.texinfo (Output): Update printf command's description.
1a619819 3461
55eddb0f
DJ
34622007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3463
3464 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3465 powerpc soft-float".
3466
9cceb671
DJ
34672007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3468
3469 * gdb.texinfo (Files): Correct formatting. Mention Expat
3470 requirement.
3471 (Requirements for Building GDB): Expand the list of Expat
3472 uses.
3473 (Library List Format, Memory Map Format): Mention Expat.
3474 (Target Descriptions): Update Expat wording.
3475
83acabca
DJ
34762007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3477
3478 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3479 Document that gdbarch_convert_register_p should return zero for no-op
3480 conversions.
3481
e35879db
UW
34822007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3483
83acabca 3484 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
3485 of set_gdbarch_sofun_address_maybe_missing back to ...
3486 (Target Conditionals): ... here to fix build break.
3487
203c3895
UW
34882007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3489
83acabca 3490 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
3491 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3492 (Compiler Characteristics): ... documentation of
3493 set_gdbarch_sofun_address_maybe_missing.
3494
11411de3
DJ
34952007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3496
3497 * gdbint.texinfo (Target Conditionals): Use
3498 frame_unwind_register_unsigned in examples instead of
3499 frame_unwind_unsigned_register.
3500
7cc46491
DJ
35012007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3502
3503 * gdb.texinfo (Predefined Target Types): Add int128
3504 and uint128.
3505 (Standard Target Features): Add PowerPC features.
3506
81adfced
DJ
35072007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3508
3509 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3510
c1874924
UW
35112007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3512
3513 * gdbint.texi (Target Conditionals): Remove documentation
3514 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3515 gdbarch_extract_return_value, and gdbarch_store_return_value.
3516
f6e56ab3
UW
35172007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3518
3519 * gdbint.texi (Target Conditionals): Remove documentation of
3520 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3521
56cf5405
KH
35222007-10-11 Kazu Hirata <kazu@codesourcery.com>
3523
3524 * gdb.texinfo: Mention that inaccessible-by-default is on by
3525 default.
3526
35156bae
DJ
35272007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3528
3529 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3530
d983da9c
DJ
35312007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3532
3533 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3534 multi-threaded watchpoints.
3535 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3536 checked. Describe sticky notification. Expand description
3537 of steppable and continuable watchpoints.
3538 (Watchpoints and Threads): New subsection.
3539
fe6fbf8b
VP
35402007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3541
3542 * gdb.texinfo (Setting Breakpoints): Revise
3543 documentation for pending breakpoints. Document
3544 breakpoints with multiple locations.
5ae4183a 3545
084344da
VP
35462007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3547
3548 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3549 Document -list-features.
5ae4183a 3550
82160952
EZ
35512007-09-15 Eli Zaretskii <eliz@gnu.org>
3552
3553 * gdb.texinfo (Output): Spell out which features of C's printf are
3554 not supported by GDB's printf.
7e27a47a
EZ
3555 (Separate Debug Files): More accurate wording regarding build ID
3556 and a reference to the ld manual rather than the Fedora wiki.
82160952 3557
ea37ba09
DJ
35582007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3559 Jim Blandy <jimb@codesourcery.com>
3560
3561 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3562 (Examining Memory): Update mentions of the 's' format.
3563 (Automatic Display): Likewise.
3564
b8533aec
DJ
35652007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3566
3567 * gdb.texinfo: Update the FSF's Back-Cover Text.
3568
83f83d7f
JK
35692007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3570 Eli Zaretskii <eliz@gnu.org>
3571
3572 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3573 Fixed the ``build ID'' name. New binaries build instructions for the
3574 build ID inclusion. Explain how the commands are specific to the build
3575 ID vs. debug link.
3576
c7e83d54
EZ
35772007-09-01 Eli Zaretskii <eliz@gnu.org>
3578
3579 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3580 indexing for ``build ID'' support.
3581
d3750b24
JK
35822007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3583
3584 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3585 Enlisted BUILD ID to the debug file searching example.
3586 Included a BUILD ID `.note.gnu.build-id' section description.
3587 Updated/added the debug files splitting instructions for OBJCOPY.
3588
02142340
VP
35892007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3590
3591 * gdb.texinfo (Variable Objects): Adjust docs
3592 for -var-info-expression and document
3593 -var-info-path-expression.
3594
d3bdde98
JB
35952007-08-20 Jim Blandy <jimb@codesourcery.com>
3596
3fb6a982
JB
3597 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3598 (title page): Include the dedication in the printed manual, as a
3599 separate page after the copyright notice.
5ae4183a 3600
d3bdde98
JB
3601 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3602 don't break a @var across a line.
3603
c80a96a8
MR
36042007-07-25 Maciej W. Rozycki <macro@mips.com>
3605
3606 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3607 for include files.
3608
5824a901
NR
36092007-07-12 Nick Roberts <nickrob@snap.net.nz>
3610
3611 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3612 in annotate.texinfo.
3613 (Command History): Link to new node.
5824a901 3614
d52e7ea3
UW
36152007-07-05 Markus Deuling <deuling@de.ibm.com>
3616
3617 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3618
5fc14d0a
EZ
36192007-07-05 Eli Zaretskii <eliz@gnu.org>
3620
3621 * gdbint.texinfo (Target Conditionals): Fix last change.
3622
4a9bb1df
UW
36232007-07-03 Markus Deuling <deuling@de.ibm.com>
3624
3625 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3626 routines:
3627 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3628 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3629 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3630 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3631 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3632 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3633 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3634 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3635 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3636 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3637 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3638 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3639 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3640 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3641 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3642 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3643 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3644 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3645 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3646 (SOFTWARE_SINGLE_STEP_P)
3647
3648 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3649 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3650
3651 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3652 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3653 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3654 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3655 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3656 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3657 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3658 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3659 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3660 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3661
3662 (Converting an existing Target Architecture to Multi-arch): Remove
3663 section.
3664
3665 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3666 (gdbarch_addr_bits_remove): Add code example.
3667
3668 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3669
cfa9d6d9
DJ
36702007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3671
3672 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3673 Add other missing entries. Adjust the table size to fit.
3674 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3675 stop reasons including the new "library" event.
3676 (General Query Packets): Adjust table widths for qSupported. Mention
3677 qXfer:libraries:read reply to qSupported and document the new packet.
3678 (Library List Format): New section.
3679
159fcc13
JK
36802007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3681
3682 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3683
f66d1690
MS
36842007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3685
3686 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3687
67102876
NR
36882007-06-25 Nick Roberts <nickrob@snap.net.nz>
3689
3690 * gdbint.texinfo (Register and Memory Data): Break sections
3691 into nodes and add a menu.
3692
a4642986
MR
36932007-06-21 Maciej W. Rozycki <macro@mips.com>
3694
3695 * gdb.texinfo (Examining Memory): Document the new behaviour.
3696
e9c17194
VP
36972007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3698
3699 * gdb.texinfo (Standard Target Features): Document
3700 m68k features.
3701
31d99776
DJ
37022007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3703
3704 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3705
1780a0ed
DJ
37062007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3707
3708 * gdb.texinfo (Target Description Format): Add version attribute
3709 for <target>.
3710
822b6570
DJ
37112007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3712
3713 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3714
f8b73d13
DJ
37152007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3716
3717 * gdb.texinfo (MIPS Features): New subsection.
3718
0e7f50da
UW
37192007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3720 Markus Deuling <deuling@de.ibm.com>
3721
3722 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3723 and qXfer:spu:write packets and mention them under qSupported.
3724
23d964e7
UW
37252007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3726 Markus Deuling <deuling@de.ibm.com>
3727
3728 * gdb.texinfo (Architectures): Add new SPU section to document
3729 Cell Broadband Engine SPU architecture specific commands.
3730
9f708cb2
VP
37312007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3732
3733 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3734 comments.
3735
7579b5f8
NR
37362007-06-07 Nick Roberts <nickrob@snap.net.nz>
3737
3738 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3739
bf06d120
JB
37402007-05-29 Jim Blandy <jimb@codesourcery.com>
3741
3742 * gdb.texinfo (Overview): Doc fix.
3743
23776285
MR
37442007-05-22 Maciej W. Rozycki <macro@mips.com>
3745
3746 * gdb.texinfo (Remote Configuration): Document "set/show
3747 remoteflow".
3748
1a69e1e4
DJ
37492007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3750
bf06d120
JB
3751 * gdb.texinfo (MIPS): Remove documentation for set mips
3752 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3753 stack-arg-size.
1a69e1e4 3754
46ba6afa 37552007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3756
46ba6afa
BW
3757 * all-cfg.texi (GDBTUI): New.
3758 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3759 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3760 (TUI Configuration): Edit to improve clarity and fix problems of
3761 both style and content.
5ae4183a 3762
06d3b283
UW
37632007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3764
3765 * observer.texi (GDB Observers): New observer "new_objfile".
3766
179101d6
UW
37672007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3768
3769 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3770
25d5ea92
VP
37712007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3772
3773 * gdb.texinfo (GDB/MI Variable Objects): Document
3774 frozen variables objects.
5ae4183a 3775
ea35711c
DJ
37762007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3777
3778 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3779 (Character Sets, Caching Data of Remote Targets): Likewise.
3780 (Targets): Delete Remote node. Move its text...
3781 (Debugging Remote Programs): ...to here. Delete description
3782 of the "remote" command.
3783 (Remote configuration): Delete description of "set remotedevice"
3784 and "show remotedevice".
3785 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3786
db2e3e2e
BW
37872007-04-11 Bob Wilson <bob.wilson@acm.org>
3788
5ae4183a
AS
3789 * gdb.texinfo (Contributors, Continuing and Stepping)
3790 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3791 (General Query Packets, File-I/O Remote Protocol Extension)
3792 (Protocol Basics, The F Reply Packet, Write)
3793 (Protocol-specific Representation of Datatypes, Memory Transfer):
3794 Fix hyphenation, punctuation and grammar problems.
3795 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3796 'section' instead of 'subsection' in the text.
3797 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3798 (i386): Remove period from section name.
db2e3e2e
BW
3799 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3800 (Config Names, Configure Options): Use @file{configure}.
3801
8a3dae3e
DJ
38022007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3803
3804 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3805 and tab expansion.
3806
1a92f856
DJ
38072007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3808
3809 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3810
79a6e687 38112007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3812
79a6e687
BW
3813 * gdb.texinfo: Consistently capitalize all significant words in
3814 node names, chapter titles, section titles, and headings. Update
3815 cross references to match.
3816 (Starting and Stopping Trace Experiment): Make node name plural.
3817 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3818
ad527d2e
PA
38192007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3820
3821 * gdb.texinfo (WinCE): Delete obsolete subsection.
3822
7ce59000
DJ
38232007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3824
3825 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3826 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3827 references.
3828
8807d78b
DJ
38292007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3830
3831 * gdb.texinfo (Startup): Delete references to some alternate
3832 names for .gdbinit.
3833 (Thread): Remove LynxOS reference.
3834 (Tandem ST2000): Delete target-specific documentation.
3835 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3836 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3837 and GDB_OSABI_LYNXOS.
3838
5f402660
UW
38392007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3840
3841 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3842
bac718a6
UW
38432007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3844
3845 * gdbint.texinfo (Target Conditionals): Remove mention of
3846 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3847 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3848
9453113a
DJ
38492007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3850
3851 * Makefile.in: Add "pdfdir" installation
3852 directory, PDFTEX macro, support for "install-pdf" target,
3853 and rules for making a pdf version of refcard.texi.
3854 * refcard.tex: Specify paper size for PDF output.
3855
ae21e955 38562007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3857
ae21e955 3858 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3859
3f94c067 38602007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3861
3f94c067
BW
3862 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3863 (Source Path, Character Sets, Macros, Define)
3864 (GDB/MI Result Records, GDB/MI Simple Examples)
3865 (GDB/MI Program Execution, GDB/MI File Commands)
3866 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3867 (Bug Reporting): Use @value{GCC}.
5ae4183a 3868
12c27660 38692007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3870
12c27660
BW
3871 * gdb.texinfo (Help): Fix formatting of examples.
3872 (Variables): Use @ifnotinfo instead of @iftex.
3873 (Non-debug DLL symbols): Use @ref instead of @pxref.
3874 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3875
ce9341a1
BW
38762007-03-26 Bob Wilson <bob.wilson@acm.org>
3877
3878 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3879
c8f4133a
BW
38802007-03-26 Bob Wilson <bob.wilson@acm.org>
3881
3882 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3883 the order of the nodes.
3884 (C Operators, C Constants, Debugging C): Remove extra menus.
3885 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3886
c8f4133a 38872007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3888
3889 * gdb.texinfo (File Options): Add missing parenthesis.
3890 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3891
c74d0ad8
DJ
38922007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3893
3894 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3895
ff6f572f
DJ
38962007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3897
669fac23 3898 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3899 case insensitivity.
3900 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3901
994337c3
NR
39022007-02-18 Nick Roberts <nickrob@snap.net.nz>
3903
3904 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3905 (Files): Add section name to argument list for pxref.
3906 (Non-debug DLL symbols): Don't use `see' for pxref.
3907 (Embedded Processors): Fix typo.
3908 (GDB/MI Breakpoint Commands): Execution commands generate
3909 *stopped not ^done.
3910
eb819d70
NR
39112007-02-13 Nick Roberts <nickrob@snap.net.nz>
3912
3913 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3914 values for in_scope. Mention that only root variables can be
3915 updated.
3916 (GDB/MI Development and Front Ends): Explain new values may be
3917 added to existing fields.
3918
123dc839
DJ
39192007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3920
3921 * gdb.texinfo (-target-disconnect): Use @smallexample.
3922 (Requirements): Add anchor for Expat. Update description.
3923 (Target Descriptions): Mention Expat.
3924 (Target Description Format): Document new elements. Use
3925 @smallexample.
3926 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3927 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3928
108546a0
DJ
39292007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3930
3931 * gdb.texinfo (Target Description Format): Add section on XInclude.
3932
95a98c01
NR
39332006-02-03 Nick Roberts <nickrob@snap.net.nz>
3934
3935 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3936 command -enable-timings.
3937
f4b3909f
EZ
39382007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3939
5ae4183a 3940 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3941 descriptions for new/deleted elements in gdb_osabi. Add missing
3942 description for function generic_elf_osabi_sniff_abi_tag_sections.
3943
c7ba131e
JB
39442007-01-29 Joel Brobecker <brobecker@adacore.com>
3945
3946 * gdb.texinfo (Maintenance Commands): Add documentation for
3947 the new "maint print target-stack" command.
3948
3a60f64e
JK
39492007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3950 Eli Zaretskii <eliz@gnu.org>
3951
f4b3909f 3952 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3953
c582f8b6
EZ
39542007-01-26 Eli Zaretskii <eliz@gnu.org>
3955
3956 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3957 Use @value{NGCC} instead of @value{GCC}.
3958
d3e8051b
EZ
39592007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3960
3961 * agentexpr.texi: Fix typos.
3962 * annotate.texinfo: Likewise.
3963 * gdb.texinfo: Likewise.
3964 * gdbint.texinfo: Likewise.
3965 * observer.texi: Likewise.
3966 * stabs.texinfo: Likewise.
3967
86f04699
EZ
39682007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3969
3970 * gdbint.texinfo (Support Libraries): Remove mmalloc
3971 entry. Describe readline library.
3972
23181151
DJ
39732007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3974
3975 * gdb.texinfo (Target Descriptions): New section.
3976 (General Query Packets): Add QPassSignals anchor. Mention
3977 qXfer:features:read under qSupported. Expand mentions of
3978 qXfer:memory-map:read and QPassSignals. Document
3979 qXfer:features:read.
3980
f822c95b
DJ
39812007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3982
3983 * gdb.texinfo (Commands to specify files): Describe
3984 "set sysroot" and "show sysroot".
3985 (Using the `gdbserver' program): Lowercase argument
3986 to @var. Expand description of setting up GDB on the
3987 host.
3988
8936fcda
JB
39892007-01-05 Joel Brobecker <brobecker@adacore.com>
3990
3991 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3992 catch exception, catch exception unhandled, and catch assert
3993 commands.
3994
e776119f
DJ
39952007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3996
3997 * gdb.texinfo (Debugging Output): Document "set debug xml"
3998 and "show debug xml".
3999
aa79a185
DJ
40002007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4001
4002 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
4003
7f893741
JB
40042007-01-01 Joel Brobecker <brobecker@adacore.com>
4005
4006 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
4007
a1b5960f
VP
40082006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4009
4010 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
4011 note in @ignore, to be removed later if nobody complains.
4012
9f470e6e
NR
40132006-12-04 Nick Roberts <nickrob@snap.net.nz>
4014
4015 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
4016 of -var-delete.
4017
765dc015 40182006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4019
765dc015 4020 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
4021 automatic software/hardware breakpoint usage and
4022 the "set breakpoint auto-hw" command.
765dc015 4023
4b5752d0
VP
40242006-11-21 Vladimir Prus <vladimir@codesourcery.com>
4025
4026 * gdb.texinfo (Memory Access Checking): New.
4027
89be2091
DJ
40282006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
4029
4030 * gdb.texinfo (Remote configuration): Mention
4031 "pass-signals-packet".
4032 (General Query Packets): Document QPassSignals. Fix
4033 a typo.
4034
ca3bf3bd
DJ
40352006-11-14 Maxim Grigoriev <maxim@tensilica.com>
4036
4037 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
4038
427c3a89
DJ
40392006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4040
4041 * gdb.texinfo (Remote configuration): Rewrite documentation for
4042 packet configuration commands.
4043 (OS Information): Adjust reference to qXfer:auxv:read.
4044 (General Query Packets): Remove references to read-aux-vector-packet
4045 and set remote get-thread-local-storage-address.
4046
7a107747
DJ
40472006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
4048
4049 * gdbint.texinfo (Target Architecture Definition): Add new
4050 Initializing a New Architecture section.
4051
1c56eb0e
EZ
40522006-10-31 David Taylor <dtaylor@emc.com>
4053
4054 * stabs.texinfo (Macro define and undefine): New node describing
4055 stabs for #define and #undef.
4056
f73adfeb
AS
40572006-10-27 Andreas Schwab <schwab@suse.de>
4058
4059 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
4060
fd60e0df
EZ
40612006-10-21 Eli Zaretskii <eliz@gnu.org>
4062
4063 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
4064 clarify on the possible meanings of ``expression'' watched by
4065 watchpoints. Add indexing.
e5ac9b53
EZ
4066 (Prompting, Errors, Invalidation, Annotations for Running)
4067 (Source Annotations): Fix index entries by adding "annotation" to
4068 them, to discriminate from index entries that point to the more
4069 general topic descriptions.
fd60e0df 4070
52bb452f
DJ
40712006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4072
4073 * gdbint.texinfo (Target Vector Definition): Move most
4074 content into Existing Targets. Add a menu.
4075 (Existing Targets): New section, moved from Target Vector
4076 Definition. Use @subsection.
4077 (Managing Execution State): New section.
4078
58955e58
BW
40792006-10-16 Bob Wilson <bob.wilson@acm.org>
4080
4081 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
4082
c8aa23ab
EZ
40832006-10-15 Eli Zaretskii <eliz@gnu.org>
4084
4085 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
4086 (Command Syntax, Signals, Backtrace, Connecting)
4087 (Remote configuration, Renesas Boards, Console I/O): Fix last
4088 change: use Ctrl- instead of C-, except wrt Emacs.
4089 (File-I/O Examples): Put Ctrl-c in @kbd.
4090 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
4091 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
4092 (Signals, Set Breaks, Set Watchpoints): Document optional
4093 arguments to `info signals' `handle', `info breakpoints', and
4094 `info watchpoints'.
c8aa23ab 4095
e7109c7e
EZ
40962006-10-14 Eli Zaretskii <eliz@gnu.org>
4097
4098 * gdb.texinfo (Backtrace): Fix last change.
4099
de3aea7b
NR
41002006-10-14 Nick Roberts <nickrob@snap.net.nz>
4101
4102 * gdb.texinfo (Backtrace): Order correctly and add other cases.
4103
7f9087cb
BW
41042006-10-10 Bob Wilson <bob.wilson@acm.org>
4105
c8aa23ab
EZ
4106 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
4107 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
4108 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 4109
68437a39
DJ
41102006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4111 Daniel Jacobowitz <dan@codesourcery.com>
4112
4113 * gdb.texinfo (Packets): Document vFlashErase,
4114 vFlashWrite and vFlashDone packets.
4115 (General Query Packets): Document qXfer:memory-map:read.
4116 Add a new feature for qXfer:memory-map:read.
4117 (Memory map format): New section.
4118 (Target Commands): Mention that gdb can write flash.
4119
fd79ecee
DJ
41202006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4121 Daniel Jacobowitz <dan@codesourcery.com>
4122
4123 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
4124 memory regions and "mem auto".
4125
350da6ee
DJ
41262006-09-21 Nathan Sidwell <nathan@codesourcery.com>
4127
4128 * gdbint.texinfo (Array Containers): New section.
4129
2f1acb09
VP
41302006-09-17 Vladimir Prus <vladimir@codesourcery.com>
4131
4132 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4133 -stack-list-arguments HIGH_FRAME argument can be larger then the
4134 actual number of frames.
4135
2ab1eb7a
VP
41362006-09-07 Vladimir Prus <vladimir@codesourcery.com>
4137
4138 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
4139 -stack-list-locals HIGH_FRAME argument can be larger then the
4140 actual number of frames.
2ab1eb7a 4141
599b237a
BW
41422006-09-02 Bob Wilson <bob.wilson@acm.org>
4143
4144 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
4145 Register Packet Format, Tracepoint Packets): Fix spelling errors.
4146
25ab7e6d
EZ
41472006-09-02 Eli Zaretskii <eliz@gnu.org>
4148
4149 * gdbint.texinfo (Overall Structure): New section "Source Tree
4150 Structure".
4151
940178d3
JB
41522006-08-17 Jim Blandy <jimb@codesourcery.com>
4153
4154 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
4155 responses.
4156
30daae6c
JB
41572006-08-08 Joel Brobecker <brobecker@adacore.com>
4158
4159 * gdb.texinfo (Source Path): Add documentation for new
4160 substitute-path commands.
4161
7fa2210b
DJ
41622006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
4163
4164 * gdb.texinfo (Installing GDB): Update menu. Move text to...
4165 (Running Configure): ...here.
4166 (Requirements): New node. Mention expat.
4167
3d00d119
DJ
41682006-08-08 Vladimir Prus <vladimir@codesourcery.com>
4169
5ae4183a 4170 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
4171 'set download-write-size' and 'show download-write-size'.
4172
0cbfa4ee
DJ
41732006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
4174
4175 * stabs.texinfo (Member Type Descriptor): Correct example for
4176 pointer to member types.
4177
16026cd7
AS
41782006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
4179
4180 * gdb.texinfo (Optional warnings and messages): Add
4181 'set/show trace-commands'.
4182 (Command files): Add '-v' to source command.
4183
0876f84a
DJ
41842006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4185
4186 * gdb.texinfo (OS Information): Update qPart reference to
4187 qXfer.
4188 (Remote configuration): Likewise.
4189 (Overview): Move @cindex to the start of a paragraph. Talk
4190 about binary data encoding.
4191 (Packets): Refer to the overview for the details of the X
4192 packet encoding.
4193 (General Query Packets): Remove qPart description. Add qXfer
4194 description. Add an anchor to qSupported. Correct feature
4195 table title. Add a new feature for qXfer:auxv:read.
4196 (Interrupts): Add a missing parenthesis.
4197
2ec3381a
DJ
41982006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
4199
669fac23 4200 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
4201 (GDB/MI Kod Commands): Remove commented out node.
4202
594fe323
EZ
42032006-07-01 Eli Zaretskii <eliz@gnu.org>
4204
4205 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
4206 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
4207 (GDB/MI Thread Commands, GDB/MI Program Execution)
4208 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
4209 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
4210 (GDB/MI File Commands, GDB/MI Target Manipulation)
4211 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
4212 since the MI prompt is hard-wired into the code.
4213
7e3fb70c
NR
42142006-07-01 Nick Roberts <nickrob@snap.net.nz>
4215
4216 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
4217 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
4218 (GDB/MI Data Manipulation): Remove description of unimplemented
4219 display related commands as variable objects perform this function
4220 and are superior: -display-delete, -display-disable,
4221 -display-enable, -display-insert and -display-list. Move
4222 -environment-cd, -environment-directory, -environment-path
4223 and -environment-pwd to "Program Context".
4224 (GDB/MI Program Control): Rename to "Program Execution". Move
4225 -exec-arguments -exec-abort to...
4226 (GDB/MI Program Context): ...here. New node split from "Data
4227 Manipulation".
4228
be2a5f71
DJ
42292006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
4230
4231 * gdb.texinfo (Remote configuration): Document set / show
4232 remote supported-packets.
4233 (General Query Packets): Document qSupported packet.
4234
fc320d37
SL
42352006-06-10 Sandra Loosemore <sandra@codesourcery.com>
4236
4237 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
4238 and font markup.
4239 (Protocol basics): Likewise.
4240 (The F request packet): Likewise.
4241 (The F reply packet): Likewise.
4242 (Memory transfer): Move this node to be a subsubsection of
4243 "Protocol specific representation of datatypes".
4244 (The Ctrl-C message): More copy editing.
4245 (Console I/O): Likewise.
4246 (The isatty call): Delete this node, and merge its content into
4247 the "isatty" node. Fixed references elsewhere.
4248 (The system call): Delete this node, and merge its content into
4249 the "system" node. Fixed references elsewhere.
4250 (open): Reformat to use @table, and add appropriate font markup.
4251 (close): Likewise.
4252 (read): Likewise.
4253 (write): Likewise.
4254 (lseek): Likewise.
4255 (rename): Likewise.
4256 (unlink): Likewise.
4257 (stat/fstat): Likewise.
4258 (gettimeofday): Likewise.
4259 (isatty): Likewise.
4260 (system): Likewise, plus minor changes to fix confusing wording.
4261 (Integral datatypes): Fix font markup.
4262 (Pointer values): Likewise.
4263 (struct stat): Fix markup to use @table, plus minor copy editing.
4264 (struct timeval): Fix font markup, plus minor copy editing.
4265 (Constants): Minor copy editing.
4266 (Errno values): Add font markup.
4267 (File-I/O Examples): Likewise.
4268
158fdf5c
NR
42692006-06-10 Nick Roberts <nickrob@snap.net.nz>
4270
4271 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
4272 (GDB/MI Simple Examples): Move node up one level. Use real
4273 examples.
4274 (GDB/MI Compatibility with CLI): Update.
4275 (GDB/MI Result Records): Add "connected" and "exit" result
4276 classes.
4277 (GDB/MI Stream Records): Clarify target output.
4278 (GDB/MI Command Description Format): Modify example description.
4279 (GDB/MI Breakpoint Table Commands): Rename to...
4280 (GDB/MI Breakpoint Commands): ...this
4281 (GDB/MI Breakpoint Commands): Add optional thread field.
4282 (GDB/MI Program Control): Add an introduction. Move "Program
4283 termination" examples into exec-run description.
4284 (GDB/MI File Commands): Mention similar CLI commands.
4285 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
4286 is similar to "-gdb-version".
4287
ddb50cd7
EZ
42882006-06-09 Eli Zaretskii <eliz@gnu.org>
4289
4290 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
4291
2aef0d6b
NR
42922006-06-02 Nick Roberts <nickrob@snap.net.nz>
4293
4294 * gdb.texinfo (GDB/MI Development and Front Ends): Use
4295 sourceware.org for mailing lists.
d5e40d59 4296 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 4297
383a5c52
NR
42982006-06-01 Nick Roberts <nickrob@snap.net.nz>
4299
d5e40d59 4300 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 4301
e16b02ee
EZ
43022006-05-22 Eli Zaretskii <eliz@gnu.org>
4303
4304 * gdb.texinfo (Cygwin Native): Fix last change.
4305
be90c084
CF
43062006-05-22 Christopher Faylor <cgf@timesys.com>
4307
4308 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
4309
347ceba5
NR
43102006-05-15 Nick Roberts <nickrob@snap.net.nz>
4311
4312 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
4313 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
4314
369af7bd
DJ
43152006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4316
4317 * gdb.texinfo (General Query Packets): Recommend not starting
4318 new packets with qC and clarify.
4319
2ffdbde8 43202006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
4321
4322 * gdb.texinfo (M2 Types): New section.
72019c9c 4323
16d1a084
DJ
43242006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
4325
4326 * agentexpr.texi: Add a copyright and license notice.
4327 * observer.texi: Likewise, with GPL clause for function prototypes.
4328 Remove trailing whitespace.
4329
aa56d27a
JB
43302006-05-05 Jim Blandy <jimb@codesourcery.com>
4331
4332 * gdb.texinfo (General Query Packets): Document conventions for
4333 terminating packet names, and their violations.
4334
5bdf8622
DJ
43352006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4336
4337 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
4338 * gdb.texinfo: Likewise.
4339
605a56cb
DJ
43402006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4341
4342 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
4343 and "show remotedebug".
4344 (Debugging Output): Add additional index entries.
4345
b8db102d
MS
43462006-04-27 Michael Snyder <msnyder@redhat.com>
4347
4348 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
4349
c5e30d01
AC
43502006-04-22 Andrew Cagney <cagney@redhat.com>
4351
4352 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
4353 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
4354
8181d85f
DJ
43552006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
4356
4357 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
4358 and remove breakpoint prototypes.
4359 (Watchpoints): Move description of target_insert_hw_breakpoint and
4360 target_remove_hw_breakpoint ...
4361 (Breakpoints): ... to here. Document target_insert_breakpoint and
4362 target_remove_breakpoint.
4363
4f553f88
JB
43642006-04-17 Jim Blandy <jimb@codesourcery.com>
4365
4366 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
4367 and C packets are optional.
4368
cd852561
FR
43692006-04-14 Frederic Riss <frederic.riss@st.com>
4370
4371 * gdb.texinfo (Specifying source directories): Update the description
4372 of the source file search to reflect the fact that the source path
4373 always contains at least $cdir and $cwd.
4374
b620eb07
MS
43752006-03-31 Michael Snyder <msnyder@redhat.com>
4376
4377 * gdb.texinfo: Update copyright dates.
4378
3156cdaf
EZ
43792006-03-31 Eli Zaretskii <eliz@gnu.org>
4380
4381 * gdb.texinfo (Overview): Add an index entry to "empty response".
4382
7d30c22d
JB
43832006-03-28 Jim Blandy <jimb@codesourcery.com>
4384
4385 * gdbint.texinfo (Prologue Analysis): New section.
4386
86941c27
JB
43872006-03-07 Jim Blandy <jimb@red-bean.com>
4388
66b8c7f6
JB
4389 * gdb.texinfo (Connecting): Document 'target remote pipe'.
4390
1a10341b
JB
4391 * gdb.texinfo (Target Commands): Update text describing how to
4392 specify a target. Refer to the detailed section on remote
4393 debugging, not the brief mention.
4394
86941c27
JB
4395 * gdb.texinfo (Connecting): Organize the different 'target remote'
4396 connection methods into a table. Add a 'target remote' index
4397 entry. (!!!)
4398
62f3a2ba
FF
43992006-02-17 Fred Fish <fnf@specifix.com>
4400
4401 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4402 'ptype' commands to reflect the fact that the only significant
4403 difference between them is that ptype prints the complete type
4404 description instead of just the name.
4405
8b9a88ea
WZ
44062006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
4407
4408 * gdbint.texinfo (Watchpoints): Delete
4409 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4410
7e8dc855
NR
44112006-02-10 Nick Roberts <nickrob@snap.net.nz>
4412
4413 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4414 times fields where needed. Fix typos. Update general form given
4415 for output of -break-insert.
4416 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4417
c91d38aa
DJ
44182006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
4419
4420 * gdbint.texinfo (Symbol Handling): Add a section
4421 on memory management.
4422
38fcd64c
DJ
44232006-02-06 Vladimir Prus <ghost@cs.msu.su>
4424
4425 * gdb.texinfo (Breakpoint table commands): Document the fullname
4426 field in -break-list output.
4427
219eec71
EZ
44282006-02-03 Eli Zaretskii <eliz@gnu.org>
4429
4430 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4431 debugging information produced by the various "set debug..."
4432 options.
4433
ae5a43e0
DJ
44342006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4435
4436 * gdb.texinfo (Files): Remove obsolete bits from the description
4437 of "symbol-file".
4438
a9f158ec
JB
44392006-01-25 Jim Blandy <jimb@redhat.com>
4440
4441 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4442
410dd08e
JB
44432006-01-24 Jim Blandy <jimb@redhat.com>
4444
4445 * gdbint.texinfo (Frames): Document the basics of GDB's register
4446 unwinding model, and explain the existence of the "sentinel" frame.
4447
4b505b12
AS
44482006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4449
4450 * gdb.texinfo (Choosing files): Mention that -directory is used
4451 for script files.
4452 (Specifying source directories): Likewise.
4453 (Command files): Explain how script files are found.
4454
839c27b7
EZ
44552006-01-21 Eli Zaretskii <eliz@gnu.org>
4456
4457 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4458 the threads in a multi-threaded program.
4459 (Threads): The threadno argument of "thread apply" can be a range
4460 of numbers.
4461
7be93b9e
JB
44622006-01-18 Jim Blandy <jimb@redhat.com>
4463
4464 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4465 of warning flags.
4466
fcc73fe3
EZ
44672006-01-13 Eli Zaretskii <eliz@gnu.org>
4468
4469 * gdb.texinfo (Sequences): Improve menu annotations.
4470 (Define): Add index entries for arguments of user-defined
4471 commands. Move the description of flow-control commands...
4472 (Command Files): ...to here. Document loop_break and
4473 loop_continue.
ca91424e
EZ
4474 (Define, Command Files): Document `end' and add index entries for
4475 it.
fcc73fe3 4476
5c95884b
MS
44772006-01-04 Michael Snyder <msnyder@redhat.com>
4478
4479 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 4480 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 4481
860701dc
PH
44822006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4483
4484 * gdb.texinfo (Omissions from Ada): Document that there is now
4485 limited aggregate support.
4486
36b80e65
EZ
44872005-12-28 Eli Zaretskii <eliz@gnu.org>
4488
4489 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4490 registers and the likes.
4491
c1468174
EZ
44922005-12-24 Eli Zaretskii <eliz@gnu.org>
4493
4494 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4495 (Symbols): Fix usage of "e.g.".
359df76b 4496 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
4497
4498 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4499 (Coding): Fix usage of "e.g.".
4500
c02a867d
EZ
45012005-12-23 Eli Zaretskii <eliz@gnu.org>
4502
5ae4183a
AS
4503 * stabs.texinfo:
4504 * refcard.tex:
c02a867d 4505 * gpl.texi:
5ae4183a
AS
4506 * gdbint.texinfo:
4507 * gdb.texinfo:
4508 * gdb-cfg.texi:
c02a867d 4509 * fdl.texi:
5ae4183a
AS
4510 * annotate.texinfo:
4511 * all-cfg.texi:
c02a867d
EZ
4512 * Makefile.in: Add (C) after Copyright. Update the FSF
4513 address.
4514
fad38dfa
EZ
45152005-12-03 Eli Zaretskii <eliz@gnu.org>
4516
4517 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4518 extend GDB with commands for external monitor.
4519
53e5f3cf
AS
45202005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4521
4522 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4523
55f6ca0f
JB
45242005-11-25 Joel Brobecker <brobecker@adacore.com>
4525
4526 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4527
c1947b85
JB
45282005-11-21 Jim Blandy <jimb@redhat.com>
4529
4530 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4531 placement of 'R' actions in tracepoint action packets; document
4532 dependence of 'X' and 'M' actions on a preceding 'R' action for
4533 their registers.
4534
9d29849a
JB
45352005-11-19 Jim Blandy <jimb@redhat.com>
4536
4537 * gdb.texinfo (Tracepoint Packets): New node.
4538 (General Query Packets): Add entries for the tracepoint packets,
4539 referring to the "Tracepoint Packets" node.
4540 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4541
9a6253be
KB
45422005-11-18 Kevin Buettner <kevinb@redhat.com>
4543
4544 * gdb.texinfo (set remotebreak): Add anchor.
4545 (X packet): Likewise.
4546 (Remote Protocol): Add new section `Interrupts' and new index
4547 entry `interrupts (remote protocol)'.
4548
5f3bebba
JB
45492005-11-18 Jim Blandy <jimb@redhat.com>
4550
4551 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4552 entries into the General Query Packets section. Add a
4553 cross-reference to that section. Drop description of replies, as
4554 these are covered in the descriptions of each packet.
4555 (General Query Packets): Add introductory text. Explain naming
4556 conventions, and how the end of a name is recognized.
4557
9a7a1b36
KB
45582005-11-17 Kevin Buettner <kevinb@redhat.com>
4559
0564b6cf 4560 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4561 "set remotebreak" command.
4562
b8ff78ce
JB
45632005-11-16 Jim Blandy <jimb@redhat.com>
4564
4565 * gdb.texinfo (Packets, Stop Reply Packets)
4566 (General Query Packets): Various formatting cleanups.
4567 - Use @samp for packet contents.
4568 - Drop summaries from packet @item lines; the same information appears
4569 immediately below in the description.
4570 - Delete paragraph breaks after packet @item commands, so that the
4571 description appears directly to the right of the packet prototype
4572 in the printed manual, if it fits.
4573 - Place spaces in packet prototypes between @vars and non-@var
4574 letters, and explain that they're just for formatting.
4575 - Use @dots{} instead of '...'.
4576 - Fix uses of @code where @var was needed.
4577 - Replace "deprecated" markers with English text spelling out the
4578 packet's status and the preferred alternatives.
4579 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4580 what this ever meant.
4581 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4582 this for a long time.
4583 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4584 implemented several times, and have been in use for years.
4585
8ffe2530
JB
45862005-11-15 Jim Blandy <jimb@redhat.com>
4587
c43c5473
JB
4588 * gdb.texinfo (Packets): Add index entries for 'm' packet
4589 disclaimers.
5ae4183a 4590
fb031cdf
JB
4591 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4592 of stub when processing an 'm' packet.
4593
8ffe2530
JB
4594 * gdb.texinfo (Packets): Mention that packets beginning with
4595 letters are reserved once, at the top, instead of actually listing
4596 them all and saying "reserved".
4597
c03c782f
AS
45982005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4599
4600 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4601 Change @var{$arg0 to @code{$arg0.
4602
814e32d7
WZ
46032005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4604
4605 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4606
fa93a9d8
JB
46072005-11-12 Jim Blandy <jimb@redhat.com>
4608
4609 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4610 order. Remove extraneous 'z'.
4611
8a5a3c82
AS
46122005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4613
4614 * gdb.texinfo (Choosing files): Add --eval-command.
4615
4b0ad762
AS
46162005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4617
4618 * gdb.texinfo (Choosing modes): Add --return-child-result.
4619
4620
1a088d06
AS
46212005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4622
4623 * gdb.texinfo (Choosing modes): Add --batch-silent.
4624
656d5e12
EZ
46252005-10-28 Eli Zaretskii <eliz@gnu.org>
4626
4627 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4628 "The -var-update Command".
4629
3c9c013a
JB
46302005-10-03 Joel Brobecker <brobecker@adacore.com>
4631
4632 * gdb.texinfo (Print Settings): Add documentation for set/show
4633 print array-indexes.
4634
7ba3cf9c
DJ
46352005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4636
4637 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4638 6.2 and 6.3.
4639
a94ab193
EZ
46402005-08-27 Eli Zaretskii <eliz@gnu.org>
4641
4642 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4643 since 19-Jan-2004.
4644 (Files): Likewise.
ab1adacd
EZ
4645 (Variables, Symbols): Document the "<incomplete type>" message and
4646 its reasons.
a94ab193 4647
ca06016a
FF
46482005-08-01 Fred Fish <fnf@specifix.com>
4649
4650 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4651
cf58170d
NR
46522005-07-15 Nick Roberts <nickrob@snap.net.nz>
4653
4654 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4655 option for -var-list-children and -var-update.
4656 (GDB/MI Stack Manipulation): Simplify description of
4657 print-values option for -stack-list-locals.
4658 (GDB/MI Command Description Format): Clarify.
4659 (Mode Options): Spelling of superseded.
4660
38f1196a
BR
46612005-07-12 Bob Rossi <bob@brasko.net>
4662
4663 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4664 corresponding GDB command comment.
4665
3cb3b8df
BR
46662005-07-06 Bob Rossi <bob@brasko.net>
4667
4668 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4669 and -inferior-tty-show.
4670 (Input/Output): Document "set/show inferior-tty" and tty alias.
4671
10fac096
NW
46722005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4673
4674 * gdb.texinfo (Packets): Change description of 'D' packet to note
4675 that GDB does wait for a response.
4676
d1b6db76
NR
46772005-06-22 Nick Roberts <nickrob@snap.net.nz>
4678
4679 * gdb.texinfo (History) Rename "Command History".
4680 (Command History): Move node "Server Prefix" from section on
4681 Annotations here.
4682
29629dcf
NR
46832005-06-19 Nick Roberts <nickrob@snap.net.nz>
4684
4685 * gdb.texinfo (GDB/MI Stack Manipulation):
4686 Re-instate -stack-info-frame with example. Say that it gets
4687 info on selected frame, not current frame.
4688
397ca115
EZ
46892005-06-18 Eli Zaretskii <eliz@gnu.org>
4690
4691 * gdb.texinfo (Server): Clarify that `file' should be used before
4692 connecting to the server.
4693 (Files): Add an xref to the above description.
51274035
EZ
4694 (Output Formats): More detailed description of the `c' format.
4695 (Memory): List explicitly all the formats supported by `x'.
638ac427 4696 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4697 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4698 files. Add more indexing for solib-absolute-prefix and
4699 --with-sysroot.
76d17f34
EZ
4700 (Machine Code): Document possible problems with locations in
4701 shared libraries.
d416eeec
EZ
4702 (Backtrace): Document that free-standing environments do not need
4703 to have a `main' function.
397ca115 4704
74f6deaa
NR
47052005-06-18 Nick Roberts <nickrob@snap.net.nz>
4706
4707 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4708 -stack-info-frame.
4709
a9967aef
AC
47102005-06-07 Andrew Cagney <cagney@gnu.org>
4711
4712 * gdb.texinfo (Contributors): Note the original multi-arch
4713 contributors.
4714
e09f16f9
EZ
47152005-06-03 Eli Zaretskii <eliz@gnu.org>
4716
4717 * gdb.texinfo (Registers): Add index entries for the standard
4718 registers.
4719 (Frames): Add cross-reference from frame pointer description to
4720 the Registers node.
4721 (Annotations Overview): Fix the reference to GDB name.
4722
d87ba7ee
EZ
47232005-06-01 Eli Zaretskii <eliz@gnu.org>
4724
4725 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4726 can-use-hw-watchpoints.
4727
034dad6f
BR
47282005-05-28 Bob Rossi <bob@brasko.net>
4729
4730 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4731 the possible reasons why an exec async record would be returned to FE.
4732
ffed4509
AC
47332005-05-26 Andrew Cagney <cagney@gnu.org>
4734
4735 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4736 Andrew Cagney implemented the original GDB/MI.
4737
e22e55c9
OF
47382005-05-23 Orjan Friberg <orjanf@axis.com>
4739
4740 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4741 documentation. Add documentation for cris-mode.
4742
a78e13ce
EZ
47432005-05-20 Eli Zaretskii <eliz@gnu.org>
4744
4745 * gdb.texinfo (Numbers): Explain the example and make the wording
4746 more acurate.
4747
76ff342d
DJ
47482005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4749 Dennis Brueni <dennis@slickedit.com>
4750
4751 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4752 (GDB/MI Data Manipulation, GDB/MI Program Control)
4753 (GDB/MI Stack Manipulation): Update examples to include the fullname
4754 attribute in stack frames.
4755
119b882a
EZ
47562005-05-12 Eli Zaretskii <eliz@gnu.org>
4757
4758 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4759 do with other non-standard names of init files.
4760
6fc08d32
EZ
47612005-05-11 Eli Zaretskii <eliz@gnu.org>
4762
4763 * gdb.texinfo (Command Files): Move the description of the startup
4764 from here...
4765 (Startup): ...to this new subsection of the Invocation chapter.
4766 Rearrange the description of init files more logically and add a
4767 cross-reference to "Command Files". Document the special gdbinit
4768 name for CISCO 68k. Expand the description of what GDB does
4769 during startup.
4770 (History): Add index entry for HISTSIZE.
4771
a561754a
MK
47722005-05-02 Mark Kettenis <kettenis@gnu.org>
4773
4774 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4775
2eecc4ab
EZ
47762005-05-02 Eli Zaretskii <eliz@gnu.org>
4777
4778 * gdb.texinfo (SVR4 Process Information, The isatty call)
4779 (The system call): Don't use foo(N) notation for man pages and
4780 functions.
514c4d71 4781 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4782
18999be5
EZ
47832005-04-27 Eli Zaretskii <eliz@gnu.org>
4784
4785 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4786 were optimized away.
4787
0abb7bc7
EZ
47882005-04-22 Eli Zaretskii <eliz@gnu.org>
4789
4790 * gdb.texinfo (Remote configuration): Document "set/show
4791 get-thread-local-storage-address". Add cross-reference to the
4792 description of the qGetTLSAddr packet.
4793 (General Query Packets): Mention "set remote
4794 get-thread-local-storage-address" and add a reference to its
4795 description.
4796
6f61acb1
NR
47972005-04-19 Nick Roberts <nickrob@snap.net.nz>
4798
4799 * gdb.texinfo (Backtrace): Describe 'bt full'.
4800
9d59903a
NR
48012005-04-17 Nick Roberts <nickrob@snap.net.nz>
4802
4803 * gdb.texinfo (Mode Options): Fix typo.
4804 (GDB/MI): Describe how to invoke GDB/MI.
4805
721c2651
EZ
48062005-04-16 Eli Zaretskii <eliz@gnu.org>
4807
4808 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4809 references changed. Add description of "info udot".
721c2651
EZ
4810 (Files): Document "set/show stop-on-solib-events".
4811 (M32R/D): Document "set/show download-path", "set/show
4812 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4813 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4814 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4815 (Maintenance Commands): Improve indexing.
4816 (Target Commands): Document "set/show hash", "set/show debug
4817 monitor".
4818 (SVR4 Process Information): Document "info pidlist" and "info
4819 meminfo". Document "set/show procfs-tarce" and "set/show
4820 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4821 (Symbols, The Print Command with Objective-C): Improve indexing.
4822 (Objective-C): Add references to "info classes" and "info
4823 selectors".
c45da7e6
EZ
4824 (Debugging Output): Improve wording. Document "set/show debug
4825 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4826 (Set Breaks): Add index entry for "hardware breakpoints".
4827 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4828 and "set/show usehardbreakpoints".
4829 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4830 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4831 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4832 rdiromatzero", "set/show rdiheartbeat".
4833 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4834 "sds".
4835 (Embedded Processors): Document the "sim" command.
4836 (Remote): Document the "remote" command.
4837 (DJGPP Native): Document the "info serial" command.
4838 (Threads): Document "maint info sol-threads".
4839 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4840 (Set Breaks): Improve indexing.
4841 (Command Syntax): Add a reference to dont-repeat.
4842 (Define): Document "dont-repeat".
4843 (TUI Commands): Document "tabset".
4844 (WinCE): New subsection. Document "set/show remotedirectory",
4845 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4846
14d6dd68
EZ
48472005-04-15 Eli Zaretskii <eliz@gnu.org>
4848
4849 * gdb.texinfo (Hurd Native): New subsection, documents
4850 Hurd-specific commands.
a64548ea 4851 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4852 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4853 (MIPS): Improve documentation of heuristic-fence-post. Document
4854 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4855 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4856 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4857 (ARM): Document ARM-specific commands.
a64548ea
EZ
4858 (AVR): New section. Document "info io_registers".
4859 (CRIS): New section. Document "set/show cris-version" and
4860 "set/show cris-dwarf2-cfi".
4861 (HPPA): New section. Document "set/show debug hppa" and "maint
4862 print unwind".
a5adf40f 4863 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4864 (Super-H): New section. Document the "regs" command.
721c2651 4865 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4866
9c16f35a
EZ
48672005-04-09 Eli Zaretskii <eliz@gnu.org>
4868
4869 * gdb.texinfo (Print Settings): Document "set/show print
4870 pascal_static-members", "set print repeats", "show print
4871 null-stop". Improve indexing. Fix documentation of "set print
4872 union".
4873 (Pascal): New section.
4874 (Supported languages): Rename from "Support"; all references
4875 updated. Add a menu item for Pascal.
4876 (Numbers): Document "set radix.
4877 (Screen Size): Document "set/show pagination".
4878 (MIPS Embedded): Remove "set processor" documentation.
4879 (Remote configuration): Document "set/show X/P/Z-packet",
4880 "set/show read-aux-vector-packet", "set/show remote
4881 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4882 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4883 remotedebug", "set/show remotebreak", "set/show remotedevice",
4884 "set/show remotelogfile".
4885 (Auxiliary Vector): Add reference to the description of the
4886 read-aux-vector-packet setting.
4887 (Set Watchpoints): Add a cross-reference to "set remote
4888 hardware-breakpoint-limit".
4889 (General Query Packets): Add indexing of requests and
4890 cross-references to related commands in "Remote configuration".
4891 (File-I/O Overview, The system call): Fix wording and typos.
4892 (Thread Stops): Add index entries.
4893 (Continuing and Stepping): Document "show step-mode".
4894 (i386): New node. Document "set/show struct-convention".
4895 (Files): Document "show trust-readonly-sections".
4896 (Calling): Document "set/show unwindonsignal".
4897 (Messages/Warnings): Add index entries.
4898 (Maintenance Commands): Document "set/show watchdog".
4899 (Annotations Overview): Document "show annotate".
4900 (Set Watchpoints): Add index entries.
4901 (Symbols): Fix doc of case-sensitive.
4902 (ABI): Document "show coerce-float-to-double".
4903 (Convenience Vars, Help): Improve indexing.
4904 (Machine Code): Document "show disassembly-flavor".
4905 (Debugging C plus plus): Document "show overload-resolution".
4906 (Value History, Signaling): Add index entries.
4907
49082005-04-08 Eli Zaretskii <eliz@gnu.org>
4909
4910 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4911 (Processes): Fix wording.
4912 (History, List, Logging output, Define, Symbols, Print Settings):
4913 Improve indexing.
4914
a8f24a35
EZ
49152005-04-03 Eli Zaretskii <eliz@gnu.org>
4916
4917 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4918 redundant index entry for "target" command.
4919 (Backtrace): Add index entries.
4920 (Symbols, Fortran): Document the "set case-sensitive" command.
4921 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4922 (Print Settings): Add index entry for "set demangle-style".
4923 (Target Commands): Document "set download-write-size".
4924 (Debugging Output): Document "set exec-done-display".
4925
09d4efe1
EZ
49262005-04-02 Eli Zaretskii <eliz@gnu.org>
4927
4928 * gdb.texinfo (Files): Fix the name and documentation of
4929 add-shared-symbol-files. Document its alias assf. Update the
4930 list of OSs where GDB supports shared libraries. Fix markup.
4931 (Continuing and Stepping): Add reference to @var{location} in the
4932 text.
4933 (Dump/Restore Files): Fix reference to @{filename}.
4934 (Help): Fix wording.
4935 (Attach): Ditto.
4936 (Set Watchpoints): Ditto.
4937 (Backtrace): Remove redundant index entries. Improve index
4938 entries.
4939 (Delete Breaks): Fix wording.
4940 (Memory): Document the compare-sections command.
4941 (Memory Region Attributes): Improve wording.
4942 (Disabling): Improve wording.
4943 (Fortran): New subsection. Document the "info common" command.
4944 (Help): Document aliases "info copying" and "info warranty".
4945 (Caching Remote Data): New section. Document the "set/show
4946 remotecache" and "info dcache" commands.
4947 (Show): Fix wording of the documentation of the "set
4948 extension-language" command.
4949 (Signals): Add index entry for "info handle".
4950 (Memory Region Attributes): Fix punctuation.
4951 (Symbols): Change the arg name to "location" and refer to it in
4952 the text. Fix wording of "info types" doc.
4953 (Threads): Fix usage of @enumerate @item's.
4954 (Listing Tracepoints): Add index entry for "info tp".
4955 (Set Watchpoints): Add xref to "info break" description.
4956 (Macros): Add an index entry for "macro exp1". Document the
4957 "macro list" command.
4958 (Maintenance Commands): Document "flushregs", "maint agent",
4959 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4960 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4961 "maint print architecture", "maint print objfiles", "maint print
4962 statistics", "maint print type", "maint show-debug-regs", "maint
4963 space", "maint time", and "maint translate-address".
4964 (Connecting): Document the "monitor" command.
4965 (Annotations Overview): Describe the "set annotate" command.
4966
82f2d802
EZ
49672005-04-01 Eli Zaretskii <eliz@gnu.org>
4968
4969 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4970 Rearrange index entries and improve wording about support for
4971 hardware watchpoints.
4972
7d51c7de
BR
49732005-03-10 Bob Rossi <bob@brasko.net>
4974
4975 * gdb.texinfo: Update copyright
4976
68c71a2e
TR
49772005-02-09 Theodore A. Roth <troth@openavr.org>
4978
4979 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4980 error.
4981
83761cbd
KB
49822005-02-03 Kevin Buettner <kevinb@redhat.com>
4983
4984 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4985
9f1c6395
MS
49862005-01-17 Michael Snyder <msnyder@redhat.com>
4987
4988 * gdb.texinfo: Fix spelling, infinte -> infinite.
4989
fbd1b305
MK
49902005-01-08 Mark Kettenis <kettenis@gnu.org>
4991
4992 * observer.texi (GDB Observers): Document "solib_loaded".
4993
3ace7edb
AC
49942005-01-07 Andrew Cagney <cagney@gnu.org>
4995
bec39cab
AC
4996 * configure.ac: Rename configure.in, require autoconf 2.59.
4997 * configure: Re-generate.
4998
3ace7edb
AC
4999 * configure.in: Replace configdirs with multiple references to
5000 AC_CONFIG_SUBDIRS.
5001 * configure: Re-generate.
5ae4183a 5002
53531fc1
AC
50032005-01-04 Andrew Cagney <cagney@gnu.org>
5004
5005 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
5006 part of the version number.
5007
536ffdb7
MK
50082004-12-24 Mark Kettenis <kettenis@gnu.org>
5009
5010 * gdbint.texinfo (Algorithms): Remove description of
5011 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
5012
e1aac25b
JB
50132004-12-07 Jim Blandy <jimb@redhat.com>
5014
5015 * gdb.texinfo (General Query Packets): Specify that thread ID's in
5016 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
5017 numbers.
5018
f47b1503
AS
50192004-12-07 Andreas Schwab <schwab@suse.de>
5020
5021 * gdb.texinfo (Mode Options): Document -l option.
5022
b6b8ece6
EZ
50232004-12-04 Eli Zaretskii <eliz@gnu.org>
5024
5025 * gdbint.texinfo (Algorithms): More accurate description of
5026 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
5027 is not needed unless data-read and data-access watchpoints are
5028 supported. Add a description of how GDB checks whether the
5029 inferior stopped because a watchpoint was hit.
5030
01371747
EZ
50312004-11-23 Eli Zaretskii <eliz@gnu.org>
5032
5033 * gdb.texinfo (Files): Add cross-reference to description of
5034 -readnow command-line switch.
5035
2315ffec
RC
50362004-11-10 Randolph Chung <tausq@debian.org>
5037
5038 * gdb.texinfo: Document set/show backtrace past-entry commands.
5039 Rearrange index entries for set/show backtrace past-main.
5040
69065f5d
AC
50412004-11-10 Jon Beniston <jon@beniston.com>
5042
5043 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
5044 * gdb.texinfo (Remote Serial Protocol): Further describe
5045 binary transfer escaping mechanism .
69065f5d 5046
30e91e0b
RC
50472004-11-08 Randolph Chung <tausq@debian.org>
5048
5049 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
5050 and "show debug infrun". Add index entries.
5051
60bf7e09
EZ
50522004-10-23 Eli Zaretskii <eliz@gnu.org>
5053
5054 * gdb.texinfo (SVR4 Process Information): Document subcommands of
5055 "info proc" that are already implemented. Add index entries.
5056 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
5057 (Files): Add a tip for decreasing memory used for symtabs from
5058 shared libraries.
f018e82f
EZ
5059 (Starting): Fix whitespace; make "elaboration" stand out where it
5060 is first used, and add an index entry for the term.
f8568604
EZ
5061 (Calling): Expand and elaborate text. Add "print". Add the
5062 description of problems with weak aliases.
384ee23f 5063 (Core File Generation): New section.
60bf7e09 5064
d52fe014
AC
50652004-10-12 Andrew Cagney <cagney@gnu.org>
5066
5067 * gdbint.texinfo (Versions and Branches): New chapter.
5068 (Releasing GDB): Delete "Versions and Branches" section.
5069 (Top): Add "Versions and Branches".
5070
703663ab
EZ
50712004-10-08 Eli Zaretskii <eliz@gnu.org>
5072
5073 * gdb.texinfo (Editing, History): Add cross-references to the
5074 included Readline and History user documentation. Remove
5075 references to the symbol have-readline-appendices which is unused
5076 and undefined.
5077 (History): Fix indexing.
5078
ac77d04f
JJ
50792004-10-08 Jeff Johnston <jjohnstn@redhat.com>
5080
5081 * gdbint.texinfo (target_stopped_data_address): Update to
5082 new prototype.
5083 (i386_stopped_data_address): Update prototype and description.
5084 (i386_stopped_by_watchpoint): New function and description.
5085
e07c999f
PH
50862004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
5087
5088 * gdb.texinfo (Filenames): Add Ada suffixes.
5089 (Ada) New section.
5090
2e868123
AC
50912004-09-27 Andrew Cagney <cagney@gnu.org>
5092 Robert Picco <Robert.Picco@hp.com>
5093
5094 * gdb.texinfo (Packets): Document the "p" packet.
5095
02a57714
JM
50962004-09-21 Jason Molenda (jmolenda@apple.com)
5097
5098 * gdb.texinfo (Paths and Names of the Source Files): Document the
5099 meaning of values in the 'desc' field of a SO stab.
5100
ae038cb0
DJ
51012004-09-20 Daniel Jacobowitz <dan@debian.org>
5102
5103 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
5104 max-cache-age" and "maint show dwarf2 max-cache-age".
5105
f7dc1244
EZ
51062004-09-16 Eli Zaretskii <eliz@gnu.org>
5107
5108 * gdb.texinfo (Set Breaks): Add index entry for setting
5109 breakpoints on overloaded C++ functions that are not members of
5110 any classes. Add an example and an index entry for setting
5111 breakpoints on all program functions.
5112 (Character Sets, Macros, Overlay Commands)
5113 (Non-debug DLL symbols, GDB/MI Output Syntax)
5114 (Annotations Overview, Maintenance Commands, File-I/O Overview):
5115 Use "(@value{GDBP})" instead of a literal "(gdb)".
5116
f810308b
AC
51172004-09-12 Andrew Cagney <cagney@gnu.org>
5118
5119 * gdbint.texinfo (Native Debugging): Delete description of
5120 FILES_INFO_HOOK.
5121
15a661f3
PH
51222004-09-11 Paul Hilfinger <hilfinger@gnat.com>
5123
5ae4183a
AS
5124 * gdbint.texinfo (User Interface): Change local_hex_string_custom
5125 to hex_string_custom (not historically correct, but more
15a661f3
PH
5126 understandable, given the current code).
5127
f3219c75
AC
51282004-09-03 Andrew Cagney <cagney@gnu.org>
5129
5130 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
5131
f3bb6704
JJ
51322004-09-01 Jeff Johnston <jjohnstn@redhat.com>
5133
5134 * observer.texi (solib_unloaded): New observer.
5135
8d2c00cb
AC
51362004-08-24 Andrew Cagney <cagney@gnu.org>
5137
5138 * gdbint.texinfo (Target Architecture Definition): Add missing
5139 comma.
5140
e7dc800a
MC
51412004-08-20 Michael Chastain <mec.gnu@mindspring.com>
5142
5143 * (Using the Testsuite): build != host is supported,
5144 but some test scripts do not support build != host.
5145
73b03683
MK
51462004-08-14 Mark Kettenis <kettenis@gnu.org>
5147
5148 * gdbint.texinfo (Host Definition): Delete description of
5149 FCLOSE_PROVIDED and GETENV_PROVIDED.
5150
c0ccb908
MK
51512004-08-05 Mark Kettenis <kettenis@chello.nl>
5152
5153 * gdbint.texinfo (Host Definition): Delete description of
5154 NO_SYS_FILE.
5155 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
5156 PTRACE_FP_BUG.
5157
9c8dbfa9
AC
51582004-08-05 Andrew Cagney <cagney@gnu.org>
5159
5160 * gdbint.texinfo (Target Architecture Definition): Delete
5161 reference to deprecated_read_fp.
5162
f42accbe
AC
51632004-08-02 Andrew Cagney <cagney@gnu.org>
5164
5165 * gdbint.texinfo (Target Architecture Definition): Delete
5166 description of DEPRECATED_REGISTER_BYTES.
5167
0b66e38c
EZ
51682004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
5169
5170 * gdb.texinfo (Source Path): Document the new behavior of
5171 searching for the source files.
5172
15387254
EZ
51732004-07-17 Eli Zaretskii <eliz@gnu.org>
5174
5175 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
5176 (Search, Expressions, Arrays, Variables, Data, Machine Code)
5177 (Auto Display): Improve indexing.
5178
2c07db7a
AC
51792004-07-16 Andrew Cagney <cagney@gnu.org>
5180
5181 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
5182 "-noasync".
5183
4644b6e3
EZ
51842004-07-09 Eli Zaretskii <eliz@gnu.org>
5185
5186 * gdb.texinfo: Fix @kindex entries so that multiple commands that
5187 have the same prefix have only their prefix in the index.
5188
7561d450
MK
51892004-07-03 Mark Kettenis <kettenis@gnu.org>
5190
5191 * gdb.texinfo (BSD libkvm Interface): New node (section)
5192 (Native): Add it to the menu.
5193
67bebe79
MK
51942004-07-01 Mark Kettenis <kettenis@gnu.org>
5195
5196 * gdbint.texinfo (Target Architecture Definition): Remove
5197 PCC_SOL_BROKEN.
5198
1a6923e0
MK
51992004-06-24 Mark Kettenis <kettenis@gnu.org>
5200
5201 * gdbint.texinfo (Target Architecture Definition): Remove
5202 SUN_FIXED_LBRAC_BUG.
5203
b435e160
AC
52042004-06-26 Andrew Cagney <cagney@gnu.org>
5205
5206 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
5207
b5622e8d
AC
52082004-06-20 Andrew Cagney <cagney@gnu.org>
5209
5210 * gdbint.texinfo (Target Architecture Definition): Deprecate
5211 USE_STRUCT_CONVENTION.
5212
e0c07bf0
MC
52132004-06-19 Michael Chastain <mec.gnu@mindspring.com>
5214
5215 gdb.texinfo (Bug Reporting): Mention session recording,
5216 with the script command or Emacs.
5217
782263ab
AC
52182004-06-18 Andrew Cagney <cagney@gnu.org>
5219
5220 * gdbint.texinfo (Target Architecture Definition): Deprecate
5221 FUNCTION_START_OFFSET.
5222
03727ca6
AC
52232004-06-14 Andrew Cagney <cagney@gnu.org>
5224
5225 Based on changes from Karl Berry.
5226 * gdb.texinfo: Do not use @sc in a direntry.
5227 * stabs.texinfo: Change @dircateogry to "Software development".
5228 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
5229
97092415
AC
52302004-06-13 Andrew Cagney <cagney@gnu.org>
5231
5232 * gdbint.texinfo (Target Architecture Definition): Delete
5233 description of RETURN_VALUE_ON_STACK.
5234
1f6d4158
AC
52352004-06-09 Andrew Cagney <cagney@gnu.org>
5236
5237 * gdbint.texinfo (Native Debugging): Restore "@table @code"
5238 deleted by previous patch.
5239
d966f0cb
AC
52402004-06-08 Andrew Cagney <cagney@gnu.org>
5241
5242 * gdbint.texinfo (Native Debugging): Delete documentation on
5243 ATTACH_DETACH.
5244
86fe4aaa
RC
52452004-06-06 Randolph Chung <tausq@debian.org>
5246
5247 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
5248
d4b6d575
RC
52492004-06-06 Randolph Chung <tausq@debian.org>
5250
5ae4183a 5251 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
5252 the new push_dummy_call method signature. Describe the function
5253 argument.
5254
4e8b0763
JB
52552004-05-24 Joel Brobecker <brobecker@gnat.com>
5256
5257 * gdb.texinfo (Starting): Document new start command.
5258
59caf092
AC
52592004-05-21 Andrew Cagney <cagney@redhat.com>
5260
5261 * observer.texi (GDB Observers): Document "inferior_created".
5262
e4a2df64
AC
52632004-05-08 Andrew Cagney <cagney@redhat.com>
5264
e6b55ae2
AC
5265 * gdbint.texinfo (Target Architecture Definition): Delete
5266 description of DO_DEFERRED_STORES.
5267
28954179
AC
5268 * gdbint.texinfo (Target Architecture Definition): Delete
5269 references to DEPRECATED_FIX_CALL_DUMMY.
5270
434b87dd
AC
5271 * gdbint.texinfo (Target Architecture Definition): Delete
5272 description of DEPRECATED_CALL_DUMMY_WORDS,
5273 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
5274
58d28df8
AC
5275 * gdbint.texinfo (Target Architecture Definition): Delete
5276 description of DEPRECATED_PUSH_DUMMY_FRAME.
5277
e4a2df64
AC
5278 * gdbint.texinfo (Target Architecture Definition): Delete
5279 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
5280
2b4855ab
AC
52812004-05-07 Andrew Cagney <cagney@redhat.com>
5282
5283 * observer.texi (GDB Observers): Add "Debugging" section. Include
5284 cross reference to "set/show debug observer".
5285 * gdb.texinfo (Debugging Output): Document "set/show debug
5286 observer".
5287
fcf70625
AC
52882004-05-01 Andrew Cagney <cagney@redhat.com>
5289
5290 * gdbint.texinfo (Target Architecture Definition): Delete
5291 description of DEPRECATED_PC_IN_SIGTRAMP.
5292
8ee56bcf
AC
52932004-04-30 Andrew Cagney <cagney@redhat.com>
5294
5295 * gdbint.texinfo (Target Architecture Definition): Delete
5296 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
5297
67ab9a76
OF
52982004-04-30 Orjan Friberg <orjanf@axis.com>
5299
5300 * observer.texi (GDB Observers): Correct spelling.
5301
79346bcb
OF
53022004-04-26 Orjan Friberg <orjanf@axis.com>
5303
5304 * observer.texi (GDB Observers): Add target_changed event.
5305
7a464420
AC
53062004-04-08 Andrew Cagney <cagney@redhat.com>
5307
5308 * observer.texi (GDB Observers): Rework, provide generic observer
5309 definitions and then a list of observable events.
5310
6cdf9d98
AC
53112004-04-04 Andrew Cagney <cagney@redhat.com>
5312
5313 * gdbint.texinfo (Host Definition): Delete reference to
5314 NO_SIGINTERRUPT.
5315
ddc135a4
AC
53162004-04-02 Andrew Cagney <cagney@redhat.com>
5317
5318 * gdbint.texinfo (Target Architecture Definition): Delete
5319 reference to DEPRECATED_CALL_DUMMY_LENGTH.
5320
6a1b180d
SC
53212004-03-28 Stephane Carrez <stcarrez@nerim.fr>
5322
5323 * gdb.texinfo (TUI Commands): Document tui reg commands.
5324
d0d5df6f
AC
53252004-03-26 Andrew Cagney <cagney@redhat.com>
5326
5327 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
5328 "gdbtui".
5329 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
5330 (Contributors): Mention both Text and Terminal User Interface.
5331
aa2a3f87
AC
53322004-03-23 Andrew Cagney <cagney@redhat.com>
5333
5334 * gdbint.texinfo (Target Architecture Definition): Deprecate
5335 references to SIGTRAMP_START and SIGTRAMP_END.
5336
f561f026
AC
53372004-03-23 Andrew Cagney <cagney@redhat.com>
5338
5339 * gdbint.texinfo (Target Architecture Definition): Deprecate
5340 references to PC_IN_SIGTRAMP.
5341
33cb8b0f
AC
53422004-03-19 Andrew Cagney <cagney@redhat.com>
5343
5344 * gdbint.texinfo (Target Architecture Definition): Delete
5345 reference to GDB_TARGET_IS_HPPA.
5346
fc989b7a
AC
53472004-03-18 Andrew Cagney <cagney@redhat.com>
5348
5349 * gdbint.texinfo (Coding): Update section on gdbarch_data,
5350 describe pre_init and post_init.
5351
701b08bb
DJ
53522004-03-09 Daniel Jacobowitz <drow@mvista.com>
5353
5354 * gdb.texinfo (Debugging Output): Document values for "set debug
5355 target".
5356
faae5abe
AC
53572004-02-28 Andrew Cagney <cagney@redhat.com>
5358
5359 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
5360
dd79a6cf
JJ
53612004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5362
5363 * gdb.texinfo (breakpoints): Add information about the
5364 new "set breakpoint pending" and "show breakpoint pending"
5365 commands.
5366
e7f16015
AC
53672004-02-26 Andrew Cagney <cagney@redhat.com>
5368
5369 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
5370 in Per-architecture module data section.
5371
7161a3a6
RM
53722004-02-25 Roland McGrath <roland@redhat.com>
5373
5374 * gdb.texinfo (General Query Packets): Document qPart:... packets.
5375
2154891a
AC
53762004-02-24 Andrew Cagney <cagney@redhat.com>
5377
5378 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
5379 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
5380 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 5381
6c74ac8b
AC
53822004-02-17 Andrew Cagney <cagney@redhat.com>
5383
5384 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
5385
19772a2c
AC
53862004-02-16 Andrew Cagney <cagney@redhat.com>
5387
5388 * gdbint.texinfo (Target Architecture Definition): Deprecate
5389 FRAMELESS_FUNCTION_INVOCATION.
5390
c9830293
AC
53912004-02-16 Andrew Cagney <cagney@redhat.com>
5392
5393 * gdbint.texinfo (Coding): Mention -Wunused-function.
5394
b9d26eb9
AC
53952004-02-14 Andrew Cagney <cagney@redhat.com>
5396
5397 * gdbint.texinfo (Target Architecture Definition): Delete
5398 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5399
49efadf5
EZ
54002004-02-12 Elena Zannoni <ezannoni@redhat.com>
5401
5402 * gdb.texinfo: Properly quote the name "C++".
5403 * gdbint.texinfo: Ditto.
5404 * stabs.texinfo: Ditto.
5405
1eb288ea
EZ
54062004-02-11 Elena Zannoni <ezannoni@redhat.com>
5407
5408 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5409 minimal information about libiberty.
5410
e4937fc1
MC
54112004-02-06 Michael Chastain <mec.gnu@mindspring.com>
5412
5413 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5414
a9331b3f
RM
54152004-02-04 Roland McGrath <roland@redhat.com>
5416
5417 * gdb.texinfo (Auxiliary Vector): New node (section).
5418 (Data): Add it to the menu.
5419
2650777c
JJ
54202004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5421
5422 * gdb.texinfo (Breakpoints): Add information about pending
5423 breakpoint support.
5424
b4501125
AC
54252004-01-26 Andrew Cagney <cagney@redhat.com>
5426
5427 * gdb.texinfo (Overview): Delete references to the cisco protocol
5428 including the "N" response.
5429
74055713
AC
54302004-01-26 Andrew Cagney <cagney@redhat.com>
5431
5432 * gdbint.texinfo (Target Architecture Definition): Rename
5433 EXTRACT_STRUCT_VALUE_ADDRESS to
5434 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 5435
3bbe9696
EZ
54362004-01-24 Eli Zaretskii <eliz@gnu.org>
5437
5438 * gdb.texinfo (KOD): Document "show os". Add index entries for
5439 "set/show os" and "info cisco" commands.
5440
5843504f
EZ
54412004-01-21 Eli Zaretskii <eliz@gnu.org>
5442
5443 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5444
9175c9a3
MC
54452004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5446
5447 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5448 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5449
8e94b928
NR
54502004-01-19 Nick Roberts <nick@nick.uklinux.net>
5451
5452 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5453 -stack-list-locals.
5454 (GDB/MI Variable Objects): Describe extension to
5455 -var-list-children.
5456
a20cf136
DJ
54572004-01-17 Daniel Jacobowitz <drow@mvista.com>
5458
5459 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5460
afb18d0f
AC
54612004-01-17 Andrew Cagney <cagney@redhat.com>
5462
5463 * gdbint.texinfo (Target Architecture Definition): Delete
5464 documentation on DEPRECATED_NPC_REGNUM.
5465
b51970ac
DJ
54662004-01-13 Daniel Jacobowitz <drow@mvista.com>
5467
5468 * gdb.texinfo: Update copyright year. Mention that set
5469 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5470 "set follow-fork-mode ask".
5471
0f0cffd2
AC
54722004-01-13 Andrew Cagney <cagney@redhat.com>
5473
5474 * gdbint.texinfo: Update copyright year.
5475 (Coding): Add -Wunused-label to list of -Werror warnings.
5476
c552b3bb 54772004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 5478 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
5479
5480 * gdb.texinfo: Update copyright.
5481 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5482 around names, as appropriate. Minor syntax cleanup of
5483 _NSPrintForDebugger explanation. Two spaces after periods.
5484 GDBN used instead of lit. "gdb". Index entries added for
5485 print-object and _NSPrintForDebugger. @noindent added in one spot.
5486
afe157ca
EZ
54872003-11-11 Elena Zannoni <ezannoni@redhat.com>
5488
5489 * stabs.texinfo: Add dircategory and direntry commands.
5490 * annotate.texinfo: Ditto.
5491
963e2bb7
AC
54922003-11-10 Andrew Cagney <cagney@redhat.com>
5493
5494 * gdbint.texinfo (Target Architecture Definition): Replace the
5495 return_value method's "inval" and "outval" parameters with
5496 "readbuf" and "writebuf".
5497
1d8b2f28
JB
54982003-10-28 Jim Blandy <jimb@redhat.com>
5499
5500 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5501 from "The `F' request packet" and "The `F' reply packet", to make
5502 texi2dvi happy.
5503 (File-I/O remote protocol extension): Update menu entries, too.
5504
36d86913
MC
55052003-10-26 Michael Chastain <mec@shout.net>
5506
5507 * gdb.texinfo (Thread Stops): Document the issue with
5508 premature return from system calls in multi-threaded programs.
5509
ce2826aa
AC
55102003-10-24 Andrew Cagney <cagney@redhat.com>
5511
5512 * annotate.texinfo: Fix "fortunatly"[sic].
5513
f24c5e49
KI
55142003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5515
5516 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5517 with "Hitachi" and "Mitsubishi".
5518
92ad9cd9
AC
55192003-10-20 Andrew Cagney <cagney@redhat.com>
5520
5521 * gdbint.texinfo (Target Architecture Definition): Document
5522 gdbarch_return_value. Add cross references from
5523 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5524 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5525
0ab4b752
MK
55262003-10-18 Mark Kettenis <kettenis@gnu.org>
5527
5528 * gdbint.texinfo (Target Architecture Definition): Document
5529 regset_from_core_section.
fb3e19c0
KI
5530
55312003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5532
5533 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5534
a9331b3f 55352003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5536
5537 From Anthony Green <green@redhat.com>:
5ae4183a 5538 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5539
1485d690
KB
55402003-10-14 Kevin Buettner <kevinb@redhat.com>
5541
889bf7c5
PA
5542 * gdb.texinfo (Breakpoint related warnings): New node.
5543 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5544
86d30acc
DJ
55452003-10-13 Daniel Jacobowitz <drow@mvista.com>
5546
5547 * gdb.texinfo (Remote Protocol): Document v and vCont.
5548
172c2a43
KI
55492003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5550
5551 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5552 * gdbint.texinfo: Ditto.
5553
71952f4c
AC
55542003-10-09 Andrew Cagney <cagney@redhat.com>
5555
5556 From 2003-09-18 David Anderson <davea@sgi.com>:
5557 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5558 "command".
5559
268e2188
AC
55602003-10-03 Andrew Cagney <cagney@redhat.com>
5561
5562 * gdbint.texinfo (Target Architecture Definition): Deprecate
5563 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5564 just target.
5565
12c266ea 55662003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5567
f30992d4 5568 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5569 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5570 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5571 * gdbint.texinfo (Target Architecture Definition): Rename
5572
55732003-09-30 Andrew Cagney <cagney@redhat.com>
5574
f30992d4 5575 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5576 (Target Architecture Definition):
f30992d4 5577
2e092625
AC
5578 * gdbint.texinfo (Target Architecture Definition): Rename
5579 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5580
0717ae8a
AC
55812003-09-29 Andrew Cagney <cagney@redhat.com>
5582
dad809b7
AC
5583 * gdbint.texinfo (Target Architecture Definition): Delete
5584 documentation for NEED_TEXT_START_END.
5585
0717ae8a
AC
5586 * gdbint.texinfo (Target Architecture Definition): Rename
5587 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5588 TARGET_WRITE_PC.
a9331b3f 5589
af6cf26d
MC
55902003-09-22 Michael Chastain <mec@shout.net>
5591
5592 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5593
ee206350
AG
55942003-09-21 Anthony Green <green@redhat.com>
5595
5596 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5597
a38c9fe6
MK
55982003-09-21 Mark Kettenis <kettenis@gnu.org>
5599
5600 * gdbint.texinfo (Target Architecture Definition): Document
5601 stabs_argument_has_addr.
5602
77949794
AC
56032003-09-18 Andrew Cagney <cagney@redhat.com>
5604
5605 * gdbint.texinfo (Target Architecture Definition): Delete
5606 documentation on REGISTER_NAMES.
5607
8e823e25
MK
56082003-09-13 Mark Kettenis <kettenis@gnu.org>
5609
5610 * gdbint.texinfo (Target Architecture Definition): Replace
5611 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5612
f27dd7fd
AC
56132003-09-11 Andrew Cagney <cagney@redhat.com>
5614
5615 * gdbint.texinfo (Target Architecture Definition): Replace
5616 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5617
8b148df9
AC
56182003-08-18 Andrew Cagney <cagney@redhat.com>
5619
5620 * gdbint.texinfo (Target Architecture Definition): Document
5621 "frame_red_zone_size".
5622
25d29d70
AC
56232003-08-09 Andrew Cagney <cagney@redhat.com>
5624
5625 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5626 with "set/show backtrace past-main" and "set/show backtrace
5627 limit".
5628
c938e9b0
L
56292003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5630
5631 * Makefile.in (install-info): Support DESTDIR.
5632 (install-html): Likewise.
5633
64fabec2
AC
56342003-08-07 Andrew Cagney <cagney@redhat.com>
5635
5636 Patch from Nick Roberts.
5637 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5638 bindings. Remove description of send-gdb-command.
5639
2fcf52f0
AC
56402003-08-07 Andrew Cagney <cagney@redhat.com>
5641
5642 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5643 GDB 6.0.
5644
086432e2
AC
56452003-08-06 Andrew Cagney <cagney@redhat.com>
5646
5647 * gdb.texinfo (Mode Options): Mention that level three is the
5648 highest available and that level 2 is deprecated.
5649 (Annotations Overview): Mention annotation levels. Cross reference
5650 to "Limitations of the Annotation Interface" in annotate.texi.
5651 (TODO, Value Annotations, Frame Annotations): Delete section.
5652 (Displays, Breakpoint Info): Delete.
5653
e5249f67
AC
56542003-08-04 Andrew Cagney <cagney@redhat.com>
5655
5656 * agentexpr.texi: Delete @bye.
5657 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5658 (stabs.info): Add $(srcdir) to include search path.
5659 (html): Depend on "annotate_toc.html", and not "annotate.html".
5660 * stabs.texinfo: Ditto. Include "fdl.texi".
5661 * gdbint.texinfo: Update copyright statement's list of invariant
5662 sections.
5663
e6f672d2
AC
56642003-07-28 Andrew Cagney <cagney@redhat.com>
5665
5666 * Makefile.in (INFO_DEPS): Add annotate.info.
5667 (dvi, ps, html, pdf): Add annotate.
5668 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5669 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5670 (ANNOTATE_DOC_FILES): New macro.
5671 (ANNOTATE_TEX_TMPS): New macro.
5672 (annotate.info, annotate_toc.html): Specify dependencies.
5673 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5674 * annotate.texinfo: Rename annotate.texi. Get building. Add
5675 "Migrating to GDB/MI" and "Limitations of the Annotation
5676 Interface" chapters. Mention why it is not part of the user
5677 guide. Update copyright notice. Include "fdl.texi".
5678
72ffddc9
SC
56792003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5680
5681 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5682
a9f12a31
DJ
56832003-07-24 Daniel Jacobowitz <drow@mvista.com>
5684
5685 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5686
b1fe9455
DJ
56872003-07-24 Daniel Jacobowitz <drow@mvista.com>
5688
5689 * gdb.texinfo (Server): Mention pidof.
5690
153721e6
AC
56912003-07-22 Andrew Cagney <cagney@redhat.com>
5692
5693 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5694 list.
5695
0fac0b41
DJ
56962003-06-28 Daniel Jacobowitz <drow@mvista.com>
5697
5698 * gdb.texinfo (Logging output): New chapter.
5699
4e562065
JB
57002003-06-24 Joel Brobecker <brobecker@gnat.com>
5701
5702 * gdb.texinfo (Unsupported languages): New section.
5703 (Languages): Add link to new section.
5704
f2c06f52
AC
57052003-06-22 Andrew Cagney <cagney@redhat.com>
5706
5707 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5708
b4177fca
DJ
57092003-06-22 Daniel Jacobowitz <drow@mvista.com>
5710
5711 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5712
f418dd93
DJ
57132003-06-22 Daniel Jacobowitz <drow@mvista.com>
5714
5715 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5716 * agentexpr.texi: Retitle section, and change it to an appendix.
5717 Comment out texinfo initialization. Factor a @var{} into two
5718 pieces to prevent makeinfo warnings.
5719 * gdb.texinfo: Add Agent Expressions appendix.
5720
4ca61388
DJ
57212003-06-19 Daniel Jacobowitz <drow@mvista.com>
5722
5723 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5724
07f31aa6
DJ
57252003-06-18 Daniel Jacobowitz <drow@mvista.com>
5726
5ae4183a 5727 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5728 remote target". Document the "detach" and "disconnect" commands.
5729 (Server, Netware, Debug Session): Reference "Connecting to a
5730 remote target".
5731 (GDB/MI Target Manipulation): Document "-target-disconnect".
5732
2dd0da42
AC
57332003-06-13 Andrew Cagney <cagney@redhat.com>
5734
5735 * gdbint.texinfo (Target Architecture Definition): Deprecate
5736 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5737 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5738
e7a3abfc
JB
57392003-06-09 Jim Blandy <jimb@redhat.com>
5740
5741 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5742
25e3a86b
AC
57432003-06-08 Andrew Cagney <cagney@redhat.com>
5744
5745 * gdbint.texinfo (Target Architecture Definition): Delete
5746 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5747
a9e5fdc2
AC
57482003-06-08 Andrew Cagney <cagney@redhat.com>
5749
5750 * gdbint.texinfo (Target Architecture Definition): Document
5751 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5752
b37303ee
AF
57532003-06-07 Adam Fedor <fedor@gnu.org>
5754
5755 * gdb.texinfo: Add Objective-C documentation.
5756
39fe6e80
AC
57572003-06-01 Andrew Cagney <cagney@redhat.com>
5758
5759 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5760 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5761
125309b2
AC
57622003-05-21 Andrew Cagney <cagney@redhat.com>
5763
5764 * gdbint.texinfo (Target Architecture Definition): Delete
5765 references to "extract_address" and "store_address".
5766
b8b527c5
AC
57672003-05-16 Andrew Cagney <cagney@redhat.com>
5768
5769 * gdbint.texinfo (Target Architecture Definition): Replace
5770 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5771 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5772
50e3ee83
TR
57732003-05-14 Theodore A. Roth <troth@openavr.org>
5774
5775 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5776
44e2be90
L
57772003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5778
5779 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5780 (gdb.dvi): Likewise.
5781 (gdb.pdf): Likewise.
5782 (links2roff): Likewise.
5783
df5215a6
JB
57842003-05-08 Jim Blandy <jimb@redhat.com>
5785
5786 * gdb.texinfo (Dump/Restore Files): Update documentation for
5787 'dump', 'append', and 'restore': note that format argument is
5788 optional; simplify presentation of the command variants; and be
5789 more precise about the formats.
5790
5e7b2f39
JB
57912003-05-07 Jim Blandy <jimb@redhat.com>
5792
5793 * gdb.texinfo (Symbols): Update documentation: 'maint list
5794 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5795 symtabs' and 'maint info psymtabs'.
5796
b1e29e33
AC
57972003-05-05 Andrew Cagney <cagney@redhat.com>
5798
5799 * gdbint.texinfo (Target Architecture Definition): Make
5800 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5801 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5802 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5803
00905d52
AC
58042003-05-04 Andrew Cagney <cagney@redhat.com>
5805
5806 * gdb.texinfo (Maintenance Commands): Document "maint print
5807 dummy-frames".
5808
54ff5908
AC
58092003-05-04 Andrew Cagney <cagney@redhat.com>
5810
5811 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5812
32e7087d
JB
58132003-05-03 J. Brobecker <brobecker@gnat.com>
5814
5815 Thierry Schneider <tpschneider1@yahoo.com>
5816 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5817 for new MI command.
5818
7043d8dc
AC
58192003-05-03 Andrew Cagney <cagney@redhat.com>
5820
5821 * gdbint.texinfo (Target Architecture Definition): Document
5822 push_dummy_code. Add cross references.
5823
e33d66ec
EZ
58242003-05-02 Elena Zannoni <ezannoni@redhat.com>
5825
5826 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5827 set/show charsets commands.
5828
0ba6dca9
AC
58292003-04-28 Andrew Cagney <cagney@redhat.com>
5830
5831 * gdbint.texinfo (Target Architecture Definition): Replace
5832 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5833 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5834
d7a27068
AC
58352003-04-28 Andrew Cagney <cagney@redhat.com>
5836
5837 * gdbint.texinfo (Target Architecture Definition): Rename
5838 "tm_print_insn" to "deprecated_tm_print_insn".
5839
44ea7b70
JB
58402003-04-09 Jim Blandy <jimb@redhat.com>
5841
5842 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5843 list psymtabs'.
5844
fb8f8949
AC
58452003-04-08 Andrew Cagney <cagney@redhat.com>
5846
5847 * gdbint.texinfo (Target Architecture Definition): Delete
5848 references to EXTRA_FRAME_INFO.
5849
32fb0f22
AC
58502003-04-08 Andrew Cagney <cagney@redhat.com>
5851
5852 * gdbint.texinfo (Target Architecture Definition): Delete
5853 PRINT_TYPELESS_INTEGER.
5854
6be67e67
JB
58552003-04-02 J. Brobecker <brobecker@gnat.com>
5856
5857 * observer.texi (GDB Observers): Adjust the documentation for the
5858 normal_stop notification to better describe reality. Fix a couple
5859 of minor typos.
5860
4e35d5f0
BR
58612003-04-02 Bob Rossi <bob_rossi@cox.net>
5862
a9331b3f 5863 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5864 '-file-list-exec-source-file'
5865
e8a8712a
AC
58662003-03-31 Andrew Cagney <cagney@redhat.com>
5867
5868 * gdbint.texinfo (Target Architecture Definition): Delete
5869 references to CALL_DUMMY_P.
5870
6c0e89ed
AC
58712003-03-30 Andrew Cagney <cagney@redhat.com>
5872
5873 * gdbint.texinfo (Target Architecture Definition): Remove
5874 reference to TARGET_WRITE_SP.
a9331b3f 5875
378bfd1b
AC
58762003-03-27 Andrew Cagney <cagney@redhat.com>
5877
5878 * gdbint.texinfo (Target Architecture Definition): Remove
5879 references to write_sp.
6c0e89ed 5880
922fbb7b
AC
58812003-03-27 Andrew Cagney <cagney@redhat.com>
5882
5883 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5884 chapter body. Use @smallexample instead of @example.
5885 (Annotations): Ditto.
5886 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5887 annotate.texi.
5888
b81774d8
AC
58892003-03-26 Andrew Cagney <cagney@redhat.com>
5890
5891 * gdbint.texinfo (Target Architecture Definition): Replace
5892 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5893 dummy_addr parameters.
5894
1bf6d5cc
AC
58952003-03-25 Andrew Cagney <cagney@redhat.com>
5896
5897 * gdbint.texinfo (Target Architecture Definition): Delete
5898 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5899 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5900 Add reference to PUSH_ARGUMENTS.
5901
618ce49f
AC
59022003-03-23 Andrew Cagney <cagney@redhat.com>
5903
5904 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5905 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5906
bcd7e15f
JB
59072003-03-18 J. Brobecker <brobecker@gnat.com>
5908
5909 * gdbint.texinfo (Algorithms): Add new section describing the
5910 Observer paradigm.
5911 (Top): Add menu entry to new observer appendix.
5912 * observer.texi: New file.
5913 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5914 new observer.texi file.
5915
9fe8321b
AC
59162003-03-17 Andrew Cagney <cagney@redhat.com>
5917
5918 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5919 that GNU Press update the manual version number.
5920
ac2adee5
AC
59212003-03-12 Andrew Cagney <cagney@redhat.com>
5922
5923 * gdbint.texinfo (Target Architecture Definition): Delete
5924 references to get_saved_register. Rename GET_SAVED_REGISTER to
5925 DEPRECATED_GET_SAVED_REGISTER.
5926
749b82f6
AC
59272003-03-13 Andrew Cagney <cagney@redhat.com>
5928
5929 * gdbint.texinfo (Target Architecture Definition): Replace
5930 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5931
8bedc050
AC
59322003-03-12 Andrew Cagney <cagney@redhat.com>
5933
5934 * gdbint.texinfo (Target Architecture Definition): Rename
5935 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5936
0ce1b118
CV
59372003-03-10 Corinna Vinschen <vinschen@redhat.com>
5938
5939 * gdb.texinfo: Add File-I/O documentation.
5940
12cc2063
AC
59412003-03-10 Andrew Cagney <cagney@redhat.com>
5942
5943 * gdbint.texinfo (Target Architecture Definition): Cross reference
5944 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5945
7453dc06
AC
59462003-03-07 Andrew Cagney <cagney@redhat.com>
5947
5948 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5949 frame" command.
5950
6314f104
AC
59512003-03-05 Andrew Cagney <cagney@redhat.com>
5952
5953 * gdbint.texinfo (Target Architecture Definition): Document
5954 unwind_dummy_id. Cross reference unwind_dummy_id and
5955 SAVE_DUMMY_FRAME_TOS.
5956
f1212245
DJ
59572003-03-05 James Ingham <jingham@apple.com>
5958 Daniel Jacobowitz <drow@mvista.com>
5959
5960 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5961 and "show cp-abi".
5962
77e7e267
AC
59632003-03-03 Andrew Cagney <cagney@redhat.com>
5964
5965 * gdbint.texinfo (Target Architecture Definition): Document
5966 register_type.
5967
838a8221
AC
59682003-03-03 Andrew Cagney <cagney@redhat.com>
5969
5970 * stabs.texinfo (Structures): Use @samp and separate @var's
5971 instead of a single @var containing a comma separated list.
5972 (Unions): Ditto.
5973
d7f4a264
DJ
59742003-03-02 Daniel Jacobowitz <drow@mvista.com>
5975
5976 * Makefile.in (distclean): Remove config.log.
5977
f30ee0bc
AC
59782003-03-01 Andrew Cagney <cagney@redhat.com>
5979
5980 * gdbint.texinfo (Target Architecture Definition): Rename
5981 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5982
59832003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5984
5985 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5986 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5987
be448670
CF
59882003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5989
5990 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5991 (Non-debug DLL symbols): New node, describing the minimal symbols
5992 loaded from DLLs without real debugging symbols.
5993
501eef12
AC
59942003-02-20 Andrew Cagney <ac131313@redhat.com>
5995
5996 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5997 hardware-breakpoint-limit".
5998 (Set Watchpoints): Add cross reference to "set remote
5999 hardware-watchpoint-limit".
6000 (Remote configuration options): New section.
6001
21c294e6
AC
60022003-02-04 Andrew Cagney <ac131313@redhat.com>
6003
e9be73e4
AC
6004 * gdbint.texinfo (Target Architecture Definition): Delete
6005 descrption of IS_TRAPPED_INTERNALVAR.
6006
21c294e6
AC
6007 From Keith Seitz <keiths@redhat.com>:
6008 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
6009 option "-i"/"--interpreter" to this chapter. Include index
6010 entries.
6011
0179ffac
DC
60122003-02-04 David Carlton <carlton@math.stanford.edu>
6013
6014 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
6015 (Variables): Recommend stabs+ and DWARF 2.
6016 (C plus plus expressions): Correct info about
6017 compiler versions, debug formats.
6018 (Contributors): Change 'DWARF2' to 'DWARF 2'.
6019 PR symtab/874.
6020
7ca9f392
AC
60212003-02-01 Andrew Cagney <ac131313@redhat.com>
6022
6023 * gdbint.texinfo (Target Architecture Definition): Delete
6024 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
6025 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
6026 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
6027 references to nindy and i960.
6028 * gdb.texinfo (i960): Delete all references to i960 and nindy.
6029
31a85ea2
AC
60302003-02-01 Andrew Cagney <ac131313@redhat.com>
6031
6032 * gdbint.texinfo (Target Architecture Definition): Delete
6033 FLOAT_INFO.
6034
6b894e49
AC
60352003-01-30 Andrew Cagney <ac131313@redhat.com>
6036
6037 * stabs.texinfo (Member Type Descriptor): Clarify description of
6038 `@'. Suggested by Ben Hutchings.
6039
c48861fb
AC
60402003-01-29 Andrew Cagney <ac131313@redhat.com>
6041
6042 * gdb.texinfo (M68K): Delete reference to es1800.
6043
617073a9
AC
60442003-01-29 Andrew Cagney <ac131313@redhat.com>
6045
6046 * gdb.texinfo (Maintenance Commands): Document `maint print
6047 reggroups' and `maint print register-groups'.
6048 * gdbint.texinfo (Target Architecture Definition): Document
6049 register_reggroup_p.
6050
5b5d99cf
JB
60512003-01-23 Jim Blandy <jimb@redhat.com>
6052
6053 * gdb.texinfo (Separate Debug Files): New section.
6054
e7ba9c65
DJ
60552003-01-22 Daniel Jacobowitz <drow@mvista.com>
6056
6057 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
6058 and "maint show profile".
6059
94e91d6d
MC
60602003-01-16 Michael Chastain <mec@shout.net>
6061
6062 * gdb.texinfo (Installing GDB): Warn against
6063 ".../gdb-VERSION/gdb/configure".
6064 (Separate Objdir): Likewise.
6065
867f3898
AC
60662003-01-15 Andrew Cagney <ac131313@redhat.com>
6067
6068 * gdbint.texinfo (Target Architecture Definition): Delete
6069 definition of PRINT_REGISTER_HOOK.
6070
f153cc92
EZ
60712003-01-15 Elena Zannoni <ezannoni@redhat.com>
6072
6073 (OpenRISC 1000): Fix formatting of command names.
6074
c60eb6f1
EZ
60752003-01-15 Elena Zannoni <ezannoni@redhat.com>
6076
6077 * gdb.texinfo (Continuing and Stepping): Add new command
6078 'advance'. Clarify behavior of 'until'.
6079
f5ebfba0
DJ
60802003-01-13 Daniel Jacobowitz <drow@mvista.com>
6081
6082 * gdb.texinfo (Files): Document solib-absolute-prefix and
6083 solib-search-path.
6084
4ce8657e
MC
60852003-01-09 Michael Chastain <mec@shout.net>
6086
6087 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
6088 (Create a Release): Add new instructions for new @file{src-release}.
6089 Document existing instructions for @file{Makefile.in} as
6090 being for @value{GDBN} 5.3.1 or earlier.
6091
372613e3
AC
60922003-01-09 Andrew Cagney <ac131313@redhat.com>
6093
6094 * gdbint.texinfo (Target Architecture Definition): Mention
6095 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
6096 allocate memory.
6097
b4e9345d
DJ
60982003-01-04 Daniel Jacobowitz <drow@mvista.com>
6099
6100 * gdb.texinfo (Controlling GDB): Add @kindex for
6101 "show osabi".
6102 (Backtraces): Add @kindex's for backtrace-below-main.
6103
98b45e30
DJ
61042003-01-04 Daniel Jacobowitz <drow@mvista.com>
6105
6106 * gdb.texinfo (Controlling GDB): Document "set osabi".
6107
95f90d25
DJ
61082003-01-04 Daniel Jacobowitz <drow@mvista.com>
6109
6110 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
6111 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
6112
1e698235
DJ
61132003-01-04 Daniel Jacobowitz <drow@mvista.com>
6114
6115 * gdb.texinfo (Controlling GDB): Add ABI section. Document
6116 "set coerce-float-to-double".
6117 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
6118
e632838e
AC
61192003-01-02 Andrew Cagney <ac131313@redhat.com>
6120
6121 * stabs.texinfo: Remove obsolete text.
6122 * gdbint.texinfo: Ditto.
6123 * gdb.texinfo: Ditto.
6124
c133ab7a
MK
61252002-12-22 Mark Kettenis <kettenis@gnu.org>
6126
6127 * gdbint.texinfo (Target Architecture Definition): Update
6128 description of gdbarch_register_osabi.
6129
f821f325
KH
61302002-12-20 Kazu Hirata <kazu@cs.umass.edu>
6131
6132 * agentexpr.texi: Fix typos.
6133 * annotate.texi: Likewise.
6134 * fdl.texi: Likewise.
6135
85a6d8d3 61362002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
6137
6138 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
6139 DEPRECATED_INIT_FRAME_PC.
6140
ae45cd16
AC
61412002-12-01 Andrew Cagney <ac131313@redhat.com>
6142
6143 * gdbint.texinfo (Target Architecture Definition): Delete
6144 PC_IN_CALL_DUMMY.
6145
07555a72
AC
61462002-11-28 Andrew Cagney <ac131313@redhat.com>
6147
6148 * gdbint.texinfo (Host Definition): Delete documentation on
6149 USE_GENERIC_DUMMY_FRAMES.
6150
c166cdc7
EZ
61512002-11-26 Elena Zannoni <ezannoni@redhat.com>
6152
5ae4183a 6153 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
6154 * Makefile.in (install-info): Run the install-info command as part
6155 of the post install steps only.
6156 (uninstall-info): New target.
6157 (uninstall): New target.
6158
35db0260
EZ
61592002-11-22 Elena Zannoni <ezannoni@redhat.com>
6160
6161 * Makefile.in (install): Make install do some real work.
6162
9ba8d803
AC
61632002-11-19 Andrew Cagney <ac131313@redhat.com>
6164
6165 Fix POSIX problem reported by Paul Eggert.
6166 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
6167 Fix PR gdb/527.
6168
903ad3a6
AC
61692002-10-26 Andrew Cagney <cagney@redhat.com>
6170
6171 * gdbint.texinfo (Target Architecture Definition): Delete
6172 definition of DO_REGISTERS_INFO.
6173
f2abfe65
KB
61742002-10-18 Kevin Buettner <kevinb@redhat.com>
6175
6176 * gdbint.texinfo (Address Classes): Fix problems with insertion
6177 of ``{'' and ``}'' in example.
6178
b5b0480a
KB
61792002-10-17 Kevin Buettner <kevinb@redhat.com>
6180
6181 * gdbint.texinfo (Address Classes): New section.
6182 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
6183 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
6184 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
6185 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
6186
c85508ee
KD
61872002-10-11 Klee Dienes <kdienes@apple.com>
6188
6189 * gdb.texinfo (Registers): Mention vector registers as well as
6190 floating registers in the documentation for 'info registers' and
6191 'info all-registers'.
6192
6d12fc3d
DJ
61932002-10-11 Daniel Jacobowitz <drow@mvista.com>
6194
6195 * gdbint.texinfo (CPLUS_MARKER): Remove item.
6196
8d19fbd2
JJ
61972002-10-03 Jeff Johnston <jjohnstn@redhat.com>
6198
6199 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
6200 interface definition.
6201
a37295f9
MM
62022002-10-03 Marko Mlinar <markom@opencores.org>
6203
6204 * gdb.texinfo (Target Commands): Add or1k target specific
6205 commands.
6206 * gdb.texinfo (Contributors): Add myself to the contributors list.
6207
da0f9dcd
AC
62082002-10-01 Andrew Cagney <ac131313@redhat.com>
6209
6210 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
6211 and "mi1" instead of "mi1" and "mi0".
6212
2e834e49
HPN
62132002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
6214
6215 * gdb.texinfo (Packets): Fix typos "alligned".
6216 Correct z3/Z3 description. Correct z4/Z4 title.
6217
050be0dc
AC
62182002-09-27 Andrew Cagney <ac131313@redhat.com>
6219
6220 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
6221
1104b9e7
KB
62222002-09-25 Kevin Buettner <kevinb@redhat.com>
6223
6224 * gdb.texinfo: Use GNU/Linux instead of Linux.
6225
512217c7
AC
62262002-09-25 Andrew Cagney <ac131313@redhat.com>
6227
6228 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
6229
10998722
AC
62302002-09-24 Andrew Cagney <ac131313@redhat.com>
6231
512217c7 6232 * gdb.texinfo: Replace @example with @smallexample.
10998722 6233
a0eb71c5
KB
62342002-09-20 Kevin Buettner <kevinb@redhat.com>
6235
f7dc1244 6236 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
6237 * gdb.texinfo (Character Sets): Use @smallexample instead of
6238 @example. Use GNU/Linux instead of Linux.
6239
62402002-09-20 Jim Blandy <jimb@redhat.com>
6241
6242 * gdb.texinfo: Add character set documentation.
6243
2f870471
AC
62442002-09-19 Andrew Cagney <ac131313@redhat.com>
6245
6246 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
6247 (Packets): Add cross reference from `b' packet to `z' packets.
6248
790eb8f5
AC
62492002-09-19 Andrew Cagney <ac131313@redhat.com>
6250
8d30a00d
AC
6251 * gdb.texinfo (Maintenance Commands): Document ``maint
6252 internal-error'' and ``maint internal-warning''.
6253
790eb8f5
AC
6254 * gdbint.texinfo (Target Architecture Definition): Revise
6255 description of STACK_ALIGN. Add description of FRAME_ALIGN.
6256
a23a7bf1
JB
62572002-09-19 Joel Brobecker <brobecker@gnat.com>
6258
6259 * gdbint.texinfo (Target Conditionals): Document the new
6260 NAME_OF_MALLOC macro.
6261
299ffc64
AC
62622002-09-05 Andrew Cagney <ac131313@redhat.com>
6263
6264 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
6265 engineer.
6266
b7bb15bc
SC
62672002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6268
6269 * gdb.texinfo (TUI Overview): Document status line fields.
6270
3d757584
SC
62712002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6272
6273 * gdb.texinfo (TUI Commands): Document info win command.
6274
269c21fe
SC
62752002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6276
6277 * gdb.texinfo (TUI Overview): Document breakpoint markers.
6278
7cf36c78
SC
62792002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6280
6281 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
6282 (TUI Keys): Likewise.
6283
d2c6833e
AC
62842002-08-25 Andrew Cagney <ac131313@redhat.com>
6285
6286 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
6287 for a packet receive.
6288
46d8b1c3
AC
62892002-08-25 Andrew Cagney <ac131313@redhat.com>
6290
6291 * Makefile.in (clean): Move to end of file.
6292 (distclean, maintainer-clean, realclean): Ditto.
6293 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
6294 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
6295 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
6296 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
6297
b0787093
AC
62982002-08-24 Andrew Cagney <ac131313@redhat.com>
6299
6300 * Makefile.in (GDBINT_TEX_TMPS): Define.
6301 (gdbint.dvi, gdbint.pdf): Use
6302 (GDB_TEX_TMPS): Define.
6303 (gdb.dvi, gdb.pdf): Use.
6304 (STABS_TEX_TMPS): Define.
6305 (stabs.dvi, stabs.pdf): Use.
6306 (GDB_DOC_SOURCE_INCLUDES): New macros.
6307 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
6308 (GDBINT_DOC_FILES_INCLUDES): New macros.
6309 (GDBINT_DOC_BUILD_INCLUDES): New macros.
6310 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
6311 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
6312 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
6313 (links2roff): Replace SFILES_INCLUDED with
6314 GDB_DOC_SOURCE_INCLUDES.
6315 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
6316 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
6317 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
6318 dependencies.
6319 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
6320 dependencies.
6321 (gdbmi.texinfo): Delete rule.
6322 (inc-hist.texinfo): Delete rule.
6323 (rluser.texinfo): Delete rule.
6324
ebba8386
AC
63252002-08-23 Andrew Cagney <cagney@redhat.com>
6326
6327 * gdbint.texinfo (Target Architecture Definition): Update
6328 STORE_RETURN_VALUE, mention regcache.
6329
0ab7a791
AC
63302002-08-21 Andrew Cagney <ac131313@redhat.com>
6331
6332 * gdbint.texinfo (Target Architecture Definition): Document
6333 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
6334
ee2d5c50
AC
63352002-08-19 Andrew Cagney <ac131313@redhat.com>
6336
6337 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
6338 Fix minor typos. Add index entries.
6339
53c69bd7
AC
63402002-08-18 Andrew Cagney <ac131313@redhat.com>
6341
6342 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
6343
e76f1f2e
AC
63442002-08-15 Andrew Cagney <ac131313@redhat.com>
6345
6346 * gdbint.texinfo (Target Architecture Definition): Document
6347 PRINT_VECTOR_INFO.
6348 * gdb.texinfo (Vector Unit): Document "info vectors" command.
6349
0680b120
AC
63502002-08-13 Andrew Cagney <ac131313@redhat.com>
6351
6352 * gdb.texinfo (Maintenance Commands): Document "maint print
6353 registers", "maint print raw-registers" and "maint print
6354 cooked-registers".
6355
3c3bea1c
GS
63562002-08-08 Grace Sainsbury <graces@redhat.com>
6357
a9331b3f 6358 From Mark Salter:
3c3bea1c
GS
6359 * gdb.texinfo (Protocol): Document T packet extension to
6360 allow watchpoint address reporting.
6361
42f9b0a5
AC
63622002-08-03 Andrew Cagney <ac131313@redhat.com>
6363
6364 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
6365
db034ac5
AC
63662002-08-01 Andrew Cagney <cagney@redhat.com>
6367
6368 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
6369 to CHILL.
6370
e2b28d04
AC
63712002-08-01 Andrew Cagney <ac131313@redhat.com>
6372
6373 * gdbint.texinfo (Coding): Revise section "Include Files".
6374
7fb623f7
AC
63752002-07-24 Andrew Cagney <cagney@redhat.com>
6376
6377 * gdbint.texinfo: Obsolete references to m88k.
6378 * gdb.texinfo: Ditto.
6379
4a2b4636
JB
63802002-07-10 Joel Brobecker <brobecker@gnat.com>
6381
7fb623f7 6382 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
6383 where the proper version of autoconf can be retrieved.
6384
a71ec265
DH
63852002-07-09 Don Howard <dhoward@redhat.com>
6386
6387 * gdb.texinfo (Command Files): Further describe the behavior of
6388 sourced command files.
6389
b9aa90c9
AC
63902002-06-27 Andrew Cagney <ac131313@redhat.com>
6391
6392 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6393 (Coding): Clarify ISO C version that GDB assumes.
6394
40dd2248
TT
63952002-06-26 Tom Tromey <tromey@redhat.com>
6396
6397 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6398 add_setshow_cmd_full.
6399
bfac230e
DH
64002002-06-25 Don Howard <dhoward@redhat.com>
6401
6402 * gdb.texinfo (Memory Region Attributes): Document new behavior
6403 for 'mem' command.
6404
475b0867
JB
64052002-06-11 Jim Blandy <jimb@redhat.com>
6406
919d772c
JB
6407 * gdb.texinfo (Symbols): Update documentation for `info source'
6408 command.
6409
475b0867
JB
6410 * gdb.texinfo (Macros): Call the command `info macro', not
6411 `show macro'.
6412
ba8c9337
AC
64132002-06-09 Andrew Cagney <ac131313@redhat.com>
6414
6415 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6416 data''.
6417
1029b7fa
MK
64182002-06-09 Mark Kettenis <kettenis@gnu.org>
6419
6420 * gdbint.texinfo (Target Architecture Definition): Document
6421 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6422
16737d73
AC
64232002-06-08 Andrew Cagney <ac131313@redhat.com>
6424
6425 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6426 lists.
6427
30107679
AC
64282002-06-08 Andrew Cagney <ac131313@redhat.com>
6429
6430 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6431 Branch''.
6432
3352e23e
AC
64332002-06-01 Andrew Cagney <ac131313@redhat.com>
6434
6435 * gdbint.texinfo (Target Architecture Definition): Add section
6436 ``Converting an existing Target Architecture to Multi-arch''.
6437
cbb09e6a
AC
64382002-05-30 Andrew Cagney <ac131313@redhat.com>
6439
6440 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6441 to ``Obsoleting code''. Revise.
6442
e2e0bcd1
JB
64432002-05-17 Jim Blandy <jimb@redhat.com>
6444
6445 * gdb.texinfo (C Preprocessor Macros): New chapter.
6446 Include it in the main menu.
6447 (Contributors): Credit Jim Blandy with macro support.
6448 (Compilation): Explain how to get macro information into the
6449 executable.
6450 (Expressions): Note that preprocessor macros are expanded.
6451
9db8d71f
DJ
64522002-05-14 Daniel Jacobowitz <drow@mvista.com>
6453
6454 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6455 options for `target remote'.
6456
6d531722
AC
64572002-05-13 Andrew Cagney <ac131313@redhat.com>
6458
6459 * gdbint.texinfo (Target Architecture Definition): Delete
6460 documentation on NNPC_REGNUM.
6461
13d01224
AC
64622002-05-11 Andrew Cagney <ac131313@redhat.com>
6463
6464 * gdbint.texinfo (Target Architecture Definition): Document
6465 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6466 (Target Architecture Definition): Revise section `Using Different
6467 Register and Memory Data Representations'. Add section `Raw and
6468 Virtual Register Representations'.
6469
b2e75d78
AC
64702002-05-11 Andrew Cagney <ac131313@redhat.com>
6471
6472 * gdbint.texinfo (Target Architecture Definition): Mention
6473 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6474 (Target Architecture Definition): Mention same. Add references to
6475 web pages.
6476
2c8682ee
MS
64772002-05-08 Michael Snyder <msnyder@redhat.com>
6478
6479 * stabs.texinfo (Attributes): Document new "vector" attribute.
6480
0816590b
AC
64812002-05-04 Andrew Cagney <ac131313@redhat.com>
6482
6483 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6484
2653173e
AC
64852002-05-04 Andrew Cagney <ac131313@redhat.com>
6486
6487 * gdb.texinfo: Delete obsolete references to a29k.
6488
d7bd68ca
AC
64892002-04-24 Andrew Cagney <ac131313@redhat.com>
6490
6491 * gdbint.texinfo (Target Architecture Definition): Replace
6492 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6493
21d83aa5
DM
64942002-04-24 David S. Miller <davem@redhat.com>
6495
6496 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6497
7673a6cc
DM
64982002-04-21 David S. Miller <davem@redhat.com>
6499
6500 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6501
d49d1e0a
AC
65022002-04-21 Andrew Cagney <ac131313@redhat.com>
6503
6504 * gdbint.texinfo (Target Architecture Definition): Delete
6505 definition of HAVE_REGISTER_WINDOWS.
6506
f7dc1244 65072002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
6508
6509 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6510 "Theodore A. Roth" <troth@verinet.com>.
6511
5ca0cb28
DH
65122002-04-15 Don Howard <dhoward@redhat.com>
6513
f7dc1244 6514 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6515 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6516 Provide a better explaination of this feature.
5ca0cb28 6517
f208ba17
AC
65182002-04-14 Andrew Cagney <ac131313@redhat.com>
6519
6520 * gdbint.texinfo (Target Architecture Definition): Remove
6521 FRAME_CHAIN_COMBINE.
6522
d5ba91de
MC
65232002-04-12 Michael Chastain <mec@shout.net>
6524
6525 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6526 REG_STACK_SEGMENT.
6527
26818220
MC
65282002-04-09 Michael Chastain <mec@shout.net>
6529
6530 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6531 PYRAMID_* macros.
6532
129188f6
AC
65332002-04-07 Andrew Cagney <ac131313@redhat.com>
6534
6535 * gdb.texinfo (Bug Reporting): Document that the web is the
6536 prefered way of submitting bug reports.
6537 (Bug Reporting): Delete the s-mail address as the last resort.
6538
8227c0ff
AC
65392002-04-05 Andrew Cagney <ac131313@redhat.com>
6540
6541 * gdbint.texinfo (Target Architecture Definition): Delete
6542 references to TARGET_WRITE_FP and write_fp.
6543
16d9dec6
MS
65442002-03-27 Michael Snyder <msnyder@redhat.com>
6545
6546 * gdb.texinfo: Document new commands dump, append, and restore.
6547
9ae8b82c
AC
65482002-03-27 Andrew Cagney <ac131313@redhat.com>
6549
6550 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6551 Branch'.
6552
474c8240
AC
65532002-03-18 Andrew Cagney <ac131313@redhat.com>
6554
6555 * gdb.texinfo: Change all examples to @smallexample.
6556 * gdbint.texinfo: Ditto.
a9331b3f 6557
fb0ff88f
AC
65582002-03-18 Andrew Cagney <ac131313@redhat.com>
6559
6560 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6561 Branches''.
6562
9bb0a4d8
AC
65632002-03-18 Andrew Cagney <ac131313@redhat.com>
6564
6565 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6566 Policy''.
6567
937f164b
FF
65682002-03-04 Fred Fish <fnf@redhat.com>
6569
6570 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6571 expresson, suports, dependant, trhe, perhaphs, situtations,
6572 explictily, taged, oportunity, unfortunatly).
6573
a7b40f07
AC
65742002-02-24 Andrew Cagney <ac131313@redhat.com>
6575
6576 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6577 Remove reference to 3.12.
6578
aab4e0ec
AC
65792002-02-23 Andrew Cagney <ac131313@redhat.com>
6580
6581 * gdbint.texinfo: Include fdl.texi.
6582 (Top): Add GNU Free Documentation License.
6583 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6584 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6585 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6586 (gdbint.info): Add srcdir to include path.
6587 * gdb.texinfo: Include gpl.texi.
6588 (Top): Add Copying.
6589 * gpl.texi: New file.
6590
47b95330
AC
65912002-02-23 Andrew Cagney <ac131313@redhat.com>
6592
6593 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6594
78c47bea
PM
65952002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6596
6597 * gdb.texinfo: Document Cygwin native specific commands.
6598
56460a61
DJ
65992002-02-15 Daniel Jacobowitz <drow@mvista.com>
6600
6601 * gdb.texinfo: Document gdbserver ``--attach'' command.
6602
def71bfa
MS
66032002-02-07 Michael Snyder <msnyder@redhat.com>
6604
6605 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6606 to @code(_ovly_debug_event).
6607
c928edc0
AC
66082002-02-07 Andrew Cagney <ac131313@redhat.com>
6609
6610 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6611
81d46470
MS
66122002-02-06 Michael Snyder <msnyder@redhat.com>
6613
6614 * gdb.texinfo (overlays): Mention new magic symbol
6615 '_ovly_debug_event', which allows GDB to keep better track
6616 of overlays.
6617
f7dc1244 66182002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6619
6620 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6621 Suggested by Dmitry Sivachenko.
6622
6623 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6624
15110bc3
MS
66252002-02-01 Michael Snyder <msnyder@redhat.com>
6626
6627 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6628
6763aef9
MS
66292002-01-30 Michael Snyder <msnyder@redhat.com>
6630
ac282366
MS
6631 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6632 (set trust-readonly-sections): Document.
6763aef9 6633
8642bc8f
AC
66342002-01-29 Andrew Cagney <ac131313@redhat.com>
6635
6636 * gdbint.texinfo (Releasing GDB): Revise and update.
6637
afe64c1a
AC
66382002-01-28 Andrew Cagney <ac131313@redhat.com>
6639
6640 * gdbint.texinfo (Target Architecture Definition): Delete
6641 description of TARGET_BYTE_ORDER_DEFAULT.
6642
f7dc1244 66432002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6644
6645 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6646 <mitya@cavia.pp.ru>.
6647
3d6e1b5a
AC
66482002-01-23 Andrew Cagney <ac131313@redhat.com>
6649
6650 * libgdb.texinfo: Delete file.
6651
6c0e9fb3
AC
66522002-01-22 Andrew Cagney <ac131313@redhat.com>
6653
6654 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6655 * gdbint.texinfo: Ditto.
6656
e0ce93ac
AC
6657Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6658
6659 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6660
be298bcc
AC
66612002-01-22 Andrew Cagney <ac131313@redhat.com>
6662
6663 * Makefile.in: Update copyright.
6664 (TEXI2DVI): Define.
6665 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6666 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6667 gdb-cfg.texi.
6668 (TEXINDEX, PDFTEX): Delete makefile variables.
6669
8e04817f
AC
66702002-01-22 Andrew Cagney <ac131313@redhat.com>
6671
6672 * gdb.texinfo (Protocol): Move section to appendix.
6673
6b2f586d
AC
66742002-01-21 Andrew Cagney <ac131313@redhat.com>
6675
6676 * gdb.texinfo (Remote Debugging): Create a menu.
6677 (Top): Add ``Remote Debugging'' to menu.
6678
6f05cf9f
AC
66792002-01-21 Andrew Cagney <ac131313@redhat.com>
6680
6681 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6682 serial protocol'' from here.
6683 (Remote Debugging): To here. New chapter.
6684
3fd3d7d2
AC
66852002-01-20 Andrew Cagney <ac131313@redhat.com>
6686
6687 * gdbint.texinfo (Target Architecture Definition): Delete
6688 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6689
7fd60527
AC
66902002-01-20 Andrew Cagney <ac131313@redhat.com>
6691
6692 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6693 are no longer needed.
6694 (Porting GDB): Add maintainer note about configure.host.
6695
c2f05ac9
AC
66962002-01-20 Andrew Cagney <ac131313@redhat.com>
6697
6698 * gdbint.texinfo (Target Architecture Definition): Remove
6699 definition of IEEE_FLOAT.
6700
f7dc1244 67012002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6702
6703 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6704 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6705 <3diff@gnu.org>
231b2aad 6706
82600034
AC
67072002-01-19 Andrew Cagney <ac131313@redhat.com>
6708
6709 * gdbint.texinfo (Host Definition): Remove references to
6710 MALLOC_INCOMPATIBLE.
6711
7708fa01
AC
67122002-01-17 Andrew Cagney <ac131313@redhat.com>
6713
6714 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6715 and xyz-xdep.o.
6716
eb12ee30
AC
67172002-01-17 Andrew Cagney <ac131313@redhat.com>
6718
889bf7c5 6719 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6720 (Set Breaks): Copy ``maint info breakpoint'' doco to
6721 ``Maintenance Commands'' appendix. Add reference.
6722
c9ccaa92
AC
67232002-01-17 Andrew Cagney <ac131313@redhat.com>
6724
6725 * fdl.texi: Remove next/prev from @node.
6726
f7dc1244 67272002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6728
6729 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6730 for monstrous @multitable (from Brian Youmans).
6731
6732 * fdl.texi: New file.
6733
6734 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6735
8973da3a
AC
67362002-01-15 Andrew Cagney <ac131313@redhat.com>
6737
6738 * gdbint.texinfo (Releasing GDB): New chapter.
6739
7d86b5d5
AC
67402002-01-14 Andrew Cagney <ac131313@redhat.com>
6741
6742 * gdb.texinfo (Embedded Processors, Calling program functions):
6743 Obsolete references to a29k.
6744
cc1cb004
AC
67452002-01-13 Andrew Cagney <ac131313@redhat.com>
6746
6747 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6748 examples. Document that a code-block should do or discard its
6749 cleanups before exit.
6750
79f12247
MS
67512002-01-11 Michael Snyder <msnyder@redhat.com>
6752
6753 * gdb.texinfo (Choosing files): Change @samp to @file.
6754
19837790
MS
67552002-01-05 Michael Snyder <msnyder@redhat.com>
6756
6757 * gdb.texinfo (--pid): Document new command line option (attach).
6758
f7dc1244 67592002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6760
6761 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6762 in the stub.
6763
d7449b42
AC
67642002-01-04 Andrew Cagney <ac131313@redhat.com>
6765
6766 * gdbint.texinfo (Target Architecture Definition): Replace
6767 BIG_ENDIAN with BFD_ENDIAN_BIG.
6768
f23631e4
AC
67692002-01-03 Andrew Cagney <ac131313@redhat.com>
6770
6771 * gdbint.texinfo (Target Architecture Definition): Replace
6772 value_ptr with struct value pointer.
6773
72c9928d
EZ
67742002-01-02 Eli Zaretskii <eliz@gnu.org>
6775
6776 * gdb.texinfo (Free Software): Fix wording.
6777
959acfd1
EZ
67782001-12-31 Eli Zaretskii <eliz@gnu.org>
6779
6780 * gdb.texinfo (Free Software): New section ``Free Software Needs
6781 Free Documentation''.
6782
f7dc1244 67832001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6784
6785 * stabs.texinfo:
6786 * gdb.texinfo:
6787 * gdbint.texinfo:
6788 * libgdb.texinfo:
6789 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6790
6600abed
MS
67912001-12-29 Michael Snyder <msnyder@redhat.com>
6792
6793 * gdb.texinfo (maint info sections): Fix typo.
6794
f6680716
MS
67952001-12-26 Michael Snyder <msnyder@redhat.com>
6796
fe95c787
MS
6797 * gdb.texinfo (maint info sections): Document.
6798
a9331b3f 6799 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6800 'info proc' sub-options that are currently not implemented.
6801
c3d3ce5b
JB
68022001-12-20 Jim Blandy <jimb@redhat.com>
6803
6804 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6805
778eb05e
AC
68062001-12-15 Andrew Cagney <ac131313@redhat.com>
6807
6808 * gdbint.texinfo (Target Architecture Definition): Replace
6809 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6810
2607059c
AC
68112001-12-01 Andrew Cagney <ac131313@redhat.com>
6812
6813 * gdbint.texinfo (Host Definition): Delete documentation on
6814 HOST_BYTE_ORDER.
6815
df0cd8c5
JB
68162001-11-30 Jim Blandy <jimb@redhat.com>
6817
6818 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6819 overlay support. Add to top-level menu.
df0cd8c5 6820
88118b3a
TT
68212001-11-26 Tom Tromey <tromey@redhat.com>
6822
6823 * gdb.texinfo (Command Syntax): Document C-o binding.
6824
96565e91
CF
68252001-07-26 Christopher Faylor <cgf@redhat.com>
6826
6827 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6828 use since it is described in the referenced section.
6829
f7dc1244 6830 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6831 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6832 clearer when using DJGPP.
6833
2a3d5645
CF
68342001-11-24 Christopher Faylor <cgf@redhat.com>
6835
6836 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6837 specifically refer to MS-DOS.
6838 (command files): Mention gdb.ini is only used on MS-DOS.
6839
aa26fa3a
TT
68402001-11-21 Tom Tromey <tromey@redhat.com>
6841
6842 * gdb.texinfo (Invoking GDB): Document --args.
6843 (Mode Options): Likewise.
6844
4f8ada06
JB
68452001-11-21 Jim Blandy <jimb@redhat.com>
6846
6847 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6848 Delete documentation; this macro has been removed from the
6849 sources.
4f8ada06 6850
3fe0dc10
JB
68512001-11-13 Jim Blandy <jimb@redhat.com>
6852
6853 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6854
9e5abb06
CV
68552001-11-06 Corinna Vinschen <vinschen@redhat.com>
6856
6857 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6858
1c5dfdad
MS
68592001-11-05 Michael Snyder <msnyder@redhat.com>
6860
a9331b3f 6861 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6862 quote regexp chars in function names such as "operator*()".
6863
990f9fe3
FF
68642001-11-01 Fred Fish <fnf@redhat.com>
6865
6866 * gdbint.texinfo (SOLIB_ADD): Document additional new
6867 "readsyms" arg.
6868
b433d00b
DH
68692001-10-30 Don Howard <dhoward@redhat.com>
6870
070b1dd3
DH
6871 * gdb.texinfo: (Command Files) Added documentation for the
6872 behavior of gdb with input redirected from a file.
b433d00b 6873
b7209cb4
FF
68742001-10-28 Fred Fish <fnf@redhat.com>
6875
6876 * gdb.texinfo (auto-solib-add): Change docs to match
6877 implementation change.
6878 (auto-solib-limit): Add docs for new variable.
6879
1aa20aa8
AC
68802001-10-15 Andrew Cagney <ac131313@redhat.com>
6881
6882 * gdbint.texinfo (Target Architecture Definition): Function
6883 value_as_pointer renamed to value_as_address.
6884
fc0c74b1
AC
68852001-10-15 Andrew Cagney <ac131313@redhat.com>
6886
6887 * gdbint.texinfo (Target Architecture Definition): Default
6888 POINTER_TO_ADDRESS functions assume unsigned addresses.
6889 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6890 posting by Jim Blandy.
6891
f4846649
JB
68922001-10-12 Jim Blandy <jimb@redhat.com>
6893
6894 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6895 version of texi2html (1.64) doesn't support this flag any more.
6896
f277788b
MK
68972001-09-08 Mark Kettenis <kettenis@gnu.org>
6898
a9dc4918
MK
6899 * gdbint.texinfo (Host Definition): Remove description of
6900 MEM_FNS_DECLARED.
6901
d28379df
MK
6902 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6903
f277788b
MK
6904 * gdbint.texinfo (Host Definition): Remove description of
6905 HAVE_SIGSETMASK.
6906
7ccaa899
EZ
69072001-09-04 Elena Zannoni <ezannoni@redhat.com>
6908
6909 * gdbint.texinfo (Target Architecture Definition): Add
6910 explanation of TARGET_PRINT_INSN macro.
6911
17d9d558
JB
69122001-08-30 Jim Blandy <jimb@redhat.com>
6913
6914 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6915 Explain what it means to load relocatable files.
6916
72cde065
JB
69172001-08-28 Jim Blandy <jimb@redhat.com>
6918
6919 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6920 info `top' menu.
6921
9e678452
CF
6922Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6923
6924 * gdbint.texinfo: Add a cautionary note about macro use.
6925
a2bea4c3 69262001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6927
a2bea4c3
CV
6928 * gdb.texinfo: Explain omitting the hostname in the
6929 `target remote' command.
6930
1129bf27
DJ
69312001-07-30 Daniel Jacobowitz <drow@mvista.com>
6932
6933 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6934 and END-INFO-DIR-ENTRY.
6935
732b3002
SC
69362001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6937
6938 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6939
89437448
AC
69402001-07-25 Andrew Cagney <ac131313@redhat.com>
6941
6942 * gdbint.texinfo (libgdb): Rewrite.
6943
f7dc1244 69442001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6945
6946 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6947
c4555f82
SC
69482001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6949
6950 * gdb.texinfo (TUI): New chapter, document the TUI.
6951 (Mode Options): Document the -tui option.
6952
2f45a6e0
MK
69532001-07-23 Mark Kettenis <kettenis@gnu.org>
6954
6955 * gdbint.texinfo (Host Definition): Remove description of
6956 NEED_POSIX_SETPGID.
6957
f7dc1244 69582001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6959
6960 * gdb.tex (DJGPP Native): New node, with descriptions of
6961 DJGPP-specific commands.
6962
be9c6c35
JM
69632001-07-19 John R. Moore <jmoore@redhat.com>
6964
6965 * gdbint.texinfo: Three misspellings.
6966
dfa249fb
AC
69672001-07-06 Andrew Cagney <ac131313@redhat.com>
6968
6969 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6970 `test` expressions on bash. Problem reported by Colin Walters.
6971
c72e7388
AC
69722001-07-04 Andrew Cagney <ac131313@redhat.com>
6973
6974 * gdbint.texinfo (User Interface): Update ui-out documentation to
6975 refelect recent UI/MI updates.
6976
94bbb2c0
AC
69772001-07-04 Andrew Cagney <ac131313@redhat.com>
6978
6979 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6980 interpreters.
6981
af6c57ea
AC
69822001-06-15 Andrew Cagney <ac131313@redhat.com>
6983
6984 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6985 structure and not macros.
6986 (Host Definition): Document that much of this chapter is obsolete.
6987 (Target Architecture Definition): Update list of files that make
6988 up a target architecture.
6989 (Coding): Update.
6990
83aa8bc6
AC
69912001-06-28 Andrew Cagney <ac131313@redhat.com>
6992
6993 * gdbint.texinfo (Target Architecture Definition): Update
6994 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6995 The latter has been changed to a true predicate.
6996
f7dc1244 69972001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6998
6999 * annotate.texi: Add @noindent where needed. From Dmitry
7000 Sivachenko <dima@Chg.RU>.
7001 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
7002
656db9b0
AC
70032001-06-16 Andrew Cagney <ac131313@redhat.com>
7004
7005 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
7006
df2396a1
AC
70072001-06-14 Andrew Cagney <ac131313@redhat.com>
7008
7009 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
7010 returns ``OK''. Document that the ``R'' packet does not reply.
7011
0f1f2b0a
MS
70122001-06-13 Michael Snyder <msnyder@redhat.com>
7013
7014 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
7015
f7dc1244 70162001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
7017
7018 * gdb.texinfo (Signals): Clarify the default setting of signal
7019 handling.
7020
a5d7c491
AC
70212001-05-14 Andrew Cagney <ac131313@redhat.com>
7022
7023 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
7024 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
7025
05a54c4f
AC
70262001-05-12 Andrew Cagney <ac131313@redhat.com>
7027
7028 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
7029
f7dc1244 70302001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
7031
7032 * gdbint.texinfo (Clean Design and Portable Implementation):
7033 Renamed from "Clean Design".
7034 (Clean Design and Portable Implementation): Document portable
7035 methods of handling file names, and the associated macros.
7036
f7dc1244 70372001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
7038
7039 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
7040 command and provide a cross-reference to its description.
7041 (Symbols): Note that "info scope" is useful for trace experiments.
7042
f7dc1244 70432001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 7044
b37052ae
EZ
7045 * gdb.texinfo (Symbols): Document "info scope".
7046 (Tracepoints): New chapter.
7047 (Contributors): Update for v5.1.
7048 <All nodes>: Change "C++" to "C@t{++}".
7049
0ee54786
EZ
7050 * gdbint.texinfo (User Interface): A new section about ui_out
7051 functions, based on text written by Fernando Nasser.
7052
c534679c
EZ
7053 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
7054
f7dc1244 70552001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 7056
e9c75b65
EZ
7057 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
7058
7059 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
7060
7061 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
7062 Replace "GDB" with "@value{GDBN}". Fix markup.
7063
7064 * annotate.texi: Change Permissions to GFDL. Update Copyright.
7065
3d67e040
EZ
7066 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
7067 a cross-reference to its description.
7068 (Symbols): Document "info symbol".
7069
f7dc1244 70702001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
7071
7072 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
7073 subsection "x86 Watchpoints".
7074 (Target Architecture Definition): Document the macros
7075 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
7076 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
7077
b0ed3589
AC
70782001-03-20 Andrew Cagney <ac131313@redhat.com>
7079
7080 * gdbint.texinfo (Target Architecture Definition): Update
7081 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
7082 list.
7083
b6ba6518
KB
70842001-03-06 Kevin Buettner <kevinb@redhat.com>
7085
7086 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
7087 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
7088
f7dc1244 70892001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
7090
7091 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
7092
f7dc1244 70932001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 7094
17cc6a06
EZ
7095 * gdb.texinfo (Environment): Document that `path' does not change
7096 the value of PATH in GDB's own environment (it did in the past,
7097 but that was changed on March 15, 1994). Reported by Doug Evans
7098 <dje@transmeta.com>.
7099
56caf160
EZ
7100 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
7101 its line. Fix markup of commands and macros. Add an Index node
7102 and index entries.
7103
29e57380
C
71042001-01-23 J.T. Conklin <jtc@redback.com>
7105
7106 * gdb.texinfo (Memory region attributes): New manual section.
7107
1c6147de
ND
71082001-01-04 Nicholas Duffek <nsd@redhat.com>
7109
7110 * gdbint.texinfo (POP_FRAME): Document use by return_command.
7111
f7dc1244 71122000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
7113
7114 * refcard.tex: Version and copyright fixed. From Phil Edwards
7115 <pedwards@disaster.jaj.com>.
7116
0dcedd82
AC
7117Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
7118
7119 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 7120 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 7121
3b851bce
AC
7122Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
7123
7124 * gdbint.texinfo (Coding): Update current value of
889bf7c5 7125 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 7126
f7dc1244 71272000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
7128
7129 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
7130 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
7131
b90a5f51
CF
71322000-11-10 Christopher Faylor <cgf@cygnus.com>
7133
7134 * gdb.texinfo: Document new 'set step-mode' command.
7135
f7dc1244 71362000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
7137
7138 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
7139 changes from Dmitry Sivachenko <dima@Chg.RU>.
7140
f7dc1244 71412000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
7142
7143 * gdb.texinfo (Hooks): Document the new post-hook functionality.
7144 From Steven Johnson <sbjohnson@ozemail.com.au>.
7145
2e685b93
MK
71462000-08-10 Mark Kettenis <kettenis@gnu.org>
7147
7148 * gdbint.texinfo (Overall Structure): Spelling fix.
7149
f7dc1244 71502000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
7151
7152 * gdbint.texinfo (Target Architecture Definition): Document that
7153 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
7154 for which REGISTER_CONVERTIBLE returns a zero value.
7155
63ac3005
EZ
71562000-07-08 Christopher Faylor <cgf@cygnus.com>
7157
7158 * Makefile.in (install-info): Find files to install in either the
7159 build or source directories (adapted from Makefile.am).
7160
bd79f757
ND
71612000-07-07 Nicholas Duffek <nsd@redhat.com>
7162
7163 * stabs.texinfo: Fix spelling errors.
7164 (String Field): FILE-NUMBER starts from 0, not 1.
7165
f7dc1244 71662000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
7167
7168 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 7169 Brian Youmans.
5f208f6d 7170
f7dc1244 71712000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
7172
7173 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
7174 the source directory. Reported by Mark Harig
7175 <markh@frazier.landmark.com>.
cc542d3b 7176
f3b28801
C
71772000-06-20 J.T. Conklin <jtc@redback.com>
7178
7179 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
7180
449f3b6c
AC
7181Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
7182
7183 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 7184 Generate using pdftex.
449f3b6c 7185 (PDFTEX): Define.
889bf7c5 7186 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 7187 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 7188 @contents at the start.
449f3b6c 7189
f7dc1244 71902000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
7191
7192 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 7193 Youmans.
48e934c6 7194
9e9c5ae7
AC
7195Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
7196
7197 From Brian Youmans:
7198 * gdb.texinfo: Fix ``et al.''.
7199
c741b251
AC
7200Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
7201
7202 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 7203 loop.
c741b251 7204
4ab64e14
JG
72052000-05-19 Jimmy Guo <guo@cup.hp.com>
7206
7207 * configure: Regenerate.
7208
f7dc1244 72092000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
7210
7211 * Makefile.in (install-info): Run install-info on installed Info
7212 files.
7213
8c70017b
AC
7214Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7215
a7cb598a 7216 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 7217 Andrew Cagney.
8c70017b 7218
f7dc1244 72192000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
7220
7221 * gdb.texinfo: Proofreading changes from Brian Youmans.
7222
bf0184be
ND
72232000-05-01 Nick Duffek <nsd@cygnus.com>
7224
7225 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
7226 startup sequence, minor edits.
7227
f7dc1244 72282000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
7229
7230 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
7231 TeX.
7232
7233 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
7234 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
7235 like `n' and `s' which look weird. Convert some of the @kindex to
7236 @vindex, when they refer to variables, not commands.
7237
33e16fad
AC
7238Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7239
7240 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
7241
f7dc1244 72422000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
7243
7244 * Makefile.in (GDBMI_DIR): New variable.
7245 (SET_TEXINPUTS): Add $(GDBMI_DIR).
7246 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
7247 (gdbmi.texinfo): New target, for texi2roff.
7248 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
7249 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
7250
7251 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
7252 gdbmi.texinfo.
7253 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
7254 comment.
7255
d167840f
EZ
72562000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7257
7258 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 7259 command.
d167840f 7260
f7dc1244 72612000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
7262
7263 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
7264 prevents the build (and is generally a Bad Idea).
7265
f7dc1244 72662000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
7267
7268 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
7269 a comma inside @var.
7270 (Command Files): Index markup changes from Dmitry Sivachenko
7271 <dima@Chg.RU>.
7272
f7dc1244 72732000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
7274
7275 * Makefile.in (LN_S): Define.
7276 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
7277 invoke "ln -s" unless it is known to work.
7278
7279 * configure.in (AC_PROG_LN_S): Add.
7280
8dc7983f
JB
72812000-04-14 Jim Blandy <jimb@redhat.com>
7282
7283 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
7284 section.
7285 (Target Conditionals): Document ADDRESS_TO_POINTER,
7286 POINTER_TO_ADDRESS.
7287
1a8237e8
DB
72882000-04-11 Daniel Berlin <dan@cgsoftware.com>
7289
7290 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
7291 gdb-cfg.texi to get the value.
7292
ca526f1a
JB
72932000-04-10 Jim Blandy <jimb@redhat.com>
7294
7295 * gdbint.texinfo (Target Architecture Definition): Fix
7296 cross-references.
7297
faaafcb4
JB
72982000-04-08 Jim Blandy <jimb@redhat.com>
7299
7300 * gdbint.texinfo (Using Different Register and Memory Data
7301 Representations): New section.
7302 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
7303 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
7304 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 7305
1b27397f
AC
7306Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
7307
7308 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 7309 for acknowledgments.
1b27397f 7310
480ff1fb
AC
7311Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
7312
7313 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 7314 qThreadExtraInfo.
480ff1fb 7315
a9331b3f 73162000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 7317
a9331b3f
RM
7318 * gdb.texinfo: Clarify which remote debug protocol commands are
7319 required and which are optional.
f1251bdd 7320
dbeb8dbd
AC
7321Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
7322
7323 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
7324 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
7325 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
7326 * annotate.texi: Update.
7327
6d2ebf8b
SS
73282000-03-28 Stan Shebs <shebs@apple.com>
7329
7330 * gdb.texinfo: Update dates, bump to Eighth Edition (note
7331 expectation of additional changes before release), update
7332 ISBN, add copy of top-level menu for @ifhtml, remove explicit
7333 node links, rephrase and/or shorten lines to fix formatting
7334 problem in both regular and @smallbook formats.
7335 * annotate.texi: Shorten lines in example, use smallexample
7336 consistently everywhere.
7337 * Makefile.in: Add comment about texinfo 4.0 html generation.
7338 (SFILES_INCLUDED): Add annotate.texi.
7339
5d161b24
DB
73402000-03-27 Daniel Berlin <dan@cgsoftware.com>
7341
5ae4183a
AS
7342 * gdb.texinfo (Debugging Output): Added new section, documenting
7343 the "set/show debug" commands.
5d161b24 7344
b9deaee7
AC
7345Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
7346
7347 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 7348 entry.
b9deaee7
AC
7349
7350 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
7351 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 7352 @chapter and @node entries.
a9331b3f 7353
b9deaee7 7354 * gdb.texinfo: Link all top-level nodes.
a9331b3f 7355
9ef47d30
AC
7356Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
7357
7358 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 7359 files.
9ef47d30 7360
cfeada60
FN
73612000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
7362
7363 From David Whedon <dwhedon@gordian.com>
5ae4183a 7364 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 7365
6837a0a2
DB
73662000-03-22 Daniel Berlin <dan@cgsoftware.com>
7367
7368 * gdb.texinfo: Add documentation for the apropos command.
7369
bba2971c
MS
73702000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7371
7372 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
7373
2b628194
MS
73742000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7375
a9331b3f 7376 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
7377 two places.
7378
96a2c332
SS
73792000-03-17 Stan Shebs <shebs@apple.com>
7380
7381 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
7382 <dima@Chg.RU>, also clarification of allowed content for
7383 string constants.
7384
f7dc1244 73852000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
7386
7387 * gdb.texinfo (main menu): Add Annotations.
7388 (File Options): Add @cindex entries for each command-line option.
7389 Document --epoch, --annotate, --async, --interpreter, --write,
7390 --statistics, and --version.
7391
7392 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
7393 of GDB.
7394
9d233477
JB
73952000-02-23 Jim Blandy <jimb@redhat.com>
7396
7397 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7398
14e0eb3b
JB
73992000-02-22 Jim Blandy <jimb@redhat.com>
7400
7401 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7402
3555de01
JM
74032000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
7404
7405 * Makefile.in (diststuff): New target.
7406
5e35df8e
KB
74072000-02-15 Kevin Buettner <kevinb@redhat.com>
7408
7409 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 7410 architecture. [From Jim Wilson.]
5e35df8e 7411
c5394b80
JM
74122000-01-16 Tom Tromey <tromey@cygnus.com>
7413
7414 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7415 (Delete Breaks): Mention range arguments.
7416 (Disabling): Likewise.
7417
c3f6f71d
JM
74182000-01-05 Dmitry Sivachenko <dima@Chg.RU>
7419
7420 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7421
c4093a6a
JM
7422Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
7423
7424 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 7425 valid functions.
c4093a6a 7426
11cf8741
JM
74271999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7428
7429 * gdb.texinfo: Clarify regular expressions used in rbreak.
7430
917317f4
JM
74311999-10-15 Kevin Buettner <kevinb@cygnus.com>
7432
7433 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7434 MEMORY_REMOVE_BREAKPOINT): Document.
7435
7436Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7437
7438 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 7439 offset re-using the DATA offset instead.
917317f4 7440
2df3850c
JM
74411999-10-11 Jim Kingdon <kingdon@redhat.com>
7442
7443 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7444
74451999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7446
7447 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7448 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7449 typos.
7450
7451 * gdb.texinfo: Various minor wording and formatting improvements,
7452 mentions of additional command-line options.
7453
2acceee2
JM
74541999-09-30 Fred Fish <fnf@cygnus.com>
7455
7456 * gdb.texinfo: Document additional forms of specifying section
7457 names and addresses for the add-symbol-file command.
7458
c2c6d25f
JM
74591999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7460
7461 * gdbint.texinfo: Fix typo, add the word "have".
7462
74631999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7464
7465 * gdbint.texinfo (Target Architecture Definition): Document the
7466 SKIP_PERMANENT_BREAKPOINT macro.
7467
d4f3574e
SS
74681999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7469
7470 * gdb.texinfo: Fiks speling errers.
7471
7472 * gdb.texinfo: Fix uses of @multitable.
7473
f7dc1244 7474 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 7475 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 7476 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
7477 comments about using with optimization, add more indexing,
7478 fix info about disassembly-flavor.
7479
7480Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7481
7482 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7483 SKIP_SOLIB_RESOLVER): Define.
7484
7485Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7486
7487 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 7488 ``g'' packets.
d4f3574e 7489
104c1213
JM
74901999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7491
7492 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
7493 platform-specific info, inline remote.texi and move sections of it
7494 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
7495 and register stack into the new chapter.
7496 * remote.texi: Remove, now part of gdb.texinfo.
7497 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7498
74991999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7500
7501 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7502 GDB_TARGET_IS_MACH386): These kludges have gone away.
7503
7504Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7505
7506 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 7507 TDEPLIBS.
104c1213 7508
53a5351d
JM
75091999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7510
7511 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7512 surrounding text to fit HP-UX bits into general info.
7513 (HPPA-cfg.texi): Remove, no longer useful.
7514
7515 * gdb.texinfo: Remove explicit links from @node lines, remove
7516 HP-added "Detailed Node Listing" from main menu which confuses
7517 things.
7518
7519 From Dmitry Sivachenko <dima@Chg.RU>:
7520 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7521 in description of `set environment'.
53a5351d
JM
7522
75231999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7524
7525 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7526
7be570e7
JM
75271999-08-12 Ben Elliston <bje@cygnus.com>
7528
7529 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7530
f7dc1244 75311999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7532
7533 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7534 watch, awatch, and rwatch. Explain why the latter two cannot be
7535 set as software watchpoints. Document that watchpoints for local
7536 variables are deleted when the debuggee terminates.
7be570e7
JM
7537
7538Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7539
7540 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7541 packet. Allow E.. response packet. "qRcmd" packet is no longer
7542 reserved.
7be570e7
JM
7543
75441999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7545
a9331b3f
RM
7546 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7547 * gdb.texinfo: Ditto.
7be570e7 7548
96baa820
JM
75491999-08-06 Tom Tromey <tromey@cygnus.com>
7550
7551 * gdb.texinfo (KOD): New node.
7552
7553Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7554
7555 * remote.texi (Rcmd): Fix minor formatting typos.
7556
7557Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7558
7559 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7560 packets.
96baa820 7561
adf40b2e
JM
75621999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7563
7564 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7565 fixes.
7566
43ff13b4
JM
7567Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7568
7569 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7570
085dd6e6
JM
7571Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7572
7573 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7574 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7575 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7576 packets that are not supported on all hosts. Expand examples.
7577 Spell check.
085dd6e6
JM
7578
75791999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7580
7581 * Makefile.in: Recognize html, install-html. Add targets
7582 to build HTML versions of documentation via texi2html.
7583
7584Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7585
7586 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7587 testsuite.
085dd6e6
JM
7588
7589Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7590
7591 * remote.texi (Communication Protocol): Rewrite.
7592
7593Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7594
7595 * stabs.texinfo: Fix uses of xref.
7596
9e0b60a8
JM
7597Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7598
7599 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7600 info about patch submission.
7601
cce74817
JM
7602Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7603
7604 From Per Bothner <bothner@cygnus.com>:
7605 * gdb.texinfo: Document Chill support.
7606
7607Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7608
7609 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7610 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7611 Document that the value should be greater-than or equal-to zero.
7612 (NO_STD_REGS): Document. Deprecate.
cce74817 7613
ac9a91a7
JM
7614Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7615
7616 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7617 Document that these are not used.
ac9a91a7
JM
7618
7619Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7620
7621 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7622
392a587b
JM
7623Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7624
7625 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7626 numargs was dropped.
392a587b
JM
7627
7628Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7629
7630 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7631
b83266a0
SS
7632Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7633
7634 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7635 Update.
b83266a0 7636
7a292a7a
SS
7637Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7638
7639 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7640 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7641
7642Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7643
7644 * gdbint.texinfo: Fix typos: $ -> @.
7645
7646Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7647
7648 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7649 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7650 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7651 BREAKPOINT_FROM_PC.
a9331b3f 7652
7a292a7a
SS
7653Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7654
7655 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7656 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7657
7658Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7659
7660 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7661 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7662
76631999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7664
7665 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7666 longer exists.
7667
7668Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7669
7670 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7671 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7672 they make the manual source incomprehensible.
7a292a7a
SS
7673 * h8-cfg.texi: Remove, hasn't been used in years.
7674
c906108c
SS
7675Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7676
7677 * gdb.texinfo: Update the credits.
7678
7679Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7680
7681 * gdb.texinfo: Fix mistakes noticed in printout of last
7682 draft, add Alpha to discussion of heuristic fence post.
7683
7684Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7685
7686 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7687 Edition, merge some HP changes into mainline, describe some
7688 previously undocumented features, describe more of the target
7689 commands available, eliminate obsolete section on renamed
7690 commands.
c906108c
SS
7691 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7692
7693Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7694
7695 * gdb.texinfo: Make many HPPA conditionals unconditional,
7696 including catchpoint description, since now on for all configs.
7697 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7698 specializations.
7699
7700Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7701
7702 * Makefile.in (GDBvn.texi): Fix match expression to work with
7703 current format of VERSION in gdb/Makefile.in.
7704 * gdb.texinfo: Fix node ref to match new readline.
7705
7706Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7707
a9331b3f
RM
7708 * gdb.texinfo: Changes made as part of a project to merge in
7709 changes made by HP. Documentation makes extensive use of
c906108c
SS
7710 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7711 on remote debugging. There are differences in documentation
889bf7c5 7712 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7713 the HP manual discusses catchpoints, hardware watchpoints, and
7714 some HPUX specific limitations for shared library support.
a9331b3f 7715
c906108c
SS
7716 There are also a number of @node changes.
7717
77181999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7719
7720 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7721 (C Usage): Same.
7722
7723Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7724
7725 The following changes were made by Edith Epstein
889bf7c5
PA
7726 <eepstein@cygnus.com> as part of a project to merge in changes
7727 made by HP.
a9331b3f 7728
c906108c
SS
7729 * HPPA-cfg.texi: new file.
7730
7731 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7732
7733 * refcard.tex: change documentation about catch.
7734 removed info catch.
7735
7736Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7737
7738 * gdbint.texinfo: Expand on GDB's coding standards,
7739 specify the use of arg names with prototypes.
7740
77411998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7742
7743 * gdb.texinfo: Fix tipo.
7744
7745Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7746
7747 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7748 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7749
7750Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7751
7752 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7753
77541998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7755
7756 * agentexpr.texi: New file.
7757
7758Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7759
7760 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7761
77621998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7763
7764 * remote.texi: Changed wording that implied that the GDB remote
7765 protocol caches register values instead of GDB itself.
7766
7767Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7768
7769 * gdbint.texinfo: Add some info about symbol readers.
7770 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7771 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7772 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7773 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7774
7775Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7776
a9331b3f 7777 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7778
7779Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7780
7781 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7782
7783Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7784
7785 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7786 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7787
7788Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7789
7790 * gdbint.texinfo: Fix minor typos.
7791
7792Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7793
7794 * gdbint.texinfo: Complete overhaul. Group descriptions more
7795 logically, add more info on generic algorithms, remove much
7796 obsolete and/or wrong material.
7797
7798Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7799
7800 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7801
7802Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7803
7804 * refcard.tex: Copyright, address updates.
7805
7806Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7807
7808 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7809 for the edition instead of confusing GDB-version-like numbers.
7810
7811Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7812
7813 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7814
7815Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7816
5ae4183a 7817 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7818
7819Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7820
7821 * gdb.texinfo: Add some credits, mention bug monitor.
7822 * remote.texi: Mention mips monitor targets.
7823 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7824
c906108c
SS
7825Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7826
7827 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7828 files, finish sorting of host vs target vs native macros, describe
7829 some more of them.
c906108c
SS
7830
7831Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7832
7833 * gdbint.texinfo (Host Conditionals): Document change from
7834 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7835
7836Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7837
7838 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7839 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7840
7841Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7842
7843 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7844 Document LSEEK_NOT_LINEAR.
7845
7846Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7847
7848 * stabs.texinfo (Stab Section Basics): Make it clear that only
7849 some versions of the GNU linker remove the leading N_UNDF symbol.
7850
7851Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7852
7853 * stabs.texinfo (String Field): Document type number pairs here,
7854 instead of in the Sun specific section.
7855 (Include Files): The GNU linker supports the N_BINCL
7856 optimization. Clarify the N_BINCL value, and what it is used
7857 for.
7858 (Procedures): Document N_FUN with an empty string to mark the end
7859 of a function.
7860 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7861 (Sun Differences): Remove this node, as the information is now
7862 elsewhere in the main document.
7863 (Stab Section Basics): Mention that the GNU linker may optimize
7864 stabs and remove the leading N_UNDF symbol.
7865
7866Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7867
7868 * gdb.texinfo, refcard.tex: Restore author credit
7869
7870Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7871
7872 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7873 documentation to account for START and END macros taking
7874 one arg.
7875
7876Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7877
7878 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7879 * gdb.texinfo (Frames): Fix typo.
7880
7881Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7882
7883 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7884 a target_signal as arg type, not a pid.
7885
7886Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7887
7888 * gdb.texinfo: Document `set assembly-language'.
7889
7890Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7891
7892 * remote.texi: Update list of stubs in the GDB distribution.
7893
7894Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7895
7896 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7897 Also document that some systems can use mmalloc but must define
7898 this if their C runtime allocates memory that is later freed.
c906108c 7899 (MMCHECK_FORCE): Document new macro.
a9331b3f 7900
c906108c
SS
7901Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7902
7903 * remote.texi: Add documentation for target Sparclet.
7904
7905Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7906
a9331b3f 7907 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7908 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7909 * configure.in: Rewritten for autoconf.
7910 * configure: New.
7911
7912Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7913
7914 * Makefile.in (DVIPS): New define, set to dvips.
7915 (dvi): Add stabs.dvi.
7916 (ps): New target.
7917 (all-doc): Depend on info, dvi, and ps targets.
7918 (STAGESTUFF): Add *.ps and *.dvi files.
7919 (clean-info, clean-dvi): Remove.
7920 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7921 rules completely rewritten.
7922 (maintainer-clean): Remove clean-info and clean-dvi
7923 dependencies and put their actions in the rules.
7924 (gdb.ps): New target
a9331b3f 7925 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7926 intermediate TeX files, whether they have 2 or 3 character
7927 extensions.
7928 (gdbint.ps): Add target and rules.
7929 (gdb-internals): Delete unused target.
7930 (Makefile): Depends upon config.status also.
7931
7932Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7933
7934 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7935 set.
7936
7937Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7938
7939 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7940 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7941
7942Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7943
7944 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7945
7946Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7947
7948 * gdb.texinfo (Print settings): Document
7949 `set/show print static-members' commands.
7950
7951Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7952
7953 * gdbint.texinfo (Native): Document name change, coredep.c to
7954 core-aout.c.
7955
7956Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7957
7958 * stabs.texinfo (Include Files): Document the values the SunOS4
7959 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7960
7961Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7962
7963 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7964 Fix typo.
7965
7966Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7967
7968 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7969 "gdb.tar.Z".
7970
7971Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7972
7973 * Makefile.in (maintainer-clean): New target, synonym for
7974 realclean.
7975
7976Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7977
7978 * Update all FSF addresses except those in COPYING* files.
7979
7980Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7981
7982 From Richard Earnshaw (rearnsha@armltd.co.uk):
7983 * gdb.texinfo (convenience variables): Document $_exitcode.
7984 (quit): Document optional expression to use as exit code.
7985
7986Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7987
7988 * gdb.texinfo, remote.texi: Brought up to date with various
7989 GDB changes.
7990
7991Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7992
7993 * gdb.texinfo: Update dates and versions, fix comments about
7994 hardware watchpoints in future releases and about the
7995 sharedlibrary command.
7996
7997Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7998
7999 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
8000 C_FUN stab. Other cleanups.
8001
8002Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8003
8004 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
8005 for the sparc stub.
8006
8007Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8008
8009 * annotate.texi: Clarify which addresses have differing formats
8010 depending on the language and which do not.
8011
8012Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8013
8014 * remote.texi (NetWare): Changed example to use BOARD= instead of
8015 NODE= argument to reflect correspoding change to gdbserve.nlm.
8016
8017Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8018
8019 * stabs.texinfo (Negative Type Numbers): Mention the fact that
8020 GDB, as well as AIX dbx, supports the size type attribute.
8021
8022Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8023
8024 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
8025
8026Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
8027
8028 * gdb.texinfo (Define): Document $arg0... arguments to commands,
8029 and new 'if' and 'while' commands.
8030
8031Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
8032
8033 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
8034
8035Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8036
8037 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
8038 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
8039 NetWare targets. Mostly stolen from the Server node.
8040
8041Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8042
8043 * gdb.texinfo (Setting): Talk about the language of a source file
8044 versus the working language. The old documentation did not match
8045 what GDB did.
8046
8047Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8048
8049 * stabs.texinfo (Source Files): Document N_SO used to mark the end
8050 of a source file.
8051
8052Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8053
8054 * gdb.texinfo (Processes): New node.
8055
8056Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
8057
8058 * remote.texi: Update documentation of set/show mipsfpu.
8059
3fc11d3e
JM
8060Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
8061
8062 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
8063 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
8064
8065Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
8066
8067 * gdbint.texinfo: Removed mentions of some incorrectly placed and
8068 obsolete conditionals, described some others.
8069
8070Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8071
8072 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
8073 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
8074
8075Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
8076
8077 * gdbint.texinfo: Put regex conditionals in their own table.
8078
8079Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
8080
8081 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
8082 described or fixed the descriptions of many others.
8083
8084Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
8085
8086 * gdb.texinfo: Add some more credits.
8087 * gdbint.texinfo: Capitalize GDB consistently, describe some
8088 macros and remove some.
8089
8090Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8091
8092 * gdbint.texinfo: Removed mentions of many incorrectly placed and
8093 obsolete conditionals, described some others.
8094
8095Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8096
8097 * gdb.texinfo (help targets): Changed to `help target', which
8098 is the correct gdb command.
8099
8100Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8101
8102 * annotate.texi (TODO): New node, for keeping track of annotations
8103 suggested but not yet implemented.
8104
8105Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8106
8107 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
8108 another symbol, it is not the address itself.
8109
8110Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
8111
8112 * stabs.texinfo (Stab Section Basics): Add comment about alignment
8113 of stabs-in-coff sections.
8114
8115Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8116
8117 * annotate.texi: Change edition to 0.5 and date to May 1994.
8118 Add index.
8119 (Frames): New node, for frame annotation.
8120 (Displays): New node, for display annotation.
8121
8122 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
8123 when waiting for your program to stop.
8124
8125Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8126
8127 * annotate.texi (Breakpoint Info): Document annotation of header
8128 fields and record annotation.
8129
8130Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8131
8132 * annotate.texi: New file, to document annotations.
8133
8134Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8135
8136 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
8137 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
8138
8139Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8140
8141 * stabs.texinfo (Stab Section Basics): Say what is in .stab
8142 section, and say n_strx field is compilation unit relative.
8143 * stabs.texinfo: Don't use @code for a.out when it is the name of
8144 an object file format.
8145
8146Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8147
8148 * gdb.texinfo: Refer to file names, not path names, per rms
8149 convention.
8150 (Arguments): Fix typo.
8151
8152Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8153
8154 * stabs.texinfo (Global Variables): Talk about stabs in files
8155 where variables are referenced, but not defined.
8156
8157Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8158
8159 * stabs.texinfo: Move stuff on @ and # type descriptors from node
8160 Cplusplus to new nodes Member Type Descriptor and Method Type
8161 Descriptor. Re-write stuff for #.
8162
8163Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8164
8165 * gdb.texinfo (Print Settings): Don't document "set print
8166 fast-symbolic-addr off". The bug which it worked around was fixed
8167 on 25 Feb 94 in coffread.c, so I'm nuking the command.
8168
8169 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
8170 N_ENTRY node.
8171
8172 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
8173
8174Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8175
8176 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
8177 references to ieee-float.c.
8178
8179Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8180
8181 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
8182 match what the code actually does.
8183
8184Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8185
8186 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
8187
8188Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8189
8190 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
8191 i, and b.
8192
8193Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
8194
8195 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
8196 well as for ELF and SOM. Unify the descriptions of ELF and SOM
8197 as "stabs in sections" rather than just saying "ELF and SOM".
8198 Also make that stuff apply to COFF.
8199
8200Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8201
8202 * gdb.texinfo (Formatting Documentation): Change GhostScript to
8203 Ghostscript.
8204
8205Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8206
8207 * gdb.texinfo (Continuing and Stepping): When talking about "step"
8208 versus functions without line numbers, also mention stepping into
8209 them as well as "step" when you are in them. Tell the user how to
8210 deal with the situation. Add comment about "debugging information".
8211
8212Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8213
8214 * stabs.texinfo (Enumerations): Document restriction on where
8215 enumeration types can appear and still win with GDB.
8216
8217Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8218
8219 * stabs.texinfo (Negative Type Numbers): Document format for type
8220 -16.
8221
8222Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8223
8224 * gdb.texinfo (Selection, Frame Info): Update information about
8225 arbitrary frame specficiations.
8226
8227Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
8228
8229 * gdb.texinfo, remote.texi: general editing pass prior to Net release
8230
8231Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8232
8233 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
8234
8235Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
8236
8237 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
8238
8239Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8240
8241 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
8242 Differences node to Statics node.
8243 (Statics): Discuss XCOFF use of V symbol descriptor.
8244
8245 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
8246 not clean.
8247
8248Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
8249
8250 * gdb.texinfo (Print Settings): Document `set print
8251 fast-symbolic-addr' and improve the doc for some other
8252 `set print's.
8253
8254Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8255
8256 * stabs.texinfo (String Field): Talk about defining several type
8257 numbers at once.
8258 Fix lint regarding changing node ELF Transformations to
8259 ELF and SOM Transformations.
8260
8261Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
8262
8263 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
8264
8265Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8266
8267 * stabs.texinfo (Cross-References): `::' is for nested types only
8268 within <>.
8269 (Structures): Document static members.
8270
8271Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8272
8273 * stabs.texinfo: Document S type attribute.
8274
8275Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8276
8277 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
8278
8279Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
8280
8281 * gdbint.texinfo: Fix a few typos.
8282
8283Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8284
8285 * gdb.texinfo, remote.texi: formatting improvements
8286
8287 * gdb.texinfo (New Features): mention threads.
8288 (Summary, C): fix xrefs in newly contributed text.
8289 (Threads): index entries, clarifications, example
8290 (passim): minor typos fixed, phrasing improvements
8291
8292 * remote.texi (Bootstrapping): rephrase text on ^C and add index
8293 entries; (Server): explain use of gdbserver w/real-time systems,
8294 add example of conflicting TCP port; (MIPS Remote) break up
8295 running text into table, highlighting commands, and add example.
a9331b3f 8296
c906108c
SS
8297Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8298
8299 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
8300
8301Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8302
8303 * stabs.texinfo (Nested Symbols): New node.
8304 (String Field, Symbol Descriptors, Cross-References): Refer to it.
8305
8306Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8307
8308 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
8309 to picking which Bbss.bss symbol to use, and (because there seems to
8310 be no good way of doing it) re-write some of the text to make it
8311 sound like Bbss.bss isn't such a great idea after all (as currently
8312 designed).
8313
8314 * gdb.texinfo (C): In addition to saying people have to use g++ for
8315 good results, say they have to use stabs. Specifically say cfront
8316 doesn't work well.
8317 (Summary): Merge in information on Modula-2, Pascal, and Chill from
8318 the gdb README. Add xrefs to places where the support for the various
8319 languages is described in detail.
8320
8321Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8322
8323 * stabs.texinfo: Clean up stuff about visibility and virtual
8324 characters.
8325
8326 * stabs.texinfo (N_M2C): Cite Sun doc.
8327
8328Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8329
8330 * gdb.texinfo: updates re threads.
8331 * remote.texinfo: avoid index entries starting with digits.
8332
8333Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8334
8335 * stabs.texinfo (Enumerations): Talk about large, negative and
8336 octal values. Clean up cross reference to type attributes.
8337 (String Field): Say that GDB 4.11 supports size attribute.
8338
8339Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8340
8341 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
8342 is a mandatory step. Make the stuff about that more concise.
8343
8344Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8345
8346 * stabs.texinfo (Class Names): New node.
8347
8348 * gdb.texinfo (Command Files): Explain order of init file reading.
8349
8350 * remote.texi (Bootstrapping): Talk about getting the serial driver
8351 to deal with ^C sent by gdb to stop the remote system.
8352
8353Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
8354
8355 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
8356
8357 * libgdb.texinfo (Defining Commands): made the DOC arg
8358 to gdb_define_app_command a char * instead of char **
8359 per a suggestion from kingdon.
8360
8361 * libgdb.texinfo: total rewrite from a different starting
8362 premise.
8363
8364Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8365
8366 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
8367 floats passed as doubles (to improve clarity).
8368
8369Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8370
8371 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
8372
8373 * a4rc.sed: update to work with Andreas Vogel papersize params
8374
8375 * refcard.tex: use Andreas Vogel simplifications of papersize
8376 params; remove useless version info; update copyright date.
8377
8378Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8379
8380 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
8381
8382Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8383
8384 * gdb.texinfo (Files): Say what address the load command loads it at.
8385
8386 * stabs.texinfo (Common Blocks): Minor cleanups.
8387
8388 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8389 that Sun has backed away from the linker kludge and thus the relevant
8390 issue is changes to the SunPRO tools, not the Solaris linker.
8391
8392 * stabs.texinfo (Traditional Integer Types): Clean up description
8393 of octal bounds a little bit. Document extra leading zeroes.
8394
8395Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8396
8397 * gdb.texinfo (Signaling): Update for symbolic symbol names
8398 and add a section explaining the difference between the GDB
8399 signal command and the shell kill utility.
8400
8401Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
8402
8403 * libgdb.texinfo: added `@' to braces that were unescaped.
8404
8405Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
8406
8407 * libgdb.texinfo: new file. Spec for the gdb library.
8408
8409Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8410
8411 * stabs.texinfo (Include Files): Fix typo (start -> end).
8412
8413Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8414
8415 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8416 from Melissa at FSF's editing pass.
8417
8418Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8419
8420 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8421 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8422 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8423
8424Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8425
8426 * remote.texi (Bootstrapping): Discuss 386 call gates.
8427
8428Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8429
8430 * stabs.texinfo (Based Variables): New node.
8431
8432Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8433
8434 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8435 names, sizes, and formats to suggest how not to lose.
8436
8437Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8438
8439 * stabs.texinfo (Methods): Fix typo.
8440
8441Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8442
8443 * gdb.texinfo: Fix a few typos.
8444
8445Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8446
8447 * gdb.texinfo: Clarify how well it works with Fortran.
8448
8449 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8450 More on relocating stabs in ELF files.
8451
8452Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8453
8454 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8455
8456Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8457
8458 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8459 parameters on VAX.
8460
8461Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8462
8463 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8464
8465Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8466
8467 * stabs.texinfo: Make info author notice match the TeX author notice.
8468
8469Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8470
8471 * stabs.texinfo: Initial-caps all words in node names and
8472 non-trivial words in section names.
8473
8474Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8475
8476 * stabs.texinfo: Many minor cleanups.
8477
8478 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8479
8480Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8481
8482 * stabs.texinfo: Remove full description of big example.
8483 It's not really helpful; just use pieces of it where appropriate.
8484 Add more Texinfo formatting directives (@samp, etc.).
8485 Use @deffn to define stab types.
8486 Eliminate some wordiness. Break up some nodes.
8487 Add an (alphabetized) index of symbol types.
8488 Use consistent capitalization style in node and section names.
8489
8490Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8491
8492 * gdb.texinfo: Change typo "Two two" to "The two".
8493
8494Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8495
8496 * stabs.texinfo (XCOFF-differences): Remove references to
8497 non-existent types N_DECL and N_RPSYM.
8498
8499 * stabs.texinfo (String Field): Say that type attributes bug is
8500 fixed in GDB 4.10, since it is.
8501
8502 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8503
8504Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8505
8506 * stabs.texinfo: Formatting cleanups.
8507
8508Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8509
8510 * stabs.texinfo: When explaining the n_type of a stab, standardize
8511 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8512 no tabs, use @r).
8513 (Global Variables): Clean up.
8514
8515Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8516
8517 * stabs.texinfo (Stack Variables): Re-write.
8518
8519Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8520
8521 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8522 addresses of a source file. Also revise formatting.
8523 Change "object module" or "object file" to "source file".
8524 Various: Miscellaneous cleanups.
8525
8526Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8527
8528 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8529
8530Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8531
8532 * gdbint.texinfo: Removed many nonsensical machine-collected
8533 host and target conditionals, described some of the remainder.
8534
8535Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8536
8537 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8538
8539 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8540 paragraph which follows.
8541
8542 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8543 variables. Looks better and avoids overful hbox.
8544
8545Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8546
8547 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8548
8549Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8550
8551 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8552 retransmit-timeout
8553
8554Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8555
8556 * gdbint.texinfo: Update statement about `some ancient Unix
8557 systems, like Ultrix 4.0' to Ultrix 4.2.
8558
8559Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8560
8561 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8562
8563 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8564
8565 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8566 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8567
8568 * remote.texi: new name for former gdbinv-s.texi
8569
8570 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8571
8572Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8573
8574 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8575 variables for MIPS remote debugging protocol.
8576
8577Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8578
8579 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8580
8581Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8582
8583 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8584
8585Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8586
8587 * gdb.texinfo: repair conditional bugs in text markup
8588
8589Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8590
8591 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8592 to select Modula-2 material.
8593
8594Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8595
8596 * stabs.texinfo: Cleanups regarding statics.
8597
8598 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8599 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8600
8601Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8602
8603 * stabs.texinfo: N_MAIN is sometimes used for C.
8604
8605Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8606
8607 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8608
8609Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8610
8611 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8612 removed from the code by Kingdon.
c906108c
SS
8613
8614Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8615
8616 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8617 input when evaluating breakpoint conditions; the bug has been fixed.
8618
8619 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8620 sets the ignore count to N-1, not to N.
8621
8622Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8623
8624 * refcard.tex (\hoffset): correct longstanding error to match
8625 intended offset; avoids cutting off edge on some printers
8626
8627Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8628
8629 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8630
8631Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8632
8633 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8634
8635Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8636
8637 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8638 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8639 collect sed edits if any, apply to refcard before formatting;
8640 (refcard.ps) stop implying PS fonts if PS output requested;
8641 (lrefcard.ps) delete extra target for variant PS fonts
8642
8643 * refcard.tex: parametrize papersize dependent info, collect
8644 in easily replaced spot
8645
8646 * a4rc.sed: new file, edits to refcard for A4 paper
8647
8648Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8649
8650 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8651
8652Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8653
8654 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8655
8656Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8657
8658 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8659 politely rather than rudely.
8660
8661Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8662
8663 * stabs.texinfo: Document common blocks.
8664
8665Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8666
8667 * stabs.texinfo: Add some basic info about stabs-in-elf.
8668
8669Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8670
8671 * stabs.texinfo (Top): Minor cleanup.
8672
8673Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8674
8675 * Makefile.in (install-info): remove parentdir support
8676
8677Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8678
8679 * gdb.texinfo (Copying): delete this node and references to it;
8680 RMS says this manual need not carry GPL. (passim): Improvements
8681 from last round at FSF, largely due to Ian Taylor review, and
8682 minor formatting improvements.
8683
8684 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8685 largely due to Ian Taylor review. (Debug Session): minor edits to
8686 new text.
8687
8688Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8689
8690 * Makefile.in (realclean): Remove info and dvi files too.
8691
8692Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8693
8694 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8695 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8696 * gdb.texinfo: Change accordingly.
8697
8698 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8699 N_{L,R}BRAC,N_SLINE are relative to.
8700
8701Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8702
8703 * Makefile.in (GDBvn.texi): Update atomically.
8704
8705Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8706
8707 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8708
8709Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8710
8711 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8712 addresses together. Also motivate the set print symbol-filename
8713 command and suggest other solutions.
8714
8715Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8716
8717 * gdb.texinfo (set print elements): Note that the number of
8718 elements is set to unlimited by "set print elements 0".
8719
8720Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8721
8722 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8723 NF_LDOUBLE means.
8724 (Stab Types): Include Solaris stab types.
8725 (Procedures): Document Solaris extensions.
8726
8727Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8728
8729 * gdb.texinfo: Add `set print symbol-filename' doc.
8730
8731Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8732
8733 * stabs.texinfo (Arrays): Talk about type definition vs. type
8734 information.
8735
8736 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8737 the trailing semicolon.
8738
8739Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8740
8741 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8742 and merge in other parts of the document addressing these subjects.
8743 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8744
8745 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8746 at the end of a range type.
8747
8748 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8749 AIX extensions.
8750
8751Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8752
8753 * stabs.texinfo (Stabs Format): Misc fixes.
8754
8755Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8756
8757 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8758 (Traditional builtin types): Document convex convention for long long.
8759 (Negative builtin types): Discuss type names, and misc fixes.
8760
8761Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8762
8763 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8764 point types used with @samp{R} type descriptor.
8765 (Symbol Descriptors): Describe how to handle conflict between
8766 different meanings of @samp{P} symbol descriptor.
8767
8768Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8769
8770 * stabs.texinfo: Remove node Quick Reference and put its children
8771 directly under the main menu.
8772
8773 * stabs.texinfo: Many more changes to bring it into line with
8774 AIX documentation and reality. I think it now has all the
8775 information from the AIX documentation, except that I burned
8776 out when I got to variant records (Pascal and Modula-2) and
8777 all the COBOL types. Oh well, we can add them later when we're
8778 worrying more about those languages.
8779
8780 * stabs.texinfo (Automatic variables): Talk about what it means
8781 to omit the symbol descriptor.
8782
8783Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8784
8785 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8786 gcc2 behavior with promoted args.
8787
8788Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8789
8790 * gdb.texinfo: include readline appendices in info version of manual
8791
8792Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8793
8794 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8795 target remote.
8796
8797 * gdb.texinfo (Machine Code): more index entries for disassemble
8798
8799Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8800
8801 * Clarify the intended use of the gdb-testers and gdb-patches
8802 mailing lists, and shrink gzip comment.
8803
8804Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8805
8806 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8807 DOSHOST configuration of manual.
8808
8809 * gdb.texinfo (MIPS Stack): new node.
8810
8811 * all-config.texi (MIPS) new switch.
8812
8813 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8814 tense; (MIPS Remote) new node.
8815
8816 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8817 bug; (Environment) less passive, other small cleanups in text about
8818 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8819 (Remote) new MIPS Remote menu entry.
8820
8821Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8822
8823 * stabs.texinfo: Many changes to include information from the
8824 AIX documentation.
8825
8826 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8827
8828Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8829
8830 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8831 Move a bunch of information from ../README.
8832 (Getting Started): New node.
8833
8834Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8835
8836 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8837
8838 * gdb.texinfo: advance manual revision dates to present
8839
8840 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8841 stop using silly Roman numerals in @set variable names
8842
8843Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8844
8845 * stabs.texinfo (Parameters): Keep trying to get this right.
8846
8847Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8848
8849 * stabs.texinfo (Parameters): More on "local parameters".
8850
8851Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8852
8853 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8854
8855Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8856
8857 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8858 (Parameters): Rewrite.
8859 (xcoff-differences, Sun-differences): Minor changes.
8860
8861Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8862
8863 * stabs.texinfo: Minor cleanup.
8864
8865Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8866
8867 * gdbint.texinfo: Minor xcoff stuff.
8868
8869Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8870
8871 * gdbint.texinfo: Update for new config directory structure.
8872 Add info about internal type data structures.
8873
8874Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8875
8876 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8877 $(srcdir).
8878 (gdb-config.texi): Depend on file in $(srcdir).
8879
8880Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8881
8882 * stabs.texinfo: Fixes about N_SO.
8883
8884Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8885
8886 * gdb.texinfo: include list of nonstandard init file names
8887
8888 * *-config.texi: new switch GENERIC for text that applies *only*
8889 to (usual) multiple-target version of manual
8890
8891 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8892 h8 config
8893
8894 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8895 in menus (rather than conditionally selected multiple alternative
8896 menus).
8897
8898 * Makefile.in: define and use DOC_CONFIG var to select
8899 configuration for GDB user manual.
8900
8901 * gdb-config.texi: delete from repository, generate from Makefile.
8902
8903 * all-config.texi: normal `generic' configuration file, formerly
8904 stored as gdb-config.texi
8905
8906Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8907
8908 * Makefile.in: add dvi target to build all .dvi files
8909
8910Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8911
8912 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8913
8914Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8915
8916 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8917 host conditionals.
8918 * stabs.texinfo: More array fixes inspired by Jim's.
8919
8920Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8921
8922 * stabs.texinfo: Fixes re arrays and continuations.
8923
8924 * gdbint.texinfo: Add XCOFF node.
8925
8926Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8927
8928 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8929
8930Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8931
8932 * stabs.texinfo: Fix for array types to mention lower bounds.
8933
8934Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8935
8936 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8937
8938Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8939
8940 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8941
8942Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8943
8944 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8945 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8946
8947Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8948
8949 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8950
8951Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8952
8953 * gdb.texinfo, gdbinv-s.texi: misc updates
8954
8955Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8956
8957 * gdbint.texinfo: Brief documentation for longjmp support,
8958 from an email msg by Stu.
8959
8960Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8961
8962 * stabs.texinfo: Fix description of floating point "range"
8963 types (which really define basic types). Reported by Jim Meehan,
8964 <meehan@src.dec.com>.
8965
8966 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8967
8968Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8969
8970 * gdbint.texinfo: Slightly expand section on supporting a new
8971 object file format.
8972
8973Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8974
8975 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8976 intermediate file.
8977
8978Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8979
8980 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8981
8982Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8983
8984 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8985
8986 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8987 as well as Z8002.
8988
8989Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8990
8991 * gdbint.texinfo: Add sections on clean design and on how to send
8992 in changes.
8993
8994Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8995
8996 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8997
8998Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8999
9000 * gdb.texinfo: Fix typo, reported by Karl Berry.
9001
9002Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
9003
9004 * gdb.texinfo: Add opcodes dir to GDB distribution description.
9005
9006Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9007
9008 * gdbint.texinfo: fixed a stray email address (needs @@),
9009 added @table @code to node "Native Conditionals"
9010
9011Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
9012
9013 * gdbint.texinfo: Describe coding style of GDB.
9014
9015Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
9016
9017 * stabs.texinfo: Minor wording changes.
9018
9019Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
9020
9021 * gdbint.texinfo: Improve release doc slightly.
9022
9023Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
9024
9025 * gdbint.texinfo: Improve doc of GDB config macros.
9026
9027Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
9028
9029 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
9030 These will be reinserted when examined.
9031
9032Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
9033
9034 * gdbint.texinfo: Make a start at documenting all the #if macros
9035 in GDB. At least list them all, and start separating them into
9036 host-specific and target-specific.
9037
9038Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9039
9040 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 9041 examples (not consistent w others).
c906108c
SS
9042 gdb.texinfo: issue disclaimer paragraph on cmdline options only
9043 for generic vn of doc
9044
9045Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
9046
9047 * Makefile.in: always create installation directories.
9048
9049Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9050
9051 * gdb.texinfo: in h8 config, do not describe searching commands.
9052
9053Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9054
9055 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
9056 conditionals; introduce a few generic switches that may be
9057 useful for other cross-dev or dos-hosted configs.
9058
9059 * gdb.texinfo: fix typo in "info reg" description
9060
9061Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
9062
9063 * stabs.texinfo: Minor updates from running TeX over it.
9064 * Makefile.in (stabs.dvi, stabs.ps): Add.
9065
9066Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
9067
9068 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
9069 First pass at converting it to texinfo.
9070
9071Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
9072
9073 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
9074 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
9075
9076Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
9077
9078 * gdbint.texinfo: Add section on partial symbol tables.
9079
9080Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
9081
9082 * gdb.texinfo: document `set remotedebug' and `set
9083 rstack_high_address'.
9084
9085Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9086
9087 * gdb.texinfo: slight expansion of new text on reading info files
9088 * gdbinv-s.m4.in: correct and expand info on cross-debugging
9089 H8/300 from DOS.
9090
9091Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
9092
9093 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
9094
9095Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
9096
9097 * gdb.texinfo: Say how to read the `info' files.
9098
9099Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
9100
9101 * Makefile.in: gm4 -> m4.
9102
9103Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
9104
9105 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
9106 Documentation' ahead of `Installing GDB' to match README.
9107 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 9108 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
9109
9110Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
9111
9112 * Makefile.in: remove $(srcdir) from gdb.info rule.
9113
9114Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9115
9116 * Makefile.in: commented out gdb-all.texinfo rule. This is
9117 temporary.
9118
9119Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
9120
9121 * Makefile.in, configure.in: removed traces of namesubdir,
9122 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
9123 copyrights to '92, changed some from Cygnus to FSF.
9124
9125Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
9126
9127 * gdb.texinfo: Improve how we ask for bug reports.
9128
9129Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9130
9131 * Makefile.in: infodir belongs in datadir.
9132
9133Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9134
9135 * Makefile.in: remove spaces following hyphens, bsd make can't
9136 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 9137 standards.text support.
c906108c
SS
9138
9139Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9140
9141 * Makefile.in: idestdir and ddestdir go away. Added copyrights
9142 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
9143 and mandir now keyed off datadir by default.
9144
9145\f
9146Local Variables:
9e9c5ae7 9147mode: change-log
c906108c
SS
9148left-margin: 8
9149fill-column: 74
9150version-control: never
9151End:
This page took 1.304369 seconds and 4 git commands to generate.