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