Document and extend readline-bindable functions
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
c86d74cc
TT
12019-11-11 Tom Tromey <tom@tromey.com>
2
3 * gdb.texinfo (TUI Keys): Document readline function names.
4
c71acd15
TT
52019-11-11 Tom Tromey <tom@tromey.com>
6
7 * gdb.texinfo (Editing): Document operate-and-get-next.
8
fb092e09
TT
92019-11-11 Tom Tromey <tromey@adacore.com>
10
11 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
12
086baaf1
AB
132019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
14
15 * python.texi (Symbols In Python): Add documentation for
16 gdb.lookup_static_symbols.
17
09ff83af
AB
182019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
19
20 * python.texi (Symbols In Python): Extend documentation for
21 gdb.lookup_static_symbol.
22
165f8965
AB
232019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
24
25 * gdb.texinfo (Symbols): Document new 'info module variables' and
26 'info module functions' commands.
27
59c35742
AB
282019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
29
30 * gdb.texinfo (Symbols): Document new 'info modules' command.
31
aed61d02
PW
322019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
33
34 * gdb.texinfo (Convenience Funs): Document the new
35 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
36 convenience functions.
37
ed2a2229
CB
382019-10-29 Christian Biesinger <cbiesinger@google.com>
39
40 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
41 generation.
42 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
43 option.
44
6999161a
TT
452019-10-23 Tom Tromey <tom@tromey.com>
46
47 * Makefile.in (READLINE_DIR): Update.
48
14796d29
CB
492019-10-23 Christian Biesinger <cbiesinger@google.com>
50
51 * python.texi (Threads In Python): Add a note for how to get the
52 list of threads.
53
760f7560
TV
542019-10-07 Tom de Vries <tdevries@suse.de>
55
56 * gdb.texinfo: Fix typo.
57 * guile.texi: Same.
58 * python.texi: Same.
59
0a4b0913
AB
602019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
61
62 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
63
37f6a7f4
TT
642019-10-02 Tom Tromey <tromey@adacore.com>
65
66 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
67 $_ada_exception.
68
abf516c6
UW
692019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
70
71 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
72 qXfer:spu:read and qXfer:spu:write.
73 (General Query Packets): Likewise.
74 (Cell Broadband Engine SPU architecture): Remove subsection.
75
11061048
TT
762019-09-18 Tom Tromey <tom@tromey.com>
77
78 * gdb.texinfo (Editing): Document readline application name.
79 (TUI Single Key Mode): Document TUI SingleKey keymap name.
80
f1b620e9
MG
812019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
82
83 * gdb.texinfo (Source Path): Additional text to better describe
84 how the source path directory list is used when searching for
85 source files.
86
4993045d
PW
872019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
88
89 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
90 examples.
91
2d601616
TT
922019-09-10 Tom Tromey <tromey@adacore.com>
93
94 * gdb.texinfo (Index Files): Update Ada text.
95
4acfdd20
AB
962019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
97
98 * gdb.texinfo (Symbols): Add information about the -n flag to
99 "info variables" and "info functions".
100
e3ec872f
YS
1012019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
102
103 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
104
aa7ca1bb
AH
1052019-08-16 Alan Hayward <alan.hayward@arm.com>
106
107 * gdb.texinfo (AArch64 Pointer Authentication)
108 (GDB/MI Breakpoint Information) (Frame Information): Document
109 addr_field.
110
86c6b807
TT
1112019-08-12 Tom Tromey <tom@tromey.com>
112
113 * gdb.texinfo (Configure Options): Document minimum version of
114 readline.
115
1ba7cdcd
AH
1162019-08-09 Alan Hayward <alan.hayward@arm.com>
117
118 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
119
3d31bc39
AH
1202019-08-07 Alan Hayward <alan.hayward@arm.com>
121
122 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
123
0b27c27d
CB
1242019-08-05 Christian Biesinger <cbiesinger@google.com>
125
126 * python.texi (Blocks In Python): Document dictionary access on blocks.
127
ae60f04e
PW
1282019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
129
130 * gdb.texinfo (Symbols): Document new args -dirname and -basename
131 of "info sources" command.
132
2906593f
CB
1332019-07-30 Christian Biesinger <cbiesinger@google.com>
134
135 * python.texi (Symbols In Python): Document new function
136 gdb.lookup_static_symbol.
137
c620ed88
CB
1382019-07-29 Christian Biesinger <cbiesinger@google.com>
139
140 * python.texi (Objfiles In Python): Document new functions
141 Objfile.lookup_{global,static}_symbol.
142
bc4268a5
PW
1432019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
144
145 * gdb.texinfo (Backtrace): Document the new '-frame-info'
146 backtrace option. Reference 'set print frame-info'.
147 (Print Settings): Document 'set|show print frame-info'.
148 Document new 'presence' value for 'set print frame-arguments.
149
a8eab7c6
AB
1502019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
151
152 * gdb.texinfo (Symbols): Add information about -q flag to "info
153 types".
154
86ceaf98
KB
1552019-07-20 Kevin Buettner <kevinb@redhat.com>
156
157 * python.texi (python command): Revise example to match
158 command behavior.
159
cb1e4e32
PA
1602019-07-09 Pedro Alves <palves@redhat.com>
161
162 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
163 examples to show type=catchpoint instead of type=breakpoint and an
164 address.
165
fdbc9870
PA
1662019-07-03 Pedro Alves <palves@redhat.com>
167 Philippe Waroquiers <philippe.waroquiers@skynet.be>
168
169 * gdb.texinfo (Command Settings): New node documenting the general
170 concept of settings, how to change them, and the new "with"
171 command.
172 (Maintenance Commands): Document "maint with".
173
c6ac8931
PA
1742019-07-03 Pedro Alves <palves@redhat.com>
175
176 * gdb.texinfo (Maintenance Commands): Document "maint set/show
177 test-settings" instead of "maint test-settings set/show".
178
4ed4690f
SM
1792019-06-18 Simon Marchi <simon.marchi@efficios.com>
180
181 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
182 deals with a file that has the same name as the specified pid to
183 attach to. Add example using -p option.
184 (gdb man): Remove same sentence as in previous item.
185
30056ea0
AB
1862019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
187
188 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
189 node.
190 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
191 new MI commands.
192
3345721a
PA
1932019-06-13 Pedro Alves <palves@redhat.com>
194
195 * gdb.texinfo (Command Completion): Mention command options too.
196 (Command Options): New node.
197 (Threads): Add anchors. Extend descriptions of the "taas" and
198 "tfaas" commands.
199 (Backtrace): Describe new options of the "backtrace" command. Add
200 anchors.
201 (Frame Apply): Describe new options of the "frame apply" and
202 "faas" commands. Add anchors.
203 (Data): Describe new options of the "print" command. Add anchors.
204 (Compiling and Injecting Code): Mention options of the "compile
205 print" command.
206 (Maintenance Commands): Mention "maint test-options" subcommands
207 and the "maint show test-options-completion-result" command.
208
2daf894e
PA
2092019-06-13 Pedro Alves <palves@redhat.com>
210
211 * gdb.texinfo (Print Settings): Document "set/show print
212 raw-frame-arguments" instead of "set/show print raw
213 frame-arguments".
214
dca0f6c0
PA
2152019-06-13 Pedro Alves <palves@redhat.com>
216
217 * gdb.texinfo (Maintenance Commands): Document "maint
218 test-settings" commands.
219
1a3da2cd
AB
2202019-06-06 Amos Bird <amosbird@gmail.com>
221
222 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
223 annotation.
224
e1f2e1a2
CB
2252019-06-04 Christian Biesinger <cbiesinger@google.com>
226
d3238f7d 227 * python.texi: Document new gdb.Type.objfile property.
e1f2e1a2 228
e664d728
PW
2292019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
230
231 * gdb.texinfo (Help): Document the new -v apropos flag.
232 (Output Styling): Document the style name styling done by "show style".
233 Document the new title and highlight styles.
234
e2c52041
PW
2352019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
236
237 * gdb.texinfo (Shell Commands): Document pipe command.
238 (Logging Output): Add a reference to pipe command.
239 (Convenience Variables): Document $_shell_exitcode and
240 $_shell_exitstatus.
241
000439d5
TT
2422019-05-29 Tom Tromey <tromey@adacore.com>
243
244 * gdb.texinfo (Continuing and Stepping): Document new
245 commands.
246
b7060614
AH
2472019-05-22 Alan Hayward <alan.hayward@arm.com>
248
249 * gdb.texinfo (Shell Commands): Add debugredirect.
250
7166f90a
JV
2512019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
252
253 * gdb.texinfo: Minor formatting fixes.
254
26648588
JV
2552019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
256
257 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
258 MI command -complete.
259
a0a3a1e9
TV
2602019-05-14 Tom de Vries <tdevries@suse.de>
261
262 * gdb.texinfo (Automatic symbol index cache): Add concept and command
263 index entries.
264
3c2fcaf9
TV
2652019-05-14 Tom de Vries <tdevries@suse.de>
266
267 * gdb.texinfo (Maintenance Commands): Remove superfluous
268 quoting on command index entry for "maint info selftests".
269
a97c8e56
TT
2702019-05-10 Tom Tromey <tromey@adacore.com>
271
272 * python.texi (Pretty Printing API): Mention lazy computation for
273 "children".
274
b8e07335
TT
2752019-05-10 Tom Tromey <tromey@adacore.com>
276
277 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
278 exception" and "catch handlers". Move "catch exception unhandled"
279 text. Use @var for "catch load" and "catch unload"
280
9d3421af
TT
2812019-05-08 Tom Tromey <tromey@adacore.com>
282
283 * gdb.texinfo (Symbols): Document change to ptype/o.
284
5f2459c2
EZ
2852019-05-03 Eli Zaretskii <eliz@gnu.org>
286
287 * gdb.texinfo (Separate Debug Files): Document how the
288 subdirectory of the global debug directory is computed on
289 MS-Windows/MS-DOS.
290
2e62ab40
AB
2912019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 * gdb.texinfo (Print Settings): Document 'print max-depth'.
294 * guile.texi (Guile Pretty Printing API): Document that 'print
295 max-depth' can effect the display of a values children.
296 * python.texi (Pretty Printing API): Likewise.
297 (Values From Inferior): Document max_depth keyword.
298
136afab8
PW
2992019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
300
301 * gdb.texinfo (Calling): Document the new
302 set|show may-call-functions.
303
73f8a590
PA
3042019-04-22 Pedro Alves <palves@redhat.com>
305
306 * gdb.texinfo (Reverse Execution): Mention and xref process record
307 and replay. Mention remote and system emulators.
308 (Process Record and Replay): List supported architectures.
309 Mention that "record btrace" is only supported on Intel
310 processors.
311
aeb2e706
AH
3122019-04-17 Alan Hayward <alan.hayward@arm.com>
313
314 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
315 (Monitor Commands for gdbserver)
316 (gdbserver man): Add debug-file option.
317
2b0c8b01
KB
3182019-04-08 Kevin Buettner <kevinb@redhat.com>
319
320 * python.texi (Inferiors In Python): Rename
321 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
322 Add note about the former being deprecated.
323
c369f8f0
KB
3242019-04-08 Kevin Buettner <kevinb@redhat.com>
325
326 * python.texi (Threads In Python): Add description for method
327 InferiorThread.handle.
328
48ab418e
TT
3292019-04-07 Tom Tromey <tom@tromey.com>
330
331 * Makefile.in (all): Depend on "info".
332
8bdc1658
AB
3332019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
334
335 * gdb.texinfo (Convenience Funs): Document '$_creal' and
336 '$_cimag'.
337
7734102d
EZ
3382019-03-30 Eli Zaretskii <eliz@gnu.org>
339
340 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
341 $_gdb_minor.
342
9f9aa852
AB
3432019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
344
345 * python.texi (Pretty Printing API): Document use of None for the
346 display_hint.
347
6dc0ebde
AH
3482019-03-22 Alan Hayward <alan.hayward@arm.com>
349 Jiong Wang <jiong.wang@arm.com>
350
351 * gdb.texinfo (AArch64 Features): Describe pauth feature.
352
48869a5f
TT
3532019-03-20 Tom Tromey <tromey@adacore.com>
354
355 * python.texi (Selecting Pretty-Printers): Use @defvar for
356 gdb.pretty_printers.
357
5c85e20d
SM
3582019-03-14 Simon Marchi <simon.marchi@efficios.com>
359
360 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
361 of table, "@end @table" -> "@end table".
362
d085f989
TT
3632019-03-14 Tom Tromey <tromey@adacore.com>
364
365 * gdb.texinfo (Output Styling): Document "set style source" and
366 "show style source".
367
b4be1b06
SM
3682019-03-13 Simon Marchi <simon.marchi@ericsson.com>
369
370 * gdb.texinfo (Mode Options): Mention mi3.
371 (Interpreters): Likewise.
372 (GDB/MI Development and Front Ends): Add entry for MI 3 in
373 version table. Document -fix-multi-location-breakpoint-output.
374 (GDB/MI Breakpoint Information): Document format of breakpoint
375 location output.
376
ff6c8b35
SM
3772019-03-05 Simon Marchi <simon.marchi@efficios.com>
378
379 * python.texi (Values From Inferior): Change synopsys of the
380 second form of Value.__init__.
381
e3624a40
EZ
3822019-03-02 Eli Zaretskii <eliz@gnu.org>
383
384 * gdb.texinfo (Output Styling): Fix typos. Document the default
385 foreground colors of the available styles.
386
2c3fc25d
KB
3872019-02-27 Kevin Buettner <kevinb@redhat.com>
388
389 * gdb.texinfo (Configure Options): Document minimum python
390 version.
391
af54ade9
KB
3922019-02-26 Kevin Buettner <kevinb@redhat.com>
393
394 * python.texi (Values From Inferior): Document second form
395 of Value.__init__.
396
c97a7739
JB
3972019-02-23 Joel Brobecker <brobecker@adacore.com>
398
399 * gdb.texinfo: Update copyright year ranges.
400 * refcard.tex: Likewise.
401
7557a514
AH
4022019-02-21 Alan Hayward <alan.hayward@arm.com>
403
404 * gdb.texinfo: Update style defaults.
405
2d8b6830
TT
4062019-02-21 Tom Tromey <tromey@adacore.com>
407
408 * gdb.texinfo (Remote Configuration): Remove trailing "." from
409 @item.
410
1fea0d53
SM
4112019-01-16 Simon Marchi <simon.marchi@ericsson.com>
412
413 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
414 MI versions. Update text around it.
415
6f072a10
PFC
4162019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
417
418 * gdb.texinfo (PowerPC Features): Document the alias
419 pseudo-registers for the org.gnu.gdb.power.altivec feature.
420
041be526
SM
4212019-01-09 Simon Marchi <simon.marchi@ericsson.com>
422
423 * gdb.texinfo (Print Settings): Remove mention of specific
424 demangle-style values, just refer to the in-process help.
425
140a4bc0
TT
4262018-12-28 Tom Tromey <tom@tromey.com>
427
428 * gdb.texinfo (Output Styling): New node.
429
e9076973
JB
4302018-12-13 John Baldwin <jhb@FreeBSD.org>
431
432 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
433 (Native): Add a FreeBSD subsection.
434 (FreeBSD): Document use of system call aliases for compatibility
435 system calls.
436
b5ffee31
AB
4372018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
438
439 * gdb.texinfo (Standard Target Features): Add RISC-V Features
440 sub-section.
441
20813a0b
PW
4422018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
443
444 * gdb.texinfo (Examining the Symbol Table): Document language choice
445 for 'info types|functions|variables' commands.
446 (Setting Breakpoints): Document language choice to print
447 the functions in which a breakpoint is set.
448
4b905ae1
PFC
4492018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
450
451 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
452 requirements for the org.gnu.gdb.power.vsx feature.
453
87f7ab7b
JB
4542018-11-01 Joel Brobecker <brobecker@adacore.com>
455
456 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
457 output to match the current implementation.
458
d321477b
PW
4592018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
460
461 * gdb.texinfo (Information About a Frame): Document changes
462 to 'info args' and 'info locals'.
463 (Examining the Symbol Table): Document changes to 'info functions'
464 and 'info variables'.
465
8d619c01
EBM
4662018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
467
468 * gdb.texinfo (PowerPC Features): Describe new features
469 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
470 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
471 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
472 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
473
232bfb86
EBM
4742018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
475
476 * gdb.texinfo (PowerPC Features): Describe new features
477 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
478
f2cf6173
EBM
4792018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
480
481 * gdb.texinfo (PowerPC Features): Describe new feature
482 "org.gnu.gdb.power.tar".
483
7ca18ed6
EBM
4842018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
485
486 * gdb.texinfo (PowerPC Features): Describe new features
487 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
488
d6677607
TT
4892018-10-20 Tom Tromey <tom@tromey.com>
490
491 * gdb.texinfo (TUI Commands): Add @end table.
492 (TUI Configuration): Remove stray @end table.
493
7806cea7
TT
4942018-10-19 Tom Tromey <tom@tromey.com>
495
496 PR tui/18388:
497 * gdb.texinfo (TUI Commands): Remove tabset documentation.
498 (TUI Configuration): Document "set tui tab-width".
499
163cffef
TT
5002018-10-09 Tom Tromey <tom@tromey.com>
501
502 * python.texi (Inferiors In Python): Link to "Frames In Python",
503 not "Unwinding Frames in Python".
504
eff98030
TT
5052018-10-09 Tom Tromey <tom@tromey.com>
506
507 * gdb.texinfo (Configure Options): Update --enable-ubsan
508 documentation.
509
74792ff7
JB
5102018-10-08 John Baldwin <jhb@FreeBSD.org>
511
512 * gdb.texinfo (Contributors): Add SRI International and University
513 of Cambridge for FreeBSD/riscv.
514
add5ded5
TT
5152018-10-06 Tom Tromey <tom@tromey.com>
516
517 PR python/19399:
518 * python.texi (Inferiors In Python): Document
519 Inferior.Architecture.
520
51e78fc5
TT
5212018-10-06 Tom Tromey <tom@tromey.com>
522
523 PR python/21765:
524 * python.texi (Symbols In Python): Document the module and
525 common-block domains. Remove documentation for incorrect
526 domains.
527
f35d5ade
TT
5282018-10-03 Tom Tromey <tom@tromey.com>
529
530 * gdb.texinfo (Configure Options): Document --enable-ubsan.
531
c1168a2f
JD
5322018-10-02 John Darrington <john@darrington.wattle.id.au>
533
534 * gdb.texinfo (Remote Connection Commands): Describe
535 the changes to target remote and target extended-remote
536 relating to Unix domain sockets.
537
a95746f9
TT
5382018-10-01 Tom Tromey <tom@tromey.com>
539
540 * gdb.texinfo (Configure Options): Document configure options.
541
7f0bd420
TT
5422018-09-29 Tom Tromey <tom@tromey.com>
543
544 * gdb.texinfo (Requirements): Mention C++, GNU make.
545 (Requirements): Sort the table. Add more libraries.
546 (Running Configure): Remove obsolete text.
547 (Separate Objdir): Likewise.
548 (Configure Options): Likewise.
549
f67ffa6a
AB
5502018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
551
552 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
553 to highlight that the number is also the frame's level.
554 (Selection): Rewrite documentation for 'frame' and 'select-frame'
555 commands.
556 (Frame Info): Rewrite documentation for 'info frame' command.
557
ae778caf
TT
5582018-09-23 Tom Tromey <tom@tromey.com>
559
560 PR python/18852:
561 * python.texi (Parameters In Python): Document exception behavior
562 of get_set_string.
563
73f1bd76
JB
5642018-09-18 John Baldwin <jhb@FreeBSD.org>
565
566 * gdb.texinfo (info proc): Remove "running".
567 (info proc mappings): Replace "program" with "process".
568
8b113111
JB
5692018-09-18 John Baldwin <jhb@FreeBSD.org>
570
571 * gdb.texinfo (Process Information): Document "info proc files"
572 command.
573
e6cd1dc1
TT
5742018-09-17 Tom Tromey <tom@tromey.com>
575
576 * gdb.texinfo (Index Files): Update for cache directory change on
577 macOS.
578
8743a9cd
TT
5792018-09-16 Tom Tromey <tom@tromey.com>
580
581 * python.texi (Basic Python): Update docs for find_pc_line,
582 solib_name.
583 (Progspaces In Python): Update docs for current_progspace.
584 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
585 Move method documentation before example.
586
74d3fbbb
SM
5872018-09-13 Simon Marchi <simon.marchi@ericsson.com>
588
589 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
590
0ae1a321
SM
5912018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5922018-09-13 Tom Tromey <tom@tromey.com>
593
594 * python.texi (Program Spaces In Python): Document the
595 Progspace.objfiles method.
596 (Objfiles In Python): Mention that gdb.objfiles() is identical
597 to gdb.selected_inferior().progspace.objfiles().
598
a40bf0c2
SM
5992018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6002018-09-13 Tom Tromey <tom@tromey.com>
601
602 * python.texi (Inferiors In Python): Document
603 Inferior.progspace.
604 (Program Spaces In Python): Document that
605 gdb.current_progspace() is the same as
606 gdb.selected_inferior().progspace.
607
1256af7d
SM
6082018-09-13 Simon Marchi <simon.marchi@ericsson.com>
609
610 * python.texi (Basic Python): Mention the string representation
611 of GDB Python objects.
612
3e68067f
SM
6132018-09-12 Simon Marchi <simon.marchi@ericsson.com>
614
615 * gdb.texinfo (Skipping Over Functions and Files): Document
616 set/show debug skip.
617
849cba3b
TT
6182018-09-10 Tom Tromey <tom@tromey.com>
619
620 * python.texi (Frames In Python, Blocks In Python)
621 (Symbols In Python, Symbol Tables In Python)
622 (Lazy Strings In Python): Remove periods from section titles.
623
27a9fec6
TT
6242018-09-10 Tom Tromey <tom@tromey.com>
625
626 * python.texi (Pretty Printing API): Swap sentence order.
627
9da10427
TT
6282018-09-10 Tom Tromey <tom@tromey.com>
629
630 PR python/16461:
631 * python.texi (Values From Inferior): Mention use of virtual
632 table.
633
0d2a5839
TT
6342018-09-10 Tom Tromey <tom@tromey.com>
635
636 * python.texi (Basic Python): Parenthesize argument to
637 decode_line.
638
05c6bdc1
TT
6392018-09-10 Tom Tromey <tom@tromey.com>
640
641 * python.texi (Python): Mention Python versions. Don't mention
642 execfile.
643
e7b5068c
TT
6442018-09-10 Tom Tromey <tom@tromey.com>
645
646 PR python/19808:
647 * python.texi (Unwinding Frames in Python): Rewrite
648 create_unwind_info documentation. Update read_register
649 documentation and add a note about unwinder caution.
650
fb5af5e3
TT
6512018-09-10 Tom Tromey <tom@tromey.com>
652
653 PR python/18909:
654 * python.texi (Events In Python): Fix inferior_call
655 documentation.
656
521b499b
TT
6572018-09-10 Tom Tromey <tom@tromey.com>
658
659 PR python/17752:
660 * python.texi (Frame Filter API): Remove period from subsection
661 title. Mention 100 as good default priority.
662 (Frame Decorator API): Remove period from subsection title.
663 Mention FrameDecorator module.
664
4a5a194a
TT
6652018-09-10 Tom Tromey <tom@tromey.com>
666
667 PR python/23108:
668 * python.texi (Exception Handling): Rearrange gdb.GdbError text
669 and add a table.
670
f5a476a7
TT
6712018-09-10 Tom Tromey <tom@tromey.com>
672
673 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
674 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
675 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
676 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
677
60c0454d
TT
6782018-09-10 Tom Tromey <tom@tromey.com>
679
680 PR python/16484:
681 * python.texi (Frames In Python): Document that Frame.block can
682 throw.
683
088a96da
TT
6842018-09-10 Tom Tromey <tom@tromey.com>
685
686 PR python/23487:
687 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
688
22eb9e92
TT
6892018-09-10 Tom Tromey <tom@tromey.com>
690
691 PR python/16033:
692 * python.texi (Blocks In Python): Document that Block.end is
693 exclusive.
694
078a0207
KS
6952018-08-29 Keith Seitz <keiths@redhat.com>
696
697 * gdb.texinfo (Compiling and injecting code in GDB): Document
698 set/show "compile-oracle" and "compile-cplus-types" commands.
699
6d52907e
JV
7002018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
701
702 * gdb.texinfo (The -stack-list-frames Command): Update description
703 to mention "arch".
704 Update MI examples throughout the document to contain "arch" in
705 frame output.
706
1461bdac
AH
7072018-08-21 Alan Hayward <alan.hayward@arm.com>
708
709 * gdb.texinfo (AArch64 SVE): New subsubsection.
710
26fb3983
JV
7112018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
712
713 * gdb.texinfo (GDB/MI Data Manipulation): Document
714 "-data-disassemble -a addr".
715 (GDB/MI Support Commands): Document "data-disassemble-a-option"
716 feature.
717
7d11235d
SM
7182018-08-07 Simon Marchi <simon.marchi@ericsson.com>
719
720 * gdb.texinfo (Index Files Speed Up GDB): Add section about
721 symbol index cache.
722
129eb0f1
SDJ
7232018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
724
725 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
726 option sections to further clarify that gcore can take more
727 than one PID, and that "-o" is used to specify a prefix, not a
728 filename.
729
3c3bb058
AB
7302018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
731
732 * gdb.texinfo (Maintenance Commands): Add description of
733 maintenance command to control dwarf unwinders.
734
0a232300
PW
7352018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
736
737 * gdb.texinfo (Debugging Programs with Multiple Threads):
738 Document changes to 'thread apply'. Document 'taas'.
739 Document 'tfaas'.
740 (Examining the Stack): Document 'frame apply'. Document 'faas'.
741
c7ab0aef
SDJ
7422018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
743 Jan Kratochvil <jan.kratochvil@redhat.com>
744 Paul Fertser <fercerpav@gmail.com>
745 Tsutomu Seki <sekiriki@gmail.com>
746
747 * gdb.texinfo (Remote Connection Commands): Add explanation
748 about new IPv6 support. Add new connection prefixes.
749
055303e2
AB
7502018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
751
752 * gdb.texinfo (Remote Configuration): Update descriptions for
753 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
754 and hardware-watchpoint-length-limit variables.
755
471b9d15
MR
7562018-07-02 Maciej W. Rozycki <macro@mips.com>
757
758 PR tdep/8282
759 * gdb.texinfo (Source and Machine Code): Document `set
760 disassembler-options' support for the MIPS target.
761
291f9a96
PT
7622018-06-28 Petr Tesarik <ptesarik@suse.cz>
763
764 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
765
ed6dfe51
PT
7662018-06-28 Petr Tesarik <ptesarik@suse.cz>
767
768 * gdb.texinfo (Files): The address argument for "add-symbol-file"
769 is no longer mandatory.
770
d4d429d5
PT
7712018-06-28 Petr Tesarik <ptesarik@suse.cz>
772
773 * gdb.texinfo (Files): Document "symbol-file -o offset".
774
0dbfed25
TV
7752018-06-14 Tom de Vries <tdevries@suse.de>
776
777 * gdb.texinfo (Background Execution): Add @cindex for '&'.
778
41fc26a2
EZ
7792018-06-11 Eli Zaretskii <eliz@gnu.org>
780
781 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
782
5045b3d7
GB
7832018-06-08 Gary Benson <gbenson@redhat.com>
784
785 * gdb.texinfo (Maintenance Commands): Document "maint check
786 libthread-db" and "maint set/show check-libthread-db".
787
eb6af809
TT
7882018-06-05 Tom Tromey <tom@tromey.com>
789
790 PR cli/12326:
791 * gdb.texinfo (Screen Size): Document "c" response to pagination
792 prompt.
793
4b2dfa9d
MR
7942018-05-31 Maciej W. Rozycki <macro@mips.com>
795
796 * gdb.texinfo (Choosing Target Byte Order): Document endianness
797 selection details with the `set endian auto' mode.
798
a913fffb
TT
7992018-05-04 Tom Tromey <tom@tromey.com>
800
801 PR python/22731:
802 * python.texi (Breakpoints In Python): Mention that "commands" is
803 writable.
804
0489430a
TT
8052018-05-02 Tom Tromey <tom@tromey.com>
806
807 PR python/20084:
808 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
809 PARAM_ZUINTEGER_UNLIMITED.
810
6d7bb824
TT
8112018-04-30 Tom Tromey <tom@tromey.com>
812
813 * python.texi (Types In Python): Document Type.align.
814
b744723f
AA
8152018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
816
817 * gdb.texinfo (Symbols): Mention the fact that "info
818 variables/functions/types" show source files and line numbers.
819
4a4495d6
MM
8202018-04-13 Markus Metzger <markus.t.metzger@intel.com>
821
822 * gdb.texinfo: Document set/show record btrace cpu.
823
3fcded8f
JB
8242018-03-27 Joel Brobecker <brobecker@adacore.com>
825
826 * gdb.texinfo (Ada Settings): New subsubsection.
827
978d6c75
TT
8282018-03-26 Tom Tromey <tom@tromey.com>
829
830 PR backtrace/15582:
831 * gdb.texinfo (Backtrace): Mention "hide" argument.
832
ea3b0687
TT
8332018-03-26 Tom Tromey <tom@tromey.com>
834
835 * gdb.texinfo (Backtrace): Describe options individually.
836
76727919
TT
8372018-03-19 Tom Tromey <tom@tromey.com>
838
839 * observer.texi: Remove.
840
386a8676
JB
8412018-03-04 John Baldwin <jhb@FreeBSD.org>
842
843 * gdb.texinfo (Debugging Output): Document "set/show debug
844 fbsd-nat".
845
db1ae9c5
AB
8462018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
847
848 * gdb.texinfo (Machine Code): Additional information about "info
849 line" command.
850
d726cb5d
SN
8512018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
852
853 * gdb.texinfo (gdb-add-index man): Add pindex.
854
dbfa4523
SN
8552018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
856
857 * gdb.texinfo (set cwd): Add period.
858 (gdb-add-index man): Move anchor.
859
ba643918
SDJ
8602017-01-12 Tom Tromey <tom@tromey.com>
861 Sergio Durigan Junior <sergiodj@redhat.com>
862
863 * gdb.texinfo (Index Files): Mention gdb-add-index.
864 (gdb-add-index man): New section.
865 * Makefile.in (gdb-add-index.1): New rule to generate manpage
866 from gdb.texinfo.
867
754452f0
SN
8682018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
869
870 * gdb.texinfo (pwd): Fix whitespace.
871
2d97a5d9
JB
8722018-01-09 John Baldwin <jhb@FreeBSD.org>
873
874 * gdb.texinfo (pwd): Update cross-reference for Process Information
875 node and remove explicit /proc reference.
876 (Native): Rename subsection from SVR4 Process Information to
877 Process Information.
878 (Process Information): Reword introduction to be less /proc
879 centric. Document support for "info proc" on FreeBSD.
880
9f757bf7
XR
8812018-01-03 Xavier Roirand <roirand@adacore.com>
882
883 * gdb.texinfo (Set Catchpoints): Add documentation for new
884 "catch handlers" action.
885
cef0f868
SH
8862017-12-27 Stafford Horne <shorne@gmail.com>
887
888 * gdb.texinfo (Target Description Format): Explain that arbitrary
889 strings are now allowed for register groups.
890
b67d92b0
SH
8912017-12-27 Stafford Horne <shorne@gmail.com>
892
893 * gdb.texinfo (Registers): Document info reg $reggroup feature.
894
7c161838
SDJ
8952017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
896
897 PR cli/16224
898 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
899
b89641ba
SM
9002017-12-13 Simon Marchi <simon.marchi@ericsson.com>
901
902 * python.texi (Manipulating breakpoints using Python): Document
903 qualified parameter to gdb.Breakpoint.
904
0b982d68
SM
9052017-12-13 Simon Marchi <simon.marchi@ericsson.com>
906
907 * python.texi (Manipulating breakpoints using Python): Split doc
908 of Breakpoint.__init__ in two, split text in multiple
909 paragraphs, don't nest parameter square brackets.
910
a994fec4
FJ
9112017-12-12 Stafford Horne <shorne@gmail.com>
912 Stefan Wallentowitz <stefan@wallentowitz.de>
913 Franck Jullien <franck.jullien@gmail.com>
914 Jeremy Bennett <jeremy.bennett@embecosm.com>
915
916 * gdb.texinfo: Add OpenRISC documentation.
917
437afbb8
JK
9182017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
919
920 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
921
883fd55a
KS
9222017-12-07 Keith Seitz <keiths@redhat.com>
923
924 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
925 and "show print type nested-type-limit".
926
824cc835
PM
9272017-12-07 Phil Muldoon <pmuldoon@redhat.com>
928
929 * python.texi (Breakpoints In Python): Add text relating
930 to allowed explicit locations and keywords in gdb.Breakpoints.
931
7403715e
TT
9322017-12-04 Tom Tromey <tom@tromey.com>
933
934 * gdb.texinfo (Rust): Update trait object status
935
97cbe998
SDJ
9362017-12-01 Andrew Cagney <cagney@redhat.com>
937 Joel Brobecker <brobecker@adacore.com>
938 Sergio Durigan Junior <sergiodj@redhat.com>
939
940 * gdb.texinfo (File Options): Document --readnever.
941 (Commands to Specify Files): Likewise, for 'symbol-file' and
942 'add-symbol-file'.
943
bd69330d
PA
9442017-11-29 Pedro Alves <palves@redhat.com>
945
946 PR c++/19436
947 * gdb.texinfo (Debugging C Plus Plus): Document setting
948 breakpoints in functions with ABI tags.
949
a20714ff
PA
9502017-11-29 Pedro Alves <palves@redhat.com>
951
952 * gdb.texinfo (Linespec Locations): Document how "function" is
953 interpreted in C++ and Ada. Document "-qualified".
954 (Explicit Locations): Document how "-function" is interpreted in
955 C++ and Ada. Document "-qualified".
956
ee9a09e9
DC
9572017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
958
959 PR gdb/21945
960 * gdb.texinfo (Search Memory): Update description and example
961 about how to search a string without NULL terminator.
962
e547c119
JB
9632017-11-24 Joel Brobecker <brobecker@adacore.com>
964
965 * gdb.texinfo (GDB/MI Ada Exception Information): Document
966 new "exception-message" field.
967
5f1ca24a
SM
9682017-11-24 Simon Marchi <simon.marchi@ericsson.com>
969
970 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
971
d044bac8
PA
9722017-11-24 Pedro Alves <palves@redhat.com>
973
974 * gdb.texinfo (Completion): Update need-quoting examples. Remove
975 false claim that GDB inserts quoting automatically.
976 (Symbols): Add anchor.
977
2400729e
UW
9782017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
979
980 * gdb.texinfo (Requirements): Document use of GNU MPFR.
981
d8ae99a7
PM
9822017-11-16 Phil Muldoon <pmuldoon@redhat.com>
983
984 * python.texi (Basic Python): Add rbreak documentation.
985
d0fe4701
XR
9862017-11-07 Xavier Roirand <roirand@adacore.com>
987 Pedro Alves <palves@redhat.com>
988
989 * gdb.texinfo (Set Breaks): Document support for breakpoint
990 location ranges in the enable/disable commands.
991
bc3b087d
SDJ
9922017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
993
994 * gdb.texinfo (Starting your Program) <The working directory.>:
995 Mention remote debugging.
996 (Working Directory) <Your Program's Working Directory>:
997 Likewise.
998 (Connecting) <Remote Packet>: Add "set-working-dir"
999 and "QSetWorkingDir" to the table.
1000 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1001 packet.
1002
d092c5a2
SDJ
10032017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1004
1005 * gdb.texinfo (Starting your Program) <The working directory.>:
1006 Mention new "set cwd" command.
1007 (Working Directory) <Your Program's Working Directory>:
1008 Rephrase to explain that "set cwd" exists and is the default
1009 way to change the inferior's cwd.
1010
289e23aa
AA
10112017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1012
1013 * gdb.texinfo (S/390 and System z Features): Document the new
1014 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1015
f2ff95c5
KB
10162017-09-21 Kevin Buettner <kevinb@redhat.com>
1017
1018 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1019 attribute.
1020
da2c323b
KB
10212017-09-21 Kevin Buettner <kevinb@redhat.com>
1022
1023 * python.texi (Inferiors In Python): Add description for method
1024 Inferior.thread_from_thread_handle.
1025
4e5a4f58
JB
10262017-09-19 John Baldwin <jhb@FreeBSD.org>
1027
1028 * gdb.texinfo (Starting your Program): Add description of
1029 starti command. Mention starti command as an alternative for
1030 debugging the elaboration phase.
1031
1526853e
SM
10322017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1033
1034 * gdb.texinfo (Maintenance Commands): Document filter parameter
1035 of "maint selftest". Document "maint info selftests" command.
1036
7c96f8c1
TT
10372017-09-11 Tom Tromey <tom@tromey.com>
1038
1039 * python.texi (Events In Python): Document new events.
1040
d69cf9b2
PA
10412017-09-04 Pedro Alves <palves@redhat.com>
1042
1043 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1044 no-debug-info variables.
1045 (Symbols) <Examining the Symbol Table>: Document inspecting
1046 no-debug-info types.
1047 (Calling) <Calling functions with no debug info>: New subsection,
1048 documenting calling no-debug-info functions.
1049 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1050
0a2dde4a
SDJ
10512017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1052
1053 * gdb.texinfo (set environment): Add @anchor. Explain that
1054 environment variables set by the user are sent to GDBserver.
1055 (unset environment): Likewise, but for unsetting variables.
1056 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1057 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1058 "environment-reset" and "QEnvironmentReset" to the table.
1059 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1060 QEnvironmentReset>: New item, explaining the packet.
1061
6e41ddec
JK
10622017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1063
1064 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1065 "Compiler search for the compile command" descriptions of set
1066 compile-gcc and show compile-gcc.
1067
58afddc6
WP
10682017-08-07 Weimin Pan <weimin.pan@oracle.com>
1069
1070 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1071 ADI support.
1072 * NEWS: Add "adi examine" and "adi assign" commands.
1073
6d580b63
YQ
10742017-08-18 Yao Qi <yao.qi@linaro.org>
1075
1076 * gdb.texinfo (Server): Document "--selftest".
1077
a5afdb16
RK
10782017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1079
1080 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1081 Single-Key mode.
1082
ca145713
SDJ
10832017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1084
1085 PR gdb/21925
1086 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1087 set...").
1088
0968fbae
SM
10892017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1090
1091 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1092 conditional expression.
1093
791fb3d7
SM
10942017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1095
1096 * agentexpr.texi (rot): Fix symbolic description, improve
1097 textual description.
1098
27d41eac
YQ
10992017-07-26 Yao Qi <yao.qi@linaro.org>
1100
1101 * gdb.texinfo (Maintenance Commands): Document command
1102 "maint check xml-descriptions".
1103
8e2141c6
YQ
11042017-07-26 Yao Qi <yao.qi@linaro.org>
1105
1106 * gdb.texinfo (Maintenance Commands): Document optional
1107 argument of "maint print c-tdesc".
1108
c646b4e8
YQ
11092017-07-18 Yao Qi <yao.qi@linaro.org>
1110
1111 * gdb.texinfo (Maintenance Commands): Improve the doc to
1112 command "maint print c-tdesc".
1113
eb83230b
SDJ
11142017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1115
1116 PR gdb/21606
1117 * python.texi (Python representation of Symbols.): Replace
1118 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1119 * guile.texi (Guile representation of Symbols.): Likewise.
1120
c4dcb155
SM
11212017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1122
1123 * gdb.texinfo (Optional Messages about Internal Happenings):
1124 Document {set,show} debug separate-debug-file commands.
1125
aefd8b33
SDJ
11262017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1127
1128 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1129 (Connecting) <Remote Packet>: Add "startup-with-shell"
1130 and "QStartupWithShell" to the table.
1131 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1132 packet.
1133
176efed1
AB
11342017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1135
1136 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1137
d050f7d7
TW
11382017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1139
1140 * python.texi (Recording in Python): Factor out the documentation of
1141 gdb.RecordInstruction's super class.
1142
14f819c8
TW
11432017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1144
1145 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1146 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1147 prev and next.
1148
0ed5da75
TW
11492017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1150
1151 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1152 gdb.RecordInstruction
1153
913aeadd
TW
11542017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1155
1156 * python.texi (Recording in Python): Add documentation for
1157 gdb.RecordGap and remove documentation of special cases for
1158 gdb.BtraceInstruction.
1159
a3be24ad
TW
11602017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1161
1162 * python.texi (Recording in Python): Remove Record.ptid defvar.
1163
ebe553db
SM
11642017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1165
1166 * gdb.texinfo (GDB/MI Thread Information): Add missing
1167 fields, re-word some things.
1168 (GDB/MI Thread Commands): Describe fields found in the output of
1169 -thread-info, remove description of fields in the
1170 thread output tuple, replace with a cross-reference to "GDB/MI
1171 Thread Information".
1172
9be21bb4
SM
11732017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1174
1175 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1176 from -thread-info output.
1177
fe5f7374
AK
11782017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1179
1180 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1181
eea78757
AK
11822017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1183
1184 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1185
79778b30
YQ
11862017-03-22 Yao Qi <yao.qi@linaro.org>
1187
1188 * python.texi (Inferiors In Python): Remove @code from Python.
1189
cee59b3f
TW
11902017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1191
1192 * python.texi (Recordings In Python): Document return type of
1193 gdb.BtraceInstruction.data.
1194
51457a05
MAL
11952017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1196
1197 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1198 command file-list-shared-libraries
1199 (GDB/MI Async Records): Update documentation of library-loaded with new
1200 field.
1201
f8d99587
DE
12022017-03-16 Doug Evans <dje@google.com>
1203
1204 * guile.texi (Lazy Strings In Guile): Mention arrays.
1205 * python.texi (Lazy Strings In Python): Ditto.
1206
5cf70512
JW
12072017-03-08 Jiong Wang <jiong.wang@arm.com>
1208
1209 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1210 character "@".
1211
4a612d6f
WT
12122017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1213
1214 * Memory Protection Extensions: Add information about inferior
1215 calls.
1216
216f72a1
JK
12172017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1218
1219 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1220 DW_TAG_GNU_* and DW_AT_GNU_*.
1221
4e746bb6
TW
12222017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1223
1224 * python.texi (Recordings In Python): New section.
1225
3f77c769
TT
12262017-02-14 Tom Tromey <tom@tromey.com>
1227
1228 PR python/13598:
1229 * python.texi (Events In Python): Document events.before_prompt.
1230
5cf30ebf
LM
12312017-02-13 Luis Machado <lgustavo@codesourcery.com>
1232
1233 * gdb.texinfo (Target Commands): Document the optional offset
1234 argument for the load command.
1235
18da0c51
MG
12362017-02-10 Martin Galvan <martingalvan@sourceware.org>
1237
1238 PR gdb/21122
1239 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1240 space-separated breakpoint lists. Also add a missing @table command
1241 and @cindex for breakpoint lists.
1242
3f7b46f2
IR
12432017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1244
1245 PR tdep/20936
1246 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1247 (Sparc Features): New node.
1248
2735833d
WT
12492017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1250
1251 * gdb.texinfo (i386 Features): Add system segment registers
1252 as feature.
1253
373832b6
SM
12542017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1255
1256 * python.texi (Events In Python): Fix typo.
1257
78cbbba8
LM
12582017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1259 Luis Machado <lgustavo@codesourcery.com>
1260
1261 * gdb.texinfo (-target-flash-erase): New MI command description.
1262 (flash-erase): New CLI command description.
1263
387360da
JB
12642017-01-04 John Baldwin <jhb@FreeBSD.org>
1265
1266 * gdb.texinfo (Contributors): Add SRI International and University
1267 of Cambridge for FreeBSD/mips.
1268
34c41c68
DE
12692016-12-22 Doug Evans <xdje42@gmail.com>
1270
1271 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1272 commands.
1273
df3ee9ca
PA
12742016-12-02 Pedro Alves <palves@redhat.com>
1275
1276 * gdb.texinfo (User-defined Commands): Limit on number of
1277 arguments passed to user-defined commands removed; update.
1278
01770bbd
PA
12792016-12-02 Pedro Alves <palves@redhat.com>
1280
1281 PR cli/20559
1282 * gdb.texinfo (Define): Add example of using "eval" to process a
1283 variable number of arguments.
1284 (Output) <eval>: Add anchor.
1285
ad02e4fe
SM
12862016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1287
1288 * Makefile.in: Likewise.
1289
8504e097
AA
12902016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1291
1292 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1293 xref.
1294
39402e6c
PA
12952016-10-29 Pedro Alves <palves@redhat.com>
1296
1297 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1298 actions.
1299
ca6eff59
PA
13002016-10-26 Pedro Alves <palves@redhat.com>
1301
1302 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1303 actions that match a thread, and what happens when an action
1304 matches a thread that is already running.
1305
be06ba8c
SM
13062016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1307
1308 * gdb.texinfo (Using Trace Files): Fix typo.
1309 (GDB/MI Tracepoint Commands): Likewise.
1310
99e61eda
SM
13112016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1312
1313 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1314 of -trace-save.
1315
9c37b5ae
TT
13162016-10-06 Tom Tromey <tom@tromey.com>
1317
1318 * guile.texi (Types In Guile): Remove Java mentions.
1319 * python.texi (Types In Python): Remove Java mentions.
1320 * gdb.texinfo (Address Locations, Supported Languages)
1321 (Index Section Format): Remove Java mentions.
1322
ee8da4b8
DE
13232016-08-15 Doug Evans <dje@google.com>
1324
1325 * gdb.texinfo (Target Description Format): Update docs on "end"
1326 field spec and field default type.
1327
4034d0ff
AT
13282016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
13292016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1330
1331 PR gdb/20487
1332 * gdb.texinfo (Context management): Update mention of frame
1333 change notifications.
1334 (gdb/mi Async Records): Document frame field in
1335 =thread-select event.
1336 * observer.texi (GDB Observers): New user_selected_context_changed
1337 observer.
1338
4435e1cc
TT
13392016-09-28 Tom Tromey <tom@tromey.com>
1340
1341 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1342 than "memory breakpoint". Further document "kind". Move
1343 protocol-details link earlier.
1344 <z1>: Document the cmd_list argument. Fix typo.
1345 <g>: Remove incorrect sentence.
1346 (Stop Reply Packets): Document "OK" response to requests when in
1347 non-stop mode.
1348 <swbreak>: Use "software breakpoint" rather than "memory
1349 breakpoint".
1350 <create>: Document that "R" is ignored.
1351 <W, X, w>: Document formatting of "AA".
1352 (Notification Packets): Use "%Stop", not "%%Stop".
1353
ad0a504f
AK
13542016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1355
1356 * gdb.texinfo (Embedded Processors): Document ARC.
1357 (Synopsys ARC): New section.
1358 (Standard Target Features): Document ARC features.
1359 (ARC Features): New section.
1360
74172ecf
SM
13612016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1362
1363 * .gitignore: New file.
1364
0a1ddfa6
SM
13652016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1366
1367 * gdb.texinfo (Input/Output): Mention possibility to unset
1368 inferior-tty.
1369
c0272db5
TW
13702016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1371
1372 * gdb.texinfo: Resume btrace on reconnect.
1373
e3487908
GKB
13742016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1375
1376 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1377 syscall.
1378
463888ab
РИ
13792016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1380
1381 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1382 command.
1383
dac790e1
TT
13842016-07-13 Tom Tromey <tom@tromey.com>
1385
1386 PR python/15620, PR python/18620:
1387 * python.texi (Events In Python): Document new breakpoint events.
1388
93daf339
TT
13892016-07-13 Tom Tromey <tom@tromey.com>
1390
1391 PR python/17698:
1392 * python.texi (Breakpoints In Python): Document
1393 Breakpoint.pending.
1394
cda75e70
TT
13952016-07-13 Tom Tromey <tom@tromey.com>
1396
1397 * python.texi (Breakpoints In Python): Move table of types and
1398 table of watchpoint types earlier in node.
1399
e0f3fd7c
TT
14002016-07-12 Tom Tromey <tom@tromey.com>
1401
1402 PR python/19293:
1403 * python.texi (Frames In Python): Document
1404 gdb.invalidate_cached_frames.
1405
86f78169
PA
14062016-06-21 Pedro Alves <palves@redhat.com>
1407
1408 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1409 document new-ui and explain use case.
1410
a28d8e50
YTL
14112016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1412
1413 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1414 (NDS32 Features): New Section.
1415
bb556f1f
TK
14162016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1417
1418 * gdb.texinfo (Examining Memory): Document negative repeat
1419 count in the 'x' command.
1420
38b022b4
SM
14212016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1422
1423 * gdb.texinfo (GDB/MI Async Records): Document method and
1424 format fields in =record-started.
1425 * observer.texi (record_changed): Add method and format
1426 parameters.
1427
c185ba27
EZ
14282016-05-27 Eli Zaretskii <eliz@gnu.org>
1429
1430 * gdb.texinfo (General Query Packets): Move the description of the
1431 response before the long list of the specific 'read' and 'write'
1432 requests.
1433
1957f6b8
TT
14342016-05-23 Tom Tromey <tom@tromey.com>
1435
1436 * python.texi (Basic Python): Document gdb.breakpoints return.
1437
224f10c1
TT
14382016-05-24 Tom Tromey <tom@tromey.com>
1439
1440 PR gdb/19194:
1441 * gdb.texinfo (gdb man): Fix typo.
1442
0bdfa368
TT
14432016-05-17 Tom Tromey <tom@tromey.com>
1444
1445 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1446 (Rust): New node.
1447
dcd1f979
TT
14482016-05-17 Tom Tromey <tom@tromey.com>
1449
1450 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1451
310cdbb6
YQ
14522016-04-27 Yao Qi <yao.qi@linaro.org>
1453
1454 * gdb.texinfo (tfind): Complete doc about tfind without
1455 argument.
1456
b8162e5a
AT
14572016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1458
1459 * agentexpr.texi (byte): Fix zero_ext description.
1460
f7c38292
PA
14612016-03-31 Pedro Alves <palves@redhat.com>
1462
1463 * gdb.texinfo (M32R/SDI): Delete node.
1464 (MIPS Embedded): Remove references to the MIPS remote debugging
1465 protocol, PMON and variants, and the associated commands.
1466
81516450
DE
14672016-03-15 Doug Evans <dje@google.com>
1468
1469 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1470 (Target Description Format): Mention enum types. Update docs on
1471 flags types.
1472 (Predefined Target Types): Add "bool".
1473 (Enum Target Types): New node.
1474
2a60e18f
PA
14752016-03-15 Pedro Alves <palves@redhat.com>
1476
1477 * gdb.texinfo (Tracepoint Actions): Fix typo.
1478
45fa2529
PA
14792016-03-15 Pedro Alves <palves@redhat.com>
1480 Andreas Arnez <arnez@linux.vnet.ibm.com>
1481 Marcin Kościelnicki <koriakin@0x04.net>
1482
1483 * gdb.texinfo (Tracepoint Actions): Document possible
1484 unreliability of '$_ret'.
1485
f2403c39
AB
14862016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1487
1488 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1489 command.
1490
f2f3ccb9
SM
14912016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1492
1493 * gdb.texinfo (Convenience Functions): Document $_as_string.
1494
cce0e923
DE
14952016-02-23 Doug Evans <dje@google.com>
1496
1497 * gdb.texinfo (Skipping Over Functions and Files): Document new
1498 options to "skip" command. Update docs of output of "info skip".
1499
012b3a21
WT
15002016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1501
1502 * gdb.texinfo (Signals): Add bound violation display hints for
1503 a SIGSEGV.
1504
0748bf3e
MK
15052016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1506
1507 * gdb.texinfo (Trace File Format): Add documentation for description
1508 section lines.
1509
e909d859
MK
15102016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1511
1512 * gdb.texinfo (Trace File Format): Remove misleading information
1513 about register block ordering.
1514
713cdcbf
DE
15152016-02-01 Doug Evans <dje@google.com>
1516
1517 * gdb.texinfo (Value Sizes): Fix typo.
1518
8244c20d
DE
15192016-02-01 Doug Evans <dje@google.com>
1520
1521 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1522
5fdf6324
AB
15232016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1524
1525 * gdb.texinfo (Value Sizes): New section.
1526 (Data): Add the 'Value Sizes' node to the menu.
1527
67ebd9cb
JB
15282016-01-26 John Baldwin <jhb@FreeBSD.org>
1529
1530 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1531
6e9567fe
JB
15322016-01-19 John Baldwin <jhb@FreeBSD.org>
1533
1534 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1535
f303dbd6
PA
15362016-01-18 Pedro Alves <palves@redhat.com>
1537
1538 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1539 of the thread that hit a breakpoint or received a signal.
1540
71ef29a8
PA
15412016-01-15 Pedro Alves <palves@redhat.com>
1542
1543 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1544
663f6d42
PA
15452016-01-13 Pedro Alves <palves@redhat.com>
1546
1547 * gdb.texinfo (Threads): Document the $_gthread convenience
1548 variable.
1549 (Convenience Vars): Likewise.
1550
c84f6bbf
PA
15512016-01-13 Pedro Alves <palves@redhat.com>
1552
1553 * gdb.texinfo (Threads): Document "info threads -gid".
1554
22a02324
PA
15552016-01-13 Pedro Alves <palves@redhat.com>
1556
1557 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1558 anchor.
1559 (Threads In Python): Document new InferiorThread.global_num
1560 attribute.
1561
5d5658a1
PA
15622016-01-07 Pedro Alves <palves@redhat.com>
1563
1564 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1565 qualified thread IDs, global thread IDs and thread ID lists.
1566 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1567 thread IDs.
1568 (Convenience Vars): Document the $_thread convenience variable.
1569 (Ada Tasks): Adjust to refer to thread IDs.
1570 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1571 Commands, GDB/MI Variable Objects): Update to mention global
1572 thread IDs.
1573 * guile.texi (Breakpoints In Guile)
1574 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1575 global thread IDs instead of thread IDs.
1576 * python.texi (Threads In Python): Adjust documentation of
1577 InferiorThread.num.
1578 (Breakpoint.thread): Mention global thread IDs instead of thread
1579 IDs.
1580
84654457
PA
15812016-01-13 Pedro Alves <palves@redhat.com>
1582
1583 * python.texi (Threads In Python): Document
1584 InferiorThread.inferior.
1585
e3940304
PA
15862016-01-13 Pedro Alves <palves@redhat.com>
1587
1588 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1589 convenience variable.
1590 (Convenience Vars): Likewise.
1591
82075af2
JS
15922016-01-12 Josh Stone <jistone@redhat.com>
1593 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1594
1595 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1596 (Stop Reply Packets): List the syscall entry and return stop reasons.
1597 (General Query Packets): Describe QCatchSyscalls, and add it to the
1598 table and the detailed list of stub features.
1599
bc504a31
PA
16002016-01-12 Pedro Alves <palves@redhat.com>
1601
1602 Remove use of the registered trademark symbol throughout.
1603
cde67b27
YQ
16042016-01-12 Yao Qi <yao.qi@linaro.org>
1605
1606 * gdb.texinfo (Interrupts): Update the document on handling
1607 interrupt when program is stopped.
1608
19d9d4ef
DB
16092015-12-11 Don Breazeal <donb@codesourcery.com>
1610
1611 * gdb.texinfo (Forks): Correct Linux kernel version where
1612 fork and exec events are supported, add notes about support
1613 of these events in target remote mode.
1614 (Connecting): Reorganize and clarify distinctions between
1615 target remote, extended-remote, and multiprocess.
1616 Reorganize related text from separate sections into new
1617 sections.
1618 (Server): Note effects of target extended-remote mode.
1619 Delete section on Multi-Process Mode for gdbserver.
1620 Move some text to "Connecting" node.
1621
f4f4330e
PA
16222015-12-10 Pedro Alves <palves@redhat.com>
1623
1624 * gdb.texinfo (Threads): Replace warning with explanation
1625 about single-threaded programs.
1626
b1236ac3
PA
16272015-12-10 Pedro Alves <palves@redhat.com>
1628
1629 * gdb.texinfo (Threads): Remove mention of SGI.
1630 (Forks): Remove mention of HP-UX.
1631 (Breakpoints): Remove mention of HP-UX.
1632 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1633 Reword in terms of architectures.
1634 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1635 mention supported systems.
1636 (Convenience Vars): Don't mention HP-UX.
1637 (Jumping): Remove mention of HP-UX in comment.
1638 (Files) <shared libraries>: Update supported shared library types
1639 list. Remove mention of HP-UX.
1640 (Native): Remove HP-UX subsection.
1641 (SVR4 Process Information): Remove mention of HP-UX.
1642
0f59c28f
PA
16432015-12-10 Pedro Alves <palves@redhat.com>
1644
1645 * gdb.texinfo (Stack): Reorder menu.
1646
1c35a88f
LM
16472015-12-09 Luis Machado <lgustavo@codesourcery.com>
1648
1649 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1650 -var-set-format's new zero-hexadecimal format.
1651
3685b09f
PMR
16522015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1653
1654 * gdb.texinfo (Ada Mode Into): Move overloading support
1655 description to its own node.
1656 (Overloading support for Ada): New node.
1657
f2faf941
PA
16582015-11-30 Pedro Alves <palves@redhat.com>
1659
1660 PR 14618
1661 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1662 (Remote Configuration): Add the "set/show remote
1663 no-resumed-stop-reply" to the available settings table.
1664 (General Query Packets): Document the "no-resumed" qSupported
1665 feature.
1666
65706a29
PA
16672015-11-30 Pedro Alves <palves@redhat.com>
1668
1669 * gdb.texinfo (Remote Configuration): List "set/show remote
1670 thread-events" command in configuration table.
1671 (Stop Reply Packets): Document "T05 create" stop
1672 reason and 'w' stop reply.
1673 (General Query Packets): Document QThreadEvents packet. Document
1674 QThreadEvents qSupported feature.
1675
de979965
PA
16762015-11-30 Pedro Alves <palves@redhat.com>
1677
1678 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1679 anchor.
1680 (Packets): Document vCtrlC.
1681
79efa585
SM
16822015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1683
1684 * gdb.texinfo (Thread List Format): Mention thread names.
1685
7e0aa6aa
PA
16862015-11-24 Pedro Alves <palves@redhat.com>
1687
1688 PR 17539
1689 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1690 program-spaces" example to ascending order listing.
1691 (Threads): Adjust "info threads" example to ascending order
1692 listing.
1693 (Forks): Adjust "info inferiors" example to ascending order
1694 listing.
1695
0c532a29
MM
16962015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1697
1698 * gdb.texinfo (Process Record and Replay): Document "record
1699 instruction-history" modifiers.
1700
fc58fa65
AB
17012015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1702
1703 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1704 description.
1705 (Frame Filter Management): Move to later in the 'Examining the
1706 Stack' chapter.
1707 (Selection): Add entry for 'select-frame'.
1708
792005b0
DE
17092015-09-25 Doug Evans <dje@google.com>
1710
1711 * gdb.texinfo (Process Record and Replay): Fix syntax of
1712 "record instruction-history begin, end" and
1713 "record function-call-history begin, end".
1714
c58b006b
SM
17152015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1716
1717 * gdb.texinfo (Specifying Source Directories): Fix
1718 substitute-path example.
1719
f2665db5
MM
17202015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1721
1722 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1723
e68fa6f0
PA
17242015-09-15 Pedro Alves <palves@redhat.com>
1725
1726 PR remote/18965
1727 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1728 the vforkdone description.
1729
8228463c
PA
17302015-09-15 Pedro Alves <palves@redhat.com>
1731
1732 PR remote/18965
1733 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1734 part indicates the thread ID of the parent process.
1735
750ce8d1
YQ
17362015-09-15 Yao Qi <yao.qi@linaro.org>
1737
1738 * gdb.texinfo (General Query Packets): Add vContSupported to
1739 tables of 'gdbfeatures' and 'stub features' supported in the
1740 qSupported packet, as well as to the list containing stub
1741 feature details.
1742
b459a59b
DB
17432015-09-11 Don Breazeal <donb@codesourcery.com>
1744
1745 * gdb.texinfo (Remote Configuration): Add exec event
1746 feature to table of packet settings.
1747 (Stop Reply Packets): Add exec events to the list of stop
1748 reasons.
1749 (General Query Packets): Add exec events to tables of
1750 'gdbfeatures' and 'stub features' supported in the qSupported
1751 packet, as well as to the list containing stub feature
1752 details.
1753
73b8c1fd
PA
17542015-08-24 Pedro Alves <palves@redhat.com>
1755
1756 * gdb.texinfo (Remote Configuration): Document the "set/show
1757 remote multiprocess-extensions-packet" commands.
1758
bb615428
PA
17592015-08-24 Pedro Alves <palves@redhat.com>
1760
1761 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1762 <M32R>: Remove references to M32R/D.
1763 <M68K>: Remove references to target dbug.
1764 <MIPS Embedded>: Remove references to target r3900 and target
1765 array.
1766 <PowerPC Embedded>: Remove references to target dink32 and target
1767 ppcbug, target sds
1768 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1769
2b4bf6af
AB
17702015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1771
1772 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1773
566f5e3b
AB
17742015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1775
1776 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1777
18989b3c
AB
17782015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1779
1780 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1781 info bfds" to...
1782 (File Caching): A New section. Outline bfd caching, and add new
1783 description for "main set/show bfd-sharing".
1784
6ff0ba5f
DE
17852015-08-14 Doug Evans <xdje42@gmail.com>
1786
1787 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1788 disassembly.
1789 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1790
629500fa
KS
17912015-08-11 Keith Seitz <keiths@redhat.com>
1792
1793 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1794 Use "location(s)"instead of "linespec(s)".
1795 (Specifying a Location): Rewrite.
1796 Add subsections describing linespec, address, and explicit locations.
1797 Add node/menu for each subsection.
1798 (Source and Machine Code, C Preprocessor Macros)
1799 (Create and Delete Trace points)
1800 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1801 (Continuing at a Different Address): Remove "linespec" examples.
1802 Add reference to "Specify a Location"
1803 (The -break-insert Command): Rewrite. Add anchor.
1804 Add reference to appropriate manual section discussing locations.
1805 (The -dprintf-insert Command): Refer to -break-insert for
1806 specification of 'location'.
1807
fbea99ea
PA
18082015-08-07 Pedro Alves <palves@redhat.com>
1809
1810 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1811 target-non-stop".
1812
da8c46d2
MM
18132015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1814
1815 * gdb.texinfo (Process Record and Replay): Document prefixing of
1816 speculatively executed instructions in the "record instruction-history"
1817 command.
1818
a3b5281e
DE
18192015-07-20 Doug Evans <dje@google.com>
1820
1821 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1822
6bcb1f97
DE
18232015-07-16 Doug Evans <dje@google.com>
1824
1825 * stabs.texinfo: @include gdb-cfg.texi.
1826
db1ff28b
JK
18272015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1828
1829 Revert the previous 2 commits:
1830 gdbserver build-id attribute generator
1831 Validate symbol file using build-id
1832
ca5268b6
JK
18332015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1834
1835 * gdb.texinfo (Files): Add 'set validate-build-id'
1836 and 'show validate-build-id'.
1837
700ca40f
JK
18382015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1839 Jan Kratochvil <jan.kratochvil@redhat.com>
1840
1841 gdbserver build-id attribute generator.
1842 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1843 'build-id' in description, example, new attribute in dtd.
1844
7c7f93f6
AB
18452015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1846
1847 * gdb.texinfo (Selection): Update documentation for 'frame'
1848 command.
1849
b0627500
MM
18502015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1851
72f4393d 1852 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
1853 commands.
1854
b20a6524
MM
18552015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1856
1857 * gdb.texinfo (Process Record and Replay): Spell out that variables
1858 and registers are not available during btrace replay.
1859 Describe the new "record btrace pt" command.
1860 Describe the new "set|show record btrace pt buffer-size" options.
1861 (General Query Packets): Describe the new Qbtrace:pt and
1862 Qbtrace-conf:pt:size packets.
1863 Expand "bts" to "Branch Trace Store".
1864 Update the branch trace DTD.
1865
fc637f04
PP
18662015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1867
1868 * gdb.texinfo (Command History): Document the new option
1869 "history remove-duplicates".
1870
18a94d75
DE
18712015-06-19 Doug Evans <dje@google.com>
1872
1873 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1874 longer supported.
1875
0eacb298
PP
18762015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1877
1878 * gdb.texinfo (Command History): Mention that setting
1879 GDBHISTSIZE to the empty string disables history truncation.
1880
bc460514
PP
18812015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1882
1883 PR gdb/16999
1884 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1885 behavior.
1886
b58c513b
PP
18872015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1888
1889 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1890 with GDBHISTSIZE.
1891
a86c90e6
SM
18922015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1893
1894 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1895 bytes and memory units for -data-{read,write}-memory-bytes.
1896 (Packets): Same for m, M and X packets.
1897 * python.texi (Inferiors In Python): Same for read_memory and
1898 write_memory.
1899
c74f7d1c
JT
19002015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1901
1902 * gdb.texinfo (Separate Debug Files): Document that PE is also
1903 supported.
1904
51f0e40d
AB
19052015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1906
1907 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1908 single table entry.
1909
966f0aef
WT
19102015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1911
1912 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1913
1914
15a201c8
GB
19152015-06-10 Gary Benson <gbenson@redhat.com>
1916
1917 * gdb.texinfo (Remote Configuration): Document the
1918 "set/show remote hostio-setfs-packet" command.
1919 (Host I/O Packets): Document the vFile:setfs packet.
1920
7a6a1731
GB
19212015-06-10 Gary Benson <gbenson@redhat.com>
1922
1923 * gdb.texinfo (Debugging Output): Document the "set/show debug
1924 linux-namespaces" command.
1925
7d73c23c 19262015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1927 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1928
1929 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1930 and "set mpx bound".
1931
27e0867f
DE
19322015-05-27 Doug Evans <dje@google.com>
1933
1934 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1935
b4f54984
DE
19362015-05-26 Doug Evans <dje@google.com>
1937
1938 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1939 command renamings.
1940 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1941
55b40027
AB
19422015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1943
1944 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1945
a4ea0946
AB
19462015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1947
1948 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1949 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1950
37442ce1
DE
19512015-05-16 Doug Evans <xdje42@gmail.com>
1952
1953 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1954 memory ports.
1955
36de76f9
JK
19562015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1957
1958 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1959
0d71eef5
DB
19602015-05-12 Don Breazeal <donb@codesourcery.com>
1961
1962 * gdb.texinfo (Forks): Note that fork debugging is
1963 supported in extended mode.
1964 (Remote Configuration): Add fork event features to table
1965 of packet settings.
1966 (Stop Reply Packets): Add fork events to list of stop reasons.
1967 (General Query Packets): Add fork events to tables of
1968 'gdbfeatures' and 'stub features' supported in the qSupported
1969 packet, as well as to the list containing stub feature
1970 details.
1971
835205d0
GB
19722015-05-12 Gary Benson <gbenson@redhat.com>
1973
1974 * gdb.texinfo (General Query Packets): Document
1975 qXfer:exec-file:read with empty annex.
1976
4c082a81
SC
19772015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1978
1979 * python.texi (Values From Inferior): Add descriptions of new
1980 methods gdb.Value.reference_value and gdb.Value.const_value.
1981
b30a0bc3
JB
19822015-05-06 Joel Brobecker <brobecker@adacore.com>
1983
1984 * gdb.texinfo (Files): Add "info dll" documentation.
1985 (Cygwin Native): Remove "info dll" documentation.
1986
2ce1cdbf
DE
19872015-04-29 Doug Evans <dje@google.com>
1988
1989 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1990 Document.
1991 (Writing an Xmethod): Add get_result_type to example.
1992
59fb7612
SS
19932015-04-28 Sasha Smundak <asmundak@google.com>
1994
1995 * python.texi: New method documented.
1996
cf75d6c3
AB
19972015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1998
1999 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2000 format.
2001
897c3d32
DE
20022015-04-24 Doug Evans <dje@google.com>
2003
2004 * python.texi (Xmethods In Python): Fix name of method to call the
2005 xmethod.
2006
1b6e6f5c
GB
20072015-04-17 Gary Benson <gbenson@redhat.com>
2008
2009 * gdb.texinfo (Connecting to a Remote Target): Mention that
2010 GDB can access program files from remote targets that support
2011 qXfer:exec-file:read and Host I/O packets.
2012
c78fa86a
GB
20132015-04-17 Gary Benson <gbenson@redhat.com>
2014
2015 * gdb.texinfo (Remote Configuration): Document the "set/show
2016 remote pid-to-exec-file-packet" command.
2017 (General Query Packets): Document the qXfer:exec-file:read
2018 qSupported features. Document the qXfer:exec-file:read packet.
2019
a9a5a3d1
GB
20202015-04-17 Gary Benson <gbenson@redhat.com>
2021
2022 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2023 applies to executable paths if supplied to GDB as absolute.
2024
4f45d445
JK
20252015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2026
2027 * gdb.texinfo (Mode Options): Remove -xdb.
2028
e7a8570f
JK
20292015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2030 Eli Zaretskii <eliz@gnu.org>
2031
72f4393d
L
2032 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2033 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
2034 the compile command. New subsection Compiler search for the compile
2035 command.
2036
f2983cc3
AW
20372015-04-09 Andy Wingo <wingo@igalia.com>
2038
2039 * guile.texi (Frames In Guile): Describe frame-read-register.
2040
599bd15c
GB
20412015-04-02 Gary Benson <gbenson@redhat.com>
2042
2043 * gdb.texinfo (set sysroot): Document "target:".
2044
d11916aa
SS
20452015-04-01 Sasha Smundak <asmundak@google.com>
2046
2047 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2048 section.
2049
df8411da
SDJ
20502015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2051
2052 PR corefiles/16092
2053 * gdb.texinfo (gcore): Mention new command 'set
2054 use-coredump-filter'.
2055 (set use-coredump-filter): Document new command.
2056
d33279b3
AT
20572015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2058
2059 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2060 documentation, reorder the info os entries in alphabetical order.
2061
852f8402
SM
20622015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2063
2064 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2065 -data-write-memory-bytes.
2066
856e7dd6
PA
20672015-03-24 Pedro Alves <palves@redhat.com>
2068
2069 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2070 mention that threads may sometimes run unlocked.
2071
236af5e3
YG
20722015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2073
2074 * gdb.texinfo (Remote configuration): Document "set/show
2075 serial parity" command.
2076
464b0089
GB
20772015-03-18 Gary Benson <gbenson@redhat.com>
2078
2079 * gdb.texinfo (General Query Packets): Remove documentation
2080 for now-removed vFile:fstat qSupported features.
2081
0a93529c
GB
20822015-03-11 Gary Benson <gbenson@redhat.com>
2083
2084 * gdb.texinfo (Remote Configuration): Document the
2085 "set/show remote hostio-fstat-packet" command.
2086 (General Query Packets): Document the vFile:fstat
2087 qSupported features.
2088 (Host I/O Packets): Document the vFile:fstat packet.
2089
85642ba0
AW
20902015-03-11 Andy Wingo <wingo@igalia.com>
2091
2092 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2093
f7e6eed5
PA
20942015-03-04 Pedro Alves <palves@redhat.com>
2095
2096 * gdb.texinfo (Remote Configuration): Document the "set/show
2097 remote swbreak-feature-packet" and "set/show remote
2098 hwbreak-feature-packet" commands.
2099 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2100 decription.
2101 (Stop Reply Packets): Document the swbreak and hwbreak stop
2102 reasons.
2103 (General Query Packets): Document the swbreak and hwbreak
2104 qSupported features.
2105 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2106
f873665f 21072015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
2108
2109 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2110 under *stopped.
2111
9a284c97
DE
21122015-03-02 Doug Evans <xdje42@gmail.com>
2113
2114 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2115
446899e4
AA
21162015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2117
2118 * gdb.texinfo (S/390 and System z Features): Describe new feature
2119 "org.gnu.gdb.s390.vx".
2120
7ee67ee4
SDJ
21212015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2122
2123 PR gdb/18008
2124 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2125 demangler-warning): Fix typo ("problam").
2126
53cf2ee0
DT
21272015-02-19 David Taylor <dtaylor@emc.com>
2128
2129 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2130
3133f8c1
JM
21312015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2132
2133 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2134 point, DTrace'.
2135 (Static Probe Points): Modified to cover DTrace probes in addition
2136 to SystemTap probes. Also modified to cover the `enable probe'
2137 and `disable probe' commands.
2138
9aca2ff8
JM
21392015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2140
2141 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2142 `disable probe' commands.
2143
fa3f8d5a
DT
21442015-02-12 David Taylor <dtaylor@emc.com>
2145
2146 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2147 fields of the QTDV packet.
2148
d33501a5
MM
21492015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2150
2151 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2152 (Process Record and Replay): Describe new set|show commands.
2153 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2154
f4abbc16
MM
21552015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2156
2157 * gdb.texinfo (Process Record and Replay): Describe the "record
2158 btrace bts" command.
2159 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2160 (Branch Trace Configuration Format): New.
2161
cfb069a8
GB
21622015-01-31 Gary Benson <gbenson@redhat.com>
2163 Doug Evans <dje@google.com>
2164
2165 * gdb.texinfo (Command Completion): Document new
2166 "set/show max-completions" option.
2167
f57d2163
DE
21682015-01-31 Doug Evans <xdje42@gmail.com>
2169
2170 * gdb.texinfo (Symbols): Document new commands
2171 "maint print symbol-cache", "maint print symbol-cache-statistics",
2172 "maint flush-symbol-cache". Document new option
2173 "maint set symbol-cache-size".
2174
9f050062
DE
21752015-01-31 Doug Evans <xdje42@gmail.com>
2176
2177 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2178 distinguish script files vs inlined scripts.
2179 * python.texi (Python Auto-loading): Ditto.
2180
b6577aab
DE
21812015-01-30 Doug Evans <dje@google.com>
2182
2183 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2184 string if present.
2185
3a8b707a
DE
21862015-01-27 Doug Evans <dje@google.com>
2187
2188 * python.texi (Objfiles In Python): Document Objfile.username.
2189
1b549396
DE
21902015-01-27 Doug Evans <dje@google.com>
2191
2192 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2193 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2194
253828f1
JK
21952015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2196
2197 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2198
bf555842
EZ
21992015-01-16 Eli Zaretskii <eliz@gnu.org>
2200
2201 * doc/gdb.texinfo (TUI Commands): Document the possible
2202 values of NAME argument to 'winheight' command. Explain the
2203 effect of 'tabset' setting better.
2204
439250fb
DE
22052015-01-11 Doug Evans <xdje42@gmail.com>
2206
2207 PR gdb/15830
2208 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2209 (Symbols): Ditto.
2210 (Maintenance Commands): Delete docs for "maint demangle".
2211
6bf6fd09
JB
22122014-12-31 Joel Brobecker <brobecker@adacore.com>
2213
2214 * gdb.texinfo (Files): Remove documentation of the
2215 "add-shared-symbol-files" and "assf" commands.
2216 (Cygwin Native): Remove documentation of the "dll-symbols"
2217 command.
2218
cc485e62
DE
22192014-12-17 Doug Evans <xdje42@gmail.com>
2220
2221 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2222
bb2ec1b3
TT
22232014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2224 Jan Kratochvil <jan.kratochvil@redhat.com>
2225
2226 * gdb.texinfo (Altering): Update.
2227 (Compiling and Injecting Code): New node.
2228
6dddd6a5
DE
22292014-12-12 Doug Evans <dje@google.com>
2230
2231 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2232
f5b95c01
AA
22332014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2234
2235 * gdb.texinfo: Document "maint print user-registers".
2236
a0be3e44
DE
22372014-12-08 Doug Evans <dje@google.com>
2238
2239 * python.texi (Objfiles In Python): Document Objfile.owner.
2240
86e4ed39
DE
22412014-12-04 Doug Evans <dje@google.com>
2242
2243 * python.texi (Objfiles In Python): Document
2244 Objfile.add_separate_debug_file.
2245
7c50a931
DE
22462014-12-04 Doug Evans <dje@google.com>
2247
2248 * python.texi (Objfiles In Python): Document Objfile.build_id.
2249
162078c8
NB
22502014-12-02 Nick Bull <nicholaspbull@gmail.com>
2251
2252 * python.texi (Events In Python): Document new events
2253 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2254 and RegisterChangedEvent.
2255
f10c5b19
JK
22562014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2257
2258 Add add-auto-load-scripts-directory.
2259 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2260 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2261
413b59ae
JK
22622014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2263
2264 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2265 description typo.
2266
02be9a71
DE
22672014-10-30 Doug Evans <dje@google.com>
2268
2269 * python.texi (Progspaces In Python): Document ability to add
2270 random attributes to gdb.Progspace objects.
2271 (Objfiles In Python): Document ability to add random attributes to
2272 gdb.objfile objects.
2273
e5f8a7cc
PA
22742014-10-27 Pedro Alves <palves@redhat.com>
2275
2276 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2277 info on stepping and signal handlers.
2278 (Signals): Explain stepping and signal handlers. Add context
2279 index entry, and cross references.
2280
fab3a15d
SM
22812014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2282
2283 * python.texi (Breakpoints In Python): Add parenthesis after
2284 Breakpoint.delete. Clarify Breakpoint.enabled description so
2285 that it contains "disable".
2286
4ffbba72
DE
22872014-10-17 Doug Evans <dje@google.com>
2288
2289 * python.texi (Events In Python): Document clear_objfiles event.
2290
d096d8c1
DE
22912014-10-17 Doug Evans <dje@google.com>
2292
2293 * python.texi (Objfiles In Python): Document new progspace attribute.
2294
32a8097b
PA
22952014-10-17 Pedro Alves <palves@redhat.com>
2296
2297 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2298 (SVR4 Process Information): Delete mention of OSF/1.
2299
2ddf4301
SM
23002014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2301
2302 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2303 exit-code field in -list-thread-groups output.
2304
342cc091
JBG
23052014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2306
2307 * gdb.texinfo (Set Breaks): Add missing "@end table".
2308
a25a5a45
PA
23092014-09-22 Pedro Alves <palves@redhat.com>
2310
2311 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2312 always-inserted off" is the default mode now. Delete
2313 documentation of "set breakpoint always-inserted auto".
2314
2b4fd423
DE
23152014-09-18 Doug Evans <dje@google.com>
2316
2317 * python.texi (Symbol Tables In Python): Document "producer"
2318 attribute of gdb.Symtab objects.
2319
deb8ff2b
PA
23202014-09-16 Pedro Alves <palves@redhat.com>
2321
2322 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2323 (Embedded OS): Remove VxWorks menu entry.
2324 (VxWorks): Remove node.
2325
81219e53
DE
23262014-09-13 Doug Evans <xdje42@gmail.com>
2327
2328 * gdb.texinfo (Signaling): Document new queue-signal command.
2329
faa42425
DE
23302014-09-06 Doug Evans <xdje42@gmail.com>
2331
2332 PR 15276
2333 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2334 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2335
1a6a384b
JL
23362014-09-03 Justin Lebar <jlebar@google.com>
2337
2338 * python.texi (Types In Python): Type.template_argument(n) returns a
2339 gdb.Value or a gdb.Type and throws an exception if n is out of
2340 range.
2341
5f3b99cf
SS
23422014-09-03 Sasha Smundak <asmundak@google.com>
2343
2344 * python.texi (Frames in Python): Add read_register description.
2345
3cecbbbe
TT
23462014-08-04 Tom Tromey <tromey@redhat.com>
2347
2348 * gdb.texinfo (Debugging Output): Update for change to "set debug
2349 target".
2350
90debf20
MM
23512014-08-01 Masaki Muranaka <monaka@monami-software.com>
2352
2353 Pushed by Joel Brobecker <brobecker@adacore.com>.
2354 * Makefile.in (transform): New variable.
2355 (install-man1, install-man5): Apply $(transform) to man file names.
2356
ee7333ae
DE
23572014-07-26 Doug Evans <xdje42@gmail.com>
2358
2359 PR guile/17177
2360 * guile.texi (Guile Pretty Printing API): Fix typo.
2361 Document set-pretty-printers!, pretty-printers.
2362 (Selecting Guile Pretty-Printers): Update.
2363 Mention program-space based pretty-printers.
2364
70509625
PA
23652014-07-25 Pedro Alves <palves@redhat.com>
2366 Eli Zaretskii <eliz@gnu.org>
2367
2368 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2369 with multi-threaded programs.
2370
b67a2c6f
YQ
23712014-06-27 Yao Qi <yao@codesourcery.com>
2372
2373 * gdb.texinfo (Maintenance Commands): Update the output of
2374 'maint print dummy-frames' command.
2375
f179cf97
EZ
23762014-06-24 Eli Zaretskii <eliz@gnu.org>
2377
2378 * gdb.texinfo (Screen Size): Improve indexing.
2379
992c7d70
GB
23802014-06-19 Gary Benson <gbenson@redhat.com>
2381
2382 * gdb.texinfo (Maintenance Commands): Document new
2383 "maint set/show catch-demangler-crashes" option.
2384
57fcfb1b
GB
23852014-06-19 Gary Benson <gbenson@redhat.com>
2386
2387 * gdb.texinfo (Maintenance Commands): Document new
2388 "maint demangler-warning" command and new
2389 "maint set/show demangler-warning" option.
2390
dd5d5494
SC
23912014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2392
2393 * python.texi (Xmethod API): Add space before the opening
2394 parenthesis in function descriptions.
2395
25326a28 23962014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
2397
2398 * guile.texi (Guile Configuration): Document guile-data-directory.
2399
0a770bb2 24002014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2401
2402 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2403
16f691fb
DE
24042014-06-04 Doug Evans <xdje42@gmail.com>
2405
2406 * guile.texi (Breakpoints In Guile): Update.
2407
1e47491b
JB
24082014-06-03 Joel Brobecker <brobecker@adacore.com>
2409
2410 * python.texi (Xmethod API): Fix reference to "Progspaces In
2411 Python".
2412
0c6e92a5
SC
24132014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2414
2415 * python.texi (Xmethods In Python, XMethod API)
2416 (Writing an Xmethod): New nodes.
2417 (Python API): New menu entries "Xmethods In Python",
2418 "Xmethod API", "Writing an Xmethod".
2419
06eb1586
DE
24202014-06-02 Doug Evans <xdje42@gmail.com>
2421
2422 * guile.texi (Guile API): Add entry for Parameters In Guile.
2423 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2424 (Parameters In Guile): New node.
2425
e698b8c4
DE
24262014-06-02 Doug Evans <xdje42@gmail.com>
2427
2428 * guile.texi (Guile API): Add entry for Commands In Guile.
2429 (Basic Guile) <parse-and-eval>: Add reference.
2430 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2431 (GDB Scheme Data Types): Mention <gdb:command> object.
2432 (Commands In Guile): New node.
2433
ded03782
DE
24342014-06-02 Doug Evans <xdje42@gmail.com>
2435
2436 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2437 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2438 (Progspaces In Guile): New node.
2439
53e8a631
AB
24402014-05-30 Andrew Burgess <aburgess@broadcom.com>
2441
2442 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2443 * python.texi (Frames In Python): Mention
2444 gdb.FRAME_UNWIND_MEMORY_ERROR.
2445
329ea579
PA
24462014-05-29 Pedro Alves <palves@redhat.com>
2447 Tom Tromey <tromey@redhat.com>
2448
2449 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2450 from example.
2451 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2452 Mention that target-async is now deprecated.
2453 (Maintenance Commands): Document maint set/show target-async.
2454
92bcb5f9
PA
24552014-05-29 Pedro Alves <palves@redhat.com>
2456
2457 * observer.texi (sync_execution_done, command_error): New
2458 subjects.
2459
fd664c91
PA
24602014-05-29 Pedro Alves <palves@redhat.com>
2461
2462 PR gdb/13860
2463 * observer.texi (signal_received, end_stepping_range)
2464 (signal_exited, exited, no_history): New observer subjects.
2465
b2715b27
AW
24662014-05-26 Andy Wingo <wingo@igalia.com>
2467
2468 * guile.texi (GDB Scheme Data Types): Remove documentation for
2469 removed interfaces. Update spelling of gdb-object-kind.
2470
9eaa4c1e
AW
24712014-05-26 Andy Wingo <wingo@igalia.com>
2472
2473 * guile.texi (Basic Guile): Fix some typos.
2474
0f1e8403
AW
24752014-05-26 Andy Wingo <wingo@igalia.com>
2476
2477 * guile.texi (Writing a Guile Pretty-Printer)
2478 (Guile Types Module): Fix excess parentheses in use-modules forms.
2479
697aa1b7
EZ
24802014-05-24 Eli Zaretskii <eliz@gnu.org>
2481
2482 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2483 (Breakpoints In Guile, Guile Printing Module)
2484 (Guile Exception Handling, Values From Inferior In Guile)
2485 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2486 Don't use @var at the beginning of a sentence.
2487
2488 * gdb.texinfo (Frame Filter Management, Trace Files)
2489 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2490 (PowerPC Embedded, Define, Annotations for Running)
2491 (IPA Protocol Commands, Packets, General Query Packets)
2492 (Tracepoint Packets, Notification Packets, Environment)
2493 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2494 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2495 (Frames, Backtrace, Selection, Expressions, Registers)
2496 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2497 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2498 (Source Annotations, Using JIT Debug Info Readers, Packets)
2499 (Stop Reply Packets, Host I/O Packets)
2500 (Target Description Format): Don't use @var at the beginning of a
2501 sentence.
2502
2503 * python.texi (Basic Python, Types In Python)
2504 (Commands In Python, Frames In Python, Line Tables In Python)
2505 (Breakpoints In Python, gdb.printing, gdb.types)
2506 (Type Printing API): Don't use @var at the beginning of a
2507 sentence.
2508
67b5c0c1
MM
25092014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2510
2511 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2512 replay-memory-access".
2513
6a3cb8e8
PA
25142014-05-21 Pedro Alves <palves@redhat.com>
2515
2516 * gdb.texinfo (Starting): Document "set/show
2517 auto-connect-native-target".
2518 (Target Commands): Document "target native".
2519
936d2992
PA
25202014-05-20 Pedro Alves <palves@redhat.com>
2521
2522 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2523 not be remote specific. Add cross reference to the qCRC packet.
2524 (Separate Debug Files): Update cross reference to the qCRC packet.
2525 (General Query Packets) <qCRC packet>: Add anchor.
2526
b3ce5e5f
DE
25272014-05-17 Doug Evans <xdje42@gmail.com>
2528
2529 Copy over changes from guile.texi.
2530 * python.texi (Basic Python) <gdb.execute>: Add text.
2531 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2532 (Values From Inferior) <Python string>: Add text.
2533 (Values From Inferior) <Value.string>: Clarify string length handling.
2534 (Pretty Printing API): Add cindex.
2535 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2536 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2537 @vindex.
2538 (Commands In Python) <COMPLETE_*>: Similarly.
2539 (Symbols In Python) <SYMBOL_*>: Similarly.
2540 (Breakpoints In Python) <WP_*>: Similarly.
2541 (Breakpoints In Python) <BP_*>: Similarly.
2542
8dfcab11
DT
25432014-05-17 David Taylor <dtaylor@emc.com>
2544
2545 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2546 mentioned in the qfThreadInfo reply.
2547
8d551b02
DE
25482014-05-16 Doug Evans <dje@google.com>
2549
2550 * gdb.texinfo (Mode Options): Add -D.
2551
e20bd8f4
SB
25522014-05-09 Samuel Bronson <naesten@gmail.com>
2553
2554 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2555 "make -C".
2556
f989a1c8
TT
25572014-04-29 Tom Tromey <tromey@redhat.com>
2558
2559 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2560 "show debug varobj".
2561
95cf3b38
DT
25622014-05-01 David Taylor <dtaylor@emc.com>
2563
2564 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2565 option.
2566
01f9f808
MS
25672014-04-24 Michael Sturm <michael.sturm@mintel.com>
2568 Walfred Tedeschi <walfred.tedeschi@intel.com>
2569
2570 * gdb.texinfo (i386 Features): Add description of AVX512
2571 registers.
2572
770e7fc7
DE
25732014-03-31 Doug Evans <dje@google.com>
2574
2575 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2576
97d8f0ee
DE
25772014-03-30 Doug Evans <dje@google.com>
2578
2579 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2580 (Background Execution): Ditto.
2581
36cb1214
HZ
25822014-03-21 Pedro Alves <palves@redhat.com>
2583 Stan Shebs <stan@codesourcery.com>
2584 Hui Zhu <hui@codesourcery.com>
2585
2586 * gdb.texinfo (Packets): Add anchor to "? packet".
2587 Remove fixme and update introduction of "k packet".
2588 Add anchor to "vKill packet".
2589
5e3a2c38
SS
25902014-03-12 Stan Shebs <stan@codesourcery.com>
2591
2592 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2593
7a5a839f
LC
25942014-02-26 Ludovic Courtès <ludo@gnu.org>
2595
dc6ae996 2596 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 2597
95060284
JB
25982014-02-20 Joel Brobecker <brobecker@adacore.com>
2599
2600 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2601 and "assf" as being deprecated.
2602 (Cygwin Native): Likewise for "dll-symbols".
2603 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2604 as a way to force the loading of symbols from a DLL.
2605
f7bd0f78
SC
26062014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2607
2608 * python.texi (Values From Inferior): Add description about the
2609 new feature.
2610
329baa95
DE
26112014-02-17 Doug Evans <xdje42@gmail.com>
2612
2613 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2614 * gdb.texinfo (Python): Moved to ...
2615 * python.texi: ... here. New file.
2616
687894f5
DE
26172014-02-17 Ludovic Courtès <ludo@gnu.org>
2618
d25f38ee 2619 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
2620 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2621 parameter to 'str-lookup-function' procedure. Look for
2622 the "std::string<" prefix.
2623 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2624 Adjust description.
2625
6fb526ee
DE
26262014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2627
d25f38ee 2628 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
2629 parantheses for deffn.
2630 (Disassembly In Guile): Ditto.
2631
1e0a5178
SS
26322014-02-10 Stan Shebs <stan@codesourcery.com>
2633
2634 Add Doxygen support.
2635 * Makefile.in (doxy): New action, generates Doxygen files.
2636 (DOXYGEN): New.
2637 (doxyedit): New.
2638 * Doxyfile-base.in: New file.
2639 * Doxyfile-gdb-api.in: New file.
2640 * Doxyfile-gdb-xref.in: New file.
2641 * Doxyfile-gdbserver.in: New file.
2642 * doxy-index.in: New file.
2643 * filter-for-doxygen: New file.
2644 * filter-params.pl: New file.
2645
ed3ef339
DE
26462014-02-10 Doug Evans <xdje42@gmail.com>
2647
2648 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2649 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2650 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2651 (Guile docs): Include guile.texi.
2652 (objfile-gdbdotext file): Add objfile-gdb.scm.
2653 (dotdebug_gdb_scripts section): Mention Guile scripts.
2654 (Multiple Extension Languages): New node.
2655 * guile.texi: New file.
2656
c6044dd1
JB
26572014-01-28 Joel Brobecker <brobecker@adacore.com>
2658
2659 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2660 ignore-descriptive-types". commands.
2661
87ce2a04
DE
26622014-01-22 Doug Evans <dje@google.com>
2663
2664 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2665 (gdbserver man): Ditto.
2666
52834460
MM
26672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2668
2669 * gdb.texinfo: Document limited reverse/replay support
2670 for target record-btrace.
2671
0688d04e
MM
26722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2673
2674 * gdb.texinfo (Process Record and Replay): Update documentation.
2675
8710b709
MM
26762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2677
2678 * gdb.texinfo (Process Record and Replay): Document new /c
2679 modifier accepted by "record function-call-history".
2680 Add /i modifier to "record function-call-history" example.
2681
dcf106f3
JB
26822014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2683 Joel Brobecker <brobecker@adacore.com>
2684
2685 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2686 markers. Remove one that was misplaced.
2687
41ef2965
PA
26882014-01-10 Pedro Alves <palves@redhat.com>
2689
2690 * gdb.texinfo (Your Program's Environment) <set environment>:
2691 Mention the shell, and point at 'set exec-wrapper'.
2692
c0d48811
JB
26932014-01-07 Joel Brobecker <brobecker@adacore.com>
2694
2695 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2696
5fba4c0f
JB
26972013-12-30 Joel Brobecker <brobecker@adacore.com>
2698
2699 * gdb.texinfo (Types In Python): Clarify the documentation
2700 of attribute gdb.Field.bitpos.
2701
0809504b
JB
27022013-12-28 Joel Brobecker <brobecker@adacore.com>
2703
2704 * gdb.texinfo (Types In Python): Fix the documentation of
2705 attribute "bitpos" in class gdb.Field for enum types. Add
2706 documentation for attribute "enumval" in that same class.
2707
edef6000
JB
27082013-12-28 Joel Brobecker <brobecker@adacore.com>
2709
2710 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2711 @ftable.
2712
71b8c845
DE
27132013-12-23 Doug Evans <xdje42@gmail.com>
2714
2715 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2716 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2717 corresponding section in Extending GDB.
2718 (Extending GDB): Move menu up. New menu item "Auto-loading
2719 extensions".
2720 (Sequences): New menu item "Auto-loading sequences".
2721 (Auto-loading sequences): New node.
2722 (Python): Rename section from Scripting GDB to Extending GDB.
2723 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2724 Move docs on ways to auto-load extensions to ...
2725 (Auto-loading extensions): ... here. New node.
2726
d192b373
JB
27272013-12-23 Joel Brobecker <brobecker@adacore.com>
2728
2729 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2730 in menu.
2731 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2732 command, now in a new node.
2733 (GDB/MI Support Commands): New node, with its contents being
2734 extracted from the "GDB/MI Miscellaneous Commands" node.
2735 A small paragraph introducing the section is also added at
2736 the start.
2737 (GDB/MI Miscellaneous Commands): Delete the description of the
2738 -info-gdb-mi-command, -list-features and -list-target-features
2739 commands, now hosted in the "GDB/MI Support Commands" node.
2740
a16b0e22
SC
27412013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2742
2743 PR python/16113
2744 * gdb.texinfo (Values From Inferior): Add a note about using
2745 gdb.Field objects as subscripts on gdb.Value objects.
2746 (Types In Python): Add description about the new attribute
2747 "parent_type" of gdb.Field objects.
2748
9b26f0fb
JB
27492013-12-12 Joel Brobecker <brobecker@adacore.com>
2750
2751 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2752 entry for section docuumenting the -list-features GDB/MI command.
2753
72bfa06c
JB
27542013-12-10 Joel Brobecker <brobecker@adacore.com>
2755
2756 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2757 "exec-run-start-option" entry in the output of the "-list-features"
2758 command.
2759
3ea8680f
EZ
27602013-12-04 Eli Zaretskii <eliz@gnu.org>
2761
2762 * gdb.texinfo (i386): Fix yesterday's commit.
2763
1a4f73eb
TT
27642013-12-03 Tom Tromey <tromey@redhat.com>
2765
2766 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2767 documented here.
2768
6cb999f8
TT
27692013-12-03 Tom Tromey <tromey@redhat.com>
2770
2771 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2772
ca8941bb
WT
27732013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2774
2775 * gdb.texinfo (i386 Features): Add MPX feature registers.
2776 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2777 a subsubsection for MPX and describes the display of the
2778 boundary registers.
2779
688981c9
JB
27802013-12-03 Joel Brobecker <brobecker@adacore.com>
2781
2782 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2783 documentation of the "ada-exceptions" entry.
2784
2ea126fa
JB
27852013-12-03 Joel Brobecker <brobecker@adacore.com>
2786
2787 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2788 "^error" result record concerning the error message. Document
2789 the error code that may also be part of that result record.
2790 (GDB/MI Miscellaneous Commands): Document the
2791 "undefined-command-error-code" element in the output of
2792 the "-list-features" GDB/MI command.
2793
6b7cbff1
JB
27942013-12-03 Joel Brobecker <brobecker@adacore.com>
2795
2796 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2797 the new -info-gdb-mi-command GDB/MI command. Document
2798 the meaning of "-info-gdb-mi-command" in the output of
2799 -list-features.
2800
20e1ca3b
PA
28012013-11-29 Pedro Alves <palves@redhat.com>
2802
2803 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2804 Update comment.
2805
29453a14
YQ
28062013-11-24 Yao Qi <yao@codesourcery.com>
2807
2808 * gdb.texinfo (Caching Remote Data): Document new
2809 "set/show stack-cache" option.
2810
6dd315ba
YQ
28112013-11-24 Yao Qi <yao@codesourcery.com>
2812
2813 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2814 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2815 "off" respectively.
2816
9df9dbe0
YQ
28172013-11-23 Yao Qi <yao@codesourcery.com>
2818
2819 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2820 of "displayhint" to the table about child results.
2821
c78feb39
YQ
28222013-11-21 Yao Qi <yao@codesourcery.com>
2823
2824 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2825 'dynamic' for the output of command -var-list-children.
2826
27b81af3
YQ
28272013-11-21 Yao Qi <yao@codesourcery.com>
2828
2829 * gdb.texinfo (Caching Target Data): Remove "see" before
2830 @pxref.
2831
b26dfc9a
YQ
28322013-11-20 Yao Qi <yao@codesourcery.com>
2833
2834 * gdb.texinfo (Caching Target Data): Update doc for
2835 per-address-space dcache.
2836
b12039c6
YQ
28372013-11-20 Yao Qi <yao@codesourcery.com>
2838
2839 * gdb.texinfo (Data): Rename menu item.
2840 (Caching Remote Data): Rename to ...
2841 (Caching Target Data): ... it. Update.
2842
422ad5c2
JB
28432013-11-18 Joel Brobecker <brobecker@adacore.com>
2844
2845 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2846 "language-option" entry in the output of the "-list-features"
2847 command.
2848
805e1f19
TT
28492013-11-15 Tom Tromey <tromey@redhat.com>
2850
2851 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2852 Add example.
2853
8fe1b653
TT
28542013-11-14 Tom Tromey <tromey@redhat.com>
2855
2856 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2857
403cb6b1
JB
28582013-11-14 Joel Brobecker <brobecker@adacore.com>
2859
2860 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2861 (Context management): Place current subsection text into its own
2862 subsubsection. Add new subsubsection describing the "--language"
2863 command option.
2864
93973826
JB
28652013-11-13 Joel Brobecker <brobecker@adacore.com>
2866
2867 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2868 the documentation of "info-ada-exceptions" in the output
2869 of the "-list-features" command. Add the documentation
2870 of the "ada-exception" entry instead.
2871
6adcee18
JB
28722013-11-12 Joel Brobecker <brobecker@adacore.com>
2873
93973826 2874
6adcee18
JB
2875 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2876 word of a couple of sentences to start with a capital letter.
2877
58d06528
JB
28782013-11-12 Joel Brobecker <brobecker@adacore.com>
2879
2880 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2881 (Ada Exceptions): New node.
2882 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2883 Commands" node.
2884 (GDB/MI Ada Exceptions Commands): New node.
2885 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2886 field in the output of the "-list-features" command.
2887 * NEWS: Add entry for the new "info exceptions" CLI command,
2888 and for the new "-info-ada-exceptions" GDB/MI command.
2889
bc79de95
PM
28902013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2891
2892 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2893 (Line Tables In Python): New node.
2894
73be47f5
DE
28952013-11-08 Doug Evans <dje@google.com>
2896
2897 * gdb.texinfo (Debugging Output): Update text for
2898 "set debug dwarf2-read".
2899
db0fec5c
DE
29002013-11-08 Doug Evans <dje@google.com>
2901
2902 * gdb.texinfo (Debugging Output): Update text for
2903 "set debug symtab-create".
2904
92e32e33
PM
29052013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2906
72f4393d
L
2907 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2908 constant.
92e32e33 2909
f76c27b5
PM
29102013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2911
2912 * gdb.texinfo (Breakpoints In Python): Document temporary
2913 option in breakpoint constructor, and add documentation to the
2914 temporary attribute.
2915
fa4d0c40
YQ
29162013-11-07 Yao Qi <yao@codesourcery.com>
2917
2918 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2919 output of "-var-info-expression".
2920
afa332ce
PA
29212013-11-06 Pedro Alves <palves@redhat.com>
2922
2923 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2924 non-interactive mode.
2925 (Environment) <shell startup files warning>: Mention
2926 non-interactive mode. Mention .zshenv for Z shell, and talk about
2927 BASH_ENV instead of .bashrc for BASH.
2928
9ac69859
NB
29292013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2930
2931 * gdb.texinfo (Commands to Specify Files): Add description
2932 of the remove-symbol-file command.
2933 * observer.texi: New free_objfile event
2934
98882a26
PA
29352013-10-24 Pedro Alves <palves@redhat.com>
2936
2937 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2938
ce13fade
JB
29392013-10-11 Joel Brobecker <brobecker@adacore.com>
2940
2941 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2942 New subsection inside which the "-catch-load" and "-catch-unload"
2943 commands documentation is now placed.
2944 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2945 documenting the "-catch-assert" and "-catch-exception" new
2946 GDB/MI commands.
2947
2446f5ea
JB
29482013-10-10 Joel Brobecker <brobecker@adacore.com>
2949
2950 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2951
0d12017b
JB
29522013-10-10 Joel Brobecker <brobecker@adacore.com>
2953
bd80dc1a
JB
2954 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2955 serial baud".
2956 (Remote Configuration): Replace "set remotebaud" by "set serial
2957 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 2958
f4fb82a1
PA
29592013-10-07 Pedro Alves <palves@redhat.com>
2960
2961 PR breakpoints/11568
2962 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2963 when the thread is removed from the thread list.
2964
0c557179
SDJ
29652013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2966
2967 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2968 Update entry for $_exitcode.
2969
5713b9b5
JB
29702013-10-04 Joel Brobecker <brobecker@adacore.com>
2971
2972 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2973 new "--start" option.
2974
901461f8
PA
29752013-10-02 Pedro Alves <palves@redhat.com>
2976
2977 * gdb.texinfo (Registers): Expand description of saved registers
2978 in frames. Explain <not saved>.
2979
8fb8eb5c
DE
29802013-09-25 Doug Evans <dje@google.com>
2981
2982 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2983
0a7cfe2c
SS
29842013-09-16 Stan Shebs <stan@codesourcery.com>
2985
2986 Remove the internals manual gdbint.texinfo.
2987 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2988 (PDFFILES): Remove gdbint.pdf.
2989 (HTMLFILES): Remove gdbint/index.html.
2990 (HTMLFILES_INSTALL): Remove gdbint.
2991 (GDBINT_DOC_FILES): Remove.
2992 (dvi): Remove gdbint.dvi.
2993 (ps): Remove gdbint.ps.
2994 * gdbint.texinfo: Remove file.
2995 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2996
a280dbd1
SDJ
29972013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2998
2999 * gdb.texinfo (Convenience Functions): Mention new convenience
3000 function $_isvoid.
3001
4ac33720
UW
30022013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3003
3004 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3005 (Standard Target Features): Add new node to menu.
3006 (S/390 and System z Features): New node.
3007
b3d3b4bd
SA
30082013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3009
3010 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3011 -list-target-features in the example.
3012
edf9f00c
JK
30132013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3014
3015 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3016 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3017
1d236d23
JK
30182013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3019
3020 Sync documentation with gdb.base/gnu-debugdata.exp.
3021 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3022
5423b017
JK
30232013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3024
3025 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3026
6211c335
YQ
30272013-08-27 Pedro Alves <pedro@codesourcery.com>
3028 Yao Qi <yao@codesourcery.com>
3029
3030 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3031 Document new --skip-unavailable option.
3032 <-stack-list-variables>: Document new --skip-unavailable option.
3033
52e260a3
DE
30342013-08-26 Doug Evans <dje@google.com>
3035
3036 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3037 an optional regexp.
3038
5e92f71a
TT
30392013-08-13 Tom Tromey <tromey@redhat.com>
3040
3041 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3042 Document GDB_PARALLEL and GDB_INOTIFY.
3043
c5d7073b
SS
30442013-08-09 Stan Shebs <stan@codesourcery.com>
3045
3046 * LRS: Remove file, describes a long-abandoned live-range
3047 splitting extension to stabs.
3048
6fbe845e
AB
30492013-07-25 Andrew Burgess <aburgess@broadcom.com>
3050
3051 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3052
e7045703
DE
30532013-07-17 Doug Evans <dje@google.com>
3054
3055 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3056
3105ebf9
TT
30572013-07-02 Tom Tromey <tromey@redhat.com>
3058
3059 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3060
d6c2da54
TT
30612013-06-28 Tom Tromey <tromey@redhat.com>
3062
3063 * Makefile.in (version.subst): Use version.in, not
3064 common/version.in.
3065 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3066 Likewise.
3067
e5823f1c
PA
30682013-06-27 Pedro Alves <palves@redhat.com>
3069
3070 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3071 dynamic symbol resolution code>: New section, based on infrun.c
3072 comment.
3073
92dcb9ff
TT
30742013-06-26 Tom Tromey <tromey@redhat.com>
3075
3076 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3077 Update.
3078 (Releasing GDB): Likewise.
3079
dc673c81
YQ
30802013-06-26 Pedro Alves <pedro@codesourcery.com>
3081 Yao Qi <yao@codesourcery.com>
3082
3083 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3084 -trace-frame-collected.
3085
28a93511
YQ
30862013-06-26 Pedro Alves <pedro@codesourcery.com>
3087
3088 * gdb.texinfo (Traceframe Info Format): Document tvar element
3089 and its attributes.
3090
a0743c90
YQ
30912013-06-25 Yao Qi <yao@codesourcery.com>
3092
3093 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3094
01208463
TT
30952013-06-24 Tom Tromey <tromey@redhat.com>
3096
3097 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3098 (GDBvn.texi): Use version.subst.
3099 (version.subst): New target.
3100 (mostlyclean): Remove version.subst.
3101
c898adb7
YQ
31022013-06-20 Pedro Alves <pedro@codesourcery.com>
3103
3104 * gdb.texinfo (GDB/MI Data Manipulation)
3105 <-data-list-register-values>: Document the --skip-unavailable
3106 option.
3107
7c57fa1e
YQ
31082013-06-07 Yao Qi <yao@codesourcery.com>
3109
3110 * gdb.texinfo (Symbols): Add kindex and cindex for
3111 'maint print msymbols'.
3112
0059c61a 31132013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
3114
3115 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3116 response field name (thread-group to inferior).
3117
85dc5a12
GB
31182013-06-04 Gary Benson <gbenson@redhat.com>
3119
3120 * gdb.texinfo (General Query Packets/qSupported): Added
3121 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3122 to the table of currently defined stub features.
3123 Added a more detailed entry for "augmented-libraries-svr4-read".
3124 (General Query Packets/qXfer:libraries-svr4:read): Documented
3125 the augmented form of this packet.
3126
5901af59
JB
31272013-05-23 Joel Brobecker <brobecker@adacore.com>
3128
3129 * gdb.texinfo (System-wide Configuration Scripts): Renames
3130 "Installed System-wide Configuration Scripts". Add associated
3131 @menu block.
3132
c1e36e3e
PA
31332013-05-23 Yao Qi <yao@codesourcery.com>
3134 Pedro Alves <palves@redhat.com>
3135
3136 * gdb.texinfo (Packets): Document 'vCont;r'.
3137 (Continuing and Stepping): Document target-assisted range
3138 stepping, and the 'set range-stepping' and 'show range-stepping'
3139 commands.
3140
0201faac
JB
31412013-05-23 Joel Brobecker <brobecker@adacore.com>
3142
3143 * gdb.texinfo (Installed System-wide Configuration Scripts):
3144 Add subsection describing the scripts now available under
3145 the data-dir's system-gdbbinit subdirectory.
3146 * NEWS: Add entry announcing the availability of system-wide
3147 configuration scripts for ElinOS and Wind River Linux.
3148
c5867ab6
HZ
31492013-05-21 Hui Zhu <hui@codesourcery.com>
3150
3151 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3152 "-dprintf-insert" command.
3153
7d0c9981
DE
31542013-05-17 Doug Evans <dje@google.com>
3155
3156 * gdb.texinfo (Maintenance Commands): Update doc for
3157 "maint check-psymtabs". Add doc for "maint check-symtabs",
3158 "maint expand-symtabs".
3159
742ce053
MM
31602013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3161
3162 * gdb.texinfo (Process Record and Replay): Document the
3163 "record goto" command and its sub-commands.
3164
1e611234
PM
31652013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3166
3167 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3168 (Python API): Add Frame Filters API, Frame Wrapper API,
3169 Writing a Frame Filter/Wrapper, Managing Management of Frame
3170 Filters chapter entries.
3171 (Frame Filters API): New Node.
3172 (Frame Wrapper API): New Node.
3173 (Writing a Frame Filter): New Node.
3174 (Managing Frame Filters): New Node.
3175 (Progspaces In Python): Add note about frame_filters attribute.
3176 (Objfiles in Python): Ditto.
3177 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3178 @anchors and --no-frame-filters option to -stack-list-variables,
3179 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3180 commands.
3181
2874cb83
JB
31822013-05-08 Joel Brobecker <brobecker@adacore.com>
3183
3184 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3185 Support" subsection documenting the XML format used to transfer
3186 shared library info on AIX.
3187
9a005eb9
JB
31882013-05-08 Joel Brobecker <brobecker@adacore.com>
3189
3190 * gdb.texinfo (Debugging Output): Add documentation of
3191 "set debug aix-solib" and "show debug aix-solib" commands.
3192
a1217d97
SL
31932013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3194
3195 * gdb.texinfo (Nios II): New section.
3196 (Nios II Features): New section.
3197
4d1eb6b4
JB
31982013-05-06 Joel Brobecker <brobecker@adacore.com>
3199
3200 * gdbint.texinfo (Algorithms): Remove entries documenting
3201 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3202 SOLIB_CREATE_INFERIOR_HOOK.
3203
3f84184e
TT
32042013-04-29 Tom Tromey <tromey@redhat.com>
3205
3206 PR python/14204:
3207 * gdb.texinfo (Python API): Fix menu entry.
3208 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3209 Define global and static block. Add example. Clarify
3210 block relationship for inline functions.
3211
60155234
TT
32122013-04-29 Tom Tromey <tromey@redhat.com>
3213
3214 * gdb.texinfo (Python API): Mention Python help and keyword
3215 arguments. Move pagination text to Basic Python.
3216 (Basic Python): Put pagination text here. Document
3217 close-on-exec, SIGCHLD, and SIGINT.
3218
5360976e
PA
32192013-04-19 Pedro Alves <palves@redhat.com>
3220
3221 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3222 "signedness" instead of "signness".
3223
bd3f3b55
PA
32242013-04-19 Pedro Alves <palves@redhat.com>
3225
3226 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3227 -Wno-pointer-sign text with text on -Wpointer-sign.
3228
dee368d3
TT
32292013-04-16 Tom Tromey <tromey@redhat.com>
3230
3231 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3232 GCC that has the SDT probe points.
3233
cc16e6c9
TT
32342013-04-15 Tom Tromey <tromey@redhat.com>
3235
3236 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3237 exception catchpoints.
3238
72f1fe8a
TT
32392013-04-15 Tom Tromey <tromey@redhat.com>
3240
3241 * gdb.texinfo (Set Catchpoints): Document $_exception.
3242 (Convenience Vars): Mention $_exception.
3243
591f19e8
TT
32442013-04-15 Tom Tromey <tromey@redhat.com>
3245
3246 * gdb.texinfo (Set Catchpoints): Reorganize exception
3247 catchpoints. Document "catch rethrow".
3248 (Debugging C Plus Plus): Mention "catch rethrow".
3249
02ae6bad
TT
32502013-04-15 Tom Tromey <tromey@redhat.com>
3251
3252 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3253
2c91021c
JK
32542013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3255 Eli Zaretskii <eliz@gnu.org>
3256
3257 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3258 line below the sample output.
3259
6eaaf48b
EZ
32602013-04-12 Eli Zaretskii <eliz@gnu.org>
3261
3262 * gdb.texinfo (Mode Options): Document '-configuration'.
3263 (Help): Document "show configuration".
3264 (Bug Reporting): Add requirements to include the configuration
3265 details in bug reports.
3266
b292c783
JK
32672013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3268
3269 * Makefile.in (MAN1S): Add gcore.1.
3270 Remove "Host, target, and site specific Makefile fragments" comment.
3271 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3272 (install-man1, uninstall-man1): Conditionalize gcore.1.
3273 (gcore.1): New.
3274 * gdb.texinfo (Man Pages): Add gcore man.
3275 (gcore man): New node.
3276
f81d1120
PA
32772013-04-10 Pedro Alves <palves@redhat.com>
3278
3279 * gdb.texinfo (Process Record and Replay): Document that "set
3280 record full insn-number-max", "set record
3281 instruction-history-size" and "set record
3282 function-call-history-size" accept "unlimited".
3283 (Backtrace): Document that "set backtrace limit" accepts
3284 "unlimited".
3285 (List): Document that "set listsize" accepts "unlimited".
3286 (Print Settings)" Document that "set print max-symbolic-offset",
3287 "set print elements" and "set print repeats" accept "unlimited".
3288 (Starting and Stopping Trace Experiments): Document that "set
3289 trace-buffer-size" accepts "unlimited".
3290 (Remote Configuration): Document that "set tcp connect-timeout"
3291 accepts "unlimited".
3292 (Command History): Document that "set history size" accepts
3293 "unlimited".
3294 (Screen Size): Document that "set height" and "set width" accepts
3295 "unlimited". Adjust "set pagination"'s description to suggest
3296 "set height unlimited" instead of "set height 0".
3297
393fd4c3
YQ
32982013-04-10 Yao Qi <yao@codesourcery.com>
3299
3300 * gdb.texinfo (Trace Files): Add "target ctf".
3301
cba5a7bf
JK
33022013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3303
3304 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3305
0ed630cb
JK
3306 * Makefile.in (install-man1, install-man5, uninstall-man1)
3307 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3308
afe1492b
JK
3309 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3310
5b8b6385
JK
33112013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3312 Eli Zaretskii <eliz@gnu.org>
3313
3314 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3315 parameters order. Remove "On some targets" for --attach. Document the
3316 --multi parameter and extended-remote command. Document all the
3317 options.
3318
906ccdf0
JK
33192013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3320
3321 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3322 the list of supported languages.
3323
43662968
JK
33242013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3325
3326 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3327 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3328 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3329 (diststuff): Add man.
3330 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3331 (uninstall-man5): New.
3332 (STAGESTUFF): Add *.1 and *.5.
3333 (GDBvn.texi): Add SYSTEM_GDBINIT.
3334 (gdb.1, gdbserver.1, gdbinit.5): New.
3335 (maintainer-clean realclean): Add $(MANS).
3336 (install): Add install-man.
3337 (uninstall): Add uninstall-man.
3338 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3339 (@copying): Wrap it by @c man begin COPYRIGHT.
3340 (Top): Add Man Pages.
3341 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3342
be9a8770
PA
33432013-04-02 Pedro Alves <palves@redhat.com>
3344
3345 * gdb.texinfo (Debugging Output): Document "set/show debug
3346 aarch64", "set/show debug coff-pe-read" and "set/show debug
3347 mach-o".
3348
a46c1e42
PA
33492013-04-02 Pedro Alves <palves@redhat.com>
3350
3351 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3352 table>: Add entry for "trace-buffer-size".
3353
bd3eecc3
PA
33542013-03-28 Pedro Alves <palves@redhat.com>
3355
3356 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3357 table>: Add entry for "trace-status".
3358
215b9f98
EZ
33592013-03-28 Eli Zaretskii <eliz@gnu.org>
3360
3361 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3362 @bullet", which is invalid (makeinfo 5.1 barfs).
3363
7f7cc265
PA
33642013-03-28 Pedro Alves <palves@redhat.com>
3365
3366 PR gdb/15294
3367
3368 * gdb.texinfo (List) <set listsize>: Adjust to document that
3369 listsize 0 means no limit, and remove mention of -1.
3370
9c0be723
YQ
33712013-03-22 Yao Qi <yao@codesourcery.com>
3372
3373 * gdb.texinfo (Embedded Processors): Remove menu item
3374 "OpenRISC 1000".
3375 (OpenRISC 1000): Remove.
3376
bd712aed
DE
33772013-03-21 Doug Evans <dje@google.com>
3378
3379 * gdb.texinfo (Maintenance Commands): Add docs for
3380 "mt set per-command {space,time,symtab} {on,off}".
3381
d0353e76
YQ
33822013-03-14 Hui Zhu <hui@codesourcery.com>
3383 Yao Qi <yao@codesourcery.com>
3384
3385 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3386
6dd24dfa
KS
33872013-03-13 Keith Seitz <keiths@redhat.com>
3388
3389 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3390 "maint agent" reference to Dynamic printf.
3391
5c4808ca
EZ
33922013-03-11 Eli Zaretskii <eliz@gnu.org>
3393
3394 * gdb.texinfo (General Query Packets): Don't use colon in index
3395 entries visible to Info format.
3396
59ea5688
MM
33972013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3398
3399 * gdb.texinfo (Process Record and Replay): Document record
3400 changes.
3401
2ae8c8e7
MM
34022013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3403
3404 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3405 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3406 qXfer:btrace:read.
3407
28abe188
EZ
34082013-03-09 Eli Zaretskii <eliz@gnu.org>
3409
3410 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3411 use colons in @anchor and @cindex entries.
3412
be9a119c 34132013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
3414
3415 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3416
be9a119c 34172013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
3418 Hafiz Abid Qadeer <abidh@codesourcery.com>
3419
3420 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3421 trace-buffer-size set and show commands.
3422 (Tracepoint Packets): Document QTBuffer:size.
3423 (General Query Packets): Document QTBuffer:size.
3424
d57350ea
TT
34252013-02-21 Tom Tromey <tromey@redhat.com>
3426
3427 * gdb.texinfo: Remove bad @syncodeindex.
3428 (Values From Inferior, Types In Python, Inferiors In Python)
3429 (Events In Python, Threads In Python, Frames In Python, Blocks In
3430 Python, Symbols In Python, Symbol Tables In Python): Remove
3431 @tables.
3432 (Packets, General Query Packets, Tracepoint Packets)
3433 (Host I/O Packets): Use @w{} for empty @item.
3434
9f44fbc0
SCR
34352013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3436
3437 * gdb.texinfo (Architectures In Python): Add description about
3438 the new method gdb.Architecture.disassemble.
3439
f5911ea1
HAQ
34402013-02-15 Pedro Alves <pedro@codesourcery.com>
3441 Hafiz Abid Qadeer <abidh@codesourcery.com>
3442
3443 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3444 Document the "trace-file" field.
3445
7e1e0340
DE
34462013-02-07 Doug Evans <dje@google.com>
3447
3448 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3449 command.
3450
134a2066
YQ
34512013-02-06 Yao Qi <yao@codesourcery.com>
3452
3453 * gdb.texinfo (GDB/MI Async Records): Document new MI
3454 notification "=tsv-modified". Update the document of MI
3455 notification "=tsv-created".
3456 * observer.texi (GDB Observers): New observer tsv_modified.
3457 Update observer tsv_created and tsv_delete.
3458
430ed3f0
MS
34592013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3460
3461 * gdb.texinfo (AArch64 Features): New section; document
3462 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3463 (Architectures): Add new AArch64 section to document AArch64
3464 architecture specific commands.
3465 (ABI): Add description of the new OS ABI "Newlib" and its influence
3466 on the longjmp handling.
3467
1b56eb55
JK
34682013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3469 Jan Kratochvil <jan.kratochvil@redhat.com>
3470
3471 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3472 variable in 'set/show backtrace' section.
3473
c4957902
TT
34742013-01-31 Tom Tromey <tromey@redhat.com>
3475
3476 * gdb.texinfo (Target Commands): Fix typo.
3477
bea883fd
SCR
34782013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3479
3480 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3481 describing the gdb.Architecture class.
3482 (Frames In Python): Add description about the new method
3483 gdb.Frame.architecture().
3484
796a7ff8
DE
34852013-01-23 Doug Evans <dje@google.com>
3486
3487 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3488
998580f1
MK
34892013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3490
3491 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3492 'thread-groups' field when printing a breakpoint in MI.
3493
c9fb1240
SD
34942012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3495 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3496 to reflect that jit-reader-load now supports absolute file-names.
3497
ab04a2af
TT
34982013-01-16 Tom Tromey <tromey@redhat.com>
3499
3500 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3501 (Signals): Likewise.
3502
8ac3646f
TT
35032013-01-16 Tom Tromey <tromey@redhat.com>
3504
3505 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3506 "catch-type" field.
3507 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3508
e93a8774
TT
35092013-01-07 Tom Tromey <tromey@redhat.com>
3510
3511 * gdb.texinfo (Mode Options): Don't mention -epoch.
3512 (Data, Emacs): Remove obsolete comments.
3513
54516a0b
TT
35142013-01-02 Tom Tromey <tromey@redhat.com>
3515
3516 * gdb.texinfo (GDB/MI Output Records): Update menu.
3517 (GDB/MI Breakpoint Information): New node.
3518 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3519 <-break-insert>: Likewise.
3520
8dbe8ece
YQ
35212012-12-31 Yao Qi <yao@codesourcery.com>
3522
3523 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3524 (Packets): Move "vStopped" packet to ...
3525 (Notification Packets): ... here. Describe the components
3526 of notification. Add a table of supported notifications.
3527 Add an example on the process of he async notification.
3528
f35a17b5
JK
35292012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3530
3531 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3532 present.
3533 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3534 fullname output always present.
3535
0dfd2fad
PM
35362012-12-23 Pierre Muller <muller@sourceware.org>
3537
72f4393d
L
3538 * gdbint.texinfo (Function prototypes): Require use of "extern"
3539 modifier for function prototypes in headers.
0dfd2fad 3540
7785b880
JB
35412012-12-19 Joel Brobecker <brobecker@adacore.com>
3542
3543 * refcard.tex: Update copyright notice to GPL v3 or later.
3544 Update contact info.
3545
3d745be3
JK
35462012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3547
3548 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3549
c9b6281a
YQ
35502012-12-15 Yao Qi <yao@codesourcery.com>
3551
3552 * gdb.texinfo (Debugging Output): Document 'set debug
3553 notification' and 'show debug notification'.
3554
f2a8bc8a
YQ
35552012-12-15 Yao Qi <yao@codesourcery.com>
3556
3557 * gdb.texinfo (Listing Tracepoints): New item and example about
3558 'installed on target' output.
3559 Add more in the example about 'installed on target'.
3560 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3561
451b7c33
TT
35622012-12-14 Tom Tromey <tromey@redhat.com>
3563
72f4393d 3564 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 3565
3fa7bf06 35662012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 3567
3fa7bf06
MG
3568 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3569
05b4bd79
PA
35702012-12-11 Pedro Alves <palves@redhat.com>
3571
3572 * gdb.texinfo: Remove all mentions of Unixware throughout.
3573
74a0d9f6
JK
35742012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3575
3576 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3577
0c631110
TT
35782012-11-29 Tom Tromey <tromey@redhat.com>
3579
3580 * gdb.texinfo (SVR4 Process Information): Document missing
3581 "info proc" subcommands.
3582
891df0ea
YQ
35832012-11-29 Yao Qi <yao@codesourcery.com>
3584
3585 PR gdb/1477.
3586 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3587 to 'auto' instead of 'gnu'.
3588
608e2dbb
TT
35892012-11-26 Tom Tromey <tromey@redhat.com>
3590
3591 * gdb.texinfo (MiniDebugInfo): New node.
3592 (GDB Files): Update.
3593
e64e0392
DE
35942012-11-16 Doug Evans <dje@google.com>
3595
3596 * gdb.texinfo (System-wide configuration): If the system-wide init
3597 file lives in the data-directory, and --data-directory is provided,
3598 look for it there.
3599
ae606bee
TT
36002012-11-15 Tom Tromey <tromey@redhat.com>
3601
3602 * gdb.texinfo (Signaling): Fix typo.
3603
62747a60
TT
36042012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3605
3606 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3607 parameter "count" of -data-write-memory-bytes, and add an example.
3608
18a9fc12
TT
36092012-11-12 Tom Tromey <tromey@redhat.com>
3610
3611 * gdb.texinfo (Symbols): Document "info type-printers",
3612 "enable type-printer" and "disable type-printer".
3613 (Python API): Add new node to menu.
3614 (Type Printing API): New node.
3615 (Progspaces In Python): Document type_printers field.
3616 (Objfiles In Python): Likewise.
3617 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3618 register_type_printer, TypePrinter>: Document.
3619
53342f27
TT
36202012-11-12 Tom Tromey <tromey@redhat.com>
3621
3622 * gdb.texinfo (Symbols): Document "set print type methods",
3623 "set print type typedefs", and flags to ptype and whatis.
3624
ed8a1c2d
AB
36252012-11-09 Andrew Burgess <aburgess@broadcom.com>
3626
3627 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3628 the example -data-disassemble output. Extend the description of
3629 the -data-disassemble results to document all fields. Document
3630 the cli disassemble command as being related to -data-disassemble.
3631
8506d139
YQ
36322012-11-09 Yao Qi <yao@codesourcery.com>
3633
3634 PR gdb/14777.
3635 * gdb.texinfo (OS Information): Remove doc on command
3636 'info udot'.
3637
4d3f93a2
JB
36382012-11-08 Joel Brobecker <brobecker@adacore.com>
3639
3640 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3641 gdb.ini warning for Windows port.
3642
1e96de83
YQ
36432012-11-08 Yao Qi <yao@codesourcery.com>
3644
3645 * gdb.texinfo (Search): Add kindex for 'fo'.
3646
dc939229
TT
36472012-11-05 Tom Tromey <tromey@redhat.com>
3648
3649 PR python/14802:
3650 * gdb.texinfo (Functions In Python): Add example.
3651
6f6484cd
YQ
36522012-11-03 Yao Qi <yao@codesourcery.com>
3653
3654 * observer.texi (GDB Observers): Remove observer
3655 'tracepoint_modified', 'tracepoint_created' and
3656 'tracepoint_deleted'.
3657
af4238e5
TT
36582012-10-26 Tom Tromey <tromey@redhat.com>
3659
3660 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3661
687e43a4
TT
36622012-10-25 Tom Tromey <tromey@redhat.com>
3663
3664 * gdb.texinfo (General Query Packets): Use @itemx.
3665
8de0566d
YQ
36662012-10-17 Yao Qi <yao@codesourcery.com>
3667
3668 * observer.texi (GDB Observers): Update observer
3669 'memory_changed'.
3670 * gdb.texinfo (GDB/MI Async Records): Document for
3671 "memory-changed" notification.
3672
07540c15
DE
36732012-10-15 Doug Evans <dje@google.com>
3674
3675 * gdb.texinfo (Mode Options): Document -nh.
3676 Elaborate on docs for -nx.
3677
d7019589
SP
36782012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3679
3680 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3681
82a90ccf 36822012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 3683 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
3684
3685 * gdb.texinfo (GDB/MI Async Records): Document notification
3686 'record-started' and 'record-stopped'.
3687 * observer.texi (GDB Observers): New observer 'record-changed'.
3688
aa9259cc
TS
36892012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3690
3691 * gdb.texinfo: Document the removal of SH's 'regs' command.
3692
c1d780c2
SDJ
36932012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3694
3695 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3696
bb25a15c
YQ
36972012-09-18 Yao Qi <yao@codesourcery.com>
3698
3699 * gdb.texinfo (GDB/MI Async Records): Document new MI
3700 notifications '=tsv-created' and '=tsv-deleted'.
3701 * observer.texi (GDB Observers): New observer tsv_created and
3702 tsv_deleted.
3703
201b4506
YQ
37042012-09-18 Yao Qi <yao@codesourcery.com>
3705
3706 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3707 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3708 '=traceframe-changed'.
3709
6fc1c773
YQ
37102012-09-17 Yao Qi <yao@codesourcery.com>
3711
3712 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3713 'set listsize'.
3714
121c73f3
JK
37152012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3716 Eli Zaretskii <eliz@gnu.org>
3717
3718 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3719 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3720 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3721
e9687799
JK
37222012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3723
3724 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3725
3b5e4d35
YPK
37262012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3727
3728 Document how to return from "python-interactive" to GDB.
3729 * gdb.texinfo (Python Commands): Update documentation.
3730
37312012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3732
3733 Add a new "python-interactive" command that starts a standard
3734 Python interactive prompt with "pi" as alias, and add "py" as
3735 an alias to "python".
3736 * gdb.texinfo (Python Commands): Document the new commands.
3737
b583003e
TT
37382012-08-22 Tom Tromey <tromey@redhat.com>
3739
3740 * gdbint.texinfo (Host Definition): Remove documentation for
3741 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3742
a451cb65
KS
37432012-08-17 Keith Seitz <keiths@redhat.com>
3744
3745 PR c++/13356
3746 * gdb.texinfo (Type and Range Checking): Remove warning.
3747 Remove spurious commas.
3748 Update text and examples for re-implementation of set/show
3749 check type.
3750 (C and C++ Type and Range Checks): Likewise.
3751
6b1755ce
YQ
37522012-08-16 Yao Qi <yao@codesourcery.com>
3753
3754 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3755 is deprecated.
3756
f47f77df
DE
37572012-08-13 Doug Evans <dje@google.com>
3758
3759 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3760 to include functions.
3761
a72c3253
DE
37622012-08-10 Doug Evans <dje@google.com>
3763
3764 * gdb.texinfo (Convenience Funs): New node.
3765 (Types In Python): Document Type.vector.
3766
5b9afe8a
YQ
37672012-08-09 Yao Qi <yao@codesourcery.com>
3768
3769 * observer.texi: New observer command_param_changed.
3770 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3771
dc1039df
JK
37722012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3773
3774 * gdbint.texinfo (Debugging GDB): In section
3775 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3776 Mention also gdb-gdb.py.
3777
4abf930d
YQ
37782012-08-07 Yao Qi <yao@codesourcery.com>
3779
3780 Revert the folloing patch:
3781 2012-08-06 Yao Qi <yao@codesourcery.com>
3782 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3783 remote hardware-watchpoint-limit' and 'set
3784 remote hardware-breakpoint-limit'.
3785
f3c8a52a
JK
37862012-08-06 Nathaniel Flath <flat0103@gmail.com>
3787
3788 * gdb.texinfo (Working Directory): Added information about new
3789 default argument for 'cd' command.
3790
77a91025
YQ
37912012-08-06 Yao Qi <yao@codesourcery.com>
3792
3793 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3794 remote hardware-watchpoint-limit' and 'set
3795 remote hardware-breakpoint-limit'.
3796
d9f08f52
YQ
37972012-08-06 Yao Qi <yao@codesourcery.com>
3798
3799 Fix PR14371.
3800
3801 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3802 '=breakpoint-deleted'.
3803
95b07c96
YQ
38042012-08-02 Yao Qi <yao@codesourcery.com>
3805
3806 * gdb.texinfo (Native): Remove node Neutrino.
3807
7255706c
YQ
38082012-07-27 Yao Qi <yao@codesourcery.com>
3809
3810 * gdb.texinfo (IPA Protocol Commands): Document new command
3811 'close'.
3812
d6b28940
TT
38132012-07-25 Tom Tromey <tromey@redhat.com>
3814
3815 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3816
e615022a
DE
38172012-07-20 Doug Evans <dje@google.com>
3818
3819 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3820 (Index Files): Document how to control the use of deprecated index
3821 sections.
3822 (Index Section Format): Replace --use-deprecated-index-sections with
3823 "set use-deprecated-index-sections on".
3824
055855a4
EZ
38252012-07-12 Eli Zaretskii <eliz@gnu.org>
3826
3827 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3828 indices into a single node "Index". Instead, join function and
3829 variable indices into a single index, separate from the concept
3830 index. Requested in
3831 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3832 (Top): Update the top-level menu: instead of one "Index" there are
3833 now separate entries "Concept Index" and "Function and Variable
3834 Index".
3835 (Concept Index, Function and Variable Index): New nodes.
3836 (Index): Node deleted.
3837
f77cc5f0
HZ
38382012-07-05 Hui Zhu <hui_zhu@mentor.com>
3839
3840 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3841 and "maint agent-eval".
3842
00595b5e
EZ
38432012-07-03 Eli Zaretskii <eliz@gnu.org>
3844
3845 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3846 avoid file-name clashes between Index.html and index.html on
3847 case-insensitive filesystems. See the discussion starting in
3848 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3849 details of the problem.
3850 (Top): Update the master menu for the above.
3851 (Concept Index, Command and Variable Index): New nodes, instead of
3852 the old "Index" node that was deleted. All cross-references
3853 updated.
3854
d3ce09f5
SS
38552012-07-02 Stan Shebs <stan@codesourcery.com>
3856
3857 * gdb.texinfo (Dynamic Printf): Mention agent style and
3858 disconnected dprintf.
3859 (Maintenance Commands): Describe maint agent-printf.
3860 (General Query Packets): Mention BreakpointCommands feature.
3861 (Packets): Document commands extension to Z0 packet.
3862 * agentexpr.texi (Bytecode Descriptions): Document printf
3863 bytecode.
3864
2d7b58e8
JK
38652012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3866
3867 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3868 only after gdbinit files.
3869 (Startup): Move -iex and -iex commands down after gdbinit files.
3870
202cbf1c
JK
38712012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3872
3873 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3874 possibility.
3875
b6ba681c
TT
38762012-06-29 Tom Tromey <tromey@redhat.com>
3877
3878 * gdb.texinfo (Index Section Format): Update for version 7.
3879
71caed83
SS
38802012-06-28 Stan Shebs <stan@codesourcery.com>
3881
3882 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3883 example, add note about title column.
3884
ee0bf529
SCR
38852012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3886
3887 * gdb.texinfo (Symbol Tables In Python): Add description about
3888 the new 'last' attribute of gdb.Symtab_and line.
3889
3c15d565
SCR
38902012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3891
3892 * gdb.texinfo (Symbol Tables In Python): Correct the description
3893 of the 'pc' attribute of gdb.Symtab_and_line.
3894
45cfd468
DE
38952012-06-26 Doug Evans <dje@google.com>
3896
3897 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3898 and symtab-create.
3899
496ee73e
KS
39002012-06-25 Keith Seitz <keiths@redhat.com>
3901
3902 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3903 from example. Remove "rbreak" from list of corresponding
3904 gdb commands.
3905
156942c7
DE
39062012-06-23 Doug Evans <dje@google.com>
3907
3908 * gdb.texinfo (Index Section Format): Document version 7 format.
3909
c614397c
YQ
39102012-06-22 Yao Qi <yao@codesourcery.com>
3911
3912 * gdb.texinfo: Add missing cindex for some packets.
3913
472a2379
KS
39142012-06-20 Keith Seitz <keiths@redhat.com>
3915
3916 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3917 for -break-insert and document -p.
3918
2678e2af
YQ
39192012-06-20 Yao Qi <yao@codesourcery.com>
3920
3921 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3922 and "gdb.write_memory" with "Inferior.read_memory" and
3923 "Inferior.write_memory".
3924
984359d2
EZ
39252012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3926
3927 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3928 (Free Documentation): Add @node line.
3929 (Continuing and Stepping) <advance location>: Use @item instead of
3930 @itemx.
3931 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3932 @itemx.
3933 (Embedded Processors): Put the link to "PA" to its correct place,
3934 according to document structure.
3935 (Python API): Put the link to "Lazy Strings In Python" to its
3936 correct place.
3937 (Index): Use @@ in @tex block to get a literal @.
3938
3939 * gdbint.texinfo: Fix the @subtitle line.
3940
3941 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3942 correct place.
3943
16bdd41f
YQ
39442012-06-08 Yao Qi <yao@codesourcery.com>
3945
3946 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3947 Protocol'.
3948 (In-Process Agent Protocol, IPA Protocol Objects)
3949 (IPA Protocol Commands): New nodes.
3950 (Tracepoint Packets): Add anchors.
3951
2d4c29c5
TS
39522012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3953
3954 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3955
6bd110c5
YQ
39562012-06-06 Yao Qi <yao@codesourcery.com>
3957
3958 * gdb.texinfo: Update copyright year.
3959
f3e0e960
SS
39602012-05-23 Stan Shebs <stan@codesourcery.com>
3961 Kwok Cheung Yeung <kcy@codesourcery.com>
3962
3963 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3964
1564a261
JK
39652012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3966
3967 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3968 Mention also --with-separate-debug-dir.
3969 (Auto-loading): Prepend $debugdir in the sample output.
3970 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3971 auto-load safe-path variable.
3972 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3973 Mention also $debugdir for 'set auto-load scripts-directory'.
3974
eb17f351
EZ
39752012-05-19 Eli Zaretskii <eliz@gnu.org>
3976
3977 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3978 (MIPS Embedded, MIPS, MIPS Register packet Format)
3979 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3980 appropriate.
3981
4cc0665f 39822012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 3983 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
3984
3985 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3986 mips compression".
3987 (MIPS Breakpoint Kinds): New subsubsection.
3988
7af8dcf8 39892012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
3990
3991 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3992 nodes for subsections. Add @acronym mark-ups and adjust
3993 formatting.
3994
aff139ff
JK
39952012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3996
3997 Rename $ddir to $datadir.
3998 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3999 (objfile-gdb.py file): Rename $ddir to $datadir.
4000
9cb709b6
TT
40012012-05-18 Tom Tromey <tromey@redhat.com>
4002
4003 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4004
e7e0cddf
SS
40052012-05-14 Stan Shebs <stan@codesourcery.com>
4006
4007 * gdb.texinfo (Dynamic Printf): New subsection.
4008
7efc75aa
SCR
40092012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4010
4011 * gdb.texinfo (Basic Python): Add description about the function
4012 gdb.find_pc_line
4013
f307c045
JK
40142012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4015 Eli Zaretskii <eliz@gnu.org>
4016
4017 * gdb.texinfo (Separate Debug Files): Use plural form for global
4018 debugging information directory.
4019
85d4a676
SS
40202012-05-11 Stan Shebs <stan@codesourcery.com>
4021 Kwok Cheung Yeung <kcy@codesourcery.com>
4022
4023 * gdb.texinfo (Operating System Auxiliary Information): Document new
4024 'info os' subcommands.
4025
c1668e4e
JK
40262012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4027
4028 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4029 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4030 (dotdebug_gdb_scripts section): Add reference
4031 to 'Auto-loading safe path'.
4032
7349ff92
JK
40332012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4034
4035 Implement multi-component --with-auto-load-dir.
4036 * gdb.texinfo (Auto-loading): New references
4037 for 'set auto-load scripts-directory'
4038 and 'show auto-load scripts-directory'.
4039 (Auto-loading safe path): Describe the new default. Move $ddir
4040 substituation reference to 'objfile-gdb.py file'.
4041 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4042 script-name. Describe new 'set auto-load scripts-directory'
4043 and 'show auto-load scripts-directory'.
4044
6dea1fbd
JK
40452012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4046
4047 Provide $ddir substitution for --with-auto-load-safe-path.
4048 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4049 (Auto-loading safe path): Likewise. Mention the default value,
4050 $ddir substitution, --with-auto-load-safe-path and
4051 --without-auto-load-safe-path.
4052 * observer.texi (gdb_datadir_changed): New.
4053
1ccacbcd
JK
40542012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4055
4056 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4057 Twice.
4058
d9242c17
JK
4059 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4060 directory separator by path separator.
4061
af2c1515
JK
40622012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4063
4064 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4065 for 'set auto-load safe-path' optional. Mention if it is omitted.
4066 Change disabling security protection condition to "/", twice.
4067
a20ee7a4
SCR
40682012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4069
4070 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4071 the new methods global_block and static_block on gdb.Symtab
4072 objects.
4073
56af09aa
SCR
40742012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4075
4076 * gdb.texinfo (Blocks In Python): Add a note saying that future
4077 improvements to GDB and its infrastructure can move symbols
4078 across blocks within a symbol table.
4079
2746b0ef
YQ
40802012-04-29 Yao Qi <yao@codesourcery.com>
4081
4082 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4083 (A29K): Remove.
4084
62e5f89c
SDJ
40852012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4086 Tom Tromey <tromey@redhat.com>
4087
4088 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4089 and generic static probe support on GDB.
4090
a766d390
DE
40912012-04-25 Doug Evans <dje@google.com>
4092
50f042b9
DE
4093 * gdb.texinfo (Go): Fix thinko.
4094
a766d390
DE
4095 * gdb.texinfo (Supported Languages): Add Go.
4096 (Go): New node.
4097
f02e2b19
YQ
40982012-04-25 Yao Qi <yao@codesourcery.com>
4099
4100 * gdbint.texinfo (Testsuite): New section `Board settings'.
4101
68d41a48
JK
41022012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4103
4104 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4105 Three times.
4106
174bb630
JK
4107 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4108 Three times.
4109
0511cc75
JK
41102012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4111
4112 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4113 by @table @asis. Fix formatting of one item.
4114
0070f25a
JK
41152012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4116
4117 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4118
4dc84fd1
JK
41192012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4120
4121 New option "set debug auto-load".
4122 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4123 (auto-load verbose mode): New node.
4124
bccbefd2
JK
41252012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4126
4127 New option "set auto-load safe-path".
4128 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4129 and "info auto-load" examples for safe-path. Put there also references
4130 for "set auto-load safe-path" and "show auto-load safe-path".
4131 New menu item for Auto-loading safe path.
4132 (Auto-loading safe path): New node.
4133 (Python Auto-loading): Update the expected output from "Missing"
4134 to "No".
4135
bf88dd68
JK
41362012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4137
4138 auto-load: Implementation.
4139 * gdb.texinfo (Mode Options): New anchor for -nx.
4140 (Startup): New anchors for Option -init-eval-command,
4141 Home Directory Init File
4142 and Init File in the Current Directory during Startup.
4143 Mention set auto-load local-gdbinit with a reference.
4144 Change the sample code to "set auto-load python-scripts".
4145 (Threads): New anchor set libthread-db-search-path.
4146 Provide references to libthread_db.so.1 file.
4147 (Controlling GDB): New menu item for Auto-loading.
4148 (Auto-loading, Init File in the Current Directory)
4149 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4150 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4151 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4152 reference.
4153 (Auto-loading): Rename to ...
4154 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4155 "set auto-load python-scripts", new anchor for it. Change
4156 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4157 for it. Change "info auto-load-scripts"
4158 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4159 to "Python scripts".
4160
8264ba82
AG
41612012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4162
4163 PR mi/13393
4164 * gdb.texinfo (Print Settings): Extend the description for "set print
4165 object".
4166 (GDB/MI Variable Objects): Extend the description for -var-create and
4167 -var-list-children.
4168
06fc020f
SCR
41692012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4170
4171 * gdb.texinfo (Examining Data): Document the 'explore' command.
4172
7191c139
JB
41732012-03-28 Joel Brobecker <brobecker@adacore.com>
4174
4175 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4176 to the children of a varobj and its update range when -var-update
4177 returns that the varobj's type changed.
4178
3708f05e
JK
41792012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4180
4181 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4182 Create two new links fir 'objfile-gdb.py file'
4183 and 'dotdebug_gdb_scripts section'.
4184
8e0583c8
JK
41852012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4186
4187 * gdb.texinfo (Auto-loading): Rename node reference
4188 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4189 Twice.
4190 (.debug_gdb_scripts section): Rename the node ...
4191 (dotdebug_gdb_scripts section): ... here.
4192 (Maintenance Commands): Also rename this node reference.
4193
7b282c5a
SCR
41942012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4195
4196 * gdb.texinfo (Python API/Values From Inferior): Add description
4197 about the new method Value.referenced_value. Add description on
4198 how Value.dereference is different (and similar) to
4199 Value.referenced_value.
4200
8320cc4f
JK
42012012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4202
4203 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4204 --init-eval-command=COMMAND, -iex.
4205 (Startup): Describe -iex and -ix. Simplify the example
4206 for "set auto-load-scripts off".
4207
481860b3
GB
42082012-03-16 Gary Benson <gbenson@redhat.com>
4209
4210 PR breakpoints/10738
4211 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4212 stating that GDB cannot set breakpoints on inlined functions.
4213 (Mode Options): Document --use-deprecated-index-sections.
4214 (Index Section Format): Document new index section version format.
4215
c4aeac85
TT
42162012-03-15 Tom Tromey <tromey@redhat.com>
4217
4218 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4219
16899756
DE
42202012-03-13 Doug Evans <dje@google.com>
4221
4222 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4223 of "reload".
4224 (Symbols): Delete docs for set/show symbol-reloading.
4225 * gdbint.texinfo (Defining Other Architecture Features): Delete
4226 SYMBOL_RELOADING_DEFAULT.
4227 * refcard.tex: Delete reference to symbol-reloading.
4228
9b224c5e
PA
42292012-03-07 Pedro Alves <palves@redhat.com>
4230
4231 * gdb.texinfo (General Query Packets): Document new
4232 QProgramSignals packet.
4233 * gdb.texinfo (Remote configuration): Mention
4234 "program-signals-packet".
4235
169081d0
TG
42362012-03-05 Tristan Gingold <gingold@adacore.com>
4237
4238 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4239
d1feda86
YQ
42402012-03-03 Yao Qi <yao@codesourcery.com>
4241
4242 * gdb.texinfo (In-Process Agent): New node.
4243 Document new commands.
4244 (General Query Packets): Add packet `QAgent'.
4245
1faeff08
MR
42462012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4247
4248 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4249
7d74f244
DE
42502012-03-01 Scott J. Goldman <scottjg@vmware.com>
4251
4252 * gdb.texinfo (Commands In Python): Put example python macro in
4253 COMMAND_USER category rather than COMMAND_OBSCURE.
4254 Document gdb.COMMAND_USER.
4255 (User-defined Commands): Update documentation to clarify
4256 "set/show max-user-call-depth" and "show user" don't apply to python
4257 commands. Update documentation to clarify "help user-defined" may
4258 also include python commands defined as COMMAND_USER.
4259
6fe37d23
JK
42602012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4261
4262 * gdb.texinfo (Startup): Add option -ex description to the option -x
4263 description.
4264
83364271
LM
42652012-02-24 Luis Machado <lgustavo@codesourcery.com>
4266
4267 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4268 condition-evaluation breakpoint parameter.
4269 Mention condition-evaluation mode being shown in "info break".
4270 (Break Conditions): Add description for target-side
4271 conditional breakpoints.
72f4393d 4272 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
4273 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4274 cond-expr.
4275 (General Query Packets): Mention new ConditionalBreakpoint feature.
4276
bdb1994d
TT
42772012-02-22 Tom Tromey <tromey@redhat.com>
4278
4279 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4280
4d241c86
TT
42812012-02-17 Tom Tromey <tromey@redhat.com>
4282
4283 PR python/10753:
4284 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4285 directory.
4286
816338b5
SS
42872012-02-14 Stan Shebs <stan@codesourcery.com>
4288
4289 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4290
cc30c4bd
PA
42912012-02-13 Pedro Alves <palves@redhat.com>
4292
4293 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4294 mips-idt-ecoff.
4295
035d1e5b
YQ
42962012-02-09 Yao Qi <yao@codesourcery.com>
4297
4298 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4299
f0823d2c
TT
43002012-02-07 Tom Tromey <tromey@redhat.com>
4301
4302 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4303 Symbol.value.
4304
64e7d9dd
TT
43052012-02-07 Tom Tromey <tromey@redhat.com>
4306
4307 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4308
4220b2f8
TS
43092012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4310
4311 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4312
edcc5120
TT
43132012-01-24 Tom Tromey <tromey@redhat.com>
4314
4315 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4316 unload".
4317 (Files): Mention new catch commands.
4318 (GDB/MI Async Records): Likewise.
4319
53fe1783
GB
43202012-01-24 Gary Benson <gbenson@redhat.com>
4321
4322 Delete #if 0'd out code.
4323 * gdb.texinfo (Frame Info): Remove "info catch".
4324
b9e7b9c3
UW
43252012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4326
4327 * gdb.texinfo (Remote Configuration): Document
4328 "set remote hostio-readlink-packet" command.
4329 (General Query Packets): Document vFile:readlink packet.
4330
4aac40c8
TT
43312012-01-16 Tom Tromey <tromey@redhat.com>
4332
4333 * gdb.texinfo (Specify Location): Document relative file name
4334 handling.
4335
cafec441
TT
43362012-01-16 Tom Tromey <tromey@redhat.com>
4337
4338 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4339
0ee339bc
JK
43402012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4341 Eli Zaretskii <eliz@gnu.org>
4342
4343 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4344 code.
4345
72384ba3
PH
43462012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4347
4348 * gdb.texinfo (Variables): Document use of :: for non-static
4349 variables.
4350
ce1b17c4
JB
43512012-01-05 Joel Brobecker <brobecker@adacore.com>
4352
4353 * gdbint.texinfo (Start of New Year Procedure): Update
4354 to replace use of copyright.sh by use of copyright.py.
4355
217bff3e
JK
43562012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4357
4358 Remove the gdbtui binary.
4359 * all-cfg.texi (GDBTUI): Remove.
4360 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4361 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4362 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4363
cc72b2a2
KP
43642011-12-23 Kevin Pouget <kevin.pouget@st.com>
4365
4366 Introduce gdb.FinishBreakpoint in Python.
4367 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4368 (Python API): Add menu entry for Finish Breakpoints.
4369
13ac8d2c
JK
43702011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4371
4372 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4373 tests.
4374
e0f9f062
DE
43752011-12-16 Doug Evans <dje@google.com>
4376
4377 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4378
80b6e756
PM
43792011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4380
1c3ad6ab 4381 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
4382 stack". Add documentation for "set/show python print-stack".
4383
2fb860fc
PA
43842011-12-14 Pedro Alves <pedro@codesourcery.com>
4385
4386 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4387 should transfer control to the stub in the startup code instead of
4388 in main. Mention the need to get past the initial breakpoint.
4389
f8eba3c6
TT
43902011-12-06 Tom Tromey <tromey@redhat.com>
4391
4392 * gdb.texinfo (Set Breaks): Update for new behavior.
4393
2268b414
JK
43942011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4395
4396 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4397 List Format for SVR4 Targets'.
4398 (General Query Packets): New item qXfer:libraries-svr4:read.
4399 (Library List Format for SVR4 Targets): New node.
4400
ae6f0d5b
TT
44012011-12-01 Tom Tromey <tromey@redhat.com>
4402
4403 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4404 add.
4405
36dfb11c
TT
44062011-11-22 Tom Tromey <tromey@redhat.com>
4407
4408 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4409 reasons.
4410
f196051f
SS
44112011-11-20 Stan Shebs <stan@codesourcery.com>
4412
4413 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4414 note-related options and variables.
4415 (Tracepoint Packets): Document packet changes.
4416
f85b53f8
SD
44172011-11-20 Sanjoy Das <sdas@igalia.com>
4418
4419 * gdb.texinfo (JIT Interface): Add documentation on writing and
4420 usind JIT debug info readers.
4421 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4422 Debug Info Readers): New nodes.
4423
bfccc43c
YQ
44242011-11-18 Yao Qi <yao@codesourcery.com>
4425
4426 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4427 tracepoint.
4428
c011a4f4
DE
44292011-11-15 Doug Evans <dje@google.com>
4430
4431 * gdb.texinfo (Files): Document basenames-may-differ.
4432
ed59ded5
DE
44332011-11-14 Doug Evans <dje@google.com>
4434
4435 * gdb.texinfo (Shell Commands): Document "!".
4436
405f8e94
SS
44372011-11-14 Stan Shebs <stan@codesourcery.com>
4438 Kwok Cheung Yeung <kcy@codesourcery.com>
4439
4440 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4441 needed to get shorter fast tracepoints.
4442 (Tracepoint Packets): Document new qTMinFTPILen packet.
4443
1e4d1764
YQ
44442011-11-14 Yao Qi <yao@codesourcery.com>
4445
4446 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4447 behavior of tracepoint.
4448 (General Query Packets): New feature InstallInTrace.
4449 (Remote Configuration): Document "set remote
4450 install-in-trace-packet".
4451
71eba9c2 44522011-11-12 Matt Rice <ratmice@gmail.com>
4453
4454 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4455 Add arguments to info macro.
4456
e0f8f636
TT
44572011-11-10 Tom Tromey <tromey@redhat.com>
4458
4459 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4460 manual.
4461 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4462 (Macros): Add a footnote.
4463 (C): Remove paragraph about compiler options.
4464 (C Constants): Mention wide character and string constants.
4465 (C Plus Plus Expressions): Update compiler option advice. Mention
4466 using declarations. Mention ADL. Remove old HP compiler
4467 information.
4468
625c0d47
TT
44692011-11-10 Tom Tromey <tromey@redhat.com>
4470
4471 PR c++/9257:
4472 * gdb.texinfo (Print Settings): Add an extra note about the need
4473 for a vtable.
4474
4be2aacc
MR
44752011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4476
4477 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4478 "set mips abi" documentation.
4479
0a1c4d10
DE
44802011-11-04 Doug Evans <dje@google.com>
4481
4482 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4483
aad1c02c
TT
44842011-11-03 Tom Tromey <tromey@redhat.com>
4485
4486 * gdb.texinfo (Stopping): Add menu entry.
4487 (Continuing and Stepping): Restore @node. Use @section, not
4488 @subsection.
4489
983fb131
MR
44902011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4491
4492 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4493 designation. Fix "Specify Location" cross-reference.
4494
3065dfb6
SS
44952011-11-02 Stan Shebs <stan@codesourcery.com>
4496
4497 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4498 (General Query Packets): Describe tracenz feature.
4499 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4500
0aaaf063
PK
45012011-10-28 Paul Koning <paul_koning@dell.com>
4502
4503 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4504
2231f1fb
KP
45052011-10-27 Kevin Pouget <kevin.pouget@st.com>
4506
72f4393d 4507 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
4508 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4509
5110b5df
PK
45102011-10-26 Paul Koning <paul_koning@dell.com>
4511
4512 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 4513
22dbab46
PK
45142011-10-25 Paul Koning <paul_koning@dell.com>
4515
4516 PR python/13327
72f4393d 4517
22dbab46
PK
4518 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4519 fetch_lazy method.
4520
9df2fbc4
PM
45212011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4522
4523 PR python/12656
4524
4525 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4526 global_block, static_block function.
4527
f05e2e1d
TT
45282011-10-19 Tom Tromey <tromey@redhat.com>
4529
4530 * gdb.texinfo (Commands In Python): Add missing "@"s.
4531
a7fc3f37
KP
45322011-10-13 Kevin Pouget <kevin.pouget@st.com>
4533
4534 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 4535 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
4536 constants.
4537
5048e516
JK
45382011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4539
4540 Fix compatibility with texinfo versions older than 4.12.
4541 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4542 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4543 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4544 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4545 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4546 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4547 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4548
5a56e9c5
DE
45492011-10-09 Doug Evans <dje@google.com>
4550
4551 * gdb.texinfo (Extending GDB): Document alias command.
4552
36b11add
JK
45532011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4554
4555 Support @entry in input expressions.
4556 * gdb.texinfo (Variables): Describe @entry names suffix.
4557 (Print Settings): Add anchor for `set print entry-values'.
4558
e18b2753
JK
45592011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4560 Eli Zaretskii <eliz@gnu.org>
4561
4562 Display @entry parameter values (without references).
4563 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4564 example.
4565 (Print Settings): New description of set print entry-values and show
4566 print entry-values.
4567
111c6489
JK
45682011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4569 Eli Zaretskii <eliz@gnu.org>
4570
4571 Recognize virtual tail call frames.
4572 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4573 (Tail Call Frames): New node.
4574 (Frames In Python): Add gdb.TAILCALL_FRAME.
4575
9c15afc4
DE
45762011-10-07 Doug Evans <dje@google.com>
4577
4578 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4579 register_pretty_printer.
4580
99f5279d
PM
45812011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4582
4583 PR python/12930
4584 PR python/12802
4585
4586 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4587 stop method.
4588
03583c20
UW
45892011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4590
4591 * gdb.texinfo (Starting your Program): "set disable-randomization"
4592 is no longer Linux-specific.
4593 (Remote Configuration): Document "set remote
4594 disable-randomization-packet".
4595 (General Query Packets): Document "QDisableRandomization" packet
4596 and add it to "qSupported" list.
4597
bd054e06
KP
45982011-10-07 Kevin Pouget <kevin.pouget@st.com>
4599
4600 Allow Python notification of new object-file loadings.
4601 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4602 event type.
4603
cb6be26b
KP
46042011-10-04 Kevin Pouget <kevin.pouget@st.com>
4605
4606 PR python/12691: Add the inferior to Python exited event
4607 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4608
a05336a1
JB
46092011-10-03 Joel Brobecker <brobecker@adacore.com>
4610
4611 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4612 rephasing.
4613
5d77fe44
JB
46142011-10-03 Joel Brobecker <brobecker@adacore.com>
4615
4616 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4617 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4618 as possible feature returned by the `-list-features'
4619 command.
4620
699df94d
PK
46212011-09-28 Paul Koning <paul_koning@dell.com>
4622
4623 * gdb.texinfo (gdb.Type): Document field access by dictionary
4624 key syntax.
4625
24bdad53
YQ
46262011-09-28 Yao Qi <yao@codesourcery.com>
4627
4628 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4629 Add one space after option `-s'. Remove @r{} markup.
4630
6710bf39
SS
46312011-09-27 Stan Shebs <stan@codesourcery.com>
4632
4633 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4634
d99f7e48
HZ
46352011-09-16 Hui Zhu <teawater@gmail.com>
4636
4637 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4638 to *(unsigned char *)$esp@300.
4639
d812018b
PK
46402011-09-15 Paul Koning <paul_koning@dell.com>
4641
4642 * gdb.texinfo: Make style of Python functions and methods match
4643 the syntax of Python. Also put class and module names explicitly
4644 on function, member, and variable names, matching Python
4645 documentation conventions.
72f4393d 4646
2aa48337
KP
46472011-09-15 Kevin Pouget <kevin.pouget@st.com>
4648
4649 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4650 * gdb.texinfo (Inferiors In Python): Describe new
4651 gdb.selected_inferior() function.
4652
6839b47f
KP
46532011-09-15 Kevin Pouget <kevin.pouget@st.com>
4654
4655 Handle multiple breakpoint hits in Python interface:
4656 * gdb.texinfo (Events In Python): New function documentation:
4657 gdb.BreakpointEvent.breakpoints. Indicate that
4658 gdb.BreakpointEvent.breakpoint is now deprecated.
4659
26829f2b
JB
46602011-09-04 Joel Brobecker <brobecker@adacore.com>
4661
4662 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4663
a9f54f60
TT
46642011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4665
4666 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4667
fa3a4f15
PM
46682011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4669
72f4393d
L
4670 * gdb.texinfo (Prompt): Add set/show extended-prompt
4671 documentation
4672 (Basic Python): Add prompt_hook anchor.
4673 (Python modules): Reword module text to reflect multiple modules.
4674 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 4675
224bbe49
YQ
46762011-08-14 Yao Qi <yao@codesourcery.com>
4677
78d85199
YQ
4678 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4679
46802011-08-14 Yao Qi <yao@codesourcery.com>
4681
4682 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
4683 (TIC6x Features): New node.
4684
457e09f0
DE
46852011-08-12 Doug Evans <dje@google.com>
4686
4687 * gdb.texinfo (Symbols In Python): Document symbol.type.
4688
5e239b84
PM
46892011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4690
4691 * gdb.texinfo (Python): Document command and function
4692 auto-loading.
4693
177bc839
JK
46942011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4695 Eli Zaretskii <eliz@gnu.org>
4696
4697 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4698 typedefs unrolling. Extend the sample code by an inner typedef and
4699 outer typedefs unrolling.
4700
1a532630
PP
47012011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4702
4703 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4704 size and line-size.
4705
9b158ba0 47062011-07-21 Matt Rice <ratmice@gmail.com>
4707
4708 PR macros/12999
4709 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4710 Update text and cindex entries for info macro command.
4711
d17b6f81
PM
47122011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4713
4714 * observer.texi (GDB Observers): Add before_prompt observer.
4715 * gdb.texinfo (Basic Python): Add documentation for prompt
4716 substitution.
4717
713389e0
PM
47182011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4719
72f4393d 4720 PR python/12438
713389e0 4721 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
4722 set/show python print-stack. Document set/show python
4723 print-backtrace.
713389e0 4724
177b42fe
TJB
47252011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4726
4727 * gdb.texinfo: Fix typos.
4728
900e11f9
JK
47292011-07-01 Tom Tromey <tromey@redhat.com>
4730
4731 * gdb.texinfo (Debugging Output): Document set debug
4732 check-physname.
4733
39c4d40a
TT
47342011-06-29 Tom Tromey <tromey@redhat.com>
4735
4736 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4737 breakpoint-notifications feature.
4738
6f5def7d
UW
47392011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4740
4741 * gdb.texinfo (Target Description): Remove warning about
4742 possibly unstable format.
4743
8cf64490
TT
47442011-06-03 Tom Tromey <tromey@redhat.com>
4745
4746 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4747 (Events In Python): Note that exit_code is optional.
4748
393eab54
PA
47492011-05-17 Pedro Alves <pedro@codesourcery.com>
4750
4751 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4752 required for multi-threading support.
4753 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4754 Hc are deprecated for multi-threading debugging. Point readers at
4755 the vCont packet.
4756
75fc9810
DE
47572011-05-15 Doug Evans <dje@google.com>
4758
4759 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4760
01124a23
DE
47612011-05-13 Doug Evans <dje@google.com>
4762
98a5dd13
DE
4763 * gdb.texinfo (Threads): Document $sdir,$pdir.
4764 (Server): Document $pdir exception.
4765
dbaefcf7
DE
4766 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4767
cc63ef9b
DE
4768 * gdb.texinfo (Threads): Clarify default value for
4769 libthread-db-search-path.
7e0396aa 4770
01124a23
DE
4771 * gdb.texinfo (Completion): Update example.
4772 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4773
d248b706
KY
47742011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4775
4776 * gdb.texinfo: Document change in the behaviour of the enable and
4777 disable GDB commands when applied to tracepoints.
4778 Document the EnableDisableTracepoints remote stub feature.
4779 Document QTEnable and QTDisable in the list of tracepoint packets.
4780
cc88a640
JK
47812011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4782
4783 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4784 hsuser.texi.
4785 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4786 comment to hsuser.texi. Change rluser.texi name in the comment.
4787
84e578fb
DE
47882011-05-10 Doug Evans <dje@google.com>
4789
4790 * gdb.texinfo (Threads): If an empty path is provided for
4791 libthread-db-search-path it is reset to its default value.
4792 (Server): Ditto.
4793
478aac75
DE
47942011-05-09 Doug Evans <dje@google.com>
4795
4796 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4797
9c06b0b4
TJB
47982011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4799 Thiago Jung Bauermann <bauerman@br.ibm.com>
4800
4801 Implement support for PowerPC BookE masked watchpoints.
4802 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4803 (PowerPC Embedded): Mention support of masked watchpoints.
4804
9ed350ad
JB
48052011-05-03 Joel Brobecker <brobecker@adacore.com>
4806
4807 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4808 `@value{GDBN}'.
4809
4ceed123
JB
48102011-05-03 Joel Brobecker <brobecker@adacore.com>
4811
4812 * gdb.texinfo (titlepage): Remove dedication.
4813 (In Memoriam): New appendix.
4814
559a7a62
JK
48152011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4816 Eli Zaretskii <eliz@gnu.org>
4817
4818 * gdb.texinfo (Index Section Format): Change the version to 5.
4819 Describe the different formula.
4820
03f2bd59
JK
48212011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4822 Eli Zaretskii <eliz@gnu.org>
4823
4824 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4825 for disconnected tracing.
4826 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4827 extended-remote relationship. Mention --once.
4828 (TCP port allocation lifecycle of @code{gdbserver}): New.
4829
d9b1a651
EZ
48302011-04-23 Eli Zaretskii <eliz@gnu.org>
4831
4832 * gdb.texinfo (Server): Improve indexing. Index all optional
4833 switches to gdbserver.
4834
90476074
TT
48352011-04-20 Tom Tromey <tromey@redhat.com>
4836
4837 * gdb.texinfo (Index Section Format): New node.
4838 (Top): Add new node to menu.
4839
c21236dc
PA
48402011-04-20 Pedro Alves <pedro@codesourcery.com>
4841
4842 * gdb.texinfo (Maintenance Commands): Document `maint print
4843 remote-registers'.
4844
05c8c3f5
TT
48452011-04-20 Tom Tromey <tromey@redhat.com>
4846
4847 * gdb.texinfo (Trace File Format): Move node later.
4848
7a9dd1b2
TT
48492011-04-19 Tom Tromey <tromey@redhat.com>
4850
4851 * gdbint.texinfo (Register Information Functions): Remove
4852 duplicate "the".
4853 * gdb.texinfo (Emacs): Remove duplicate "to".
4854 (GDB/MI Variable Objects): Remove duplicate "the".
4855 (General Query Packets): Likewise.
4856
4368ebeb
JB
48572011-04-02 Joel Brobecker <brobecker@adacore.com>
4858
4859 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4860 "GDB/MI Ada Exception Information" node.
4861
956a9fb9
JB
48622011-04-01 Joel Brobecker <brobecker@adacore.com>
4863
4864 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4865 the "exception-name" field in the *stopped async record.
4866
f1310107
TJB
48672011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4868 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4869
4870 Implement support for PowerPC BookE ranged breakpoints.
4871 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4872
8786b2bd
TT
48732011-03-28 Tom Tromey <tromey@redhat.com>
4874
4875 * gdb.texinfo (Set Tracepoints): Fix typo.
4876
9ef07c8c
TT
48772011-03-24 Tom Tromey <tromey@redhat.com>
4878
4879 * gdb.texinfo (Specify Location): Document `function:label'
4880 linespec.
4881
99c3dc11
PM
48822011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4883
f1310107 4884 PR python/12149
99c3dc11
PM
4885
4886 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4887
29703da4
PM
48882011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4889
4890 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4891 (Inferiors In Python): Likewise.
4892 (Threads In Python): Likewise.
4893 (Symbols In Python): Likewise.
4894 (Objfiles In Python): Likewise.
4895 (Symbol Tables In Python): Likewise.
4896
c9174737
PA
48972011-03-15 Pedro Alves <pedro@codesourcery.com>
4898
4899 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4900 display>: Explain that the commands accept number ranges.
4901
7371cf6d
PM
49022011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4903
4904 * gdb.texinfo (Breakpoints In Python): Add description and example
4905 of Python stop function operation.
4906
ecec24e6
PM
49072011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4908
4909 * gdb.texinfo (Parameters In Python): Document get_set_string and
4910 get_show_string methods.
4911
6dcd5565
JK
49122011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4913
4914 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4915
81896e36
JK
4916 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4917 circular-trace-buffer name.
4918
5e30da2c
JB
49192011-02-28 Joel Brobecker <brobecker@adacore.com>
4920
4921 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4922 in the previous change.
4923
3bd0f5ef 49242011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 4925
72f4393d 4926 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
4927 that they can accept multiple arguments.
4928
4ec7539c
JB
49292011-02-24 Joel Brobecker <brobecker@adacore.com>
4930
4931 Revert the following patch (code patch was not approved):
4932 2011-02-21 Hui Zhu <teawater@gmail.com>
4933 * agentexpr.texi (bytecode descriptions): add printf.
4934 * gdb.texinfo (tracepoint action lists): add printf.
4935
82809774
DE
49362011-02-23 Doug Evans <dje@google.com>
4937
4938 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4939
e5a67952
MS
49402011-02-23 Michael Snyder <msnyder@vmware.com>
4941
4942 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4943 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4944 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4945
6e6fbe60
DE
49462011-02-22 Doug Evans <dje@google.com>
4947
4948 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4949 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4950 add description of result, fix @defun formatting.
4951
f994e27a
HZ
49522011-02-21 Hui Zhu <teawater@gmail.com>
4953
4954 * agentexpr.texi (Bytecode Descriptions): Add printf.
4955 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4956
c7f96d2b
TT
49572011-02-18 Tom Tromey <tromey@redhat.com>
4958
4959 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4960
60f98dde
MS
49612011-02-14 Michael Snyder <msnyder@vmware.com>
4962
4963 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4964 Document new command "thread find".
4965
08e796bc
MS
49662011-02-14 Michael Snyder <msnyder@vmware.com>
4967
4968 * gdb.texinfo (Threads): Update example of new thread message.
4969
b3b9301e
PA
49702011-02-14 Pedro Alves <pedro@codesourcery.com>
4971
4972 * gdb.texinfo (Remote Configuration): Mention set/show remote
4973 traceframe-info.
4974 (Tools/Packages Optional for Building GDB): Mention that expat is
4975 used for traceframe info.
4976 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4977 (General Query Packets) <qSupported>: Describe the
4978 qXfer:traceframe-info:read feature.
4979 (qXfer::read): Describe qXfer:traceframe-info:read.
4980 (Traceframe Info Format): New section.
4981
cef35b0f
PA
49822011-02-04 Pedro Alves <pedro@codesourcery.com>
4983
4984 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4985 for casts and unary operators.
4986
f1cbe1d3
TT
49872011-02-04 Tom Tromey <tromey@redhat.com>
4988
4989 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4990 is not useful.
4991
585fdaa1
PA
49922011-01-25 Pedro Alves <pedro@codesourcery.com>
4993
4994 * gdb.texinfo: s/value optimized out/optimized out/g
4995
7bfc9434
JB
49962011-01-21 Joel Brobecker <brobecker@adacore.com>
4997
4998 * gdb.texinfo (Other Misc Settings): Rework part of the
4999 documentation of the "set interactive mode" command.
5000
4694da01
TT
50012011-01-19 Tom Tromey <tromey@redhat.com>
5002
5003 * gdb.texinfo (Threads): Document thread name output and `thread
5004 name' command.
5005 (Threads In Python): Document Thread.name attribute.
5006 (GDB/MI Thread Commands): Document thread attributes.
5007
b716877b
AB
50082011-01-12 Andrew Burgess <aburgess@broadcom.com>
5009
5010 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5011 changes in mi/mi-cmd-disas.c
5012
13fd8b81
TT
50132011-01-12 Tom Tromey <tromey@redhat.com>
5014
5015 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5016 Fix "thread apply" text.
5017
e09342b5
TJB
50182011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5019 Thiago Jung Bauermann <bauerman@br.ibm.com>
5020
5021 Implement support for PowerPC BookE ranged watchpoints.
5022 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5023 the "set powerpc exact-watchpoints" flag.
5024
06e65f44
TT
50252011-01-07 Tom Tromey <tromey@redhat.com>
5026
5027 * gdb.texinfo (Python API): Add descriptions to @menu items.
5028
d8e22779
TT
50292011-01-06 Tom Tromey <tromey@redhat.com>
5030
5031 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5032
a255712f
PP
50332010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5034
e09342b5 5035 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 5036
ccfc3d6e
TT
50372011-01-06 Tom Tromey <tromey@redhat.com>
5038
5039 PR python/12133:
5040 * gdb.texinfo (Frames In Python): Document various frame
5041 constants.
5042
44944448
JB
50432011-01-05 Joel Brobecker <brobecker@adacore.com>
5044
5045 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5046 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5047 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5048
42ea3d7a
JK
50492011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5050
5051 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5052 (clean): Add GDBvn.texi.
5053
720d1a40
JB
50542010-12-29 Joel Brobecker <brobecker@adacore.com>
5055
5056 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5057 occasional case where the debugger prints an array address
5058 instead of the array itself.
5059
ad196637
PA
50602010-12-23 Pedro Alves <pedro@codesourcery.com>
5061
5062 * gdb.texinfo (Packets) <read registers packet>: Document support
5063 for registers that were not collected.
5064
a86caf66
DE
50652010-12-15 Doug Evans <dje@google.com>
5066
5067 * gdb.texinfo (Startup): Document auto-loading of scripts during
5068 startup.
5069 (Auto-loading): Delete "maint set python auto-load on|off".
5070 Add "set auto-load-scripts on|off".
5071
aae1c79a
DE
50722010-12-07 Doug Evans <dje@google.com>
5073
5074 * gdb.texinfo (Mode Options): Document -data-directory.
5075 (Data Files): Add reference to -data-directory.
5076
4e04c971
DE
50772010-11-29 Doug Evans <dje@google.com>
5078
5079 * gdb.texinfo (Pretty-Printer Introduction): Change
5080 printer-name:subprinter-name to printer-name;subprinter-name.
5081
94b6973e
PM
50822010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5083
72f4393d 5084 PR python/12199
94b6973e
PM
5085
5086 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5087
39037522
TT
50882010-11-23 Tom Tromey <tromey@redhat.com>
5089
5090 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5091 (Editing): Likewise.
5092 (Command History): Likewise.
5093 (TUI Keys): Likewise.
5094 (Bug Reporting): Conditionally include rluser.texi and
5095 inc-history.texinfo.
5096 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5097 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5098 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5099 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5100 (gdb.pdf): Likewise.
5101 (gdb.info): Likewise.
5102 (gdb/index.html): Likewise.
5103
5ae98d25
TT
51042010-11-23 Tom Tromey <tromey@redhat.com>
5105
5106 * Makefile.in (Makefile): Run ../config.status.
5107 (distclean): Update.
5108 * configure: Remove.
5109 * configure.ac: Remove.
5110
621c8364
TT
51112010-11-12 Tom Tromey <tromey@redhat.com>
5112
5113 * gdb.texinfo (Basic Python): Update. Add xref.
5114 (Exception Handling): Document new exception classes.
5115 (Types In Python): Update.
5116 (Frames In Python): Update.
5117
84f4c1fe
PM
51182010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5119
5120 * gdb.texinfo (Breakpoints In Python): Document "internal"
5121 parameter, and visible attribute.
5122
99e7ae30
DE
51232010-11-05 Doug Evans <dje@google.com>
5124
5125 * gdb.texinfo (Source Path): Document "set directories".
5126
f4b8a18d
KW
51272010-11-05 Ken Werner <ken.werner@de.ibm.com>
5128
5129 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5130 (OpenCL C): New node.
5131
7b51bc51
DE
51322010-11-02 Doug Evans <dje@google.com>
5133
5134 * gdb.texinfo (Pretty Printing): Expand into three sections,
5135 introduction, example, and commands.
5136 (Python API): Delete section Disabling Pretty-Printers, merge into
5137 Selecting Pretty-Printers.
5138 (Writing a Pretty-Printer): New section. Move the pretty-printer
5139 example here, and reformat to match python coding style. Add a second
5140 example using the gdb.printing module.
5141 (Python modules): Add gdb.printing.
5142
9eeee977
DE
51432010-10-29 Doug Evans <dje@google.com>
5144
5145 * gdb.texinfo (Python): Fix long line.
5146
a0e0ffdf
DE
51472010-10-20 Doug Evans <dje@google.com>
5148
5149 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5150 All references updated. Correct sections marked as subsections.
5151 (Coding Standards): New chapter. Move the coding standard related
5152 subsections here. Add section on Python coding standards.
5153
0e3509db
DE
51542010-10-13 Doug Evans <dje@google.com>
5155
5156 * gdb.texinfo (Python): Add "Python modules".
5157 (Types in Python): Add reference to gdb.types section.
5158 (Python modules): New node.
5159
44592cc4
DE
51602010-10-11 Doug Evans <dje@google.com>
5161
5162 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5163 Python" from gdb.Value.type description.
5164
6e1bb179
JB
51652010-09-28 Joel Brobecker <brobecker@adacore.com>
5166
5167 * gdb.texinfo (Ravenscar Profile): New node.
5168
e8467610
TT
51692010-09-22 Tom Tromey <tromey@redhat.com>
5170
5171 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5172
fccd1d1e
EZ
51732010-09-22 Eli Zaretskii <eliz@gnu.org>
5174
5175 * gdb.texinfo (Values From Inferior): Clarify that
5176 value.dynamic_type works only in C++ programs with RTTI.
5177
c1b6b909
TT
51782010-09-15 Paul Bolle <pebolle@tiscali.nl>
5179
5180 * gdb.texinfo (Character Sets): Correctly reference host-charset
5181 in example.
5182
7d288aaa
TT
51832010-09-13 Tom Tromey <tromey@redhat.com>
5184
5185 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5186 Document "fullname" and "from".
5187
f75d858b
MK
51882010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5189
5190 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5191 feature `reverse' output by -list-target-features.
5192
83b9503b
L
51932010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5194
5195 * gdb.texinfo (i386 Features): Remove an extra "@item".
5196
03f17ccf
TT
51972010-08-30 Tom Tromey <tromey@redhat.com>
5198
5199 PR python/11792:
5200 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5201
9779414d
DJ
52022010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5203
5204 * gdb.texinfo (ARM Features): Document
5205 org.gnu.gdb.arm.m-profile.
5206
f9ffd4bb
TT
52072010-08-23 Tom Tromey <tromey@redhat.com>
5208
5209 PR python/11145:
5210 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5211 reinterpret_cast methods.
5212
702c2711
TT
52132010-08-23 Tom Tromey <tromey@redhat.com>
5214
5215 PR python/11915:
5216 * gdb.texinfo (Types In Python): Document array method.
5217
66b73624
TJB
52182010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5219
5220 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5221
06a64a0b
TT
52222010-08-16 Tom Tromey <tromey@redhat.com>
5223
5224 * gdb.texinfo (Set Watchpoints): Document -location option.
5225
a3a7127e
DE
52262010-08-13 Doug Evans <dje@google.com>
5227
5228 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5229
8dedea02
VP
52302010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5231
5232 * gdb.texinfo (GDB/MI Data Manipulation): Document
5233 -data-read-memory-raw and -data-write-memory-raw.
5234
ca5c20b6 52352010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 5236 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
5237
5238 * gdb.texinfo (Basic Python): Describe post_event API.
5239
cb2e07a6
PM
52402010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5241
5242 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 5243 decode_line Python APIs
cb2e07a6 5244
464b3efb
TT
52452010-08-10 Tom Tromey <tromey@redhat.com>
5246
5247 * gdb.texinfo (Pretty Printing API): Document
5248 gdb.default_visualizer.
5249
c29c521f
TT
52502010-08-10 Tom Tromey <tromey@redhat.com>
5251
5252 Revert gdb-add-index addition:
5253 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5254
5da1313b
JK
52552010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5256 Eli Zaretskii <eliz@gnu.org>
5257
5258 * gdb.texinfo (Mode Options) <-batch>
5259 (Basic Python) <gdb.execute>: Describe setting width and height.
5260
02d868e8
PP
52612010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5262
5263 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5264
c2bbed2a
TT
52652010-07-30 Tom Tromey <tromey@redhat.com>
5266
5267 * gdb.texinfo (Index Files): Mention gdb-add-index.
5268
6c13bbe1
HZ
52692010-07-30 Hui Zhu <teawater@gmail.com>
5270
5271 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5272 "detach inferior" and "kill inferior".
5273
53a71c06
CR
52742010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5275
5276 * gdb.texinfo (Machine Code): Update description of two forms of
5277 arguments, and add new example to demonstrate the new form.
5278
5374244e
PM
52792010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5280
5281 * gdb.texinfo (Values From Inferior): Add value inferior function
5282 call description.
5283
8ea5bce5
JK
52842010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5285
5286 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5287
c0edd9ed
JK
52882010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5289 Eli Zaretskii <eliz@gnu.org>
5290
5291 Make core files the process_stratum.
5292 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5293 record_stratum example.
5294
9291a0cd
TT
52952010-07-13 Tom Tromey <tromey@redhat.com>
5296
5297 * gdb.texinfo (Index Files): New node.
5298
f5011d11
TT
52992010-07-13 Tom Tromey <tromey@redhat.com>
5300
5301 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5302
0f5238ed
TT
53032010-07-13 Tom Tromey <tromey@redhat.com>
5304
5305 * gdb.texinfo (Specify Location): Document labels.
5306
74c761c1
PA
53072010-07-01 Pedro Alves <pedro@codesourcery.com>
5308
5309 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5310 entries for fast tracepoints and static tracepoints.
5311
501994c0
PA
53122010-07-01 Pedro Alves <pedro@codesourcery.com>
5313
5314 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5315 qsThreadInfo>: Spell out `l' as ell.
5316
0fb4aa4b
PA
53172010-07-01 Pedro Alves <pedro@codesourcery.com>
5318
5319 * gdb.texinfo (Convenience Variables): Document $_sdata.
5320 (Commands to Set Tracepoints): Describe static tracepoints. Add
5321 `Listing Static Tracepoint Markers' menu entry. Document
5322 "strace".
5323 (Tracepoint Action Lists): Document collecting $_sdata.
5324 (Listing Static Tracepoint Markers): New subsection.
5325 (Tracepoints support in gdbserver): Mention static tracepoints.
5326 (remote packets, enabling and disabling): Mention
5327 read-sdata-object.
5328 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5329 and StaticTracepoint.
5330 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5331 Document qXfer:sdata:read.
5332 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5333
dc3b15be
JB
53342010-06-29 Joel Brobecker <brobecker@adacore.com>
5335
5336 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5337
595939de
PM
53382010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5339 Tom Tromey <tromey@redhat.com>
5340 Thiago Jung Bauermann <bauerman@br.ibm.com>
5341
5342 * gdb.texinfo (Inferiors In Python): New node.
5343 * gdb.texinfo (Threads In Python): New node.
5344
9279c692
JB
53452010-06-28 Joel Brobecker <brobecker@adacore.com>
5346
5347 * gdb.texinfo (Python): Document what the python directory is
5348 and what its location is.
5349 (Basic Python): Document the gdb.PYTHONDIR constant.
5350
bc9f0842
TT
53512010-06-25 Tom Tromey <tromey@redhat.com>
5352
5353 PR python/10808:
5354 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5355
f1421989
HZ
53562010-06-24 Hui Zhu <teawater@gmail.com>
5357
5358 * gdb.texinfo: (Commands for Controlled Output): Add
5359 documentation for command "eval".
5360
e4c0cfae
SS
53612010-06-21 Stan Shebs <stan@codesourcery.com>
5362
5363 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5364 * annotate.texinfo: Ditto.
5365 * gdbint.texinfo: Ditto.
5366 * stabs.texinfo: Ditto.
5367
bb08c432
HZ
53682010-06-22 Hui Zhu <teawater@gmail.com>
5369
5370 * gdb.texinfo: (Process Record and Replay): Add documentation
5371 for command "set record memory-query".
5372
4f5d9f07
SS
53732010-06-21 Stan Shebs <stan@codesourcery.com>
5374
5375 * gdb.texinfo: Relicense under GFDL version 1.3.
5376 * annotate.texinfo: Relicense under GFDL version 1.3.
5377 * gdbint.texinfo: Relicense under GFDL version 1.3.
5378 * stabs.texinfo: Relicense under GFDL version 1.3.
5379 * fdl.texi: Update to version 1.3.
5380
6aed2dbc
SS
53812010-06-18 Stan Shebs <stan@codesourcery.com>
5382
a61408f8
SS
5383 * gdb.texinfo (Operating System Auxiliary Information): Describe
5384 "info os" when no arguments given.
5385
6aed2dbc
SS
5386 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5387 $_thread.
5388
24e933df
HZ
53892010-06-18 Hui Zhu <teawater@gmail.com>
5390
5391 * gdb.texinfo: (Process Record and Replay): Add documentation
5392 for commands "record save" and "record restore".
5393
65d79d4b
SDJ
53942010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5395
5396 * gdb.texinfo: Include information about the correct use
5397 of addresses in the `watch' command.
5398
d914c394
SS
53992010-06-11 Stan Shebs <stan@codesourcery.com>
5400
5401 * gdb.texinfo (Observer Mode): New section.
5402 (General Query Packets): Document QAllow.
889bf7c5 5403
967cf477
DE
54042010-06-04 Doug Evans <dje@google.com>
5405
5406 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5407
aaf4119b
DE
54082010-06-03 Doug Evans <dje@google.com>
5409
5410 * gdbint.texinfo (Coding): Add subsection on command names.
5411
9eae7c52
TT
54122010-06-02 Tom Tromey <tromey@redhat.com>
5413
5414 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5415 always-disassemble.
5416
fa593d66
PA
54172010-06-01 Pedro Alves <pedro@codesourcery.com>
5418
5419 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5420 gdbserver, and add cross reference.
5421 (Tracepoints support in gdbserver): New subsection.
5422
dde08ee1
PA
54232010-05-26 Pedro Alves <pedro@codesourcery.com>
5424
5425 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5426 `qRelocInsn' feature.
5427 (Relocate instruction reply packet): New subsection
5428 of `Tracepoint Packets'.
5429 (Tracepoint Packets): Mention that packets QTDP and QTStart
5430 support the qRelocInsn request, and add cross reference to new
5431 subsection.
5432
07ca107c
DE
54332010-05-25 Doug Evans <dje@google.com>
5434
5435 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5436 (Commands In Python): Document gdb.string_to_argv.
5437
c25c4a8b
JK
54382010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5439
5440 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5441 ATTR_NORETURN.
5442
d7b32ed3 54432010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
5444 Tom Tromey <tromey@redhat.com>
5445 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 5446
c25c4a8b 5447 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 5448
6aecb9c2
JB
54492010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5450
5451 * gdb.texinfo: (Summary) Add mention about D language support.
5452 (Filenames): Add D suffixes.
5453 (D): New node.
5454
b7da9e9f
PM
54552010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5456
5457 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5458 of macro deleted from GDB code.
5459
ab38a727
PA
54602010-04-24 Pedro Alves <pedro@codesourcery.com>
5461
5462 * gdb.texinfo (Commands to specify files): Describe what how GDB
5463 looks up DOS-based filesystem paths on the system root. Document
5464 the new `set/show target-file-system-kind' commands.
5465
66d09542
DE
54662010-04-23 Doug Evans <dje@google.com>
5467
5468 * gdb.texinfo (Python): Move Auto-loading section here ...
5469 (Python API): from here.
5470 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5471 (Maintenance Commands): Add docs for "maint print section-scripts".
5472
8bd10a10
CM
54732010-04-20 Chris Moller <cmoller@redhat.com>
5474
5475 * gdb.texinfo (Setting Breakpoints): Added description of
5476 filename-qualified rbreak.
5477 * refcard.tex (Breakpoints and Watchpoints): Added brief
5478 description of filename-qualified rbreak.
5479
4c374409
JK
54802010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5481
5482 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5483 (Python API): Change the reference to Pretty Printing API.
5484 (Pretty Printing): Move the user part under the Data node. Reformat
5485 the sample output to 72 columns. Create a new reference to Pretty
5486 Printing API. Rename the API part ...
5487 (Pretty Printing API): To a new node name.
5488 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5489 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5490
5a9351ae
SS
54912010-04-21 Stan Shebs <stan@codesourcery.com>
5492
5493 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 5494 and commands.
5a9351ae 5495 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 5496
9a22f0d0
PM
54972010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5498
5499 * gdb.texinfo (Examining memory): Update for change in string
5500 display with explicit size.
5501
6149aea9
PA
55022010-04-19 Pedro Alves <pedro@codesourcery.com>
5503
5504 PR breakpoints/8554.
5505
5506 * gdb.texinfo (Save Breakpoints): New node.
5507 (save-tracepoints): Rename to ...
5508 (save tracepoints): ... this. Mention that `save-tracepoints' is
5509 a deprecated alias to `save tracepoints'.
5510
711e434b
PM
55112010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5512
645797a8 5513 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
5514 (info w32 thread-information-block): Document new command.
5515 (qGetTIBAddress): Document new gdbserver query.
5516 (maint set/show show-all-tib): Document new command.
5517
3f7b2faa
DE
55182010-04-15 Doug Evans <dje@google.com>
5519
fa33c3cd
DE
5520 * gdb.texinfo (Python API): Add progspaces section.
5521 (Selecting Pretty-Printers): Progspace pretty-printers are
5522 searched too.
5523 (Progspaces In Python): New section.
5524
3f7b2faa
DE
5525 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5526
79f283fe
PM
55272010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5528
5529 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5530 returns None.
5531
87290684
SS
55322010-04-09 Stan Shebs <stan@codesourcery.com>
5533
5534 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5535 Describe the `frames-created' field, tweak grammar.
5536
a97153c7
PA
55372010-04-09 Pedro Alves <pedro@codesourcery.com>
5538
5539 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5540 Describe the `circular' and `disconnected' fields.
5541
5c5dcc1b
L
55422010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5543
5544 * gdb.texinfo (maint print registers): Mention unavailable and
5545 invisible registers.
5546
adc36818
PM
55472010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5548 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 5549 Tom Tromey <tromey@redhat.com>
adc36818
PM
5550
5551 * gdb.texinfo (Breakpoints In Python): New Node.
5552
33da3f1c
SS
55532010-04-08 Stan Shebs <stan@codesourcery.com>
5554
5555 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5556 trace status fields.
5557
3a13a53b
L
55582010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5559
5560 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5561 optional. Make org.gnu.gdb.i386.avx requires
5562 org.gnu.gdb.i386.avx.
5563
08001717
DE
55642010-04-08 Doug Evans <dje@google.com>
5565
5566 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5567 search path, and document that gdb only scans the search path if
5568 the script's path doesn't specify a directory.
5569
c375651d
DE
55702010-04-05 Doug Evans <dje@google.com>
5571
5572 * gdb.texinfo (maint show python auto-load): Fix typo.
5573
af54718e
SS
55742010-04-04 Stan Shebs <stan@codesourcery.com>
5575
d77f58be
SS
5576 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5577 (Setting Watchpoints): Update description of "info watch".
5578 (Disabling Breakpoints): Only "info break" lists all.
5579
af54718e
SS
5580 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5581 (tdump): Explain how tdump works.
5582
86b17b60
PA
55832010-04-01 Pedro Alves <pedro@codesourcery.com>
5584
5585 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5586 add cross reference.
5587
ff12863f
PA
55882010-03-31 Pedro Alves <pedro@codesourcery.com>
5589
5590 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5591 commands error out.
5592
f68eb612
L
55932010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5594
5595 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5596
c8d5aac9
L
55972010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5598
5599 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5600
7d13fe92
SS
56012010-03-29 Stan Shebs <stan@codesourcery.com>
5602 Nathan Sidwell <nathan@codesourcery.com>
5603
5604 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5605 GDBN equivalent.
5606 (Set Tracepoints): Remove mention that conditional tracepoints
5607 don't exist.
5608 (Tracepoint Actions): Clarify when while-stepping collection
5609 happens, note that while-stepping does not automatically collect
5610 $pc.
5611
409873ef 56122010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 5613
409873ef
SS
5614 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5615 (General Query Packets): Describe TracepointSource.
5616
ee8e71d4
EZ
56172010-03-27 Matt Rice <ratmice@gmail.com>
5618
c8d5aac9
L
5619 * gdb.texinfo (ARM): Document arguments to "target sim".
5620 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 5621
99b5e152
PA
56222010-03-26 Pedro Alves <pedro@codesourcery.com>
5623
5624 * gdb.texinfo (Tracepoint Packets): Remove mention that
5625 terror:string may be plain text, and drop mention of X prefix.
5626
cd64ee31
VP
56272010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5628
5629 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5630
6c28cbf2
SS
56312010-03-24 Stan Shebs <stan@codesourcery.com>
5632
5633 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5634
95a42b64
TT
56352010-03-24 Tom Tromey <tromey@redhat.com>
5636
5637 PR breakpoints/9352:
5638 * gdb.texinfo (Break Commands): Update.
5639
18148017
VP
56402010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5641
5642 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5643 commands.
5644
4daf5ac0
SS
56452010-03-16 Stan Shebs <stan@codesourcery.com>
5646
5647 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5648 circular-trace-buffer.
5649 (Tracepoint Packets): Describe QTBuffer, and details of the
5650 qTStatus reply.
5651
c9429232
SS
56522010-03-12 Stan Shebs <stan@codesourcery.com>
5653 Nathan Sidwell <nathan@codesourcery.com>
5654
5655 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5656 doing instruction stepping.
5657 (Tracepoint Restrictions): New node.
5658
ccefe4c4
TT
56592010-03-10 Tom Tromey <tromey@redhat.com>
5660
5661 * gdbint.texinfo (Symbol Handling): Update.
5662
7c953934
TT
56632010-03-08 Tom Tromey <tromey@redhat.com>
5664
5665 PR cli/9591:
5666 * gdb.texinfo (Mode Options): Mention lack of pagination and
5667 confirmation with --batch.
5668 (Screen Size): Mention --batch.
5669 (Messages/Warnings): Likewise.
5670
f870a310
TT
56712010-03-05 Tom Tromey <tromey@redhat.com>
5672
5673 * gdb.texinfo (Basic Python): Document target_charset and
5674 target_wide_charset.
5675
78e2826b
TT
56762010-03-05 Tom Tromey <tromey@redhat.com>
5677
5678 * gdb.texinfo (Data): Link to pretty-printing.
5679 (Output Formats): Likewise. Correct text.
5680
f5dff777
DJ
56812010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5682
5683 * gdb.texinfo (Types): Describe <struct> and <flags>.
5684
dc00d89f
PM
56852010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5686
5687 * gdb.texinfo (Frames In Python): Add block parameter and
5688 description to read_var text.
5689
5107b149 56902010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 5691 Tom Tromey <tromey@redhat.com>
5107b149
PM
5692
5693 * gdb.texinfo (Types In Python): Describe block argument in
5694 template_argument and gdb.lookup_type.
5695
e03e5e7b
TT
56962010-02-24 Tom Tromey <tromey@redhat.com>
5697
5698 * gdb.texinfo (Cygwin Native): Fix typo.
5699
f3e9a817
PM
57002010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5701
5702 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5703 and select method descriptions.
5704 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5705 Tables in Python to menu.
5706 (Blocks In Python): New node.
5707 (Symbols In Python): New node.
5708 (Symbol Tables in Python): New node.
5709
a79b8f6e
VP
57102010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5711
5712 Multiexec MI
5713
5714 gdb/
5715 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5716
5717 gdb/doc/
5718 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5719 changes.
5720 (GDB/MI Program Execution): Document current behaviour of
5721 --all and --thread-group.
5722 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5723 -remove-inferior.
5724 * observer.texi (inferior_added, inferior_removed): New
5725 observers.
5726
629d6a47
TT
57272010-02-19 Tom Tromey <tromey@redhat.com>
5728
5729 * gdbint.texinfo (Getting Started): Fix @node.
5730 (Debugging GDB): Likewise.
5731
c09529e5
JB
57322010-02-13 Joel Brobecker <brobecker@adacore.com>
5733
5734 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5735 documenting the gdb_test_timeout variable.
5736
540aa8e7
MS
57372010-02-12 Jakob Engblom <jakob@virtutech.com>
5738
5739 * gdb.texinfo (MI commands): Added documentation of --reverse
5740 option to a set of MI commands. Restructured documentation of MI
5741 commands --exec-continue to reflect the complexity of reverse
5742 execution.
5743
081dfbf7
PA
57442010-02-12 Pedro Alves <pedro@codesourcery.com>
5745
5746 * gdb.texinfo (Using the Collected Data): Specify that the address
5747 range of `tfind outsize' is exclusive, and that the address range
5748 of `tfind range' is inclusive.
5749 (Tracepoint Packets): Specify that the address range of
5750 `QTFrame:range' is inclusive, and that the address range of
5751 `QTFrame:outside' is exclusive
5752
8e9c5e02
VP
57532010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5754
5755 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5756
92981e24
TT
57572010-02-10 Tom Tromey <tromey@redhat.com>
5758
5759 * gdb.texinfo (Debugging Output): Document set debug parser and
5760 show debug parser.
5761
075b51b7
L
57622010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5763
5764 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5765 i386_eflags and i386_mxcsr.
5766
3bb8d5c3
L
57672010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5768
5769 * gdb.texinfo: Document i386 target features.
5770
c5f80513
DE
57712010-02-05 Doug Evans <dje@google.com>
5772
5773 * gdbint.texinfo (Testsuite): Add a new section to document the
5774 various DejaGnu variables that may be overridden.
1be00882 5775 Document INTERNAL_GDBFLAGS.
c5f80513 5776
6ac33a4e
TT
57772010-02-04 Tom Tromey <tromey@redhat.com>
5778
5779 PR cli/8830:
5780 * gdb.texinfo (Files): -readnow comes before the filename for file
5781 and symbol-file.
5782
a1dcb23a
DJ
57832010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5784
5785 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5786 Document ARM breakpoint types.
5787 (Register Packet Format): Move into the new section.
5788 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5789
95433b34
JB
57902010-01-21 Joel Brobecker <brobecker@adacore.com>
5791
5792 * gdb.texinfo (File Options): Adjust the documentation of this
5793 switch to refer to the "source" command rather than partially
5794 duplicating some of the relevant information.
5795 (Extending GDB): Introduce and document the set/show script-extension
5796 setting.
5797 (Command Files): Add note explaining that the "source" command
5798 is also used to evalute scripts written in other languages.
5799 Remove the short slightly incorrect reference to sourcing Python
5800 scripts.
5801 (Python Commands): Document how to execute a Python script from GDB.
5802
8d576872
JB
58032010-01-19 Joel Brobecker <brobecker@adacore.com>
5804
5805 * gdb.texinfo (Command Files): Fix typo.
5806
8150ff9c
JB
58072010-01-18 Tom Tromey <tromey@redhat.com>
5808
5809 * gdb.texinfo (File Options): Document -x on .py files.
5810 (Command Files): Document handling of Python scripts.
5811
23db03a6
JZ
58122010-01-18 Jie Zhang <jie.zhang@analog.com>
5813
5814 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5815
00bf0b85
SS
58162010-01-15 Stan Shebs <stan@codesourcery.com>
5817
5818 * gdb.texinfo (Trace Files): New section.
5819 (Tracepoint Packets): Document QTSave and qTBuffer.
5820 (Trace File Format): New appendix.
5821
be759fcf
PM
58222010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5823
5824 * gdb.texinfo (Values From Inferior): Document lazy_string value
5825 method.
5826 (Python API): Add Lazy strings menu item.
5827 (Lazy Strings In Python): New node.
5828
dc146f7c
VP
58292010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5830
5831 * gdb.texinfo (GDB/MI Thread Information): New.
5832 (GDB/MI Async Records): Document the core field in *stopped.
5833 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5834 documentation
5835 (Process list): Document that osdata document may contain
5836 threads.
5837 (Remote Serial Protocol): Document qXfer:threads.
5838
d5551862
SS
58392010-01-06 Stan Shebs <stan@codesourcery.com>
5840
5841 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5842 disconnected tracing.
5843 (Tracepoint Packets): Document new protocol.
5844
7a697b8d
SS
58452010-01-05 Stan Shebs <stan@codesourcery.com>
5846
5847 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5848 tracepoints.
5849 (Tracepoint Packets): Describe remote protocol for fast
5850 tracepoints.
5851
e6f3ec50
JB
58522010-01-01 Joel Brobecker <brobecker@adacore.com>
5853
5854 Update the "Start of New Year Procedure".
5855 * gdbint.texinfo: Add the list of files that need to be updated
5856 manually. Minor reformatting.
5857
ddc4e9c1
JB
58582010-01-01 Joel Brobecker <brobecker@adacore.com>
5859
5860 * refcard.tex: Update copyright year in header and text.
5861
9d2897ad
JB
58622010-01-01 Joel Brobecker <brobecker@adacore.com>
5863
5864 * agentexpr.texi: Add 2010 to the list of copyright years.
5865 * annotate.texinfo: Likewise.
5866 * gdb.texinfo: Likewise.
5867 * gdbint.texinfo: Likewise.
5868 * observer.texi: Likewise.
5869 * stabs.texinfo: Likewise.
5870
6da95a67
SS
58712009-12-31 Stan Shebs <stan@codesourcery.com>
5872
5873 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 5874
236f1d4d
SS
58752009-12-29 Stan Shebs <stan@codesourcery.com>
5876
5877 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 5878
f61e138d
SS
58792009-12-28 Stan Shebs <stan@codesourcery.com>
5880
5881 * gdb.texinfo (Trace State Variables): New section.
5882 (Tracepoint Packets): Describe trace state variable packets.
5883 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5884 variable bytecodes.
5885
0fe7935b
DJ
58862009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5887
5888 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5889 declarations.
5890
a6b29f87
VP
58912009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5892
5893 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5894 -gdb-exit behaviour.
5895
5e4bde96
JB
58962009-12-20 Joel Brobecker <brobecker@adacore.com>
5897
5898 * gpl.texi: Update to version 3 of the GPL.
5899
a1715244
JB
59002009-12-20 Joel Brobecker <brobecker@adacore.com>
5901
5902 * Makefile.in: Update copyright header.
5903 * observer.texi: Fix the copyright header of the generated files.
5904
361ae042
PM
59052009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5906
5907 * gdb.texinfo (Types In Python): Describe range function.
5908
bfd31e71
PM
59092009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5910
5911 * gdb.texinfo (Types In Python): Describe "is_base_class".
5912
57a1d736
TT
59132009-12-03 Tom Tromey <tromey@redhat.com>
5914
5915 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5916
8cebebb9
PP
59172009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5918
5919 * observer.texi: New memory_changed observer.
5920
16af530a
TT
59212009-12-01 Tom Tromey <tromey@redhat.com>
5922
5923 * gdb.texinfo (Reverse Execution): Fix typo.
5924
b6199126
DJ
59252009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5926
5927 PR gdb/8704
5928
5929 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5930 are allowed after the breakpoint condition.
5931
7a6973ad
TT
59322009-11-23 Tom Tromey <tromey@redhat.com>
5933
5934 PR python/10782:
5935 * gdb.texinfo (Types In Python): Document Type.pointer.
5936
21a0512e
PP
59372009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5938
5939 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 5940
a5832c8f
PA
59412009-11-11 Pedro Alves <pedro@codesourcery.com>
5942
5943 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5944 (Using Agent Expressions): Delete cross reference.
5945
1eb7cd77
JB
59462009-11-07 Joel Brobecker <brobecker@adacore.com>
5947
5948 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5949 and @settitle directives up to help makeinfo find them.
5950
24ddea62
JK
59512009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5952
5953 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5954 (Auto-loading): Use plural and note one can use multiple components now.
5955
3afae151
VP
59562009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5957
5958 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5959 -stack-list-arguments have the same documentation for parameter
5960 as -stack-list-locals. Add comas.
5961
14ff2235
PM
59622009-10-27 Tom Tromey <tromey@redhat.com>
5963 Eli Zaretskii <eliz@gnu.org>
5964
c8d5aac9 5965 PR python/10781
14ff2235
PM
5966
5967 * gdb.texinfo (Values From Inferior): Document cast method.
5968
9c419145
PP
59692009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5970
5971 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5972 and adjust example.
889bf7c5 5973
29153c24
MS
59742009-10-22 Michael Snyder <msnyder@vmware.com>
5975
5976 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 5977 info record command. Also document the new save and restore
29153c24
MS
5978 commands.
5979
2b28d209
PP
59802009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5981
5982 * gdb.texinfo (Machine Code): Mention current pc marker.
5983 (Memory): Likewise.
5984
6c95b8df
PA
59852009-10-19 Pedro Alves <pedro@codesourcery.com>
5986 Stan Shebs <stan@codesourcery.com>
5987
5988 * observer.texi (new_inferior): Rename to...
5989 (inferior_appeared): ... this.
5990
5991 * gdb.texinfo (Inferiors): Rename node to ...
5992 (Inferiors and Programs): ... this. Mention running multiple
5993 programs in the same debug session.
5994 <info inferiors>: Mention the new 'Executable' column if "info
5995 inferiors". Update examples. Document the "add-inferior",
5996 "clone-inferior", "remove-inferior" and "maint info
5997 program-spaces" commands.
5998 (Process): Rename node to...
5999 (Forks): ... this. Document "set|show follow-exec-mode".
6000
2f8132f3
MS
60012009-10-11 Michael Snyder <msnyder@vmware.com>
6002
6003 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6004 (ReverseContinue): Ditto.
6005
cba4b2d3
PP
60062009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6007
6008 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 6009
da082f17
JK
60102009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6011
6012 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6013
08be9d71
ME
60142009-10-06 Michael Eager <eager@eagercon.com>
6015
6016 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6017 (Embedded Processors): Add MicroBlaze.
6018 (MicroBlaze): New. Describe Xilinx MicroBlaze
6019
08a0efd0
PA
60202009-10-04 Pedro Alves <pedro@codesourcery.com>
6021
6022 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6023
cbb8f428
EZ
60242009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6025
6026 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6027
30a4a70c
JB
60282009-09-23 Joel Brobecker <brobecker@adacore.com>
6029
6030 * observer.texi (solib_unloaded): Document explicitly the fact that
6031 this observer is called before the associated symbols are unloaded.
6032
b3372f91
VP
60332009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6034
6035 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6036 -stack-list-variables.
6037
f43030c4
TT
60382009-09-18 Tom Tromey <tromey@redhat.com>
6039
6040 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6041 is experimental.
6042
ec7e75e7
PP
60432009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6044
6045 * gdb.texinfo (convenince variables): Mention
6046 $_siginfo could be empty.
f43030c4 6047
0cc7d26f
TT
60482009-09-15 Tom Tromey <tromey@redhat.com>
6049
6050 * gdb.texinfo (GDB/MI Variable Objects): Document
6051 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6052 Expand -var-update documentation.
6053
a96d9b2e
SDJ
60542009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6055
6056 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6057 feature.
6058
005ca36a
JB
60592009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6060
6061 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6062
0d772ac9
MS
60632009-09-10 Michael Snyder <msnyder@vmware.com>
6064
6065 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6066 ReverseStep replies to the qSupported query.
6067
14fb1bac
JB
60682009-09-10 Joel Brobecker <brobecker@adacore.com>
6069
6070 Add documentation for set/show interactive-mode.
6071 * gdb.texinfo (Other Misc Settings): New node.
6072
29b090c0
DE
60732009-09-01 Doug Evans <dje@google.com>
6074
6075 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6076 non-stop mode's affect on remote caching.
6077
4e5d721f
DE
60782009-08-31 Jacob Potter <jdpotter@google.com>
6079 Doug Evans <dje@google.com>
6080
6081 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6082 Mark `set/show remotecache' options as obsolete.
6083 Document new `set/show stack-cache' option.
6084 Update text for `info dcache'.
6085
55333a84
DE
60862009-08-27 Doug Evans <dje@google.com>
6087
6088 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6089 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6090
bc3a0b4d
RW
60912009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6092
6093 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6094 about autoconf.
6095
3a1ff0b6
PA
60962009-08-25 Pedro Alves <pedro@codesourcery.com>
6097
6098 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6099 small example, and describe its columns. Replace "inferior-id" by
6100 "infno" throughout.
6101
81ecdfbb
RW
61022009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6103
af542c2e
RW
6104 * gdbint.texinfo (Releasing GDB): Point to
6105 README-maintainer-mode file for required autoconf version.
6106 * configure.ac: Do not substitute datarootdir, htmldir,
6107 pdfdir, docdir. Do not process --with-datarootdir,
6108 --with-htmldir, --with-pdfdir, --with-docdir.
6109 * configure: Regenerate.
6110
81ecdfbb
RW
6111 * configure: Regenerate.
6112
4efc6507
DE
61132009-08-20 Reid Kleckner <reid@kleckner.net>
6114
6115 * gdb.texinfo: Add chapter on JIT interface.
6116
43089a6e
NR
61172009-08-07 Nick Roberts <nickrob@snap.net.nz>
6118
6119 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 6120 confirmation request.
43089a6e 6121
99e008fe
EZ
61222009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6123
c8d5aac9
L
6124 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6125 CRC definitions.
99e008fe 6126
48cb2d85
VP
61272009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6128
6129 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 6130 -break-commands.
48cb2d85 6131
ff1a52c6
UW
61322009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6133
6134 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6135 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6136
3285f3fe
UW
61372009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6138
6139 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6140 "set spu stop-on-load" and "show spu stop-on-load" commands.
6141
e35359c5
UW
61422009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6143
6144 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6145
58d6951d
DJ
61462009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6147
6148 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6149 org.gnu.gdb.arm.neon.
6150
08d16641
PA
61512009-07-20 Pedro Alves <pedro@codesourcery.com>
6152
6153 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6154 optional element.
6155 (subsection OS ABI): New subsection.
6156
782b2b07
SS
61572009-07-14 Stan Shebs <stan@codesourcery.com>
6158
6159 * gdb.texinfo (Tracepoint Conditions): New section.
6160 (General Query Packets): Describe ConditionalTracepoints.
6161 (Tracepoint Packets): Describe condition field.
6162 (Maintenance Commands): Describe maint agent-eval.
6163 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6164
9b117ef3
HZ
61652009-07-11 Hui Zhu <teawater@gmail.com>
6166
6167 * gdb.texinfo (disassemble): Add a new modifier /r
6168 to "disassemble" command to make it print the raw instructions
6169 in hex as well as in symbolic form.
6170
f5a33284
TT
61712009-07-09 Tom Tromey <tromey@redhat.com>
6172
6173 * gdbint.texinfo (Testsuite): Document parallel make check.
6174
812f7342
TT
61752009-07-09 Tom Tromey <tromey@redhat.com>
6176
6177 * gdbint.texinfo (Testsuite): Document test transcripts.
6178
fbb8f299
PM
61792009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6180
6181 * gdb.texinfo (Values From Inferior): Add length parameter
6182 description.
6183
dd8f35ac
EZ
61842009-07-04 Chris Genly <chris@genly.us>
6185
6186 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6187 in -var-list-children. Fix example according to what the code
6188 does.
6189
2277426b
PA
61902009-07-02 Pedro Alves <pedro@codesourcery.com>
6191
6192 * gdb.texinfo (Debugging multiple inferiors): Document the
6193 "inferior", "detach inferior" and "kill inferior" commands.
6194 (Debugging Programs with Multiple Processes): Adjust to mention
6195 generic "inferior" commands. Delete mention of "detach fork" and
6196 "delete fork". Cross reference to "Debugging multiple inferiors"
6197 section.
6198
a6d9a66e
UW
61992009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6200
5af949e3
UW
6201 * gdbint.texinfo (Item Output Functions): Update signature
6202 for ui_out_field_core_addr.
6203
62042009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6205
6206 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
6207 Update example code extrated from breakpoint.c.
6208
9901a55b 62092009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 6210
9901a55b
PP
6211 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6212 MI commands.
6213 (GDB/MI Symbol Query): Likewise.
6214 (GDB/MI File Commands): Likewise.
6215 (GDB/MI File Transfer Commands): Likewise.
6216 (GDB/MI Target Manipulation): Likewise.
6217 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 6218
edb3359d
DJ
62192009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6220
6221 * gdb.texinfo (Debugging Optimized Code): New chapter.
6222 (Compiling for Debugging): Reference it. Move some
6223 text to the new section.
6224
7cd1089b
PM
62252009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6226
6227 * doc/gdb.texinfo (Calling): Document
6228 set-unwind-on-terminating-exception usage.
6229
d4db2f36
PA
62302009-06-11 Pedro Alves <pedro@codesourcery.com>
6231
6232 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6233 command.
6234
d1a7880c
PA
62352009-06-07 Pedro Alves <pedro@codesourcery.com>
6236
6237 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6238 references.
6239
473f94e6
UW
62402009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6241
6242 * gdbint.texinfo: Rename formal parameters to gdbarch function
6243 protoypes from "current_gdbarch" to "gdbarch".
6244
8f500870
TT
62452009-05-28 Tom Tromey <tromey@redhat.com>
6246
6247 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6248
b6313243
TT
62492009-05-27 Tom Tromey <tromey@redhat.com>
6250
6251 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6252 feature.
6253 (GDB/MI Variable Objects): Document -var-set-visualizer.
6254
62552009-04-02 Tom Tromey <tromey@redhat.com>
6256
6257 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6258 feature.
6259 (GDB/MI Variable Objects): Document -var-set-visualizer.
6260
a6bac58e
TT
62612009-05-27 Tom Tromey <tromey@redhat.com>
6262 Thiago Jung Bauermann <bauerman@br.ibm.com>
6263 Phil Muldoon <pmuldoon@redhat.com>
6264
6265 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6266 (Pretty Printing): New node.
6267 (Selecting Pretty-Printers): Likewise.
6268 (Python API): Update.
6269 (Output Formats): Document /r format.
6270
2c74e833
TT
62712009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6272 Tom Tromey <tromey@redhat.com>
6273
6274 * gdb.texinfo (Types In Python): New node.
6275 (Values From Inferior): "type" is now an attribute.
6276 (Python API): Update.
6277
89c73ade
TT
62782009-05-27 Tom Tromey <tromey@redhat.com>
6279 Thiago Jung Bauermann <bauerman@br.ibm.com>
6280 Phil Muldoon <pmuldoon@redhat.com>
6281
6282 * gdb.texinfo: Add @syncodeindex for `tp'.
6283 (Python API): Update.
6284 (Auto-loading): New node.
6285 (Objfiles In Python): New node.
6286
17a37d48
PP
62872009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6288
6289 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 6290
6718376f
NR
62912009-05-15 Nick Roberts <nickrob@snap.net.nz>
6292
6293 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6294
cbe54154
PA
62952009-05-12 Pedro Alves <pedro@codesourcery.com>
6296
6297 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6298 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6299 show show-debug-regs' docs.
6300
8e05493c
EZ
63012009-05-08 Eli Zaretskii <eliz@gnu.org>
6302
6303 * gdb.texinfo (Process Record and Replay): Add description of
6304 reverse execution.
6305
b39f4988
JB
63062009-05-07 Joel Brobecker <brobecker@adacore.com>
6307
6308 * gdbint.texinfo (Adding support for debugging core files): New node.
6309 (Native Debugging): Remove the ``Native core file Support'' section.
6310
a2311334
EZ
63112009-05-01 Eli Zaretskii <eliz@gnu.org>
6312
6313 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6314 Add index entries.
6315
53cc454a 63162009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 6317 Michael Snyder <msnyder@vmware.com>
53cc454a 6318
a2311334
EZ
6319 * gdb.texinfo: (Process Record and Replay): Add documentation for
6320 process record and replay.
53cc454a 6321
484086b7
JK
63222009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6323
6324 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6325 a new part on command-line defined macros.
6326
32ae1842
EZ
63272009-04-25 Eli Zaretskii <eliz@gnu.org>
6328
6329 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6330 clarify the wording.
6331
b14b1491
TT
63322009-04-23 Tom Tromey <tromey@redhat.com>
6333
6334 * gdb.texinfo (Data Files): New node.
6335 (GDB Files): Update menu.
6336
5c1e86e1
JB
63372009-04-23 Joel Brobecker <brobecker@adacore.com>
6338
6339 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 6340 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 6341
83eba9b7
VP
63422009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6343
6344 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6345
e31198c4
HZ
63462009-04-22 Hui Zhu <teawater@gmail.com>
6347
6348 * gdb.texinfo (disassemble-next-line): Set the default of
6349 disassemble-next-line to off.
6350
26e251b6
JM
63512009-04-21 Joseph Myers <joseph@codesourcery.com>
6352
6353 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6354 --with-htmldir): New.
6355 * configure: Regenerate.
6356 * Makefile.in (datarootdir, docdir): Define.
6357 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6358 instead of $(SET_TEXINPUTS).
6359 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6360 gdbint.info instead of $(SET_TEXINPUTS).
6361 (gdbint/index.html): Use same -I options as for building
6362 gdbint.info.
6363 (stabs.dvi, stabs.pdf): Use same -I options as for building
6364 stabs.info instead of $(SET_TEXINPUTS).
6365 (stabs/index.html): Use same -I options as for building
6366 stabs.info.
6367 (annotate.dvi, annotate.pdf): Use same -I options as for building
6368 annotate.info instead of $(SET_TEXINPUTS).
6369 (annotate/index.html): Use same -I options as for building
6370 annotate.info.
6371
eac35c4e
DD
63722009-04-21 David Daney <ddaney@caviumnetworks.com>
6373
6374 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6375
29b0e8a2
JM
63762009-04-21 Joseph Myers <joseph@codesourcery.com>
6377
6378 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6379
2b831889 63802009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 6381 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
6382
6383 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6384 (MAKEHTMLFLAGS): Set to empty.
6385 (html__strip_dir): Define.
6386 (HTMLFILES): Define.
6387 (HTMLFILES_INSTALL): Define.
6388 (install-html): Copy new automake rule.
6389 (html): Depend on $(HTMLFILES).
6390 (gdb_toc.html): Rename to gdb/index.html.
6391 (gdbint_toc.html): Rename to gdbint/index.html.
6392 (stabs_toc.html): Rename to stabs/index.html.
6393 (annotate_toc.html): Rename to annotate/index.html.
6394
89a34d1b
JM
63952009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6396
6397 * Makefile.in: Set pdfdir and htmldir from configure
6398 substitutions.
6399 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6400 * configure: Regenerate.
6401
a2d5da46
JB
64022009-04-16 Joel Brobecker <brobecker@adacore.com>
6403
6404 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6405 This macro is no longer used.
6406
732f6a93
TT
64072009-04-15 Tom Tromey <tromey@redhat.com>
6408
6409 * gdb.texinfo (Character Sets): Document default character set.
6410
87f9adc1
PM
64112009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6412
6413 * gdbint.texinfo: Change server name from sources.redhat.com to
6414 sourceware.org throughout.
6415
2c88c651
JB
64162009-04-09 Joel Brobecker <brobecker@adacore.com>
6417
6418 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6419 about a missing dot or coma after @xref.
6420
4f5376b2
JB
64212009-04-02 Joel Brobecker <brobecker@adacore.com>
6422
6423 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6424 example, and add a small explanation about it.
6425 (Print Settings): Change the documentation of the "set print
6426 frame-arguments" to reflect the fact that the default is now "scalars".
6427
a0381d3a
JB
64282009-04-02 Joel Brobecker <brobecker@adacore.com>
6429
6430 * gdb.texinfo (Print Settings): Add kindex for command "set
6431 print frame-arguments".
6432
45ac276d
JB
64332009-03-31 Joel Brobecker <brobecker@adacore.com>
6434
6435 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6436 breakpoints.
6437 (Set Breaks): Add reference to thread-specific and task-specific
6438 breakpoints.
6439
32cd1edc
JB
64402009-03-31 Joel Brobecker <brobecker@adacore.com>
6441
6442 * gdb.texinfo (Ada Tasks): Remove the documentation about
6443 the "Running" state, as this state has been eliminated.
6444 Now all runnable tasks are shown as "Runnable".
6445
1042e4c0
SS
64462009-03-30 Stan Shebs <stan@codesourcery.com>
6447
6448 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6449 special case of breakpoints.
6450 (Enable and Disable Tracepoints): Mention deprecation.
6451 (Listing Tracepoints): Update description and example.
6452
f8f6f20b
TJB
64532009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6454
6455 * gdb.texinfo (Frames in Python): New node.
6456 (Python API): Update.
6457
c0c6f777
TJB
64582009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6459
6460 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6461 from a method to an attribute.
6462
def2b000
TJB
64632009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6464
6465 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6466 attribute.
6467
a07daef3
PA
64682009-03-25 Pedro Alves <pedro@codesourcery.com>
6469
6470 * observer.texi (thread_exit): Add "silent" parameter.
6471
f3b1572e
PA
64722009-03-22 Pedro Alves <pedro@codesourcery.com>
6473
6474 * observer.texi (about_to_proceed): New.
6475
587afa38
EZ
64762009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6477
6478 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6479 field throughout to handle types with spaces in them. Fix typos
6480 found by aspell.
6481 (Summary, Requirements, Contributors): New first chapter,
6482 "Summary" added, old Requirements section moved there, and new
6483 section, "Contributors" added.
6484 (Initializing a New Architecture, Register Representation)
6485 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6486 (Porting gdb): These sections extended and updated.
6487 (Compiler Characteristics): This section (empty) deleted.
6488 (Defining Other Architecture Features): This section renamed and
6489 duplicate material removed from (formerly "Target Conditionals").
6490 Use braces {} in @deftypeXX type field throughout to handle types
6491 with spaces in them. Typos found by aspell fixed.
6492
6493 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6494 * stack_frame.pdf: Version of image for PDF output.
6495 * stack_frame.png: Version of image for HTML output and for Emacs.
6496 * stack_frame.txt: Version of image for Info output.
1db61298 6497 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 6498
10af6951
EZ
64992009-03-21 Eli Zaretskii <eliz@gnu.org>
6500
6501 * gdb.texinfo (Character Sets): Fix last change.
6502
cc924cad
TJB
65032009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6504
6505 * gdb.texinfo (Values From Inferior): Fix optional arguments
6506 markup.
6507 (Commands In Python): Adjust argument names of gdb.Command.__init__
6508 to what the function accepts as keywords.
6509
bc3b79fd
TJB
65102008-03-20 Tom Tromey <tromey@redhat.com>
6511
6512 * gdb.texinfo (Convenience Vars): Document convenience functions.
6513 (Functions In Python): New node.
6514 (Python API): Update.
6515
6c7a06a3
TT
65162009-03-20 Tom Tromey <tromey@redhat.com>
6517
6518 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6519 set target-wide-charset.
6520 (Requirements): Mention iconv.
6521
b646ddd4
HZ
65222009-03-17 Hui Zhu <teawater@gmail.com>
6523
6524 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6525
91440f57
HZ
65262009-03-17 Hui Zhu <teawater@gmail.com>
6527
6528 * gdb.texinfo: Add documentation for disassemble-next-line.
6529
8fd41227
TJB
65302009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6531
6532 * gdb.texinfo (Commands In Python): Remove tindex entries.
6533
61ff14c6
JK
65342009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6535
6536 * gdb.texinfo (Returning): New description for missing debug info.
6537
0b16c5cf
PA
65382009-03-14 Pedro Alves <pedro@codesourcery.com>
6539
6540 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 6541 (General Query Packets): Document qAttached.
0b16c5cf 6542
32fc0df9
PA
65432009-03-05 Pedro Alves <pedro@codesourcery.com>
6544
6545 * gdb.texinfo (Background Execution): Better describe the set
6546 target-async command.
6547 (Maintenance Commands): Delete description of the `maint set/show
6548 linux-async' and `maint set/show remote-async' commands.
6549
134eb42c
VP
65502009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6551
6552 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6553 between sentences.
6554
c86cf029
VP
65552009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6556
6557 * gdb.texinfo (GDB/MI Async Records): Document the
6558 =library-loaded and =library-unloaded notifications.
6559
3ea85240
VP
65602009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6561
6562 * observer.texi (test_notification): New observer.
6563
1d33d6ba
VP
65642009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6565
61ff14c6
JK
6566 * observer.texi: Add parameter 'print_frame' to normal_stop
6567 observer.
1d33d6ba 6568
d721c933
EZ
65692009-02-07 Eli Zaretskii <eliz@gnu.org>
6570
6571 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6572 (Commands In Python): Fix COMMAND_* constants in last change. Use
6573 @kbd for interactive input. Add cross-references and index
6574 entries.
6575
4aa995e1
PA
65762009-02-06 Pedro Alves <pedro@codesourcery.com>
6577
6578 * gdb.texinfo (Signals): Document $_siginfo.
6579 (Convenience Variables): Mention $_siginfo.
6580 (Remote Configuration): Document qXfer:siginfo:read,
6581 qXfer:siginfo:write packets, and the read-siginfo-object,
6582 write-siginfo-object commands.
6583
5f5233d4
PA
65842009-02-06 Pedro Alves <pedro@codesourcery.com>
6585
6586 * gdbint.texinfo (Values): New chapter.
6587
d8906c6f
TJB
65882009-02-06 Tom Tromey <tromey@redhat.com>
6589
6590 * gdb.texinfo (Python API): Add entry for Commands In Python.
6591 (Commands In Python): New node.
6592
b6cb8e7d
TJB
65932009-02-05 Tom Tromey <tromey@redhat.com>
6594
6595 * gdb.texinfo (Values From Inferior): Document Value.string.
6596
12453b93
TJB
65972009-02-05 Tom Tromey <tromey@redhat.com>
6598
6599 * gdb.texinfo (Basic Python): Document execute's from_tty
6600 argument.
6601
08c637de
TJB
66022009-02-04 Tom Tromey <tromey@redhat.com>
6603
6604 * gdb.texinfo (Basic Python): Document gdb.history.
6605
592375cd
VP
66062009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6607
6608 * gdb.texinfo (GDB/MI Thread Commands): Document the
6609 'current-thread-id' field. Remove the example with zero threads,
6610 since current GDB won't ever report that if there's inferior.
6611
41447f92
VP
66122009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6613
6614 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6615 option to -break-insert.
6616
098b41a6
JG
66172009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6618 Jerome Guitton <guitton@adacore.com>
6619
6620 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6621 (System-wide configuration): New section.
6622
3c16cced
PA
66232009-01-26 Pedro Alves <pedro@codesourcery.com>
6624
6625 PR gdb/7580:
6626 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6627 internal-error|internal-warning quit|corefile ask|yes|no".
6628
62709adf
PA
66292009-01-26 Pedro Alves <pedro@codesourcery.com>
6630
6631 * gdb.texinfo (Using the `gdbserver' Program): Document
6632 --remote-debug.
6633
7ce58dd2
DE
66342009-01-23 Doug Evans <dje@google.com>
6635
6636 * gdb.texinfo: Add nexti to list of commands that support
6637 background execution.
6638
adb483fe
DJ
66392009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6640
6641 * gdb.texinfo (Define, Hooks): Document prefix command support.
6642
a67ec3f4 66432009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 6644 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
6645
6646 Fixes for makeinfo --html.
6647
6648 * annotate.texinfo: Use @copying and @insertcopying. Use
6649 @ifnottex in place of @ifinfo.
6650 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6651 place of @ifinfo. Use @ifnotinfo for one index entry.
6652 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6653 in place of @ifinfo.
6654 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6655 in place of @ifinfo. Include contents at start unconditionally.
6656
84fcdf95
PA
66572009-01-13 Pedro Alves <pedro@codesourcery.com>
6658
6659 * gdb.texinfo (General Query Packets): Remove @var{} around the
6660 "spu" literal string.
6661
fa3a767f
PA
66622009-01-07 Pedro Alves <pedro@codesourcery.com>
6663
6664 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6665 program may be running in another process" errors.
6666 * gdbint.texinfo (Native Conditionals): Delete
6667 ONE_PROCESS_WRITETEXT description.
6668
9cb011d3
JB
66692009-01-07 Joel Brobecker <brobecker@adacore.com>
6670
6671 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6672 emacs local variable to be placed at the end of the ChangeLog.
6673 Add server.c and gdbreplay.c to the list of files where the
6674 copyright year needs to be updated.
6675
84603566
SL
66762009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6677
6678 * gdb.texinfo (Remote Configuration): Document new
6679 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6680 commands.
6681
a53f55d8
PA
66822008-12-28 Pedro Alves <pedro@codesourcery.com>
6683
6684 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6685 FETCH_INFERIOR_REGISTERS.
6686 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6687 FETCH_INFERIOR_REGISTERS descriptions. Remove
6688 gdbarch_get_longjmp_target descrition, since already described in
6689 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6690 (Target Conditionals): ... here.
6691
077e0a52
JB
66922008-12-16 Joel Brobecker <brobecker@adacore.com>
6693
6694 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6695 examples.
6696 (Additions to Ada): Likewise. Add the missing opening and closing
6697 parenthesis of the GDB prompt in one of the examples.
6698
023eb17c
JB
66992008-12-14 Joel Brobecker <brobecker@adacore.com>
6700
6701 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6702 about the result of 'Address not being of type System.Address.
6703 This problem has been fixed a while ago.
6704
c3b108f7
VP
67052008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6706
6707 MI non-stop and multiprocess docs.
6708
c8d5aac9
L
6709 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6710 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6711 Adjust documentation for *stopped, document =thread-created,
6712 =thread-exited, =thread-group-created and =thread-group-exited.
6713 (GDB/MI Thread Commands): Document the 'state' field in
6714 -thread-info output.
6715 (GDB/MI Program Execution): Mention --all and --thread-group
6716 options.
6717 (GDB/MI Variable Objects): Describe floating and fixed variable
6718 objects.
6719 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 6720
07e059b5
VP
67212008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6722
c8d5aac9
L
6723 * gdb.texinfo (Operating System Information): New appendix.
6724 (Operating System Auxiliary Information): Document 'info os processes'
6725 (Remote Configuration): Document 'osdata'
6726 (General Query Packets): Document qXfer:osdata:read.
07e059b5 6727
a80b95ba
TG
67282008-11-27 Tristan Gingold <gingold@adacore.com>
6729
6730 * gdb.texinfo (Darwin): Document Darwin specific features.
6731
a655d424
JK
67322008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6733
6734 * gdbint.texinfo (Target Conditionals): Extend the
6735 gdbarch_breakpoint_from_pc description.
6736
249e1128
VP
67372008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6738
6739 * gdb.texinfo (M68K Features): Fix typo.
6740
c14c28ba
PP
67412008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6742
6743 * gdb.texinfo (Symbols): Mention printing containing
6744 image name in "info symbol".
6745 (Maint translate-address): Likewise.
889bf7c5 6746
394a6666
JB
67472008-11-18 Joel Brobecker <brobecker@adacore.com>
6748
6749 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6750 commands "catch load" and "catch unload".
6751
66bb093b
VP
67522008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6753
6754 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 6755 =thread-selected.
889bf7c5 6756
4a92f99b
VP
67572008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6758
c8d5aac9 6759 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 6760
f0323ca0
PA
67612008-10-27 Pedro Alves <pedro@codesourcery.com>
6762
6763 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6764 .mt files, TM_CLIBS or TM_CDEPS.
6765 (x86 Watchpoints): Don't mention TDEPFILES.
6766
8b23ecc4
SL
67672008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6768
6769 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6770 (Overview): Mention notifications and non-stop mode behavior.
6771 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6772 with non-stop mode behavior. Add vStopped description.
6773 (Stop Reply Packets): Update list of packets that return
6774 stop replies. Mention non-stop behavior.
6775 (General Query Packets): Document QNonStop packet and associated
6776 qSupported query response.
6777 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6778 behavior.
6779 (Notification Packets): New section.
6780 (Remote Non-Stop): New section.
6781 (File-I/O Overview): Mention non-stop behavior.
6782
fff08868
HZ
67832008-10-24 Hui Zhu <teawater@gmail.com>
6784 Pedro Alves <pedro@codesourcery.com>
6785
6786 * gdb.texinfo (displaced-stepping): Describe the auto mode
6787 setting, and say it's the default. This is now a mainstream
6788 setting instead of a maintenance setting.
6789
252fbfc8
PA
67902008-10-23 Pedro Alves <pedro@codesourcery.com>
6791
6792 * observer.texi (thread_stop_requested): New.
6793
20924a55
JB
67942008-10-22 Joel Brobecker <brobecker@adacore.com>
6795
6796 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6797 (Patching): Replace incorrect usage of @samp by @kbd.
6798
bacec72f
MS
67992008-10-17 Michael Snyder <msnyder@vmware.com>
6800
6801 * gdb.texinfo: Add documentation for reverse execution.
6802
a08702d6 68032008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 6804 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
6805
6806 * gdb.texinfo. (Values From Inferior): New subsubsection.
6807
d97bc12b
DE
68082008-10-06 Doug Evans <dje@google.com>
6809
6810 * gdb.texinfo (set debug dwarf2-die): Document it.
6811
87f67dba
JB
68122008-10-01 Joel Brobecker <brobecker@adacore.com>
6813
6814 * gdb.texinfo (catch) [exception]: Document how to insert
6815 a breakpoint on user-defined exceptions when the exception
6816 name is identical to one of the language-defined ones.
6817
2fae03e8
TT
68182008-09-27 Tom Tromey <tromey@redhat.com>
6819
6820 * gdb.texinfo (Macros): Remove text about stringification,
6821 varargs, and splicing.
6822
5c6ce71d
TT
68232008-09-27 Tom Tromey <tromey@redhat.com>
6824
6825 * gdbint.texinfo (Language Support): Remove text about omitting
6826 support for a language.
6827
07128da0
DE
68282008-09-23 Doug Evans <dje@google.com>
6829
6830 * gdb.texinfo (info dcache): Update.
6831
b90a069a
SL
68322008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6833
6834 * gdb.texinfo (Packets): Add info on thread-id syntax and
6835 multiprocess extensions.
6836 <D>: Document multiprocess form of packet.
6837 <H>: Use thread-id syntax.
6838 <T>: Likewise.
6839 <vCont>: Likewise. Note this is required for multiprocess.
6840 <vKill>: New packet.
6841 (Stop Reply Packets) <T>: Use thread-id syntax.
6842 <W>: Document multiprocess form of reply.
6843 <X>: Likewise.
6844 (General Query Packets) <qC>: Use thread-id syntax.
6845 <qfThreadInfo>: Likewise.
6846 <qGetTLSAddr>: Likewise.
6847 <qP>: Likewise.
6848 <qSupported>: Add "multiprocess" feature.
6849 <qThreadExtraInfo>: Use thread-id syntax.
6850
b77209e0
PA
68512008-09-22 Stan Shebs <stan@codesourcery.com>
6852
6853 * gdb.texinfo (Inferiors): New section.
6854
3d0bb823
PA
68552008-09-12 Pedro Alves <pedro@codesourcery.com>
6856
6857 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6858
f8dcfc0a
UW
68592008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6860
6861 * gdbint.texinfo (Target Conditionals): Remove documentation
6862 for gdbarch_name_of_malloc.
6863
8775bb90
MS
68642008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6865
6866 * gdb.texinfo (Interrupts): Mention TCP interface for
6867 sending BREAK.
6868
f1838a98
UW
68692008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6870
6871 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6872 argument prefix to "set sysroot".
6873
158c7665
PH
68742008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6875
6876 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6877 and False.
6878
30e026bb
VP
68792008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6880
c8d5aac9
L
6881 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6882 for possible features of -list-features.
30e026bb 6883
c6ebd6cf
VP
68842008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6885
c8d5aac9 6886 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
6887 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6888
aeac0ff9
VP
68892008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6890
6891 * doc/gdb.texinfo (PowerPC): Fix typo.
6892 (PowerPC features): Fix typo.
6893
5231c1fd
PA
68942008-08-18 Pedro Alves <pedro@codesourcery.com>
6895
6896 * observer.texi (thread_ptid_changed): New.
6897
677c5bb1
LM
68982008-08-18 Luis Machado <luisgpm@br.ibm.com>
6899
6900 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6901 (PowerPC features): Mention feature set for VSX registers.
6902
f3a2dd1a
JB
69032008-08-13 Joel Brobecker <brobecker@adacore.com>
6904
6905 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6906 the direct visibility of all names in user-written packages.
6907
33e5cbd6
PA
69082008-08-13 Pedro Alves <pedro@codesourcery.com>
6909
6910 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6911 setting, and make it the default.
6912 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6913 non-stop script example.
6914
d0384fc4
TJB
69152008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6916
6917 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6918 reference to the "Using Different Register and Memory Data
6919 Representation" section.
6920
a6f3e723
SL
69212008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6922
6923 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6924 (Remote Protocol): Add Packet Acknowledgment to menu.
6925 (Overview): Mention +/- can be disabled, and point to new section
6926 where this is discussed in detail.
6927 (General Query Packets): Document QStartNoAckMode packet, and
6928 corresponding qSupported reply.
6929 (Packet Acknowledgment): New section.
6930
0606b73b
SL
69312008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6932 Pedro Alves <pedro@codesourcery.com>
6933
6934 * gdb.texinfo (Threads): Move paragraph about automatic thread
6935 selection to All-Stop Mode subsection.
6936 (Thread Stops): Reorganize existing material into subsections.
6937 Add introductory blurb and menu.
6938 (Non-Stop Mode): New subsection.
6939 (Background Execution): New subsection.
6940 (Maintenance Commands): Add cross-references from async mode
6941 commands to the new Background Execution section.
6942
d57a3c85
TJB
69432008-08-06 Tom Tromey <tromey@redhat.com>
6944
6945 * gdb.texinfo (Extending GDB): New chapter.
6946 (Sequences): Demoted chapter, now a section under the new
6947 Extending GDB chapter.
6948 (Python): New section.
6949
6d76a53d
SS
69502008-07-31 Stan Shebs <stan@codesourcery.com>
6951
6952 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6953
1f70da6a
SS
69542008-07-29 Stan Shebs <stan@codesourcery.com>
6955
6956 * gdbint.texinfo: General round of cleanup and minor
6957 clarifications.
6958 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6959 (Longjmp Support): Update description to reflect how it is done
6960 for targets without using native header.
6961 (Symbol Handling): Add a little more general explanation.
6962 (COFF, ELF): Mention stabs encapsulation.
6963 (DWARF 3): New section.
6964 (Adding a New Host): Scrub out some obsolete bits.
6965 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6966 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6967 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6968 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6969 SEEK_SET, STOP_SIGNAL, USG.
6970 (Raw and Virtual Register Representations): Ditto for
6971 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6972 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6973 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6974 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6975 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6976 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6977 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6978 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6979 DEPRECATED_USE_STRUCT_CONVENTION.
6980 Describe gdbarch_deprecated_fp_regnum.
6981 Update description of gdbarch_print_insn.
6982 (Adding a New Target): Scrub out obsolete bits.
6983 (Obsolete Conditionals): Remove entire section.
6984
383f836e
TT
69852008-07-25 Tom Tromey <tromey@redhat.com>
6986
6987 * observer.texi (GDB Observers): Document new observers:
6988 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6989 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6990 architecture_changed.
6991
cfd8ab24
SS
69922008-07-21 Stan Shebs <stan@codesourcery.com>
6993
6994 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6995 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6996
781b42b0
TT
69972008-07-21 Tom Tromey <tromey@redhat.com>
6998
6999 * observer.texi (GDB Observers): Remove obsolete comment.
7000 <executable_changed>: Remove argument.
7001
d7d9f01e
TT
70022008-07-18 Tom Tromey <tromey@redhat.com>
7003
7004 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7005
bf250677
DE
70062008-07-10 Doug Evans <dje@google.com>
7007
7008 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7009
10568435
JK
70102008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7011
7012 * gdb.texinfo (Starting): Document "set disable-randomization".
7013
5ae4183a
AS
70142008-07-07 Andreas Schwab <schwab@suse.de>
7015
7016 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7017
b56e7235
VP
70182008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7019
7020 * gdb.texinfo (GDB/MI Target Manipulation): Add
7021 example of -target-attach.
7022
e1ac3328
VP
70232008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7024
7025 * observer.texi (target_resumed): New observer.
5ae4183a 7026 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 7027
65d12d83
TT
70282008-06-06 Tom Tromey <tromey@redhat.com>
7029
7030 * gdb.texinfo (Completion): Add field name example.
7031
fbc5282e
MK
70322008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7033
7034 * gdb.texinfo (GDB/MI Program Context): Added example
7035 to -exec-arguments
5ae4183a 7036
fbc5282e 70372008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
7038
7039 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7040 annotation.
7041
c16158bc 70422008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
7043 Nathan Sidwell <nathan@codesourcery.com>
7044 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
7045
7046 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7047 and ACX_BUGURL.
7048 * configure: Regenerate.
7049 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7050 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7051 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7052 mailing-list-specific text about bug reporting unless
7053 BUGURL_DEFAULT.
7054
75c99385
PA
70552008-06-05 Pedro Alves <pedro@codesourcery.com>
7056
7057 * gdb.texinfo (-target-select): Remove reference to target async.
7058 (Maintenance Commands): Document "maint set/show remote-async".
7059
1763a388
MK
70602008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7061
7062 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7063 in -target-file-get section.
5ae4183a 7064
d0d064df
PA
70652008-05-22 Pedro Alves <pedro@codesourcery.com>
7066
9b562ab8
PA
7067 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7068 killing the inferior when it is already debugging a process.
d0d064df 7069
8dfa32fc
JB
70702008-05-21 Joel Brobecker <brobecker@adacore.com>
7071
7072 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7073 abbreviation for "finish".
7074
55f996a7
NR
70752008-05-21 Nick Roberts <nickrob@snap.net.nz>
7076
7077 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7078
ba2b1c56
DJ
70792008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7080
7081 * gdbint.texinfo (Target Conditionals): Delete entry for
7082 gdbarch_dwarf_reg_to_regnum.
7083
08388c79
DE
70842008-05-09 Doug Evans <dje@google.com>
7085
a3c83fae 7086 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 7087
d14508fe
DE
70882008-05-05 Doug Evans <dje@google.com>
7089
7090 * gdb.texinfo (disassemble): Document /m modifier.
7091
e2b7ddea
VP
70922008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7093
5ae4183a
AS
7094 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7095 will not report the time of commands that run the target.
e2b7ddea 7096
8eb41542
VP
70972008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7098
7099 * gdb.texinfo (GDB/MI Output Records): Add
7100 missing semicolon.
7101
82f68b1c
VP
71022008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7103
7104 * gdb.texinfo (GDB/MI Output Records):
7105 Document =thread-create and =thread-exited.
7106
fa0f268d
VP
71072008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7108
7109 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 7110 Remove mention of dmi-discuss.
fa0f268d 7111
063bfe2e
VP
71122008-05-03 Pedro Alves <pedro@codesourcery.com>
7113
7114 * observer.texi (thread_exit): New.
7115
237fc4c9
PA
71162008-05-02 Pedro Alves <pedro@codesourcery.com>
7117
7118 * gdb.texinfo (Debugging Output): Document "set/show debug
7119 displaced".
7120 (Maintenance Commands): Document "maint set/show
7121 can-use-displaced-stepping".
7122
0428b8f5
DJ
71232008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7124
7125 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7126 and set/show arm force-mode.
7127
5009afc5
AS
71282008-05-02 Andreas Schwab <schwab@suse.de>
7129
7130 * gdbint.texinfo (Algorithms): Describe
7131 target_watchpoint_addr_within_range.
7132
669fac23
DJ
71332008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7134
7135 * gdbint.texinfo (Stack Frames): New chapter.
7136 (Algorithms): Move Frames text to the new chapter.
7137 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7138 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7139
721c02de
VP
71402008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7141
5ae4183a
AS
7142 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7143 output does not necessary include any tokens.
721c02de 7144
c055b101
CV
71452008-04-22 Corinna Vinschen <vinschen@redhat.com>
7146
7147 * gdb.texinfo (Set SH Calling convention): New @item.
7148 (Show SH Calling convention): Ditto.
7149
68837c9d
MD
71502008-04-22 Markus Deuling <deuling@de.ibm.com>
7151
7152 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7153
2e9132cc
EZ
71542008-04-20 Eli Zaretskii <eliz@gnu.org>
7155
7156 * gdb.texinfo (Set Breaks): Mention that multiple location
7157 breakpoints need line number info. Add index entries.
7158
31fffb02
CS
71592008-04-19 Craig Silverstein <csilvers@google.com>
7160
7161 * gdb.texinfo (Requirements): Add an optional requirement on
7162 zlib.
7163 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7164 Compressed DWARF 2.
7165
a47ec5fe
AR
71662008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7167
7168 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7169 sample output for 'stopped,reason="breakpoint-hit"' message.
7170 (GDB/MI Program Execution): Likewise.
7171
de051565
MK
71722008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7173
5ae4183a 7174 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
7175 -var-set-format. Add -f option to -var-evaluate-expression.
7176
6ba66d6a
JB
71772008-04-03 Joel Brobecker <brobecker@adacore.com>
7178
7179 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7180 new node "Ambiguous Expressions". Replace references to this
7181 node by references to "Ambiguous Expressions" throughout.
7182 (Ambiguous Expressions): New node.
7183
1e26b4f8
DJ
71842008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7185
7186 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7187
b84876c2
PA
71882008-03-21 Pedro Alves <pedro@codesourcery.com>
7189
7190 * gdb.texinfo (Debugging Output): Document
7191 "set/show debug lin-lwp-async".
7192 (Maintenance Commands): Document "maint set/show linux-async".
7193
63092375
DJ
71942008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7195
7196 * gdb.texinfo (Expressions): Update description of malloced arrays.
7197
8e8901c5
VP
71982008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7199
7200 * gdb.texinfo (Thread Commands): Document
7201 -thread-info. Remove -thread-list-all-threads.
7202
1fddbabb
PA
72032008-03-14 Pedro Alves <pedro@codesourcery.com>
7204 Sandra Loosemore <sandra@codesourcery.com>
7205
7206 * gdb.texinfo (Library List Format): Update to mention the
7207 possibility to pass section addresses instead of segment
7208 addresses.
7209
ccd213ac
DJ
72102008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7211
7212 * gdb.texinfo (Starting): Document "set exec-wrapper".
7213 (Server): Document gdbserver --wrapper.
7214
fa4727a6
DJ
72152008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7216
7217 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7218 unreadable memory. Delete obsolete SPARClite reference.
7219
8edfe269
DJ
72202008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7221
7222 * gdb.texinfo (Starting): Mention always-running targets.
7223 (Target Commands): Add an anchor for load.
7224 (Connecting): Explain continue instead of run.
7225
1843f87b
DJ
72262008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7227
7228 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7229
f9082629
NR
72302008-02-26 Nick Roberts <nickrob@snap.net.nz>
7231
7232 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7233 breakpoint table.
7234
fd96d250
PA
72352008-02-19 Pedro Alves <pedro@codesourcery.com>
7236
7237 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7238 killing the inferior when it is already debugging a process.
7239
36af4ef6
MD
72402008-02-13 Markus Deuling <deuling@de.ibm.com>
7241
7242 * gdbint.texinfo (Build Script): New section. Mention new build script
7243 gdb_buildall.sh.
7244
cda4ce5a
JB
72452008-02-01 Jim Blandy <jimb@red-bean.com>
7246
7247 * gdb.texinfo (Help): Summarize 'info args' correctly.
7248
4acd40f3
TJB
72492008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7250
7251 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7252 available in PowerPC architecture.
7253 (Embedded Processors): Change node name of PowerPC item in menu.
7254 (PowerPC): Rename to...
7255 (PowerPC Embedded): this.
7256 (Architectures): Add new PowerPC item in menu.
7257 (PowerPC): New node.
7258
6e6c6f50
DJ
72592008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7260
7261 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7262 commands.
7263
5ee187d7
DJ
72642008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7265
7266 * gdb.texinfo (Setting Catchpoints): Mention features
7267 supported on GNU/Linux.
7268
e275c0d9
NR
72692008-01-30 Nick Roberts <nickrob@snap.net.nz>
7270
7271 * gdb.texinfo (GDB/MI File Commands): Describe new output
7272 field for MI command -file-list-exec-source-file.
7273
2d717e4f
DJ
72742008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7275
7276 * gdb.texinfo (Using the `gdbserver' Program): Add security
7277 warning. Rearrange into subsections and subsubsections. Document
7278 --multi and --debug. Correct --with-sysroot typo. Update --attach
7279 usage. Make load reference clearer. Document monitor exit.
7280 (Remote Configuration): Document set remote exec-file, attach-packet,
7281 and run-packet.
7282 (Packets): Document vAttach and vRun.
7283
d35a4257 72842008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
7285
7286 * gdb.texinfo (Processes): Mention process command.
889bf7c5 7287 detach-on-follow -> detach-on-fork.
f663676d 7288
c78d192c
DJ
72892008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7290
7291 * gdbint.texinfo (Native Conditionals): Remove
7292 SHELL_COMMAND_CONCAT and SHELL_FILE.
7293
d35a4257
EZ
72942008-01-26 Eli Zaretskii <eliz@gnu.org>
7295
7296 * gdb.texinfo (Specify Location): Improve wording.
7297
93815fbf
VP
72982008-01-23 Chris Demetriou <cgd@google.com>
7299
7300 * gdb.texinfo (Threads): Document new "set print thread-events"
7301 and "show print thread-events" commands.
7302
2a25a5ba
EZ
73032008-01-19 Eli Zaretskii <eliz@gnu.org>
7304
7305 * gdb.texinfo (Specify Location): New section.
7306 (Delete Breaks, Edit, Set Breaks): Remove description of
7307 locations. Instead, add a reference to "Specify Location".
7308 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7309 (Symbols): Refer to "Specify Location" for the valid forms of
7310 linespecs and locations.
7311
32c9a795
MD
73122008-01-18 Markus Deuling <deuling@de.ibm.com>
7313
7314 * gdbint.texinfo (Target Conditionals): Replace the description of
7315 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7316
b17828ca
JB
73172008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7318
7319 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7320 about &&var, which is rejected by the expression parser.
7321
0aea4bf3
LM
73222008-01-09 Luis Machado <luisgpm@br.ibm.com>
7323
7324 * gdb.texinfo (Output): Update documentation on using printf with DFP
7325 types.
7326
febe4383
TJB
73272008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7328
7329 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7330 subsubsection.
7331 (Decimal Floating Point format): New subsubsection.
7332
7a404eba
PA
73332008-01-05 Pedro Alves <pedro@codesourcery.com>
7334
7335 * gdb.texinfo (File Options): Remove mention of the attempt to
7336 open a core file with the -p option. Don't list -c as a valid
7337 option to attach to a process.
7338
a4d9b460
PA
73392008-01-05 Pedro Alves <pedro@codesourcery.com>
7340
7341 * gdbint.texinfo (Host Conditionals): Remove mention of
7342 ALIGN_STACK_ON_ENTRY.
7343
6ec2edbe
JB
73442008-01-05 Joel Brobecker <brobecker@adacore.com>
7345
7346 * gdbint.texinfo (Start of New Year Procedure): Add item
7347 describing how to update the source and documentation copyright
7348 notices.
7349
d8b2a693
JB
73502007-12-18 Jim Blandy <jimb@codesourcery.com>
7351
ab209b3a 7352 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
7353 watchpoint explanation into the main description of the watchpoint
7354 command; update synopses of 'watch', 'rwatch', and 'awatch'
7355 commands.
7356
8b4ed427
VP
73572007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7358
7359 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7360 Document 'pending-breakpoints' feature of
7361 -list-features.
7362
37e4754d
LM
73632007-12-17 Luis Machado <luisgpm@br.ibm.com>
7364
669fac23 7365 * gdb.texinfo: Add new parameter's description.
37e4754d 7366
1d3811f6
DJ
73672007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7368
7369 * gdb.texinfo (Overview): Clarify run-length encoding
7370 example. Remove the restriction on "+" and "-" characters.
7371
c1c25a1a
EZ
73722007-12-15 Eli Zaretskii <eliz@gnu.org>
7373
7374 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7375
afe8ab22 73762007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7377
afe8ab22
VP
7378 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7379 the -f option for -break-insert, remove -r option,
7380 and clarify specification of location.
7381
a6b151f1
DJ
73822007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7383
7384 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7385 formatting.
7386 (Remote Debugging): Add File Transfer section.
7387 (Remote Configuration): Document Host I/O packets.
7388 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 7389 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
7390 (Packets): Add vFile.
7391
3b784c4f
EZ
73922007-11-17 Eli Zaretskii <eliz@gnu.org>
7393
7394 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7395 breakpoints with multiple locations.
7396 (Breakpoint Menus): Improve wording.
7397 (Output): Fix last change.
7398
a4ce5b0d
UW
73992007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7400
7401 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7402
1b39d5c0
DE
74032007-11-15 Doug Evans <dje@google.com>
7404
7405 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7406
7a72d44c
VP
74072007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7408
7409 * gdbint.texinfo (Native Conditionals): Remove
7410 mention of CLEAR_SOLIB.
5ae4183a 7411
6d1829bf 74122007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
7413
7414 * gdb.texinfo (Print Settings): Add documentation for "set/show
7415 print frame-arguments".
7416
1a619819
LM
74172007-11-05 Luis Machado <luisgpm@br.ibm.com>
7418
3b784c4f 7419 * gdb.texinfo (Output): Update printf command's description.
1a619819 7420
55eddb0f
DJ
74212007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7422
7423 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7424 powerpc soft-float".
7425
9cceb671
DJ
74262007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7427
7428 * gdb.texinfo (Files): Correct formatting. Mention Expat
7429 requirement.
7430 (Requirements for Building GDB): Expand the list of Expat
7431 uses.
7432 (Library List Format, Memory Map Format): Mention Expat.
7433 (Target Descriptions): Update Expat wording.
7434
83acabca
DJ
74352007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7436
7437 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7438 Document that gdbarch_convert_register_p should return zero for no-op
7439 conversions.
7440
e35879db
UW
74412007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7442
83acabca 7443 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
7444 of set_gdbarch_sofun_address_maybe_missing back to ...
7445 (Target Conditionals): ... here to fix build break.
7446
203c3895
UW
74472007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7448
83acabca 7449 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
7450 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7451 (Compiler Characteristics): ... documentation of
7452 set_gdbarch_sofun_address_maybe_missing.
7453
11411de3
DJ
74542007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7455
7456 * gdbint.texinfo (Target Conditionals): Use
7457 frame_unwind_register_unsigned in examples instead of
7458 frame_unwind_unsigned_register.
7459
7cc46491
DJ
74602007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7461
7462 * gdb.texinfo (Predefined Target Types): Add int128
7463 and uint128.
7464 (Standard Target Features): Add PowerPC features.
7465
81adfced
DJ
74662007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7467
7468 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7469
c1874924
UW
74702007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7471
7472 * gdbint.texi (Target Conditionals): Remove documentation
7473 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7474 gdbarch_extract_return_value, and gdbarch_store_return_value.
7475
f6e56ab3
UW
74762007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7477
7478 * gdbint.texi (Target Conditionals): Remove documentation of
7479 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7480
56cf5405
KH
74812007-10-11 Kazu Hirata <kazu@codesourcery.com>
7482
7483 * gdb.texinfo: Mention that inaccessible-by-default is on by
7484 default.
7485
35156bae
DJ
74862007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7487
7488 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7489
d983da9c
DJ
74902007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7491
7492 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7493 multi-threaded watchpoints.
7494 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7495 checked. Describe sticky notification. Expand description
7496 of steppable and continuable watchpoints.
7497 (Watchpoints and Threads): New subsection.
7498
fe6fbf8b
VP
74992007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7500
7501 * gdb.texinfo (Setting Breakpoints): Revise
7502 documentation for pending breakpoints. Document
7503 breakpoints with multiple locations.
5ae4183a 7504
084344da
VP
75052007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7506
7507 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7508 Document -list-features.
5ae4183a 7509
82160952
EZ
75102007-09-15 Eli Zaretskii <eliz@gnu.org>
7511
7512 * gdb.texinfo (Output): Spell out which features of C's printf are
7513 not supported by GDB's printf.
7e27a47a
EZ
7514 (Separate Debug Files): More accurate wording regarding build ID
7515 and a reference to the ld manual rather than the Fedora wiki.
82160952 7516
ea37ba09
DJ
75172007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7518 Jim Blandy <jimb@codesourcery.com>
7519
7520 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7521 (Examining Memory): Update mentions of the 's' format.
7522 (Automatic Display): Likewise.
7523
b8533aec
DJ
75242007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7525
7526 * gdb.texinfo: Update the FSF's Back-Cover Text.
7527
83f83d7f
JK
75282007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7529 Eli Zaretskii <eliz@gnu.org>
7530
7531 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7532 Fixed the ``build ID'' name. New binaries build instructions for the
7533 build ID inclusion. Explain how the commands are specific to the build
7534 ID vs. debug link.
7535
c7e83d54
EZ
75362007-09-01 Eli Zaretskii <eliz@gnu.org>
7537
7538 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7539 indexing for ``build ID'' support.
7540
d3750b24
JK
75412007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7542
7543 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7544 Enlisted BUILD ID to the debug file searching example.
7545 Included a BUILD ID `.note.gnu.build-id' section description.
7546 Updated/added the debug files splitting instructions for OBJCOPY.
7547
02142340
VP
75482007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7549
7550 * gdb.texinfo (Variable Objects): Adjust docs
7551 for -var-info-expression and document
7552 -var-info-path-expression.
7553
d3bdde98
JB
75542007-08-20 Jim Blandy <jimb@codesourcery.com>
7555
3fb6a982
JB
7556 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7557 (title page): Include the dedication in the printed manual, as a
7558 separate page after the copyright notice.
5ae4183a 7559
d3bdde98
JB
7560 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7561 don't break a @var across a line.
7562
c80a96a8
MR
75632007-07-25 Maciej W. Rozycki <macro@mips.com>
7564
7565 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7566 for include files.
7567
5824a901
NR
75682007-07-12 Nick Roberts <nickrob@snap.net.nz>
7569
7570 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
7571 in annotate.texinfo.
7572 (Command History): Link to new node.
5824a901 7573
d52e7ea3
UW
75742007-07-05 Markus Deuling <deuling@de.ibm.com>
7575
7576 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7577
5fc14d0a
EZ
75782007-07-05 Eli Zaretskii <eliz@gnu.org>
7579
7580 * gdbint.texinfo (Target Conditionals): Fix last change.
7581
4a9bb1df
UW
75822007-07-03 Markus Deuling <deuling@de.ibm.com>
7583
7584 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7585 routines:
7586 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7587 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7588 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7589 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7590 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7591 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7592 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7593 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7594 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7595 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7596 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7597 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7598 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7599 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7600 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7601 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7602 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7603 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7604 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7605 (SOFTWARE_SINGLE_STEP_P)
7606
7607 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7608 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7609
7610 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7611 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7612 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7613 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7614 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7615 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7616 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7617 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7618 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7619 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7620
7621 (Converting an existing Target Architecture to Multi-arch): Remove
7622 section.
7623
7624 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7625 (gdbarch_addr_bits_remove): Add code example.
7626
7627 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7628
cfa9d6d9
DJ
76292007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7630
7631 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7632 Add other missing entries. Adjust the table size to fit.
7633 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7634 stop reasons including the new "library" event.
7635 (General Query Packets): Adjust table widths for qSupported. Mention
7636 qXfer:libraries:read reply to qSupported and document the new packet.
7637 (Library List Format): New section.
7638
159fcc13
JK
76392007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7640
7641 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7642
f66d1690
MS
76432007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7644
7645 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7646
67102876
NR
76472007-06-25 Nick Roberts <nickrob@snap.net.nz>
7648
7649 * gdbint.texinfo (Register and Memory Data): Break sections
7650 into nodes and add a menu.
7651
a4642986
MR
76522007-06-21 Maciej W. Rozycki <macro@mips.com>
7653
7654 * gdb.texinfo (Examining Memory): Document the new behaviour.
7655
e9c17194
VP
76562007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7657
7658 * gdb.texinfo (Standard Target Features): Document
7659 m68k features.
7660
31d99776
DJ
76612007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7662
7663 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7664
1780a0ed
DJ
76652007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7666
7667 * gdb.texinfo (Target Description Format): Add version attribute
7668 for <target>.
7669
822b6570
DJ
76702007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7671
7672 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7673
f8b73d13
DJ
76742007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7675
7676 * gdb.texinfo (MIPS Features): New subsection.
7677
0e7f50da
UW
76782007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7679 Markus Deuling <deuling@de.ibm.com>
7680
7681 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7682 and qXfer:spu:write packets and mention them under qSupported.
7683
23d964e7
UW
76842007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7685 Markus Deuling <deuling@de.ibm.com>
7686
7687 * gdb.texinfo (Architectures): Add new SPU section to document
7688 Cell Broadband Engine SPU architecture specific commands.
7689
9f708cb2
VP
76902007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7691
7692 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7693 comments.
7694
7579b5f8
NR
76952007-06-07 Nick Roberts <nickrob@snap.net.nz>
7696
7697 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7698
bf06d120
JB
76992007-05-29 Jim Blandy <jimb@codesourcery.com>
7700
7701 * gdb.texinfo (Overview): Doc fix.
7702
23776285
MR
77032007-05-22 Maciej W. Rozycki <macro@mips.com>
7704
7705 * gdb.texinfo (Remote Configuration): Document "set/show
7706 remoteflow".
7707
1a69e1e4
DJ
77082007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7709
bf06d120
JB
7710 * gdb.texinfo (MIPS): Remove documentation for set mips
7711 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7712 stack-arg-size.
1a69e1e4 7713
46ba6afa 77142007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7715
46ba6afa
BW
7716 * all-cfg.texi (GDBTUI): New.
7717 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7718 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7719 (TUI Configuration): Edit to improve clarity and fix problems of
7720 both style and content.
5ae4183a 7721
06d3b283
UW
77222007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7723
7724 * observer.texi (GDB Observers): New observer "new_objfile".
7725
179101d6
UW
77262007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7727
7728 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7729
25d5ea92
VP
77302007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7731
7732 * gdb.texinfo (GDB/MI Variable Objects): Document
7733 frozen variables objects.
5ae4183a 7734
ea35711c
DJ
77352007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7736
7737 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7738 (Character Sets, Caching Data of Remote Targets): Likewise.
7739 (Targets): Delete Remote node. Move its text...
7740 (Debugging Remote Programs): ...to here. Delete description
7741 of the "remote" command.
7742 (Remote configuration): Delete description of "set remotedevice"
7743 and "show remotedevice".
7744 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7745
db2e3e2e
BW
77462007-04-11 Bob Wilson <bob.wilson@acm.org>
7747
5ae4183a
AS
7748 * gdb.texinfo (Contributors, Continuing and Stepping)
7749 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7750 (General Query Packets, File-I/O Remote Protocol Extension)
7751 (Protocol Basics, The F Reply Packet, Write)
7752 (Protocol-specific Representation of Datatypes, Memory Transfer):
7753 Fix hyphenation, punctuation and grammar problems.
7754 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7755 'section' instead of 'subsection' in the text.
7756 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7757 (i386): Remove period from section name.
db2e3e2e
BW
7758 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7759 (Config Names, Configure Options): Use @file{configure}.
7760
8a3dae3e
DJ
77612007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7762
7763 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7764 and tab expansion.
7765
1a92f856
DJ
77662007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7767
7768 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7769
79a6e687 77702007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7771
79a6e687
BW
7772 * gdb.texinfo: Consistently capitalize all significant words in
7773 node names, chapter titles, section titles, and headings. Update
7774 cross references to match.
7775 (Starting and Stopping Trace Experiment): Make node name plural.
7776 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 7777
ad527d2e
PA
77782007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7779
7780 * gdb.texinfo (WinCE): Delete obsolete subsection.
7781
7ce59000
DJ
77822007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7783
7784 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7785 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7786 references.
7787
8807d78b
DJ
77882007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7789
7790 * gdb.texinfo (Startup): Delete references to some alternate
7791 names for .gdbinit.
7792 (Thread): Remove LynxOS reference.
7793 (Tandem ST2000): Delete target-specific documentation.
7794 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7795 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7796 and GDB_OSABI_LYNXOS.
7797
5f402660
UW
77982007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7799
7800 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7801
bac718a6
UW
78022007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7803
7804 * gdbint.texinfo (Target Conditionals): Remove mention of
7805 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7806 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7807
9453113a
DJ
78082007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7809
7810 * Makefile.in: Add "pdfdir" installation
7811 directory, PDFTEX macro, support for "install-pdf" target,
7812 and rules for making a pdf version of refcard.texi.
7813 * refcard.tex: Specify paper size for PDF output.
7814
ae21e955 78152007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7816
ae21e955 7817 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 7818
3f94c067 78192007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7820
3f94c067
BW
7821 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7822 (Source Path, Character Sets, Macros, Define)
7823 (GDB/MI Result Records, GDB/MI Simple Examples)
7824 (GDB/MI Program Execution, GDB/MI File Commands)
7825 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7826 (Bug Reporting): Use @value{GCC}.
5ae4183a 7827
12c27660 78282007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7829
12c27660
BW
7830 * gdb.texinfo (Help): Fix formatting of examples.
7831 (Variables): Use @ifnotinfo instead of @iftex.
7832 (Non-debug DLL symbols): Use @ref instead of @pxref.
7833 (Sparclet File): Use @samp instead of quotes.
5ae4183a 7834
ce9341a1
BW
78352007-03-26 Bob Wilson <bob.wilson@acm.org>
7836
7837 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7838
c8f4133a
BW
78392007-03-26 Bob Wilson <bob.wilson@acm.org>
7840
7841 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7842 the order of the nodes.
7843 (C Operators, C Constants, Debugging C): Remove extra menus.
7844 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 7845
c8f4133a 78462007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
7847
7848 * gdb.texinfo (File Options): Add missing parenthesis.
7849 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7850
c74d0ad8
DJ
78512007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7852
7853 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7854
ff6f572f
DJ
78552007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7856
669fac23 7857 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
7858 case insensitivity.
7859 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7860
994337c3
NR
78612007-02-18 Nick Roberts <nickrob@snap.net.nz>
7862
7863 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7864 (Files): Add section name to argument list for pxref.
7865 (Non-debug DLL symbols): Don't use `see' for pxref.
7866 (Embedded Processors): Fix typo.
7867 (GDB/MI Breakpoint Commands): Execution commands generate
7868 *stopped not ^done.
7869
eb819d70
NR
78702007-02-13 Nick Roberts <nickrob@snap.net.nz>
7871
7872 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7873 values for in_scope. Mention that only root variables can be
7874 updated.
7875 (GDB/MI Development and Front Ends): Explain new values may be
7876 added to existing fields.
7877
123dc839
DJ
78782007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7879
7880 * gdb.texinfo (-target-disconnect): Use @smallexample.
7881 (Requirements): Add anchor for Expat. Update description.
7882 (Target Descriptions): Mention Expat.
7883 (Target Description Format): Document new elements. Use
7884 @smallexample.
7885 (Predefined Target Types, Standard Target Features): New sections.
669fac23 7886 * gdbint.texinfo (Target Descriptions): New section.
123dc839 7887
108546a0
DJ
78882007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7889
7890 * gdb.texinfo (Target Description Format): Add section on XInclude.
7891
95a98c01
NR
78922006-02-03 Nick Roberts <nickrob@snap.net.nz>
7893
7894 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7895 command -enable-timings.
7896
f4b3909f
EZ
78972007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7898
5ae4183a 7899 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
7900 descriptions for new/deleted elements in gdb_osabi. Add missing
7901 description for function generic_elf_osabi_sniff_abi_tag_sections.
7902
c7ba131e
JB
79032007-01-29 Joel Brobecker <brobecker@adacore.com>
7904
7905 * gdb.texinfo (Maintenance Commands): Add documentation for
7906 the new "maint print target-stack" command.
7907
3a60f64e
JK
79082007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7909 Eli Zaretskii <eliz@gnu.org>
7910
f4b3909f 7911 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 7912
c582f8b6
EZ
79132007-01-26 Eli Zaretskii <eliz@gnu.org>
7914
7915 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7916 Use @value{NGCC} instead of @value{GCC}.
7917
d3e8051b
EZ
79182007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7919
7920 * agentexpr.texi: Fix typos.
7921 * annotate.texinfo: Likewise.
7922 * gdb.texinfo: Likewise.
7923 * gdbint.texinfo: Likewise.
7924 * observer.texi: Likewise.
7925 * stabs.texinfo: Likewise.
7926
86f04699
EZ
79272007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7928
7929 * gdbint.texinfo (Support Libraries): Remove mmalloc
7930 entry. Describe readline library.
7931
23181151
DJ
79322007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7933
7934 * gdb.texinfo (Target Descriptions): New section.
7935 (General Query Packets): Add QPassSignals anchor. Mention
7936 qXfer:features:read under qSupported. Expand mentions of
7937 qXfer:memory-map:read and QPassSignals. Document
7938 qXfer:features:read.
7939
f822c95b
DJ
79402007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7941
7942 * gdb.texinfo (Commands to specify files): Describe
7943 "set sysroot" and "show sysroot".
7944 (Using the `gdbserver' program): Lowercase argument
7945 to @var. Expand description of setting up GDB on the
7946 host.
7947
8936fcda
JB
79482007-01-05 Joel Brobecker <brobecker@adacore.com>
7949
7950 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7951 catch exception, catch exception unhandled, and catch assert
7952 commands.
7953
e776119f
DJ
79542007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7955
7956 * gdb.texinfo (Debugging Output): Document "set debug xml"
7957 and "show debug xml".
7958
aa79a185
DJ
79592007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7960
7961 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7962
7f893741
JB
79632007-01-01 Joel Brobecker <brobecker@adacore.com>
7964
7965 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7966
a1b5960f
VP
79672006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7968
7969 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7970 note in @ignore, to be removed later if nobody complains.
7971
9f470e6e
NR
79722006-12-04 Nick Roberts <nickrob@snap.net.nz>
7973
7974 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7975 of -var-delete.
7976
765dc015 79772006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7978
765dc015 7979 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
7980 automatic software/hardware breakpoint usage and
7981 the "set breakpoint auto-hw" command.
765dc015 7982
4b5752d0
VP
79832006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7984
7985 * gdb.texinfo (Memory Access Checking): New.
7986
89be2091
DJ
79872006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7988
7989 * gdb.texinfo (Remote configuration): Mention
7990 "pass-signals-packet".
7991 (General Query Packets): Document QPassSignals. Fix
7992 a typo.
7993
ca3bf3bd
DJ
79942006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7995
7996 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7997
427c3a89
DJ
79982006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7999
8000 * gdb.texinfo (Remote configuration): Rewrite documentation for
8001 packet configuration commands.
8002 (OS Information): Adjust reference to qXfer:auxv:read.
8003 (General Query Packets): Remove references to read-aux-vector-packet
8004 and set remote get-thread-local-storage-address.
8005
7a107747
DJ
80062006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8007
8008 * gdbint.texinfo (Target Architecture Definition): Add new
8009 Initializing a New Architecture section.
8010
1c56eb0e
EZ
80112006-10-31 David Taylor <dtaylor@emc.com>
8012
8013 * stabs.texinfo (Macro define and undefine): New node describing
8014 stabs for #define and #undef.
8015
f73adfeb
AS
80162006-10-27 Andreas Schwab <schwab@suse.de>
8017
8018 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8019
fd60e0df
EZ
80202006-10-21 Eli Zaretskii <eliz@gnu.org>
8021
8022 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8023 clarify on the possible meanings of ``expression'' watched by
8024 watchpoints. Add indexing.
e5ac9b53
EZ
8025 (Prompting, Errors, Invalidation, Annotations for Running)
8026 (Source Annotations): Fix index entries by adding "annotation" to
8027 them, to discriminate from index entries that point to the more
8028 general topic descriptions.
fd60e0df 8029
52bb452f
DJ
80302006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8031
8032 * gdbint.texinfo (Target Vector Definition): Move most
8033 content into Existing Targets. Add a menu.
8034 (Existing Targets): New section, moved from Target Vector
8035 Definition. Use @subsection.
8036 (Managing Execution State): New section.
8037
58955e58
BW
80382006-10-16 Bob Wilson <bob.wilson@acm.org>
8039
8040 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8041
c8aa23ab
EZ
80422006-10-15 Eli Zaretskii <eliz@gnu.org>
8043
8044 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8045 (Command Syntax, Signals, Backtrace, Connecting)
8046 (Remote configuration, Renesas Boards, Console I/O): Fix last
8047 change: use Ctrl- instead of C-, except wrt Emacs.
8048 (File-I/O Examples): Put Ctrl-c in @kbd.
8049 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8050 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
8051 (Signals, Set Breaks, Set Watchpoints): Document optional
8052 arguments to `info signals' `handle', `info breakpoints', and
8053 `info watchpoints'.
c8aa23ab 8054
e7109c7e
EZ
80552006-10-14 Eli Zaretskii <eliz@gnu.org>
8056
8057 * gdb.texinfo (Backtrace): Fix last change.
8058
de3aea7b
NR
80592006-10-14 Nick Roberts <nickrob@snap.net.nz>
8060
8061 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8062
7f9087cb
BW
80632006-10-10 Bob Wilson <bob.wilson@acm.org>
8064
c8aa23ab
EZ
8065 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8066 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8067 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 8068
68437a39
DJ
80692006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8070 Daniel Jacobowitz <dan@codesourcery.com>
8071
8072 * gdb.texinfo (Packets): Document vFlashErase,
8073 vFlashWrite and vFlashDone packets.
8074 (General Query Packets): Document qXfer:memory-map:read.
8075 Add a new feature for qXfer:memory-map:read.
8076 (Memory map format): New section.
8077 (Target Commands): Mention that gdb can write flash.
8078
fd79ecee
DJ
80792006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8080 Daniel Jacobowitz <dan@codesourcery.com>
8081
8082 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8083 memory regions and "mem auto".
8084
350da6ee
DJ
80852006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8086
8087 * gdbint.texinfo (Array Containers): New section.
8088
2f1acb09
VP
80892006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8090
8091 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8092 -stack-list-arguments HIGH_FRAME argument can be larger then the
8093 actual number of frames.
8094
2ab1eb7a
VP
80952006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8096
8097 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
8098 -stack-list-locals HIGH_FRAME argument can be larger then the
8099 actual number of frames.
2ab1eb7a 8100
599b237a
BW
81012006-09-02 Bob Wilson <bob.wilson@acm.org>
8102
8103 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8104 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8105
25ab7e6d
EZ
81062006-09-02 Eli Zaretskii <eliz@gnu.org>
8107
8108 * gdbint.texinfo (Overall Structure): New section "Source Tree
8109 Structure".
8110
940178d3
JB
81112006-08-17 Jim Blandy <jimb@codesourcery.com>
8112
8113 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8114 responses.
8115
30daae6c
JB
81162006-08-08 Joel Brobecker <brobecker@adacore.com>
8117
8118 * gdb.texinfo (Source Path): Add documentation for new
8119 substitute-path commands.
8120
7fa2210b
DJ
81212006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8122
8123 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8124 (Running Configure): ...here.
8125 (Requirements): New node. Mention expat.
8126
3d00d119
DJ
81272006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8128
5ae4183a 8129 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
8130 'set download-write-size' and 'show download-write-size'.
8131
0cbfa4ee
DJ
81322006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8133
8134 * stabs.texinfo (Member Type Descriptor): Correct example for
8135 pointer to member types.
8136
16026cd7
AS
81372006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8138
8139 * gdb.texinfo (Optional warnings and messages): Add
8140 'set/show trace-commands'.
8141 (Command files): Add '-v' to source command.
8142
0876f84a
DJ
81432006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8144
8145 * gdb.texinfo (OS Information): Update qPart reference to
8146 qXfer.
8147 (Remote configuration): Likewise.
8148 (Overview): Move @cindex to the start of a paragraph. Talk
8149 about binary data encoding.
8150 (Packets): Refer to the overview for the details of the X
8151 packet encoding.
8152 (General Query Packets): Remove qPart description. Add qXfer
8153 description. Add an anchor to qSupported. Correct feature
8154 table title. Add a new feature for qXfer:auxv:read.
8155 (Interrupts): Add a missing parenthesis.
8156
2ec3381a
DJ
81572006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8158
669fac23 8159 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
8160 (GDB/MI Kod Commands): Remove commented out node.
8161
594fe323
EZ
81622006-07-01 Eli Zaretskii <eliz@gnu.org>
8163
8164 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8165 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8166 (GDB/MI Thread Commands, GDB/MI Program Execution)
8167 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8168 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8169 (GDB/MI File Commands, GDB/MI Target Manipulation)
8170 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8171 since the MI prompt is hard-wired into the code.
8172
7e3fb70c
NR
81732006-07-01 Nick Roberts <nickrob@snap.net.nz>
8174
8175 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8176 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8177 (GDB/MI Data Manipulation): Remove description of unimplemented
8178 display related commands as variable objects perform this function
8179 and are superior: -display-delete, -display-disable,
8180 -display-enable, -display-insert and -display-list. Move
8181 -environment-cd, -environment-directory, -environment-path
8182 and -environment-pwd to "Program Context".
8183 (GDB/MI Program Control): Rename to "Program Execution". Move
8184 -exec-arguments -exec-abort to...
8185 (GDB/MI Program Context): ...here. New node split from "Data
8186 Manipulation".
8187
be2a5f71
DJ
81882006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8189
8190 * gdb.texinfo (Remote configuration): Document set / show
8191 remote supported-packets.
8192 (General Query Packets): Document qSupported packet.
8193
fc320d37
SL
81942006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8195
8196 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8197 and font markup.
8198 (Protocol basics): Likewise.
8199 (The F request packet): Likewise.
8200 (The F reply packet): Likewise.
8201 (Memory transfer): Move this node to be a subsubsection of
8202 "Protocol specific representation of datatypes".
8203 (The Ctrl-C message): More copy editing.
8204 (Console I/O): Likewise.
8205 (The isatty call): Delete this node, and merge its content into
8206 the "isatty" node. Fixed references elsewhere.
8207 (The system call): Delete this node, and merge its content into
8208 the "system" node. Fixed references elsewhere.
8209 (open): Reformat to use @table, and add appropriate font markup.
8210 (close): Likewise.
8211 (read): Likewise.
8212 (write): Likewise.
8213 (lseek): Likewise.
8214 (rename): Likewise.
8215 (unlink): Likewise.
8216 (stat/fstat): Likewise.
8217 (gettimeofday): Likewise.
8218 (isatty): Likewise.
8219 (system): Likewise, plus minor changes to fix confusing wording.
8220 (Integral datatypes): Fix font markup.
8221 (Pointer values): Likewise.
8222 (struct stat): Fix markup to use @table, plus minor copy editing.
8223 (struct timeval): Fix font markup, plus minor copy editing.
8224 (Constants): Minor copy editing.
8225 (Errno values): Add font markup.
8226 (File-I/O Examples): Likewise.
8227
158fdf5c
NR
82282006-06-10 Nick Roberts <nickrob@snap.net.nz>
8229
8230 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8231 (GDB/MI Simple Examples): Move node up one level. Use real
8232 examples.
8233 (GDB/MI Compatibility with CLI): Update.
8234 (GDB/MI Result Records): Add "connected" and "exit" result
8235 classes.
8236 (GDB/MI Stream Records): Clarify target output.
8237 (GDB/MI Command Description Format): Modify example description.
8238 (GDB/MI Breakpoint Table Commands): Rename to...
8239 (GDB/MI Breakpoint Commands): ...this
8240 (GDB/MI Breakpoint Commands): Add optional thread field.
8241 (GDB/MI Program Control): Add an introduction. Move "Program
8242 termination" examples into exec-run description.
8243 (GDB/MI File Commands): Mention similar CLI commands.
8244 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8245 is similar to "-gdb-version".
8246
ddb50cd7
EZ
82472006-06-09 Eli Zaretskii <eliz@gnu.org>
8248
8249 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8250
2aef0d6b
NR
82512006-06-02 Nick Roberts <nickrob@snap.net.nz>
8252
8253 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8254 sourceware.org for mailing lists.
d5e40d59 8255 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 8256
383a5c52
NR
82572006-06-01 Nick Roberts <nickrob@snap.net.nz>
8258
d5e40d59 8259 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 8260
e16b02ee
EZ
82612006-05-22 Eli Zaretskii <eliz@gnu.org>
8262
8263 * gdb.texinfo (Cygwin Native): Fix last change.
8264
be90c084
CF
82652006-05-22 Christopher Faylor <cgf@timesys.com>
8266
8267 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8268
347ceba5
NR
82692006-05-15 Nick Roberts <nickrob@snap.net.nz>
8270
8271 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8272 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8273
369af7bd
DJ
82742006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8275
8276 * gdb.texinfo (General Query Packets): Recommend not starting
8277 new packets with qC and clarify.
8278
2ffdbde8 82792006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
8280
8281 * gdb.texinfo (M2 Types): New section.
72019c9c 8282
16d1a084
DJ
82832006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8284
8285 * agentexpr.texi: Add a copyright and license notice.
8286 * observer.texi: Likewise, with GPL clause for function prototypes.
8287 Remove trailing whitespace.
8288
aa56d27a
JB
82892006-05-05 Jim Blandy <jimb@codesourcery.com>
8290
8291 * gdb.texinfo (General Query Packets): Document conventions for
8292 terminating packet names, and their violations.
8293
5bdf8622
DJ
82942006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8295
8296 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8297 * gdb.texinfo: Likewise.
8298
605a56cb
DJ
82992006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8300
8301 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8302 and "show remotedebug".
8303 (Debugging Output): Add additional index entries.
8304
b8db102d
MS
83052006-04-27 Michael Snyder <msnyder@redhat.com>
8306
8307 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8308
c5e30d01
AC
83092006-04-22 Andrew Cagney <cagney@redhat.com>
8310
8311 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8312 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8313
8181d85f
DJ
83142006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8315
8316 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8317 and remove breakpoint prototypes.
8318 (Watchpoints): Move description of target_insert_hw_breakpoint and
8319 target_remove_hw_breakpoint ...
8320 (Breakpoints): ... to here. Document target_insert_breakpoint and
8321 target_remove_breakpoint.
8322
4f553f88
JB
83232006-04-17 Jim Blandy <jimb@codesourcery.com>
8324
8325 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8326 and C packets are optional.
8327
cd852561
FR
83282006-04-14 Frederic Riss <frederic.riss@st.com>
8329
8330 * gdb.texinfo (Specifying source directories): Update the description
8331 of the source file search to reflect the fact that the source path
8332 always contains at least $cdir and $cwd.
8333
b620eb07
MS
83342006-03-31 Michael Snyder <msnyder@redhat.com>
8335
8336 * gdb.texinfo: Update copyright dates.
8337
3156cdaf
EZ
83382006-03-31 Eli Zaretskii <eliz@gnu.org>
8339
8340 * gdb.texinfo (Overview): Add an index entry to "empty response".
8341
7d30c22d
JB
83422006-03-28 Jim Blandy <jimb@codesourcery.com>
8343
8344 * gdbint.texinfo (Prologue Analysis): New section.
8345
86941c27
JB
83462006-03-07 Jim Blandy <jimb@red-bean.com>
8347
66b8c7f6
JB
8348 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8349
1a10341b
JB
8350 * gdb.texinfo (Target Commands): Update text describing how to
8351 specify a target. Refer to the detailed section on remote
8352 debugging, not the brief mention.
8353
86941c27
JB
8354 * gdb.texinfo (Connecting): Organize the different 'target remote'
8355 connection methods into a table. Add a 'target remote' index
8356 entry. (!!!)
8357
62f3a2ba
FF
83582006-02-17 Fred Fish <fnf@specifix.com>
8359
8360 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8361 'ptype' commands to reflect the fact that the only significant
8362 difference between them is that ptype prints the complete type
8363 description instead of just the name.
8364
8b9a88ea
WZ
83652006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8366
8367 * gdbint.texinfo (Watchpoints): Delete
8368 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8369
7e8dc855
NR
83702006-02-10 Nick Roberts <nickrob@snap.net.nz>
8371
8372 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8373 times fields where needed. Fix typos. Update general form given
8374 for output of -break-insert.
8375 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8376
c91d38aa
DJ
83772006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8378
8379 * gdbint.texinfo (Symbol Handling): Add a section
8380 on memory management.
8381
38fcd64c
DJ
83822006-02-06 Vladimir Prus <ghost@cs.msu.su>
8383
8384 * gdb.texinfo (Breakpoint table commands): Document the fullname
8385 field in -break-list output.
8386
219eec71
EZ
83872006-02-03 Eli Zaretskii <eliz@gnu.org>
8388
8389 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8390 debugging information produced by the various "set debug..."
8391 options.
8392
ae5a43e0
DJ
83932006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8394
8395 * gdb.texinfo (Files): Remove obsolete bits from the description
8396 of "symbol-file".
8397
a9f158ec
JB
83982006-01-25 Jim Blandy <jimb@redhat.com>
8399
8400 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8401
410dd08e
JB
84022006-01-24 Jim Blandy <jimb@redhat.com>
8403
8404 * gdbint.texinfo (Frames): Document the basics of GDB's register
8405 unwinding model, and explain the existence of the "sentinel" frame.
8406
4b505b12
AS
84072006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8408
8409 * gdb.texinfo (Choosing files): Mention that -directory is used
8410 for script files.
8411 (Specifying source directories): Likewise.
8412 (Command files): Explain how script files are found.
8413
839c27b7
EZ
84142006-01-21 Eli Zaretskii <eliz@gnu.org>
8415
8416 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8417 the threads in a multi-threaded program.
8418 (Threads): The threadno argument of "thread apply" can be a range
8419 of numbers.
8420
7be93b9e
JB
84212006-01-18 Jim Blandy <jimb@redhat.com>
8422
8423 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8424 of warning flags.
8425
fcc73fe3
EZ
84262006-01-13 Eli Zaretskii <eliz@gnu.org>
8427
8428 * gdb.texinfo (Sequences): Improve menu annotations.
8429 (Define): Add index entries for arguments of user-defined
8430 commands. Move the description of flow-control commands...
8431 (Command Files): ...to here. Document loop_break and
8432 loop_continue.
ca91424e
EZ
8433 (Define, Command Files): Document `end' and add index entries for
8434 it.
fcc73fe3 8435
5c95884b
MS
84362006-01-04 Michael Snyder <msnyder@redhat.com>
8437
8438 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 8439 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 8440
860701dc
PH
84412006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8442
8443 * gdb.texinfo (Omissions from Ada): Document that there is now
8444 limited aggregate support.
8445
36b80e65
EZ
84462005-12-28 Eli Zaretskii <eliz@gnu.org>
8447
8448 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8449 registers and the likes.
8450
c1468174
EZ
84512005-12-24 Eli Zaretskii <eliz@gnu.org>
8452
8453 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8454 (Symbols): Fix usage of "e.g.".
359df76b 8455 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
8456
8457 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8458 (Coding): Fix usage of "e.g.".
8459
c02a867d
EZ
84602005-12-23 Eli Zaretskii <eliz@gnu.org>
8461
5ae4183a
AS
8462 * stabs.texinfo:
8463 * refcard.tex:
c02a867d 8464 * gpl.texi:
5ae4183a
AS
8465 * gdbint.texinfo:
8466 * gdb.texinfo:
8467 * gdb-cfg.texi:
c02a867d 8468 * fdl.texi:
5ae4183a
AS
8469 * annotate.texinfo:
8470 * all-cfg.texi:
c02a867d
EZ
8471 * Makefile.in: Add (C) after Copyright. Update the FSF
8472 address.
8473
fad38dfa
EZ
84742005-12-03 Eli Zaretskii <eliz@gnu.org>
8475
8476 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8477 extend GDB with commands for external monitor.
8478
53e5f3cf
AS
84792005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8480
8481 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8482
55f6ca0f
JB
84832005-11-25 Joel Brobecker <brobecker@adacore.com>
8484
8485 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8486
c1947b85
JB
84872005-11-21 Jim Blandy <jimb@redhat.com>
8488
8489 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8490 placement of 'R' actions in tracepoint action packets; document
8491 dependence of 'X' and 'M' actions on a preceding 'R' action for
8492 their registers.
8493
9d29849a
JB
84942005-11-19 Jim Blandy <jimb@redhat.com>
8495
8496 * gdb.texinfo (Tracepoint Packets): New node.
8497 (General Query Packets): Add entries for the tracepoint packets,
8498 referring to the "Tracepoint Packets" node.
8499 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 8500
9a6253be
KB
85012005-11-18 Kevin Buettner <kevinb@redhat.com>
8502
8503 * gdb.texinfo (set remotebreak): Add anchor.
8504 (X packet): Likewise.
8505 (Remote Protocol): Add new section `Interrupts' and new index
8506 entry `interrupts (remote protocol)'.
8507
5f3bebba
JB
85082005-11-18 Jim Blandy <jimb@redhat.com>
8509
8510 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8511 entries into the General Query Packets section. Add a
8512 cross-reference to that section. Drop description of replies, as
8513 these are covered in the descriptions of each packet.
8514 (General Query Packets): Add introductory text. Explain naming
8515 conventions, and how the end of a name is recognized.
8516
9a7a1b36
KB
85172005-11-17 Kevin Buettner <kevinb@redhat.com>
8518
0564b6cf 8519 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
8520 "set remotebreak" command.
8521
b8ff78ce
JB
85222005-11-16 Jim Blandy <jimb@redhat.com>
8523
8524 * gdb.texinfo (Packets, Stop Reply Packets)
8525 (General Query Packets): Various formatting cleanups.
8526 - Use @samp for packet contents.
8527 - Drop summaries from packet @item lines; the same information appears
8528 immediately below in the description.
8529 - Delete paragraph breaks after packet @item commands, so that the
8530 description appears directly to the right of the packet prototype
8531 in the printed manual, if it fits.
8532 - Place spaces in packet prototypes between @vars and non-@var
8533 letters, and explain that they're just for formatting.
8534 - Use @dots{} instead of '...'.
8535 - Fix uses of @code where @var was needed.
8536 - Replace "deprecated" markers with English text spelling out the
8537 packet's status and the preferred alternatives.
8538 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8539 what this ever meant.
8540 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8541 this for a long time.
8542 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8543 implemented several times, and have been in use for years.
8544
8ffe2530
JB
85452005-11-15 Jim Blandy <jimb@redhat.com>
8546
c43c5473
JB
8547 * gdb.texinfo (Packets): Add index entries for 'm' packet
8548 disclaimers.
5ae4183a 8549
fb031cdf
JB
8550 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8551 of stub when processing an 'm' packet.
8552
8ffe2530
JB
8553 * gdb.texinfo (Packets): Mention that packets beginning with
8554 letters are reserved once, at the top, instead of actually listing
8555 them all and saying "reserved".
8556
c03c782f
AS
85572005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8558
8559 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8560 Change @var{$arg0 to @code{$arg0.
8561
814e32d7
WZ
85622005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8563
8564 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8565
fa93a9d8
JB
85662005-11-12 Jim Blandy <jimb@redhat.com>
8567
8568 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8569 order. Remove extraneous 'z'.
8570
8a5a3c82
AS
85712005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8572
8573 * gdb.texinfo (Choosing files): Add --eval-command.
8574
4b0ad762
AS
85752005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8576
8577 * gdb.texinfo (Choosing modes): Add --return-child-result.
8578
8579
1a088d06
AS
85802005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8581
8582 * gdb.texinfo (Choosing modes): Add --batch-silent.
8583
656d5e12
EZ
85842005-10-28 Eli Zaretskii <eliz@gnu.org>
8585
8586 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8587 "The -var-update Command".
8588
3c9c013a
JB
85892005-10-03 Joel Brobecker <brobecker@adacore.com>
8590
8591 * gdb.texinfo (Print Settings): Add documentation for set/show
8592 print array-indexes.
8593
7ba3cf9c
DJ
85942005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8595
8596 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8597 6.2 and 6.3.
8598
a94ab193
EZ
85992005-08-27 Eli Zaretskii <eliz@gnu.org>
8600
8601 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8602 since 19-Jan-2004.
8603 (Files): Likewise.
ab1adacd
EZ
8604 (Variables, Symbols): Document the "<incomplete type>" message and
8605 its reasons.
a94ab193 8606
ca06016a
FF
86072005-08-01 Fred Fish <fnf@specifix.com>
8608
8609 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8610
cf58170d
NR
86112005-07-15 Nick Roberts <nickrob@snap.net.nz>
8612
8613 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8614 option for -var-list-children and -var-update.
8615 (GDB/MI Stack Manipulation): Simplify description of
8616 print-values option for -stack-list-locals.
8617 (GDB/MI Command Description Format): Clarify.
8618 (Mode Options): Spelling of superseded.
8619
38f1196a
BR
86202005-07-12 Bob Rossi <bob@brasko.net>
8621
8622 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8623 corresponding GDB command comment.
8624
3cb3b8df
BR
86252005-07-06 Bob Rossi <bob@brasko.net>
8626
8627 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8628 and -inferior-tty-show.
8629 (Input/Output): Document "set/show inferior-tty" and tty alias.
8630
10fac096
NW
86312005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8632
8633 * gdb.texinfo (Packets): Change description of 'D' packet to note
8634 that GDB does wait for a response.
8635
d1b6db76
NR
86362005-06-22 Nick Roberts <nickrob@snap.net.nz>
8637
8638 * gdb.texinfo (History) Rename "Command History".
8639 (Command History): Move node "Server Prefix" from section on
8640 Annotations here.
8641
29629dcf
NR
86422005-06-19 Nick Roberts <nickrob@snap.net.nz>
8643
8644 * gdb.texinfo (GDB/MI Stack Manipulation):
8645 Re-instate -stack-info-frame with example. Say that it gets
8646 info on selected frame, not current frame.
8647
397ca115
EZ
86482005-06-18 Eli Zaretskii <eliz@gnu.org>
8649
8650 * gdb.texinfo (Server): Clarify that `file' should be used before
8651 connecting to the server.
8652 (Files): Add an xref to the above description.
51274035
EZ
8653 (Output Formats): More detailed description of the `c' format.
8654 (Memory): List explicitly all the formats supported by `x'.
638ac427 8655 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 8656 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
8657 files. Add more indexing for solib-absolute-prefix and
8658 --with-sysroot.
76d17f34
EZ
8659 (Machine Code): Document possible problems with locations in
8660 shared libraries.
d416eeec
EZ
8661 (Backtrace): Document that free-standing environments do not need
8662 to have a `main' function.
397ca115 8663
74f6deaa
NR
86642005-06-18 Nick Roberts <nickrob@snap.net.nz>
8665
8666 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8667 -stack-info-frame.
8668
a9967aef
AC
86692005-06-07 Andrew Cagney <cagney@gnu.org>
8670
8671 * gdb.texinfo (Contributors): Note the original multi-arch
8672 contributors.
8673
e09f16f9
EZ
86742005-06-03 Eli Zaretskii <eliz@gnu.org>
8675
8676 * gdb.texinfo (Registers): Add index entries for the standard
8677 registers.
8678 (Frames): Add cross-reference from frame pointer description to
8679 the Registers node.
8680 (Annotations Overview): Fix the reference to GDB name.
8681
d87ba7ee
EZ
86822005-06-01 Eli Zaretskii <eliz@gnu.org>
8683
8684 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8685 can-use-hw-watchpoints.
8686
034dad6f
BR
86872005-05-28 Bob Rossi <bob@brasko.net>
8688
8689 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8690 the possible reasons why an exec async record would be returned to FE.
8691
ffed4509
AC
86922005-05-26 Andrew Cagney <cagney@gnu.org>
8693
8694 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8695 Andrew Cagney implemented the original GDB/MI.
8696
e22e55c9
OF
86972005-05-23 Orjan Friberg <orjanf@axis.com>
8698
8699 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8700 documentation. Add documentation for cris-mode.
8701
a78e13ce
EZ
87022005-05-20 Eli Zaretskii <eliz@gnu.org>
8703
8704 * gdb.texinfo (Numbers): Explain the example and make the wording
8705 more acurate.
8706
76ff342d
DJ
87072005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8708 Dennis Brueni <dennis@slickedit.com>
8709
8710 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8711 (GDB/MI Data Manipulation, GDB/MI Program Control)
8712 (GDB/MI Stack Manipulation): Update examples to include the fullname
8713 attribute in stack frames.
8714
119b882a
EZ
87152005-05-12 Eli Zaretskii <eliz@gnu.org>
8716
8717 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8718 do with other non-standard names of init files.
8719
6fc08d32
EZ
87202005-05-11 Eli Zaretskii <eliz@gnu.org>
8721
8722 * gdb.texinfo (Command Files): Move the description of the startup
8723 from here...
8724 (Startup): ...to this new subsection of the Invocation chapter.
8725 Rearrange the description of init files more logically and add a
8726 cross-reference to "Command Files". Document the special gdbinit
8727 name for CISCO 68k. Expand the description of what GDB does
8728 during startup.
8729 (History): Add index entry for HISTSIZE.
8730
a561754a
MK
87312005-05-02 Mark Kettenis <kettenis@gnu.org>
8732
8733 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8734
2eecc4ab
EZ
87352005-05-02 Eli Zaretskii <eliz@gnu.org>
8736
8737 * gdb.texinfo (SVR4 Process Information, The isatty call)
8738 (The system call): Don't use foo(N) notation for man pages and
8739 functions.
514c4d71 8740 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 8741
18999be5
EZ
87422005-04-27 Eli Zaretskii <eliz@gnu.org>
8743
8744 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8745 were optimized away.
8746
0abb7bc7
EZ
87472005-04-22 Eli Zaretskii <eliz@gnu.org>
8748
8749 * gdb.texinfo (Remote configuration): Document "set/show
8750 get-thread-local-storage-address". Add cross-reference to the
8751 description of the qGetTLSAddr packet.
8752 (General Query Packets): Mention "set remote
8753 get-thread-local-storage-address" and add a reference to its
8754 description.
8755
6f61acb1
NR
87562005-04-19 Nick Roberts <nickrob@snap.net.nz>
8757
8758 * gdb.texinfo (Backtrace): Describe 'bt full'.
8759
9d59903a
NR
87602005-04-17 Nick Roberts <nickrob@snap.net.nz>
8761
8762 * gdb.texinfo (Mode Options): Fix typo.
8763 (GDB/MI): Describe how to invoke GDB/MI.
8764
721c2651
EZ
87652005-04-16 Eli Zaretskii <eliz@gnu.org>
8766
8767 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 8768 references changed. Add description of "info udot".
721c2651
EZ
8769 (Files): Document "set/show stop-on-solib-events".
8770 (M32R/D): Document "set/show download-path", "set/show
8771 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
8772 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8773 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
8774 (Maintenance Commands): Improve indexing.
8775 (Target Commands): Document "set/show hash", "set/show debug
8776 monitor".
8777 (SVR4 Process Information): Document "info pidlist" and "info
8778 meminfo". Document "set/show procfs-tarce" and "set/show
8779 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8780 (Symbols, The Print Command with Objective-C): Improve indexing.
8781 (Objective-C): Add references to "info classes" and "info
8782 selectors".
c45da7e6
EZ
8783 (Debugging Output): Improve wording. Document "set/show debug
8784 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
8785 (Set Breaks): Add index entry for "hardware breakpoints".
8786 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8787 and "set/show usehardbreakpoints".
8788 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8789 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
8790 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8791 rdiromatzero", "set/show rdiheartbeat".
8792 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8793 "sds".
8794 (Embedded Processors): Document the "sim" command.
8795 (Remote): Document the "remote" command.
8796 (DJGPP Native): Document the "info serial" command.
8797 (Threads): Document "maint info sol-threads".
8798 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8799 (Set Breaks): Improve indexing.
8800 (Command Syntax): Add a reference to dont-repeat.
8801 (Define): Document "dont-repeat".
8802 (TUI Commands): Document "tabset".
8803 (WinCE): New subsection. Document "set/show remotedirectory",
8804 "set/show remoteupload", "set/show remoteaddhost".
721c2651 8805
14d6dd68
EZ
88062005-04-15 Eli Zaretskii <eliz@gnu.org>
8807
8808 * gdb.texinfo (Hurd Native): New subsection, documents
8809 Hurd-specific commands.
a64548ea 8810 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 8811 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
8812 (MIPS): Improve documentation of heuristic-fence-post. Document
8813 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8814 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8815 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 8816 (ARM): Document ARM-specific commands.
a64548ea
EZ
8817 (AVR): New section. Document "info io_registers".
8818 (CRIS): New section. Document "set/show cris-version" and
8819 "set/show cris-dwarf2-cfi".
8820 (HPPA): New section. Document "set/show debug hppa" and "maint
8821 print unwind".
a5adf40f 8822 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 8823 (Super-H): New section. Document the "regs" command.
721c2651 8824 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 8825
9c16f35a
EZ
88262005-04-09 Eli Zaretskii <eliz@gnu.org>
8827
8828 * gdb.texinfo (Print Settings): Document "set/show print
8829 pascal_static-members", "set print repeats", "show print
8830 null-stop". Improve indexing. Fix documentation of "set print
8831 union".
8832 (Pascal): New section.
8833 (Supported languages): Rename from "Support"; all references
8834 updated. Add a menu item for Pascal.
8835 (Numbers): Document "set radix.
8836 (Screen Size): Document "set/show pagination".
8837 (MIPS Embedded): Remove "set processor" documentation.
8838 (Remote configuration): Document "set/show X/P/Z-packet",
8839 "set/show read-aux-vector-packet", "set/show remote
8840 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8841 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8842 remotedebug", "set/show remotebreak", "set/show remotedevice",
8843 "set/show remotelogfile".
8844 (Auxiliary Vector): Add reference to the description of the
8845 read-aux-vector-packet setting.
8846 (Set Watchpoints): Add a cross-reference to "set remote
8847 hardware-breakpoint-limit".
8848 (General Query Packets): Add indexing of requests and
8849 cross-references to related commands in "Remote configuration".
8850 (File-I/O Overview, The system call): Fix wording and typos.
8851 (Thread Stops): Add index entries.
8852 (Continuing and Stepping): Document "show step-mode".
8853 (i386): New node. Document "set/show struct-convention".
8854 (Files): Document "show trust-readonly-sections".
8855 (Calling): Document "set/show unwindonsignal".
8856 (Messages/Warnings): Add index entries.
8857 (Maintenance Commands): Document "set/show watchdog".
8858 (Annotations Overview): Document "show annotate".
8859 (Set Watchpoints): Add index entries.
8860 (Symbols): Fix doc of case-sensitive.
8861 (ABI): Document "show coerce-float-to-double".
8862 (Convenience Vars, Help): Improve indexing.
8863 (Machine Code): Document "show disassembly-flavor".
8864 (Debugging C plus plus): Document "show overload-resolution".
8865 (Value History, Signaling): Add index entries.
8866
88672005-04-08 Eli Zaretskii <eliz@gnu.org>
8868
8869 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8870 (Processes): Fix wording.
8871 (History, List, Logging output, Define, Symbols, Print Settings):
8872 Improve indexing.
8873
a8f24a35
EZ
88742005-04-03 Eli Zaretskii <eliz@gnu.org>
8875
8876 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8877 redundant index entry for "target" command.
8878 (Backtrace): Add index entries.
8879 (Symbols, Fortran): Document the "set case-sensitive" command.
8880 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8881 (Print Settings): Add index entry for "set demangle-style".
8882 (Target Commands): Document "set download-write-size".
8883 (Debugging Output): Document "set exec-done-display".
8884
09d4efe1
EZ
88852005-04-02 Eli Zaretskii <eliz@gnu.org>
8886
8887 * gdb.texinfo (Files): Fix the name and documentation of
8888 add-shared-symbol-files. Document its alias assf. Update the
8889 list of OSs where GDB supports shared libraries. Fix markup.
8890 (Continuing and Stepping): Add reference to @var{location} in the
8891 text.
8892 (Dump/Restore Files): Fix reference to @{filename}.
8893 (Help): Fix wording.
8894 (Attach): Ditto.
8895 (Set Watchpoints): Ditto.
8896 (Backtrace): Remove redundant index entries. Improve index
8897 entries.
8898 (Delete Breaks): Fix wording.
8899 (Memory): Document the compare-sections command.
8900 (Memory Region Attributes): Improve wording.
8901 (Disabling): Improve wording.
8902 (Fortran): New subsection. Document the "info common" command.
8903 (Help): Document aliases "info copying" and "info warranty".
8904 (Caching Remote Data): New section. Document the "set/show
8905 remotecache" and "info dcache" commands.
8906 (Show): Fix wording of the documentation of the "set
8907 extension-language" command.
8908 (Signals): Add index entry for "info handle".
8909 (Memory Region Attributes): Fix punctuation.
8910 (Symbols): Change the arg name to "location" and refer to it in
8911 the text. Fix wording of "info types" doc.
8912 (Threads): Fix usage of @enumerate @item's.
8913 (Listing Tracepoints): Add index entry for "info tp".
8914 (Set Watchpoints): Add xref to "info break" description.
8915 (Macros): Add an index entry for "macro exp1". Document the
8916 "macro list" command.
8917 (Maintenance Commands): Document "flushregs", "maint agent",
8918 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8919 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8920 "maint print architecture", "maint print objfiles", "maint print
8921 statistics", "maint print type", "maint show-debug-regs", "maint
8922 space", "maint time", and "maint translate-address".
8923 (Connecting): Document the "monitor" command.
8924 (Annotations Overview): Describe the "set annotate" command.
8925
82f2d802
EZ
89262005-04-01 Eli Zaretskii <eliz@gnu.org>
8927
8928 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8929 Rearrange index entries and improve wording about support for
8930 hardware watchpoints.
8931
7d51c7de
BR
89322005-03-10 Bob Rossi <bob@brasko.net>
8933
8934 * gdb.texinfo: Update copyright
8935
68c71a2e
TR
89362005-02-09 Theodore A. Roth <troth@openavr.org>
8937
8938 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8939 error.
8940
83761cbd
KB
89412005-02-03 Kevin Buettner <kevinb@redhat.com>
8942
8943 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8944
9f1c6395
MS
89452005-01-17 Michael Snyder <msnyder@redhat.com>
8946
8947 * gdb.texinfo: Fix spelling, infinte -> infinite.
8948
fbd1b305
MK
89492005-01-08 Mark Kettenis <kettenis@gnu.org>
8950
8951 * observer.texi (GDB Observers): Document "solib_loaded".
8952
3ace7edb
AC
89532005-01-07 Andrew Cagney <cagney@gnu.org>
8954
bec39cab
AC
8955 * configure.ac: Rename configure.in, require autoconf 2.59.
8956 * configure: Re-generate.
8957
3ace7edb
AC
8958 * configure.in: Replace configdirs with multiple references to
8959 AC_CONFIG_SUBDIRS.
8960 * configure: Re-generate.
5ae4183a 8961
53531fc1
AC
89622005-01-04 Andrew Cagney <cagney@gnu.org>
8963
8964 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8965 part of the version number.
8966
536ffdb7
MK
89672004-12-24 Mark Kettenis <kettenis@gnu.org>
8968
8969 * gdbint.texinfo (Algorithms): Remove description of
8970 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8971
e1aac25b
JB
89722004-12-07 Jim Blandy <jimb@redhat.com>
8973
8974 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8975 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8976 numbers.
8977
f47b1503
AS
89782004-12-07 Andreas Schwab <schwab@suse.de>
8979
8980 * gdb.texinfo (Mode Options): Document -l option.
8981
b6b8ece6
EZ
89822004-12-04 Eli Zaretskii <eliz@gnu.org>
8983
8984 * gdbint.texinfo (Algorithms): More accurate description of
8985 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8986 is not needed unless data-read and data-access watchpoints are
8987 supported. Add a description of how GDB checks whether the
8988 inferior stopped because a watchpoint was hit.
8989
01371747
EZ
89902004-11-23 Eli Zaretskii <eliz@gnu.org>
8991
8992 * gdb.texinfo (Files): Add cross-reference to description of
8993 -readnow command-line switch.
8994
2315ffec
RC
89952004-11-10 Randolph Chung <tausq@debian.org>
8996
8997 * gdb.texinfo: Document set/show backtrace past-entry commands.
8998 Rearrange index entries for set/show backtrace past-main.
8999
69065f5d
AC
90002004-11-10 Jon Beniston <jon@beniston.com>
9001
9002 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
9003 * gdb.texinfo (Remote Serial Protocol): Further describe
9004 binary transfer escaping mechanism .
69065f5d 9005
30e91e0b
RC
90062004-11-08 Randolph Chung <tausq@debian.org>
9007
9008 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9009 and "show debug infrun". Add index entries.
9010
60bf7e09
EZ
90112004-10-23 Eli Zaretskii <eliz@gnu.org>
9012
9013 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9014 "info proc" that are already implemented. Add index entries.
9015 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
9016 (Files): Add a tip for decreasing memory used for symtabs from
9017 shared libraries.
f018e82f
EZ
9018 (Starting): Fix whitespace; make "elaboration" stand out where it
9019 is first used, and add an index entry for the term.
f8568604
EZ
9020 (Calling): Expand and elaborate text. Add "print". Add the
9021 description of problems with weak aliases.
384ee23f 9022 (Core File Generation): New section.
60bf7e09 9023
d52fe014
AC
90242004-10-12 Andrew Cagney <cagney@gnu.org>
9025
9026 * gdbint.texinfo (Versions and Branches): New chapter.
9027 (Releasing GDB): Delete "Versions and Branches" section.
9028 (Top): Add "Versions and Branches".
9029
703663ab
EZ
90302004-10-08 Eli Zaretskii <eliz@gnu.org>
9031
9032 * gdb.texinfo (Editing, History): Add cross-references to the
9033 included Readline and History user documentation. Remove
9034 references to the symbol have-readline-appendices which is unused
9035 and undefined.
9036 (History): Fix indexing.
9037
ac77d04f
JJ
90382004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9039
9040 * gdbint.texinfo (target_stopped_data_address): Update to
9041 new prototype.
9042 (i386_stopped_data_address): Update prototype and description.
9043 (i386_stopped_by_watchpoint): New function and description.
9044
e07c999f
PH
90452004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9046
9047 * gdb.texinfo (Filenames): Add Ada suffixes.
9048 (Ada) New section.
9049
2e868123
AC
90502004-09-27 Andrew Cagney <cagney@gnu.org>
9051 Robert Picco <Robert.Picco@hp.com>
9052
9053 * gdb.texinfo (Packets): Document the "p" packet.
9054
02a57714
JM
90552004-09-21 Jason Molenda (jmolenda@apple.com)
9056
9057 * gdb.texinfo (Paths and Names of the Source Files): Document the
9058 meaning of values in the 'desc' field of a SO stab.
9059
ae038cb0
DJ
90602004-09-20 Daniel Jacobowitz <dan@debian.org>
9061
9062 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9063 max-cache-age" and "maint show dwarf2 max-cache-age".
9064
f7dc1244
EZ
90652004-09-16 Eli Zaretskii <eliz@gnu.org>
9066
9067 * gdb.texinfo (Set Breaks): Add index entry for setting
9068 breakpoints on overloaded C++ functions that are not members of
9069 any classes. Add an example and an index entry for setting
9070 breakpoints on all program functions.
9071 (Character Sets, Macros, Overlay Commands)
9072 (Non-debug DLL symbols, GDB/MI Output Syntax)
9073 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9074 Use "(@value{GDBP})" instead of a literal "(gdb)".
9075
f810308b
AC
90762004-09-12 Andrew Cagney <cagney@gnu.org>
9077
9078 * gdbint.texinfo (Native Debugging): Delete description of
9079 FILES_INFO_HOOK.
9080
15a661f3
PH
90812004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9082
5ae4183a
AS
9083 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9084 to hex_string_custom (not historically correct, but more
15a661f3
PH
9085 understandable, given the current code).
9086
f3219c75
AC
90872004-09-03 Andrew Cagney <cagney@gnu.org>
9088
9089 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9090
f3bb6704
JJ
90912004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9092
9093 * observer.texi (solib_unloaded): New observer.
9094
8d2c00cb
AC
90952004-08-24 Andrew Cagney <cagney@gnu.org>
9096
9097 * gdbint.texinfo (Target Architecture Definition): Add missing
9098 comma.
9099
e7dc800a
MC
91002004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9101
9102 * (Using the Testsuite): build != host is supported,
9103 but some test scripts do not support build != host.
9104
73b03683
MK
91052004-08-14 Mark Kettenis <kettenis@gnu.org>
9106
9107 * gdbint.texinfo (Host Definition): Delete description of
9108 FCLOSE_PROVIDED and GETENV_PROVIDED.
9109
c0ccb908
MK
91102004-08-05 Mark Kettenis <kettenis@chello.nl>
9111
9112 * gdbint.texinfo (Host Definition): Delete description of
9113 NO_SYS_FILE.
9114 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9115 PTRACE_FP_BUG.
9116
9c8dbfa9
AC
91172004-08-05 Andrew Cagney <cagney@gnu.org>
9118
9119 * gdbint.texinfo (Target Architecture Definition): Delete
9120 reference to deprecated_read_fp.
9121
f42accbe
AC
91222004-08-02 Andrew Cagney <cagney@gnu.org>
9123
9124 * gdbint.texinfo (Target Architecture Definition): Delete
9125 description of DEPRECATED_REGISTER_BYTES.
9126
0b66e38c
EZ
91272004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9128
9129 * gdb.texinfo (Source Path): Document the new behavior of
9130 searching for the source files.
9131
15387254
EZ
91322004-07-17 Eli Zaretskii <eliz@gnu.org>
9133
9134 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9135 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9136 (Auto Display): Improve indexing.
9137
2c07db7a
AC
91382004-07-16 Andrew Cagney <cagney@gnu.org>
9139
9140 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9141 "-noasync".
9142
4644b6e3
EZ
91432004-07-09 Eli Zaretskii <eliz@gnu.org>
9144
9145 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9146 have the same prefix have only their prefix in the index.
9147
7561d450
MK
91482004-07-03 Mark Kettenis <kettenis@gnu.org>
9149
9150 * gdb.texinfo (BSD libkvm Interface): New node (section)
9151 (Native): Add it to the menu.
9152
67bebe79
MK
91532004-07-01 Mark Kettenis <kettenis@gnu.org>
9154
9155 * gdbint.texinfo (Target Architecture Definition): Remove
9156 PCC_SOL_BROKEN.
9157
1a6923e0
MK
91582004-06-24 Mark Kettenis <kettenis@gnu.org>
9159
9160 * gdbint.texinfo (Target Architecture Definition): Remove
9161 SUN_FIXED_LBRAC_BUG.
9162
b435e160
AC
91632004-06-26 Andrew Cagney <cagney@gnu.org>
9164
9165 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9166
b5622e8d
AC
91672004-06-20 Andrew Cagney <cagney@gnu.org>
9168
9169 * gdbint.texinfo (Target Architecture Definition): Deprecate
9170 USE_STRUCT_CONVENTION.
9171
e0c07bf0
MC
91722004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9173
9174 gdb.texinfo (Bug Reporting): Mention session recording,
9175 with the script command or Emacs.
9176
782263ab
AC
91772004-06-18 Andrew Cagney <cagney@gnu.org>
9178
9179 * gdbint.texinfo (Target Architecture Definition): Deprecate
9180 FUNCTION_START_OFFSET.
9181
03727ca6
AC
91822004-06-14 Andrew Cagney <cagney@gnu.org>
9183
9184 Based on changes from Karl Berry.
9185 * gdb.texinfo: Do not use @sc in a direntry.
9186 * stabs.texinfo: Change @dircateogry to "Software development".
9187 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9188
97092415
AC
91892004-06-13 Andrew Cagney <cagney@gnu.org>
9190
9191 * gdbint.texinfo (Target Architecture Definition): Delete
9192 description of RETURN_VALUE_ON_STACK.
9193
1f6d4158
AC
91942004-06-09 Andrew Cagney <cagney@gnu.org>
9195
9196 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9197 deleted by previous patch.
9198
d966f0cb
AC
91992004-06-08 Andrew Cagney <cagney@gnu.org>
9200
9201 * gdbint.texinfo (Native Debugging): Delete documentation on
9202 ATTACH_DETACH.
9203
86fe4aaa
RC
92042004-06-06 Randolph Chung <tausq@debian.org>
9205
9206 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9207
d4b6d575
RC
92082004-06-06 Randolph Chung <tausq@debian.org>
9209
5ae4183a 9210 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
9211 the new push_dummy_call method signature. Describe the function
9212 argument.
9213
4e8b0763
JB
92142004-05-24 Joel Brobecker <brobecker@gnat.com>
9215
9216 * gdb.texinfo (Starting): Document new start command.
9217
59caf092
AC
92182004-05-21 Andrew Cagney <cagney@redhat.com>
9219
9220 * observer.texi (GDB Observers): Document "inferior_created".
9221
e4a2df64
AC
92222004-05-08 Andrew Cagney <cagney@redhat.com>
9223
e6b55ae2
AC
9224 * gdbint.texinfo (Target Architecture Definition): Delete
9225 description of DO_DEFERRED_STORES.
9226
28954179
AC
9227 * gdbint.texinfo (Target Architecture Definition): Delete
9228 references to DEPRECATED_FIX_CALL_DUMMY.
9229
434b87dd
AC
9230 * gdbint.texinfo (Target Architecture Definition): Delete
9231 description of DEPRECATED_CALL_DUMMY_WORDS,
9232 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9233
58d28df8
AC
9234 * gdbint.texinfo (Target Architecture Definition): Delete
9235 description of DEPRECATED_PUSH_DUMMY_FRAME.
9236
e4a2df64
AC
9237 * gdbint.texinfo (Target Architecture Definition): Delete
9238 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9239
2b4855ab
AC
92402004-05-07 Andrew Cagney <cagney@redhat.com>
9241
9242 * observer.texi (GDB Observers): Add "Debugging" section. Include
9243 cross reference to "set/show debug observer".
9244 * gdb.texinfo (Debugging Output): Document "set/show debug
9245 observer".
9246
fcf70625
AC
92472004-05-01 Andrew Cagney <cagney@redhat.com>
9248
9249 * gdbint.texinfo (Target Architecture Definition): Delete
9250 description of DEPRECATED_PC_IN_SIGTRAMP.
9251
8ee56bcf
AC
92522004-04-30 Andrew Cagney <cagney@redhat.com>
9253
9254 * gdbint.texinfo (Target Architecture Definition): Delete
9255 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9256
67ab9a76
OF
92572004-04-30 Orjan Friberg <orjanf@axis.com>
9258
9259 * observer.texi (GDB Observers): Correct spelling.
9260
79346bcb
OF
92612004-04-26 Orjan Friberg <orjanf@axis.com>
9262
9263 * observer.texi (GDB Observers): Add target_changed event.
9264
7a464420
AC
92652004-04-08 Andrew Cagney <cagney@redhat.com>
9266
9267 * observer.texi (GDB Observers): Rework, provide generic observer
9268 definitions and then a list of observable events.
9269
6cdf9d98
AC
92702004-04-04 Andrew Cagney <cagney@redhat.com>
9271
9272 * gdbint.texinfo (Host Definition): Delete reference to
9273 NO_SIGINTERRUPT.
9274
ddc135a4
AC
92752004-04-02 Andrew Cagney <cagney@redhat.com>
9276
9277 * gdbint.texinfo (Target Architecture Definition): Delete
9278 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9279
6a1b180d
SC
92802004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9281
9282 * gdb.texinfo (TUI Commands): Document tui reg commands.
9283
d0d5df6f
AC
92842004-03-26 Andrew Cagney <cagney@redhat.com>
9285
9286 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9287 "gdbtui".
9288 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9289 (Contributors): Mention both Text and Terminal User Interface.
9290
aa2a3f87
AC
92912004-03-23 Andrew Cagney <cagney@redhat.com>
9292
9293 * gdbint.texinfo (Target Architecture Definition): Deprecate
9294 references to SIGTRAMP_START and SIGTRAMP_END.
9295
f561f026
AC
92962004-03-23 Andrew Cagney <cagney@redhat.com>
9297
9298 * gdbint.texinfo (Target Architecture Definition): Deprecate
9299 references to PC_IN_SIGTRAMP.
9300
33cb8b0f
AC
93012004-03-19 Andrew Cagney <cagney@redhat.com>
9302
9303 * gdbint.texinfo (Target Architecture Definition): Delete
9304 reference to GDB_TARGET_IS_HPPA.
9305
fc989b7a
AC
93062004-03-18 Andrew Cagney <cagney@redhat.com>
9307
9308 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9309 describe pre_init and post_init.
9310
701b08bb
DJ
93112004-03-09 Daniel Jacobowitz <drow@mvista.com>
9312
9313 * gdb.texinfo (Debugging Output): Document values for "set debug
9314 target".
9315
faae5abe
AC
93162004-02-28 Andrew Cagney <cagney@redhat.com>
9317
9318 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9319
dd79a6cf
JJ
93202004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9321
9322 * gdb.texinfo (breakpoints): Add information about the
9323 new "set breakpoint pending" and "show breakpoint pending"
9324 commands.
9325
e7f16015
AC
93262004-02-26 Andrew Cagney <cagney@redhat.com>
9327
9328 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9329 in Per-architecture module data section.
9330
7161a3a6
RM
93312004-02-25 Roland McGrath <roland@redhat.com>
9332
9333 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9334
2154891a
AC
93352004-02-24 Andrew Cagney <cagney@redhat.com>
9336
9337 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9338 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9339 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 9340
6c74ac8b
AC
93412004-02-17 Andrew Cagney <cagney@redhat.com>
9342
9343 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9344
19772a2c
AC
93452004-02-16 Andrew Cagney <cagney@redhat.com>
9346
9347 * gdbint.texinfo (Target Architecture Definition): Deprecate
9348 FRAMELESS_FUNCTION_INVOCATION.
9349
c9830293
AC
93502004-02-16 Andrew Cagney <cagney@redhat.com>
9351
9352 * gdbint.texinfo (Coding): Mention -Wunused-function.
9353
b9d26eb9
AC
93542004-02-14 Andrew Cagney <cagney@redhat.com>
9355
9356 * gdbint.texinfo (Target Architecture Definition): Delete
9357 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9358
49efadf5
EZ
93592004-02-12 Elena Zannoni <ezannoni@redhat.com>
9360
9361 * gdb.texinfo: Properly quote the name "C++".
9362 * gdbint.texinfo: Ditto.
9363 * stabs.texinfo: Ditto.
9364
1eb288ea
EZ
93652004-02-11 Elena Zannoni <ezannoni@redhat.com>
9366
9367 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9368 minimal information about libiberty.
9369
e4937fc1
MC
93702004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9371
9372 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9373
a9331b3f
RM
93742004-02-04 Roland McGrath <roland@redhat.com>
9375
9376 * gdb.texinfo (Auxiliary Vector): New node (section).
9377 (Data): Add it to the menu.
9378
2650777c
JJ
93792004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9380
9381 * gdb.texinfo (Breakpoints): Add information about pending
9382 breakpoint support.
9383
b4501125
AC
93842004-01-26 Andrew Cagney <cagney@redhat.com>
9385
9386 * gdb.texinfo (Overview): Delete references to the cisco protocol
9387 including the "N" response.
9388
74055713
AC
93892004-01-26 Andrew Cagney <cagney@redhat.com>
9390
9391 * gdbint.texinfo (Target Architecture Definition): Rename
9392 EXTRACT_STRUCT_VALUE_ADDRESS to
9393 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 9394
3bbe9696
EZ
93952004-01-24 Eli Zaretskii <eliz@gnu.org>
9396
9397 * gdb.texinfo (KOD): Document "show os". Add index entries for
9398 "set/show os" and "info cisco" commands.
9399
5843504f
EZ
94002004-01-21 Eli Zaretskii <eliz@gnu.org>
9401
9402 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9403
9175c9a3
MC
94042004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9405
9406 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9407 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9408
8e94b928
NR
94092004-01-19 Nick Roberts <nick@nick.uklinux.net>
9410
9411 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9412 -stack-list-locals.
9413 (GDB/MI Variable Objects): Describe extension to
9414 -var-list-children.
9415
a20cf136
DJ
94162004-01-17 Daniel Jacobowitz <drow@mvista.com>
9417
9418 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9419
afb18d0f
AC
94202004-01-17 Andrew Cagney <cagney@redhat.com>
9421
9422 * gdbint.texinfo (Target Architecture Definition): Delete
9423 documentation on DEPRECATED_NPC_REGNUM.
9424
b51970ac
DJ
94252004-01-13 Daniel Jacobowitz <drow@mvista.com>
9426
9427 * gdb.texinfo: Update copyright year. Mention that set
9428 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9429 "set follow-fork-mode ask".
9430
0f0cffd2
AC
94312004-01-13 Andrew Cagney <cagney@redhat.com>
9432
9433 * gdbint.texinfo: Update copyright year.
9434 (Coding): Add -Wunused-label to list of -Werror warnings.
9435
c552b3bb 94362004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 9437 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
9438
9439 * gdb.texinfo: Update copyright.
9440 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9441 around names, as appropriate. Minor syntax cleanup of
9442 _NSPrintForDebugger explanation. Two spaces after periods.
9443 GDBN used instead of lit. "gdb". Index entries added for
9444 print-object and _NSPrintForDebugger. @noindent added in one spot.
9445
afe157ca
EZ
94462003-11-11 Elena Zannoni <ezannoni@redhat.com>
9447
9448 * stabs.texinfo: Add dircategory and direntry commands.
9449 * annotate.texinfo: Ditto.
9450
963e2bb7
AC
94512003-11-10 Andrew Cagney <cagney@redhat.com>
9452
9453 * gdbint.texinfo (Target Architecture Definition): Replace the
9454 return_value method's "inval" and "outval" parameters with
9455 "readbuf" and "writebuf".
9456
1d8b2f28
JB
94572003-10-28 Jim Blandy <jimb@redhat.com>
9458
9459 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9460 from "The `F' request packet" and "The `F' reply packet", to make
9461 texi2dvi happy.
9462 (File-I/O remote protocol extension): Update menu entries, too.
9463
36d86913
MC
94642003-10-26 Michael Chastain <mec@shout.net>
9465
9466 * gdb.texinfo (Thread Stops): Document the issue with
9467 premature return from system calls in multi-threaded programs.
9468
ce2826aa
AC
94692003-10-24 Andrew Cagney <cagney@redhat.com>
9470
9471 * annotate.texinfo: Fix "fortunatly"[sic].
9472
f24c5e49
KI
94732003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9474
9475 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9476 with "Hitachi" and "Mitsubishi".
9477
92ad9cd9
AC
94782003-10-20 Andrew Cagney <cagney@redhat.com>
9479
9480 * gdbint.texinfo (Target Architecture Definition): Document
9481 gdbarch_return_value. Add cross references from
9482 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9483 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9484
0ab4b752
MK
94852003-10-18 Mark Kettenis <kettenis@gnu.org>
9486
9487 * gdbint.texinfo (Target Architecture Definition): Document
9488 regset_from_core_section.
fb3e19c0
KI
9489
94902003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9491
9492 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9493
a9331b3f 94942003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
9495
9496 From Anthony Green <green@redhat.com>:
5ae4183a 9497 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 9498
1485d690
KB
94992003-10-14 Kevin Buettner <kevinb@redhat.com>
9500
889bf7c5
PA
9501 * gdb.texinfo (Breakpoint related warnings): New node.
9502 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 9503
86d30acc
DJ
95042003-10-13 Daniel Jacobowitz <drow@mvista.com>
9505
9506 * gdb.texinfo (Remote Protocol): Document v and vCont.
9507
172c2a43
KI
95082003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9509
9510 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9511 * gdbint.texinfo: Ditto.
9512
71952f4c
AC
95132003-10-09 Andrew Cagney <cagney@redhat.com>
9514
9515 From 2003-09-18 David Anderson <davea@sgi.com>:
9516 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9517 "command".
9518
268e2188
AC
95192003-10-03 Andrew Cagney <cagney@redhat.com>
9520
9521 * gdbint.texinfo (Target Architecture Definition): Deprecate
9522 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9523 just target.
9524
12c266ea 95252003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 9526
f30992d4 9527 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
9528 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9529 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9530 * gdbint.texinfo (Target Architecture Definition): Rename
9531
95322003-09-30 Andrew Cagney <cagney@redhat.com>
9533
f30992d4 9534 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 9535 (Target Architecture Definition):
f30992d4 9536
2e092625
AC
9537 * gdbint.texinfo (Target Architecture Definition): Rename
9538 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9539
0717ae8a
AC
95402003-09-29 Andrew Cagney <cagney@redhat.com>
9541
dad809b7
AC
9542 * gdbint.texinfo (Target Architecture Definition): Delete
9543 documentation for NEED_TEXT_START_END.
9544
0717ae8a
AC
9545 * gdbint.texinfo (Target Architecture Definition): Rename
9546 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9547 TARGET_WRITE_PC.
a9331b3f 9548
af6cf26d
MC
95492003-09-22 Michael Chastain <mec@shout.net>
9550
9551 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9552
ee206350
AG
95532003-09-21 Anthony Green <green@redhat.com>
9554
9555 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9556
a38c9fe6
MK
95572003-09-21 Mark Kettenis <kettenis@gnu.org>
9558
9559 * gdbint.texinfo (Target Architecture Definition): Document
9560 stabs_argument_has_addr.
9561
77949794
AC
95622003-09-18 Andrew Cagney <cagney@redhat.com>
9563
9564 * gdbint.texinfo (Target Architecture Definition): Delete
9565 documentation on REGISTER_NAMES.
9566
8e823e25
MK
95672003-09-13 Mark Kettenis <kettenis@gnu.org>
9568
9569 * gdbint.texinfo (Target Architecture Definition): Replace
9570 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9571
f27dd7fd
AC
95722003-09-11 Andrew Cagney <cagney@redhat.com>
9573
9574 * gdbint.texinfo (Target Architecture Definition): Replace
9575 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9576
8b148df9
AC
95772003-08-18 Andrew Cagney <cagney@redhat.com>
9578
9579 * gdbint.texinfo (Target Architecture Definition): Document
9580 "frame_red_zone_size".
9581
25d29d70
AC
95822003-08-09 Andrew Cagney <cagney@redhat.com>
9583
9584 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9585 with "set/show backtrace past-main" and "set/show backtrace
9586 limit".
9587
c938e9b0
L
95882003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9589
9590 * Makefile.in (install-info): Support DESTDIR.
9591 (install-html): Likewise.
9592
64fabec2
AC
95932003-08-07 Andrew Cagney <cagney@redhat.com>
9594
9595 Patch from Nick Roberts.
9596 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9597 bindings. Remove description of send-gdb-command.
9598
2fcf52f0
AC
95992003-08-07 Andrew Cagney <cagney@redhat.com>
9600
9601 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9602 GDB 6.0.
9603
086432e2
AC
96042003-08-06 Andrew Cagney <cagney@redhat.com>
9605
9606 * gdb.texinfo (Mode Options): Mention that level three is the
9607 highest available and that level 2 is deprecated.
9608 (Annotations Overview): Mention annotation levels. Cross reference
9609 to "Limitations of the Annotation Interface" in annotate.texi.
9610 (TODO, Value Annotations, Frame Annotations): Delete section.
9611 (Displays, Breakpoint Info): Delete.
9612
e5249f67
AC
96132003-08-04 Andrew Cagney <cagney@redhat.com>
9614
9615 * agentexpr.texi: Delete @bye.
9616 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9617 (stabs.info): Add $(srcdir) to include search path.
9618 (html): Depend on "annotate_toc.html", and not "annotate.html".
9619 * stabs.texinfo: Ditto. Include "fdl.texi".
9620 * gdbint.texinfo: Update copyright statement's list of invariant
9621 sections.
9622
e6f672d2
AC
96232003-07-28 Andrew Cagney <cagney@redhat.com>
9624
9625 * Makefile.in (INFO_DEPS): Add annotate.info.
9626 (dvi, ps, html, pdf): Add annotate.
9627 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9628 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9629 (ANNOTATE_DOC_FILES): New macro.
9630 (ANNOTATE_TEX_TMPS): New macro.
9631 (annotate.info, annotate_toc.html): Specify dependencies.
9632 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9633 * annotate.texinfo: Rename annotate.texi. Get building. Add
9634 "Migrating to GDB/MI" and "Limitations of the Annotation
9635 Interface" chapters. Mention why it is not part of the user
9636 guide. Update copyright notice. Include "fdl.texi".
9637
72ffddc9
SC
96382003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9639
9640 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9641
a9f12a31
DJ
96422003-07-24 Daniel Jacobowitz <drow@mvista.com>
9643
9644 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9645
b1fe9455
DJ
96462003-07-24 Daniel Jacobowitz <drow@mvista.com>
9647
9648 * gdb.texinfo (Server): Mention pidof.
9649
153721e6
AC
96502003-07-22 Andrew Cagney <cagney@redhat.com>
9651
9652 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9653 list.
9654
0fac0b41
DJ
96552003-06-28 Daniel Jacobowitz <drow@mvista.com>
9656
9657 * gdb.texinfo (Logging output): New chapter.
9658
4e562065
JB
96592003-06-24 Joel Brobecker <brobecker@gnat.com>
9660
9661 * gdb.texinfo (Unsupported languages): New section.
9662 (Languages): Add link to new section.
9663
f2c06f52
AC
96642003-06-22 Andrew Cagney <cagney@redhat.com>
9665
9666 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9667
b4177fca
DJ
96682003-06-22 Daniel Jacobowitz <drow@mvista.com>
9669
9670 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9671
f418dd93
DJ
96722003-06-22 Daniel Jacobowitz <drow@mvista.com>
9673
9674 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9675 * agentexpr.texi: Retitle section, and change it to an appendix.
9676 Comment out texinfo initialization. Factor a @var{} into two
9677 pieces to prevent makeinfo warnings.
9678 * gdb.texinfo: Add Agent Expressions appendix.
9679
4ca61388
DJ
96802003-06-19 Daniel Jacobowitz <drow@mvista.com>
9681
9682 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9683
07f31aa6
DJ
96842003-06-18 Daniel Jacobowitz <drow@mvista.com>
9685
5ae4183a 9686 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
9687 remote target". Document the "detach" and "disconnect" commands.
9688 (Server, Netware, Debug Session): Reference "Connecting to a
9689 remote target".
9690 (GDB/MI Target Manipulation): Document "-target-disconnect".
9691
2dd0da42
AC
96922003-06-13 Andrew Cagney <cagney@redhat.com>
9693
9694 * gdbint.texinfo (Target Architecture Definition): Deprecate
9695 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9696 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9697
e7a3abfc
JB
96982003-06-09 Jim Blandy <jimb@redhat.com>
9699
9700 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9701
25e3a86b
AC
97022003-06-08 Andrew Cagney <cagney@redhat.com>
9703
9704 * gdbint.texinfo (Target Architecture Definition): Delete
9705 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9706
a9e5fdc2
AC
97072003-06-08 Andrew Cagney <cagney@redhat.com>
9708
9709 * gdbint.texinfo (Target Architecture Definition): Document
9710 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9711
b37303ee
AF
97122003-06-07 Adam Fedor <fedor@gnu.org>
9713
9714 * gdb.texinfo: Add Objective-C documentation.
9715
39fe6e80
AC
97162003-06-01 Andrew Cagney <cagney@redhat.com>
9717
9718 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9719 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9720
125309b2
AC
97212003-05-21 Andrew Cagney <cagney@redhat.com>
9722
9723 * gdbint.texinfo (Target Architecture Definition): Delete
9724 references to "extract_address" and "store_address".
9725
b8b527c5
AC
97262003-05-16 Andrew Cagney <cagney@redhat.com>
9727
9728 * gdbint.texinfo (Target Architecture Definition): Replace
9729 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9730 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9731
50e3ee83
TR
97322003-05-14 Theodore A. Roth <troth@openavr.org>
9733
9734 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9735
44e2be90
L
97362003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9737
9738 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9739 (gdb.dvi): Likewise.
9740 (gdb.pdf): Likewise.
9741 (links2roff): Likewise.
9742
df5215a6
JB
97432003-05-08 Jim Blandy <jimb@redhat.com>
9744
9745 * gdb.texinfo (Dump/Restore Files): Update documentation for
9746 'dump', 'append', and 'restore': note that format argument is
9747 optional; simplify presentation of the command variants; and be
9748 more precise about the formats.
9749
5e7b2f39
JB
97502003-05-07 Jim Blandy <jimb@redhat.com>
9751
9752 * gdb.texinfo (Symbols): Update documentation: 'maint list
9753 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9754 symtabs' and 'maint info psymtabs'.
9755
b1e29e33
AC
97562003-05-05 Andrew Cagney <cagney@redhat.com>
9757
9758 * gdbint.texinfo (Target Architecture Definition): Make
9759 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9760 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9761 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9762
00905d52
AC
97632003-05-04 Andrew Cagney <cagney@redhat.com>
9764
9765 * gdb.texinfo (Maintenance Commands): Document "maint print
9766 dummy-frames".
9767
54ff5908
AC
97682003-05-04 Andrew Cagney <cagney@redhat.com>
9769
9770 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9771
32e7087d
JB
97722003-05-03 J. Brobecker <brobecker@gnat.com>
9773
9774 Thierry Schneider <tpschneider1@yahoo.com>
9775 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9776 for new MI command.
9777
7043d8dc
AC
97782003-05-03 Andrew Cagney <cagney@redhat.com>
9779
9780 * gdbint.texinfo (Target Architecture Definition): Document
9781 push_dummy_code. Add cross references.
9782
e33d66ec
EZ
97832003-05-02 Elena Zannoni <ezannoni@redhat.com>
9784
9785 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9786 set/show charsets commands.
9787
0ba6dca9
AC
97882003-04-28 Andrew Cagney <cagney@redhat.com>
9789
9790 * gdbint.texinfo (Target Architecture Definition): Replace
9791 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9792 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9793
d7a27068
AC
97942003-04-28 Andrew Cagney <cagney@redhat.com>
9795
9796 * gdbint.texinfo (Target Architecture Definition): Rename
9797 "tm_print_insn" to "deprecated_tm_print_insn".
9798
44ea7b70
JB
97992003-04-09 Jim Blandy <jimb@redhat.com>
9800
9801 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9802 list psymtabs'.
9803
fb8f8949
AC
98042003-04-08 Andrew Cagney <cagney@redhat.com>
9805
9806 * gdbint.texinfo (Target Architecture Definition): Delete
9807 references to EXTRA_FRAME_INFO.
9808
32fb0f22
AC
98092003-04-08 Andrew Cagney <cagney@redhat.com>
9810
9811 * gdbint.texinfo (Target Architecture Definition): Delete
9812 PRINT_TYPELESS_INTEGER.
9813
6be67e67
JB
98142003-04-02 J. Brobecker <brobecker@gnat.com>
9815
9816 * observer.texi (GDB Observers): Adjust the documentation for the
9817 normal_stop notification to better describe reality. Fix a couple
9818 of minor typos.
9819
4e35d5f0
BR
98202003-04-02 Bob Rossi <bob_rossi@cox.net>
9821
a9331b3f 9822 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
9823 '-file-list-exec-source-file'
9824
e8a8712a
AC
98252003-03-31 Andrew Cagney <cagney@redhat.com>
9826
9827 * gdbint.texinfo (Target Architecture Definition): Delete
9828 references to CALL_DUMMY_P.
9829
6c0e89ed
AC
98302003-03-30 Andrew Cagney <cagney@redhat.com>
9831
9832 * gdbint.texinfo (Target Architecture Definition): Remove
9833 reference to TARGET_WRITE_SP.
a9331b3f 9834
378bfd1b
AC
98352003-03-27 Andrew Cagney <cagney@redhat.com>
9836
9837 * gdbint.texinfo (Target Architecture Definition): Remove
9838 references to write_sp.
6c0e89ed 9839
922fbb7b
AC
98402003-03-27 Andrew Cagney <cagney@redhat.com>
9841
9842 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9843 chapter body. Use @smallexample instead of @example.
9844 (Annotations): Ditto.
9845 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9846 annotate.texi.
9847
b81774d8
AC
98482003-03-26 Andrew Cagney <cagney@redhat.com>
9849
9850 * gdbint.texinfo (Target Architecture Definition): Replace
9851 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9852 dummy_addr parameters.
9853
1bf6d5cc
AC
98542003-03-25 Andrew Cagney <cagney@redhat.com>
9855
9856 * gdbint.texinfo (Target Architecture Definition): Delete
9857 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9858 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9859 Add reference to PUSH_ARGUMENTS.
9860
618ce49f
AC
98612003-03-23 Andrew Cagney <cagney@redhat.com>
9862
9863 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9864 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9865
bcd7e15f
JB
98662003-03-18 J. Brobecker <brobecker@gnat.com>
9867
9868 * gdbint.texinfo (Algorithms): Add new section describing the
9869 Observer paradigm.
9870 (Top): Add menu entry to new observer appendix.
9871 * observer.texi: New file.
9872 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9873 new observer.texi file.
9874
9fe8321b
AC
98752003-03-17 Andrew Cagney <cagney@redhat.com>
9876
9877 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9878 that GNU Press update the manual version number.
9879
ac2adee5
AC
98802003-03-12 Andrew Cagney <cagney@redhat.com>
9881
9882 * gdbint.texinfo (Target Architecture Definition): Delete
9883 references to get_saved_register. Rename GET_SAVED_REGISTER to
9884 DEPRECATED_GET_SAVED_REGISTER.
9885
749b82f6
AC
98862003-03-13 Andrew Cagney <cagney@redhat.com>
9887
9888 * gdbint.texinfo (Target Architecture Definition): Replace
9889 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9890
8bedc050
AC
98912003-03-12 Andrew Cagney <cagney@redhat.com>
9892
9893 * gdbint.texinfo (Target Architecture Definition): Rename
9894 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 9895
0ce1b118
CV
98962003-03-10 Corinna Vinschen <vinschen@redhat.com>
9897
9898 * gdb.texinfo: Add File-I/O documentation.
9899
12cc2063
AC
99002003-03-10 Andrew Cagney <cagney@redhat.com>
9901
9902 * gdbint.texinfo (Target Architecture Definition): Cross reference
9903 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9904
7453dc06
AC
99052003-03-07 Andrew Cagney <cagney@redhat.com>
9906
9907 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9908 frame" command.
9909
6314f104
AC
99102003-03-05 Andrew Cagney <cagney@redhat.com>
9911
9912 * gdbint.texinfo (Target Architecture Definition): Document
9913 unwind_dummy_id. Cross reference unwind_dummy_id and
9914 SAVE_DUMMY_FRAME_TOS.
9915
f1212245
DJ
99162003-03-05 James Ingham <jingham@apple.com>
9917 Daniel Jacobowitz <drow@mvista.com>
9918
9919 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9920 and "show cp-abi".
9921
77e7e267
AC
99222003-03-03 Andrew Cagney <cagney@redhat.com>
9923
9924 * gdbint.texinfo (Target Architecture Definition): Document
9925 register_type.
9926
838a8221
AC
99272003-03-03 Andrew Cagney <cagney@redhat.com>
9928
9929 * stabs.texinfo (Structures): Use @samp and separate @var's
9930 instead of a single @var containing a comma separated list.
9931 (Unions): Ditto.
9932
d7f4a264
DJ
99332003-03-02 Daniel Jacobowitz <drow@mvista.com>
9934
9935 * Makefile.in (distclean): Remove config.log.
9936
f30ee0bc
AC
99372003-03-01 Andrew Cagney <cagney@redhat.com>
9938
9939 * gdbint.texinfo (Target Architecture Definition): Rename
9940 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9941
99422003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
9943
9944 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9945 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9946
be448670
CF
99472003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9948
9949 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9950 (Non-debug DLL symbols): New node, describing the minimal symbols
9951 loaded from DLLs without real debugging symbols.
9952
501eef12
AC
99532003-02-20 Andrew Cagney <ac131313@redhat.com>
9954
9955 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9956 hardware-breakpoint-limit".
9957 (Set Watchpoints): Add cross reference to "set remote
9958 hardware-watchpoint-limit".
9959 (Remote configuration options): New section.
9960
21c294e6
AC
99612003-02-04 Andrew Cagney <ac131313@redhat.com>
9962
e9be73e4
AC
9963 * gdbint.texinfo (Target Architecture Definition): Delete
9964 descrption of IS_TRAPPED_INTERNALVAR.
9965
21c294e6
AC
9966 From Keith Seitz <keiths@redhat.com>:
9967 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9968 option "-i"/"--interpreter" to this chapter. Include index
9969 entries.
9970
0179ffac
DC
99712003-02-04 David Carlton <carlton@math.stanford.edu>
9972
9973 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9974 (Variables): Recommend stabs+ and DWARF 2.
9975 (C plus plus expressions): Correct info about
9976 compiler versions, debug formats.
9977 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9978 PR symtab/874.
9979
7ca9f392
AC
99802003-02-01 Andrew Cagney <ac131313@redhat.com>
9981
9982 * gdbint.texinfo (Target Architecture Definition): Delete
9983 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9984 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9985 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9986 references to nindy and i960.
9987 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9988
31a85ea2
AC
99892003-02-01 Andrew Cagney <ac131313@redhat.com>
9990
9991 * gdbint.texinfo (Target Architecture Definition): Delete
9992 FLOAT_INFO.
9993
6b894e49
AC
99942003-01-30 Andrew Cagney <ac131313@redhat.com>
9995
9996 * stabs.texinfo (Member Type Descriptor): Clarify description of
9997 `@'. Suggested by Ben Hutchings.
9998
c48861fb
AC
99992003-01-29 Andrew Cagney <ac131313@redhat.com>
10000
10001 * gdb.texinfo (M68K): Delete reference to es1800.
10002
617073a9
AC
100032003-01-29 Andrew Cagney <ac131313@redhat.com>
10004
10005 * gdb.texinfo (Maintenance Commands): Document `maint print
10006 reggroups' and `maint print register-groups'.
10007 * gdbint.texinfo (Target Architecture Definition): Document
10008 register_reggroup_p.
10009
5b5d99cf
JB
100102003-01-23 Jim Blandy <jimb@redhat.com>
10011
10012 * gdb.texinfo (Separate Debug Files): New section.
10013
e7ba9c65
DJ
100142003-01-22 Daniel Jacobowitz <drow@mvista.com>
10015
10016 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10017 and "maint show profile".
10018
94e91d6d
MC
100192003-01-16 Michael Chastain <mec@shout.net>
10020
10021 * gdb.texinfo (Installing GDB): Warn against
10022 ".../gdb-VERSION/gdb/configure".
10023 (Separate Objdir): Likewise.
10024
867f3898
AC
100252003-01-15 Andrew Cagney <ac131313@redhat.com>
10026
10027 * gdbint.texinfo (Target Architecture Definition): Delete
10028 definition of PRINT_REGISTER_HOOK.
10029
f153cc92
EZ
100302003-01-15 Elena Zannoni <ezannoni@redhat.com>
10031
10032 (OpenRISC 1000): Fix formatting of command names.
10033
c60eb6f1
EZ
100342003-01-15 Elena Zannoni <ezannoni@redhat.com>
10035
10036 * gdb.texinfo (Continuing and Stepping): Add new command
10037 'advance'. Clarify behavior of 'until'.
10038
f5ebfba0
DJ
100392003-01-13 Daniel Jacobowitz <drow@mvista.com>
10040
10041 * gdb.texinfo (Files): Document solib-absolute-prefix and
10042 solib-search-path.
10043
4ce8657e
MC
100442003-01-09 Michael Chastain <mec@shout.net>
10045
10046 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10047 (Create a Release): Add new instructions for new @file{src-release}.
10048 Document existing instructions for @file{Makefile.in} as
10049 being for @value{GDBN} 5.3.1 or earlier.
10050
372613e3
AC
100512003-01-09 Andrew Cagney <ac131313@redhat.com>
10052
10053 * gdbint.texinfo (Target Architecture Definition): Mention
10054 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10055 allocate memory.
10056
b4e9345d
DJ
100572003-01-04 Daniel Jacobowitz <drow@mvista.com>
10058
10059 * gdb.texinfo (Controlling GDB): Add @kindex for
10060 "show osabi".
10061 (Backtraces): Add @kindex's for backtrace-below-main.
10062
98b45e30
DJ
100632003-01-04 Daniel Jacobowitz <drow@mvista.com>
10064
10065 * gdb.texinfo (Controlling GDB): Document "set osabi".
10066
95f90d25
DJ
100672003-01-04 Daniel Jacobowitz <drow@mvista.com>
10068
10069 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10070 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10071
1e698235
DJ
100722003-01-04 Daniel Jacobowitz <drow@mvista.com>
10073
10074 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10075 "set coerce-float-to-double".
10076 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10077
e632838e
AC
100782003-01-02 Andrew Cagney <ac131313@redhat.com>
10079
10080 * stabs.texinfo: Remove obsolete text.
10081 * gdbint.texinfo: Ditto.
10082 * gdb.texinfo: Ditto.
10083
c133ab7a
MK
100842002-12-22 Mark Kettenis <kettenis@gnu.org>
10085
10086 * gdbint.texinfo (Target Architecture Definition): Update
10087 description of gdbarch_register_osabi.
10088
f821f325
KH
100892002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10090
10091 * agentexpr.texi: Fix typos.
10092 * annotate.texi: Likewise.
10093 * fdl.texi: Likewise.
10094
85a6d8d3 100952002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
10096
10097 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10098 DEPRECATED_INIT_FRAME_PC.
10099
ae45cd16
AC
101002002-12-01 Andrew Cagney <ac131313@redhat.com>
10101
10102 * gdbint.texinfo (Target Architecture Definition): Delete
10103 PC_IN_CALL_DUMMY.
10104
07555a72
AC
101052002-11-28 Andrew Cagney <ac131313@redhat.com>
10106
10107 * gdbint.texinfo (Host Definition): Delete documentation on
10108 USE_GENERIC_DUMMY_FRAMES.
10109
c166cdc7
EZ
101102002-11-26 Elena Zannoni <ezannoni@redhat.com>
10111
5ae4183a 10112 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
10113 * Makefile.in (install-info): Run the install-info command as part
10114 of the post install steps only.
10115 (uninstall-info): New target.
10116 (uninstall): New target.
10117
35db0260
EZ
101182002-11-22 Elena Zannoni <ezannoni@redhat.com>
10119
10120 * Makefile.in (install): Make install do some real work.
10121
9ba8d803
AC
101222002-11-19 Andrew Cagney <ac131313@redhat.com>
10123
10124 Fix POSIX problem reported by Paul Eggert.
10125 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10126 Fix PR gdb/527.
10127
903ad3a6
AC
101282002-10-26 Andrew Cagney <cagney@redhat.com>
10129
10130 * gdbint.texinfo (Target Architecture Definition): Delete
10131 definition of DO_REGISTERS_INFO.
10132
f2abfe65
KB
101332002-10-18 Kevin Buettner <kevinb@redhat.com>
10134
10135 * gdbint.texinfo (Address Classes): Fix problems with insertion
10136 of ``{'' and ``}'' in example.
10137
b5b0480a
KB
101382002-10-17 Kevin Buettner <kevinb@redhat.com>
10139
10140 * gdbint.texinfo (Address Classes): New section.
10141 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10142 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10143 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10144 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10145
c85508ee
KD
101462002-10-11 Klee Dienes <kdienes@apple.com>
10147
10148 * gdb.texinfo (Registers): Mention vector registers as well as
10149 floating registers in the documentation for 'info registers' and
10150 'info all-registers'.
10151
6d12fc3d
DJ
101522002-10-11 Daniel Jacobowitz <drow@mvista.com>
10153
10154 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10155
8d19fbd2
JJ
101562002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10157
10158 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10159 interface definition.
10160
a37295f9
MM
101612002-10-03 Marko Mlinar <markom@opencores.org>
10162
10163 * gdb.texinfo (Target Commands): Add or1k target specific
10164 commands.
10165 * gdb.texinfo (Contributors): Add myself to the contributors list.
10166
da0f9dcd
AC
101672002-10-01 Andrew Cagney <ac131313@redhat.com>
10168
10169 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10170 and "mi1" instead of "mi1" and "mi0".
10171
2e834e49
HPN
101722002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10173
10174 * gdb.texinfo (Packets): Fix typos "alligned".
10175 Correct z3/Z3 description. Correct z4/Z4 title.
10176
050be0dc
AC
101772002-09-27 Andrew Cagney <ac131313@redhat.com>
10178
10179 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10180
1104b9e7
KB
101812002-09-25 Kevin Buettner <kevinb@redhat.com>
10182
10183 * gdb.texinfo: Use GNU/Linux instead of Linux.
10184
512217c7
AC
101852002-09-25 Andrew Cagney <ac131313@redhat.com>
10186
10187 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10188
10998722
AC
101892002-09-24 Andrew Cagney <ac131313@redhat.com>
10190
512217c7 10191 * gdb.texinfo: Replace @example with @smallexample.
10998722 10192
a0eb71c5
KB
101932002-09-20 Kevin Buettner <kevinb@redhat.com>
10194
f7dc1244 10195 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
10196 * gdb.texinfo (Character Sets): Use @smallexample instead of
10197 @example. Use GNU/Linux instead of Linux.
10198
101992002-09-20 Jim Blandy <jimb@redhat.com>
10200
10201 * gdb.texinfo: Add character set documentation.
10202
2f870471
AC
102032002-09-19 Andrew Cagney <ac131313@redhat.com>
10204
10205 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10206 (Packets): Add cross reference from `b' packet to `z' packets.
10207
790eb8f5
AC
102082002-09-19 Andrew Cagney <ac131313@redhat.com>
10209
8d30a00d
AC
10210 * gdb.texinfo (Maintenance Commands): Document ``maint
10211 internal-error'' and ``maint internal-warning''.
10212
790eb8f5
AC
10213 * gdbint.texinfo (Target Architecture Definition): Revise
10214 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10215
a23a7bf1
JB
102162002-09-19 Joel Brobecker <brobecker@gnat.com>
10217
10218 * gdbint.texinfo (Target Conditionals): Document the new
10219 NAME_OF_MALLOC macro.
10220
299ffc64
AC
102212002-09-05 Andrew Cagney <ac131313@redhat.com>
10222
10223 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10224 engineer.
10225
b7bb15bc
SC
102262002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10227
10228 * gdb.texinfo (TUI Overview): Document status line fields.
10229
3d757584
SC
102302002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10231
10232 * gdb.texinfo (TUI Commands): Document info win command.
10233
269c21fe
SC
102342002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10235
10236 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10237
7cf36c78
SC
102382002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10239
10240 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10241 (TUI Keys): Likewise.
10242
d2c6833e
AC
102432002-08-25 Andrew Cagney <ac131313@redhat.com>
10244
10245 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10246 for a packet receive.
10247
46d8b1c3
AC
102482002-08-25 Andrew Cagney <ac131313@redhat.com>
10249
10250 * Makefile.in (clean): Move to end of file.
10251 (distclean, maintainer-clean, realclean): Ditto.
10252 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10253 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10254 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10255 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10256
b0787093
AC
102572002-08-24 Andrew Cagney <ac131313@redhat.com>
10258
10259 * Makefile.in (GDBINT_TEX_TMPS): Define.
10260 (gdbint.dvi, gdbint.pdf): Use
10261 (GDB_TEX_TMPS): Define.
10262 (gdb.dvi, gdb.pdf): Use.
10263 (STABS_TEX_TMPS): Define.
10264 (stabs.dvi, stabs.pdf): Use.
10265 (GDB_DOC_SOURCE_INCLUDES): New macros.
10266 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10267 (GDBINT_DOC_FILES_INCLUDES): New macros.
10268 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10269 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10270 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10271 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10272 (links2roff): Replace SFILES_INCLUDED with
10273 GDB_DOC_SOURCE_INCLUDES.
10274 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10275 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10276 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10277 dependencies.
10278 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10279 dependencies.
10280 (gdbmi.texinfo): Delete rule.
10281 (inc-hist.texinfo): Delete rule.
10282 (rluser.texinfo): Delete rule.
10283
ebba8386
AC
102842002-08-23 Andrew Cagney <cagney@redhat.com>
10285
10286 * gdbint.texinfo (Target Architecture Definition): Update
10287 STORE_RETURN_VALUE, mention regcache.
10288
0ab7a791
AC
102892002-08-21 Andrew Cagney <ac131313@redhat.com>
10290
10291 * gdbint.texinfo (Target Architecture Definition): Document
10292 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10293
ee2d5c50
AC
102942002-08-19 Andrew Cagney <ac131313@redhat.com>
10295
10296 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10297 Fix minor typos. Add index entries.
10298
53c69bd7
AC
102992002-08-18 Andrew Cagney <ac131313@redhat.com>
10300
10301 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10302
e76f1f2e
AC
103032002-08-15 Andrew Cagney <ac131313@redhat.com>
10304
10305 * gdbint.texinfo (Target Architecture Definition): Document
10306 PRINT_VECTOR_INFO.
10307 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10308
0680b120
AC
103092002-08-13 Andrew Cagney <ac131313@redhat.com>
10310
10311 * gdb.texinfo (Maintenance Commands): Document "maint print
10312 registers", "maint print raw-registers" and "maint print
10313 cooked-registers".
10314
3c3bea1c
GS
103152002-08-08 Grace Sainsbury <graces@redhat.com>
10316
a9331b3f 10317 From Mark Salter:
3c3bea1c
GS
10318 * gdb.texinfo (Protocol): Document T packet extension to
10319 allow watchpoint address reporting.
10320
42f9b0a5
AC
103212002-08-03 Andrew Cagney <ac131313@redhat.com>
10322
10323 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10324
db034ac5
AC
103252002-08-01 Andrew Cagney <cagney@redhat.com>
10326
10327 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10328 to CHILL.
10329
e2b28d04
AC
103302002-08-01 Andrew Cagney <ac131313@redhat.com>
10331
10332 * gdbint.texinfo (Coding): Revise section "Include Files".
10333
7fb623f7
AC
103342002-07-24 Andrew Cagney <cagney@redhat.com>
10335
10336 * gdbint.texinfo: Obsolete references to m88k.
10337 * gdb.texinfo: Ditto.
10338
4a2b4636
JB
103392002-07-10 Joel Brobecker <brobecker@gnat.com>
10340
7fb623f7 10341 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
10342 where the proper version of autoconf can be retrieved.
10343
a71ec265
DH
103442002-07-09 Don Howard <dhoward@redhat.com>
10345
10346 * gdb.texinfo (Command Files): Further describe the behavior of
10347 sourced command files.
10348
b9aa90c9
AC
103492002-06-27 Andrew Cagney <ac131313@redhat.com>
10350
10351 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10352 (Coding): Clarify ISO C version that GDB assumes.
10353
40dd2248
TT
103542002-06-26 Tom Tromey <tromey@redhat.com>
10355
10356 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10357 add_setshow_cmd_full.
10358
bfac230e
DH
103592002-06-25 Don Howard <dhoward@redhat.com>
10360
10361 * gdb.texinfo (Memory Region Attributes): Document new behavior
10362 for 'mem' command.
10363
475b0867
JB
103642002-06-11 Jim Blandy <jimb@redhat.com>
10365
919d772c
JB
10366 * gdb.texinfo (Symbols): Update documentation for `info source'
10367 command.
10368
475b0867
JB
10369 * gdb.texinfo (Macros): Call the command `info macro', not
10370 `show macro'.
10371
ba8c9337
AC
103722002-06-09 Andrew Cagney <ac131313@redhat.com>
10373
10374 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10375 data''.
10376
1029b7fa
MK
103772002-06-09 Mark Kettenis <kettenis@gnu.org>
10378
10379 * gdbint.texinfo (Target Architecture Definition): Document
10380 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10381
16737d73
AC
103822002-06-08 Andrew Cagney <ac131313@redhat.com>
10383
10384 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10385 lists.
10386
30107679
AC
103872002-06-08 Andrew Cagney <ac131313@redhat.com>
10388
10389 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10390 Branch''.
10391
3352e23e
AC
103922002-06-01 Andrew Cagney <ac131313@redhat.com>
10393
10394 * gdbint.texinfo (Target Architecture Definition): Add section
10395 ``Converting an existing Target Architecture to Multi-arch''.
10396
cbb09e6a
AC
103972002-05-30 Andrew Cagney <ac131313@redhat.com>
10398
10399 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10400 to ``Obsoleting code''. Revise.
10401
e2e0bcd1
JB
104022002-05-17 Jim Blandy <jimb@redhat.com>
10403
10404 * gdb.texinfo (C Preprocessor Macros): New chapter.
10405 Include it in the main menu.
10406 (Contributors): Credit Jim Blandy with macro support.
10407 (Compilation): Explain how to get macro information into the
10408 executable.
10409 (Expressions): Note that preprocessor macros are expanded.
10410
9db8d71f
DJ
104112002-05-14 Daniel Jacobowitz <drow@mvista.com>
10412
10413 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10414 options for `target remote'.
10415
6d531722
AC
104162002-05-13 Andrew Cagney <ac131313@redhat.com>
10417
10418 * gdbint.texinfo (Target Architecture Definition): Delete
10419 documentation on NNPC_REGNUM.
10420
13d01224
AC
104212002-05-11 Andrew Cagney <ac131313@redhat.com>
10422
10423 * gdbint.texinfo (Target Architecture Definition): Document
10424 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10425 (Target Architecture Definition): Revise section `Using Different
10426 Register and Memory Data Representations'. Add section `Raw and
10427 Virtual Register Representations'.
10428
b2e75d78
AC
104292002-05-11 Andrew Cagney <ac131313@redhat.com>
10430
10431 * gdbint.texinfo (Target Architecture Definition): Mention
10432 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10433 (Target Architecture Definition): Mention same. Add references to
10434 web pages.
10435
2c8682ee
MS
104362002-05-08 Michael Snyder <msnyder@redhat.com>
10437
10438 * stabs.texinfo (Attributes): Document new "vector" attribute.
10439
0816590b
AC
104402002-05-04 Andrew Cagney <ac131313@redhat.com>
10441
10442 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10443
2653173e
AC
104442002-05-04 Andrew Cagney <ac131313@redhat.com>
10445
10446 * gdb.texinfo: Delete obsolete references to a29k.
10447
d7bd68ca
AC
104482002-04-24 Andrew Cagney <ac131313@redhat.com>
10449
10450 * gdbint.texinfo (Target Architecture Definition): Replace
10451 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10452
21d83aa5
DM
104532002-04-24 David S. Miller <davem@redhat.com>
10454
10455 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10456
7673a6cc
DM
104572002-04-21 David S. Miller <davem@redhat.com>
10458
10459 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10460
d49d1e0a
AC
104612002-04-21 Andrew Cagney <ac131313@redhat.com>
10462
10463 * gdbint.texinfo (Target Architecture Definition): Delete
10464 definition of HAVE_REGISTER_WINDOWS.
10465
f7dc1244 104662002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
10467
10468 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10469 "Theodore A. Roth" <troth@verinet.com>.
10470
5ca0cb28
DH
104712002-04-15 Don Howard <dhoward@redhat.com>
10472
f7dc1244 10473 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 10474 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 10475 Provide a better explaination of this feature.
5ca0cb28 10476
f208ba17
AC
104772002-04-14 Andrew Cagney <ac131313@redhat.com>
10478
10479 * gdbint.texinfo (Target Architecture Definition): Remove
10480 FRAME_CHAIN_COMBINE.
10481
d5ba91de
MC
104822002-04-12 Michael Chastain <mec@shout.net>
10483
10484 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10485 REG_STACK_SEGMENT.
10486
26818220
MC
104872002-04-09 Michael Chastain <mec@shout.net>
10488
10489 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10490 PYRAMID_* macros.
10491
129188f6
AC
104922002-04-07 Andrew Cagney <ac131313@redhat.com>
10493
10494 * gdb.texinfo (Bug Reporting): Document that the web is the
10495 prefered way of submitting bug reports.
10496 (Bug Reporting): Delete the s-mail address as the last resort.
10497
8227c0ff
AC
104982002-04-05 Andrew Cagney <ac131313@redhat.com>
10499
10500 * gdbint.texinfo (Target Architecture Definition): Delete
10501 references to TARGET_WRITE_FP and write_fp.
10502
16d9dec6
MS
105032002-03-27 Michael Snyder <msnyder@redhat.com>
10504
10505 * gdb.texinfo: Document new commands dump, append, and restore.
10506
9ae8b82c
AC
105072002-03-27 Andrew Cagney <ac131313@redhat.com>
10508
10509 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10510 Branch'.
10511
474c8240
AC
105122002-03-18 Andrew Cagney <ac131313@redhat.com>
10513
10514 * gdb.texinfo: Change all examples to @smallexample.
10515 * gdbint.texinfo: Ditto.
a9331b3f 10516
fb0ff88f
AC
105172002-03-18 Andrew Cagney <ac131313@redhat.com>
10518
10519 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10520 Branches''.
10521
9bb0a4d8
AC
105222002-03-18 Andrew Cagney <ac131313@redhat.com>
10523
10524 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10525 Policy''.
10526
937f164b
FF
105272002-03-04 Fred Fish <fnf@redhat.com>
10528
10529 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10530 expresson, suports, dependant, trhe, perhaphs, situtations,
10531 explictily, taged, oportunity, unfortunatly).
10532
a7b40f07
AC
105332002-02-24 Andrew Cagney <ac131313@redhat.com>
10534
10535 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10536 Remove reference to 3.12.
10537
aab4e0ec
AC
105382002-02-23 Andrew Cagney <ac131313@redhat.com>
10539
10540 * gdbint.texinfo: Include fdl.texi.
10541 (Top): Add GNU Free Documentation License.
10542 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10543 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10544 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10545 (gdbint.info): Add srcdir to include path.
10546 * gdb.texinfo: Include gpl.texi.
10547 (Top): Add Copying.
10548 * gpl.texi: New file.
10549
47b95330
AC
105502002-02-23 Andrew Cagney <ac131313@redhat.com>
10551
10552 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10553
78c47bea
PM
105542002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10555
10556 * gdb.texinfo: Document Cygwin native specific commands.
10557
56460a61
DJ
105582002-02-15 Daniel Jacobowitz <drow@mvista.com>
10559
10560 * gdb.texinfo: Document gdbserver ``--attach'' command.
10561
def71bfa
MS
105622002-02-07 Michael Snyder <msnyder@redhat.com>
10563
10564 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10565 to @code(_ovly_debug_event).
10566
c928edc0
AC
105672002-02-07 Andrew Cagney <ac131313@redhat.com>
10568
10569 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10570
81d46470
MS
105712002-02-06 Michael Snyder <msnyder@redhat.com>
10572
10573 * gdb.texinfo (overlays): Mention new magic symbol
10574 '_ovly_debug_event', which allows GDB to keep better track
10575 of overlays.
10576
f7dc1244 105772002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
10578
10579 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10580 Suggested by Dmitry Sivachenko.
10581
10582 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10583
15110bc3
MS
105842002-02-01 Michael Snyder <msnyder@redhat.com>
10585
10586 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10587
6763aef9
MS
105882002-01-30 Michael Snyder <msnyder@redhat.com>
10589
ac282366
MS
10590 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10591 (set trust-readonly-sections): Document.
6763aef9 10592
8642bc8f
AC
105932002-01-29 Andrew Cagney <ac131313@redhat.com>
10594
10595 * gdbint.texinfo (Releasing GDB): Revise and update.
10596
afe64c1a
AC
105972002-01-28 Andrew Cagney <ac131313@redhat.com>
10598
10599 * gdbint.texinfo (Target Architecture Definition): Delete
10600 description of TARGET_BYTE_ORDER_DEFAULT.
10601
f7dc1244 106022002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
10603
10604 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10605 <mitya@cavia.pp.ru>.
10606
3d6e1b5a
AC
106072002-01-23 Andrew Cagney <ac131313@redhat.com>
10608
10609 * libgdb.texinfo: Delete file.
10610
6c0e9fb3
AC
106112002-01-22 Andrew Cagney <ac131313@redhat.com>
10612
10613 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10614 * gdbint.texinfo: Ditto.
10615
e0ce93ac
AC
10616Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10617
10618 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10619
be298bcc
AC
106202002-01-22 Andrew Cagney <ac131313@redhat.com>
10621
10622 * Makefile.in: Update copyright.
10623 (TEXI2DVI): Define.
10624 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10625 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10626 gdb-cfg.texi.
10627 (TEXINDEX, PDFTEX): Delete makefile variables.
10628
8e04817f
AC
106292002-01-22 Andrew Cagney <ac131313@redhat.com>
10630
10631 * gdb.texinfo (Protocol): Move section to appendix.
10632
6b2f586d
AC
106332002-01-21 Andrew Cagney <ac131313@redhat.com>
10634
10635 * gdb.texinfo (Remote Debugging): Create a menu.
10636 (Top): Add ``Remote Debugging'' to menu.
10637
6f05cf9f
AC
106382002-01-21 Andrew Cagney <ac131313@redhat.com>
10639
10640 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10641 serial protocol'' from here.
10642 (Remote Debugging): To here. New chapter.
10643
3fd3d7d2
AC
106442002-01-20 Andrew Cagney <ac131313@redhat.com>
10645
10646 * gdbint.texinfo (Target Architecture Definition): Delete
10647 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10648
7fd60527
AC
106492002-01-20 Andrew Cagney <ac131313@redhat.com>
10650
10651 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10652 are no longer needed.
10653 (Porting GDB): Add maintainer note about configure.host.
10654
c2f05ac9
AC
106552002-01-20 Andrew Cagney <ac131313@redhat.com>
10656
10657 * gdbint.texinfo (Target Architecture Definition): Remove
10658 definition of IEEE_FLOAT.
10659
f7dc1244 106602002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
10661
10662 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
10663 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10664 <3diff@gnu.org>
231b2aad 10665
82600034
AC
106662002-01-19 Andrew Cagney <ac131313@redhat.com>
10667
10668 * gdbint.texinfo (Host Definition): Remove references to
10669 MALLOC_INCOMPATIBLE.
10670
7708fa01
AC
106712002-01-17 Andrew Cagney <ac131313@redhat.com>
10672
10673 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10674 and xyz-xdep.o.
10675
eb12ee30
AC
106762002-01-17 Andrew Cagney <ac131313@redhat.com>
10677
889bf7c5 10678 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
10679 (Set Breaks): Copy ``maint info breakpoint'' doco to
10680 ``Maintenance Commands'' appendix. Add reference.
10681
c9ccaa92
AC
106822002-01-17 Andrew Cagney <ac131313@redhat.com>
10683
10684 * fdl.texi: Remove next/prev from @node.
10685
f7dc1244 106862002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
10687
10688 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10689 for monstrous @multitable (from Brian Youmans).
10690
10691 * fdl.texi: New file.
10692
10693 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10694
8973da3a
AC
106952002-01-15 Andrew Cagney <ac131313@redhat.com>
10696
10697 * gdbint.texinfo (Releasing GDB): New chapter.
10698
7d86b5d5
AC
106992002-01-14 Andrew Cagney <ac131313@redhat.com>
10700
10701 * gdb.texinfo (Embedded Processors, Calling program functions):
10702 Obsolete references to a29k.
10703
cc1cb004
AC
107042002-01-13 Andrew Cagney <ac131313@redhat.com>
10705
10706 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10707 examples. Document that a code-block should do or discard its
10708 cleanups before exit.
10709
79f12247
MS
107102002-01-11 Michael Snyder <msnyder@redhat.com>
10711
10712 * gdb.texinfo (Choosing files): Change @samp to @file.
10713
19837790
MS
107142002-01-05 Michael Snyder <msnyder@redhat.com>
10715
10716 * gdb.texinfo (--pid): Document new command line option (attach).
10717
f7dc1244 107182002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
10719
10720 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10721 in the stub.
10722
d7449b42
AC
107232002-01-04 Andrew Cagney <ac131313@redhat.com>
10724
10725 * gdbint.texinfo (Target Architecture Definition): Replace
10726 BIG_ENDIAN with BFD_ENDIAN_BIG.
10727
f23631e4
AC
107282002-01-03 Andrew Cagney <ac131313@redhat.com>
10729
10730 * gdbint.texinfo (Target Architecture Definition): Replace
10731 value_ptr with struct value pointer.
10732
72c9928d
EZ
107332002-01-02 Eli Zaretskii <eliz@gnu.org>
10734
10735 * gdb.texinfo (Free Software): Fix wording.
10736
959acfd1
EZ
107372001-12-31 Eli Zaretskii <eliz@gnu.org>
10738
10739 * gdb.texinfo (Free Software): New section ``Free Software Needs
10740 Free Documentation''.
10741
f7dc1244 107422001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
10743
10744 * stabs.texinfo:
10745 * gdb.texinfo:
10746 * gdbint.texinfo:
10747 * libgdb.texinfo:
10748 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10749
6600abed
MS
107502001-12-29 Michael Snyder <msnyder@redhat.com>
10751
10752 * gdb.texinfo (maint info sections): Fix typo.
10753
f6680716
MS
107542001-12-26 Michael Snyder <msnyder@redhat.com>
10755
fe95c787
MS
10756 * gdb.texinfo (maint info sections): Document.
10757
a9331b3f 10758 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
10759 'info proc' sub-options that are currently not implemented.
10760
c3d3ce5b
JB
107612001-12-20 Jim Blandy <jimb@redhat.com>
10762
10763 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10764
778eb05e
AC
107652001-12-15 Andrew Cagney <ac131313@redhat.com>
10766
10767 * gdbint.texinfo (Target Architecture Definition): Replace
10768 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10769
2607059c
AC
107702001-12-01 Andrew Cagney <ac131313@redhat.com>
10771
10772 * gdbint.texinfo (Host Definition): Delete documentation on
10773 HOST_BYTE_ORDER.
10774
df0cd8c5
JB
107752001-11-30 Jim Blandy <jimb@redhat.com>
10776
10777 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 10778 overlay support. Add to top-level menu.
df0cd8c5 10779
88118b3a
TT
107802001-11-26 Tom Tromey <tromey@redhat.com>
10781
10782 * gdb.texinfo (Command Syntax): Document C-o binding.
10783
96565e91
CF
107842001-07-26 Christopher Faylor <cgf@redhat.com>
10785
10786 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10787 use since it is described in the referenced section.
10788
f7dc1244 10789 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
10790 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10791 clearer when using DJGPP.
10792
2a3d5645
CF
107932001-11-24 Christopher Faylor <cgf@redhat.com>
10794
10795 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10796 specifically refer to MS-DOS.
10797 (command files): Mention gdb.ini is only used on MS-DOS.
10798
aa26fa3a
TT
107992001-11-21 Tom Tromey <tromey@redhat.com>
10800
10801 * gdb.texinfo (Invoking GDB): Document --args.
10802 (Mode Options): Likewise.
10803
4f8ada06
JB
108042001-11-21 Jim Blandy <jimb@redhat.com>
10805
10806 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
10807 Delete documentation; this macro has been removed from the
10808 sources.
4f8ada06 10809
3fe0dc10
JB
108102001-11-13 Jim Blandy <jimb@redhat.com>
10811
10812 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10813
9e5abb06
CV
108142001-11-06 Corinna Vinschen <vinschen@redhat.com>
10815
10816 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10817
1c5dfdad
MS
108182001-11-05 Michael Snyder <msnyder@redhat.com>
10819
a9331b3f 10820 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
10821 quote regexp chars in function names such as "operator*()".
10822
990f9fe3
FF
108232001-11-01 Fred Fish <fnf@redhat.com>
10824
10825 * gdbint.texinfo (SOLIB_ADD): Document additional new
10826 "readsyms" arg.
10827
b433d00b
DH
108282001-10-30 Don Howard <dhoward@redhat.com>
10829
070b1dd3
DH
10830 * gdb.texinfo: (Command Files) Added documentation for the
10831 behavior of gdb with input redirected from a file.
b433d00b 10832
b7209cb4
FF
108332001-10-28 Fred Fish <fnf@redhat.com>
10834
10835 * gdb.texinfo (auto-solib-add): Change docs to match
10836 implementation change.
10837 (auto-solib-limit): Add docs for new variable.
10838
1aa20aa8
AC
108392001-10-15 Andrew Cagney <ac131313@redhat.com>
10840
10841 * gdbint.texinfo (Target Architecture Definition): Function
10842 value_as_pointer renamed to value_as_address.
10843
fc0c74b1
AC
108442001-10-15 Andrew Cagney <ac131313@redhat.com>
10845
10846 * gdbint.texinfo (Target Architecture Definition): Default
10847 POINTER_TO_ADDRESS functions assume unsigned addresses.
10848 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10849 posting by Jim Blandy.
10850
f4846649
JB
108512001-10-12 Jim Blandy <jimb@redhat.com>
10852
10853 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10854 version of texi2html (1.64) doesn't support this flag any more.
10855
f277788b
MK
108562001-09-08 Mark Kettenis <kettenis@gnu.org>
10857
a9dc4918
MK
10858 * gdbint.texinfo (Host Definition): Remove description of
10859 MEM_FNS_DECLARED.
10860
d28379df
MK
10861 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10862
f277788b
MK
10863 * gdbint.texinfo (Host Definition): Remove description of
10864 HAVE_SIGSETMASK.
10865
7ccaa899
EZ
108662001-09-04 Elena Zannoni <ezannoni@redhat.com>
10867
10868 * gdbint.texinfo (Target Architecture Definition): Add
10869 explanation of TARGET_PRINT_INSN macro.
10870
17d9d558
JB
108712001-08-30 Jim Blandy <jimb@redhat.com>
10872
10873 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10874 Explain what it means to load relocatable files.
10875
72cde065
JB
108762001-08-28 Jim Blandy <jimb@redhat.com>
10877
10878 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10879 info `top' menu.
10880
9e678452
CF
10881Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10882
10883 * gdbint.texinfo: Add a cautionary note about macro use.
10884
a2bea4c3 108852001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 10886
a2bea4c3
CV
10887 * gdb.texinfo: Explain omitting the hostname in the
10888 `target remote' command.
10889
1129bf27
DJ
108902001-07-30 Daniel Jacobowitz <drow@mvista.com>
10891
10892 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10893 and END-INFO-DIR-ENTRY.
10894
732b3002
SC
108952001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10896
10897 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10898
89437448
AC
108992001-07-25 Andrew Cagney <ac131313@redhat.com>
10900
10901 * gdbint.texinfo (libgdb): Rewrite.
10902
f7dc1244 109032001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
10904
10905 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10906
c4555f82
SC
109072001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10908
10909 * gdb.texinfo (TUI): New chapter, document the TUI.
10910 (Mode Options): Document the -tui option.
10911
2f45a6e0
MK
109122001-07-23 Mark Kettenis <kettenis@gnu.org>
10913
10914 * gdbint.texinfo (Host Definition): Remove description of
10915 NEED_POSIX_SETPGID.
10916
f7dc1244 109172001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
10918
10919 * gdb.tex (DJGPP Native): New node, with descriptions of
10920 DJGPP-specific commands.
10921
be9c6c35
JM
109222001-07-19 John R. Moore <jmoore@redhat.com>
10923
10924 * gdbint.texinfo: Three misspellings.
10925
dfa249fb
AC
109262001-07-06 Andrew Cagney <ac131313@redhat.com>
10927
10928 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10929 `test` expressions on bash. Problem reported by Colin Walters.
10930
c72e7388
AC
109312001-07-04 Andrew Cagney <ac131313@redhat.com>
10932
10933 * gdbint.texinfo (User Interface): Update ui-out documentation to
10934 refelect recent UI/MI updates.
10935
94bbb2c0
AC
109362001-07-04 Andrew Cagney <ac131313@redhat.com>
10937
10938 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10939 interpreters.
10940
af6c57ea
AC
109412001-06-15 Andrew Cagney <ac131313@redhat.com>
10942
10943 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10944 structure and not macros.
10945 (Host Definition): Document that much of this chapter is obsolete.
10946 (Target Architecture Definition): Update list of files that make
10947 up a target architecture.
10948 (Coding): Update.
10949
83aa8bc6
AC
109502001-06-28 Andrew Cagney <ac131313@redhat.com>
10951
10952 * gdbint.texinfo (Target Architecture Definition): Update
10953 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10954 The latter has been changed to a true predicate.
10955
f7dc1244 109562001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
10957
10958 * annotate.texi: Add @noindent where needed. From Dmitry
10959 Sivachenko <dima@Chg.RU>.
10960 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10961
656db9b0
AC
109622001-06-16 Andrew Cagney <ac131313@redhat.com>
10963
10964 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10965
df2396a1
AC
109662001-06-14 Andrew Cagney <ac131313@redhat.com>
10967
10968 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10969 returns ``OK''. Document that the ``R'' packet does not reply.
10970
0f1f2b0a
MS
109712001-06-13 Michael Snyder <msnyder@redhat.com>
10972
10973 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10974
f7dc1244 109752001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
10976
10977 * gdb.texinfo (Signals): Clarify the default setting of signal
10978 handling.
10979
a5d7c491
AC
109802001-05-14 Andrew Cagney <ac131313@redhat.com>
10981
10982 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10983 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10984
05a54c4f
AC
109852001-05-12 Andrew Cagney <ac131313@redhat.com>
10986
10987 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10988
f7dc1244 109892001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
10990
10991 * gdbint.texinfo (Clean Design and Portable Implementation):
10992 Renamed from "Clean Design".
10993 (Clean Design and Portable Implementation): Document portable
10994 methods of handling file names, and the associated macros.
10995
f7dc1244 109962001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
10997
10998 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10999 command and provide a cross-reference to its description.
11000 (Symbols): Note that "info scope" is useful for trace experiments.
11001
f7dc1244 110022001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 11003
b37052ae
EZ
11004 * gdb.texinfo (Symbols): Document "info scope".
11005 (Tracepoints): New chapter.
11006 (Contributors): Update for v5.1.
11007 <All nodes>: Change "C++" to "C@t{++}".
11008
0ee54786
EZ
11009 * gdbint.texinfo (User Interface): A new section about ui_out
11010 functions, based on text written by Fernando Nasser.
11011
c534679c
EZ
11012 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11013
f7dc1244 110142001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 11015
e9c75b65
EZ
11016 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11017
11018 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11019
11020 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11021 Replace "GDB" with "@value{GDBN}". Fix markup.
11022
11023 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11024
3d67e040
EZ
11025 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11026 a cross-reference to its description.
11027 (Symbols): Document "info symbol".
11028
f7dc1244 110292001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
11030
11031 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11032 subsection "x86 Watchpoints".
11033 (Target Architecture Definition): Document the macros
11034 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11035 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11036
b0ed3589
AC
110372001-03-20 Andrew Cagney <ac131313@redhat.com>
11038
11039 * gdbint.texinfo (Target Architecture Definition): Update
11040 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11041 list.
11042
b6ba6518
KB
110432001-03-06 Kevin Buettner <kevinb@redhat.com>
11044
11045 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11046 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11047
f7dc1244 110482001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
11049
11050 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11051
f7dc1244 110522001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 11053
17cc6a06
EZ
11054 * gdb.texinfo (Environment): Document that `path' does not change
11055 the value of PATH in GDB's own environment (it did in the past,
11056 but that was changed on March 15, 1994). Reported by Doug Evans
11057 <dje@transmeta.com>.
11058
56caf160
EZ
11059 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11060 its line. Fix markup of commands and macros. Add an Index node
11061 and index entries.
11062
29e57380
C
110632001-01-23 J.T. Conklin <jtc@redback.com>
11064
11065 * gdb.texinfo (Memory region attributes): New manual section.
11066
1c6147de
ND
110672001-01-04 Nicholas Duffek <nsd@redhat.com>
11068
11069 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11070
f7dc1244 110712000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
11072
11073 * refcard.tex: Version and copyright fixed. From Phil Edwards
11074 <pedwards@disaster.jaj.com>.
11075
0dcedd82
AC
11076Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11077
11078 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 11079 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 11080
3b851bce
AC
11081Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11082
11083 * gdbint.texinfo (Coding): Update current value of
889bf7c5 11084 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 11085
f7dc1244 110862000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
11087
11088 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11089 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11090
b90a5f51
CF
110912000-11-10 Christopher Faylor <cgf@cygnus.com>
11092
11093 * gdb.texinfo: Document new 'set step-mode' command.
11094
f7dc1244 110952000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
11096
11097 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11098 changes from Dmitry Sivachenko <dima@Chg.RU>.
11099
f7dc1244 111002000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
11101
11102 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11103 From Steven Johnson <sbjohnson@ozemail.com.au>.
11104
2e685b93
MK
111052000-08-10 Mark Kettenis <kettenis@gnu.org>
11106
11107 * gdbint.texinfo (Overall Structure): Spelling fix.
11108
f7dc1244 111092000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
11110
11111 * gdbint.texinfo (Target Architecture Definition): Document that
11112 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11113 for which REGISTER_CONVERTIBLE returns a zero value.
11114
63ac3005
EZ
111152000-07-08 Christopher Faylor <cgf@cygnus.com>
11116
11117 * Makefile.in (install-info): Find files to install in either the
11118 build or source directories (adapted from Makefile.am).
11119
bd79f757
ND
111202000-07-07 Nicholas Duffek <nsd@redhat.com>
11121
11122 * stabs.texinfo: Fix spelling errors.
11123 (String Field): FILE-NUMBER starts from 0, not 1.
11124
f7dc1244 111252000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
11126
11127 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 11128 Brian Youmans.
5f208f6d 11129
f7dc1244 111302000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
11131
11132 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
11133 the source directory. Reported by Mark Harig
11134 <markh@frazier.landmark.com>.
cc542d3b 11135
f3b28801
C
111362000-06-20 J.T. Conklin <jtc@redback.com>
11137
11138 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11139
449f3b6c
AC
11140Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11141
11142 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 11143 Generate using pdftex.
449f3b6c 11144 (PDFTEX): Define.
889bf7c5 11145 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 11146 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 11147 @contents at the start.
449f3b6c 11148
f7dc1244 111492000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
11150
11151 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 11152 Youmans.
48e934c6 11153
9e9c5ae7
AC
11154Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11155
11156 From Brian Youmans:
11157 * gdb.texinfo: Fix ``et al.''.
11158
c741b251
AC
11159Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11160
11161 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 11162 loop.
c741b251 11163
4ab64e14
JG
111642000-05-19 Jimmy Guo <guo@cup.hp.com>
11165
11166 * configure: Regenerate.
11167
f7dc1244 111682000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
11169
11170 * Makefile.in (install-info): Run install-info on installed Info
11171 files.
11172
8c70017b
AC
11173Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11174
a7cb598a 11175 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 11176 Andrew Cagney.
8c70017b 11177
f7dc1244 111782000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
11179
11180 * gdb.texinfo: Proofreading changes from Brian Youmans.
11181
bf0184be
ND
111822000-05-01 Nick Duffek <nsd@cygnus.com>
11183
11184 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11185 startup sequence, minor edits.
11186
f7dc1244 111872000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
11188
11189 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11190 TeX.
11191
11192 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11193 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11194 like `n' and `s' which look weird. Convert some of the @kindex to
11195 @vindex, when they refer to variables, not commands.
11196
33e16fad
AC
11197Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11198
11199 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11200
f7dc1244 112012000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
11202
11203 * Makefile.in (GDBMI_DIR): New variable.
11204 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11205 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11206 (gdbmi.texinfo): New target, for texi2roff.
11207 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11208 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11209
11210 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11211 gdbmi.texinfo.
11212 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11213 comment.
11214
d167840f
EZ
112152000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11216
11217 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 11218 command.
d167840f 11219
f7dc1244 112202000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
11221
11222 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11223 prevents the build (and is generally a Bad Idea).
11224
f7dc1244 112252000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
11226
11227 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11228 a comma inside @var.
11229 (Command Files): Index markup changes from Dmitry Sivachenko
11230 <dima@Chg.RU>.
11231
f7dc1244 112322000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
11233
11234 * Makefile.in (LN_S): Define.
11235 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11236 invoke "ln -s" unless it is known to work.
11237
11238 * configure.in (AC_PROG_LN_S): Add.
11239
8dc7983f
JB
112402000-04-14 Jim Blandy <jimb@redhat.com>
11241
11242 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11243 section.
11244 (Target Conditionals): Document ADDRESS_TO_POINTER,
11245 POINTER_TO_ADDRESS.
11246
1a8237e8
DB
112472000-04-11 Daniel Berlin <dan@cgsoftware.com>
11248
11249 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11250 gdb-cfg.texi to get the value.
11251
ca526f1a
JB
112522000-04-10 Jim Blandy <jimb@redhat.com>
11253
11254 * gdbint.texinfo (Target Architecture Definition): Fix
11255 cross-references.
11256
faaafcb4
JB
112572000-04-08 Jim Blandy <jimb@redhat.com>
11258
11259 * gdbint.texinfo (Using Different Register and Memory Data
11260 Representations): New section.
11261 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
11262 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11263 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 11264
1b27397f
AC
11265Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11266
11267 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 11268 for acknowledgments.
1b27397f 11269
480ff1fb
AC
11270Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11271
11272 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 11273 qThreadExtraInfo.
480ff1fb 11274
a9331b3f 112752000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 11276
a9331b3f
RM
11277 * gdb.texinfo: Clarify which remote debug protocol commands are
11278 required and which are optional.
f1251bdd 11279
dbeb8dbd
AC
11280Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11281
11282 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
11283 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11284 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
11285 * annotate.texi: Update.
11286
6d2ebf8b
SS
112872000-03-28 Stan Shebs <shebs@apple.com>
11288
11289 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11290 expectation of additional changes before release), update
11291 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11292 node links, rephrase and/or shorten lines to fix formatting
11293 problem in both regular and @smallbook formats.
11294 * annotate.texi: Shorten lines in example, use smallexample
11295 consistently everywhere.
11296 * Makefile.in: Add comment about texinfo 4.0 html generation.
11297 (SFILES_INCLUDED): Add annotate.texi.
11298
5d161b24
DB
112992000-03-27 Daniel Berlin <dan@cgsoftware.com>
11300
5ae4183a
AS
11301 * gdb.texinfo (Debugging Output): Added new section, documenting
11302 the "set/show debug" commands.
5d161b24 11303
b9deaee7
AC
11304Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11305
11306 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 11307 entry.
b9deaee7
AC
11308
11309 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11310 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 11311 @chapter and @node entries.
a9331b3f 11312
b9deaee7 11313 * gdb.texinfo: Link all top-level nodes.
a9331b3f 11314
9ef47d30
AC
11315Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11316
11317 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 11318 files.
9ef47d30 11319
cfeada60
FN
113202000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11321
11322 From David Whedon <dwhedon@gordian.com>
5ae4183a 11323 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 11324
6837a0a2
DB
113252000-03-22 Daniel Berlin <dan@cgsoftware.com>
11326
11327 * gdb.texinfo: Add documentation for the apropos command.
11328
bba2971c
MS
113292000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11330
11331 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11332
2b628194
MS
113332000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11334
a9331b3f 11335 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
11336 two places.
11337
96a2c332
SS
113382000-03-17 Stan Shebs <shebs@apple.com>
11339
11340 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11341 <dima@Chg.RU>, also clarification of allowed content for
11342 string constants.
11343
f7dc1244 113442000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
11345
11346 * gdb.texinfo (main menu): Add Annotations.
11347 (File Options): Add @cindex entries for each command-line option.
11348 Document --epoch, --annotate, --async, --interpreter, --write,
11349 --statistics, and --version.
11350
11351 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11352 of GDB.
11353
9d233477
JB
113542000-02-23 Jim Blandy <jimb@redhat.com>
11355
11356 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11357
14e0eb3b
JB
113582000-02-22 Jim Blandy <jimb@redhat.com>
11359
11360 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11361
3555de01
JM
113622000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11363
11364 * Makefile.in (diststuff): New target.
11365
5e35df8e
KB
113662000-02-15 Kevin Buettner <kevinb@redhat.com>
11367
11368 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 11369 architecture. [From Jim Wilson.]
5e35df8e 11370
c5394b80
JM
113712000-01-16 Tom Tromey <tromey@cygnus.com>
11372
11373 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11374 (Delete Breaks): Mention range arguments.
11375 (Disabling): Likewise.
11376
c3f6f71d
JM
113772000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11378
11379 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11380
c4093a6a
JM
11381Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11382
11383 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 11384 valid functions.
c4093a6a 11385
11cf8741
JM
113861999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11387
11388 * gdb.texinfo: Clarify regular expressions used in rbreak.
11389
917317f4
JM
113901999-10-15 Kevin Buettner <kevinb@cygnus.com>
11391
11392 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11393 MEMORY_REMOVE_BREAKPOINT): Document.
11394
11395Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11396
11397 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 11398 offset re-using the DATA offset instead.
917317f4 11399
2df3850c
JM
114001999-10-11 Jim Kingdon <kingdon@redhat.com>
11401
11402 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11403
114041999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11405
11406 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11407 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11408 typos.
11409
11410 * gdb.texinfo: Various minor wording and formatting improvements,
11411 mentions of additional command-line options.
11412
2acceee2
JM
114131999-09-30 Fred Fish <fnf@cygnus.com>
11414
11415 * gdb.texinfo: Document additional forms of specifying section
11416 names and addresses for the add-symbol-file command.
11417
c2c6d25f
JM
114181999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11419
11420 * gdbint.texinfo: Fix typo, add the word "have".
11421
114221999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11423
11424 * gdbint.texinfo (Target Architecture Definition): Document the
11425 SKIP_PERMANENT_BREAKPOINT macro.
11426
d4f3574e
SS
114271999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11428
11429 * gdb.texinfo: Fiks speling errers.
11430
11431 * gdb.texinfo: Fix uses of @multitable.
11432
f7dc1244 11433 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 11434 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 11435 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
11436 comments about using with optimization, add more indexing,
11437 fix info about disassembly-flavor.
11438
11439Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11440
11441 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11442 SKIP_SOLIB_RESOLVER): Define.
11443
11444Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11445
11446 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 11447 ``g'' packets.
d4f3574e 11448
104c1213
JM
114491999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11450
11451 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
11452 platform-specific info, inline remote.texi and move sections of it
11453 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
11454 and register stack into the new chapter.
11455 * remote.texi: Remove, now part of gdb.texinfo.
11456 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11457
114581999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11459
11460 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11461 GDB_TARGET_IS_MACH386): These kludges have gone away.
11462
11463Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11464
11465 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 11466 TDEPLIBS.
104c1213 11467
53a5351d
JM
114681999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11469
11470 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11471 surrounding text to fit HP-UX bits into general info.
11472 (HPPA-cfg.texi): Remove, no longer useful.
11473
11474 * gdb.texinfo: Remove explicit links from @node lines, remove
11475 HP-added "Detailed Node Listing" from main menu which confuses
11476 things.
11477
11478 From Dmitry Sivachenko <dima@Chg.RU>:
11479 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 11480 in description of `set environment'.
53a5351d
JM
11481
114821999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11483
11484 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11485
7be570e7
JM
114861999-08-12 Ben Elliston <bje@cygnus.com>
11487
11488 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11489
f7dc1244 114901999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
11491
11492 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
11493 watch, awatch, and rwatch. Explain why the latter two cannot be
11494 set as software watchpoints. Document that watchpoints for local
11495 variables are deleted when the debuggee terminates.
7be570e7
JM
11496
11497Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11498
11499 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
11500 packet. Allow E.. response packet. "qRcmd" packet is no longer
11501 reserved.
7be570e7
JM
11502
115031999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11504
a9331b3f
RM
11505 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11506 * gdb.texinfo: Ditto.
7be570e7 11507
96baa820
JM
115081999-08-06 Tom Tromey <tromey@cygnus.com>
11509
11510 * gdb.texinfo (KOD): New node.
11511
11512Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11513
11514 * remote.texi (Rcmd): Fix minor formatting typos.
11515
11516Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11517
11518 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 11519 packets.
96baa820 11520
adf40b2e
JM
115211999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11522
11523 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11524 fixes.
11525
43ff13b4
JM
11526Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11527
11528 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11529
085dd6e6
JM
11530Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11531
11532 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
11533 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11534 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11535 packets that are not supported on all hosts. Expand examples.
11536 Spell check.
085dd6e6
JM
11537
115381999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11539
11540 * Makefile.in: Recognize html, install-html. Add targets
11541 to build HTML versions of documentation via texi2html.
11542
11543Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11544
11545 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 11546 testsuite.
085dd6e6
JM
11547
11548Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11549
11550 * remote.texi (Communication Protocol): Rewrite.
11551
11552Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11553
11554 * stabs.texinfo: Fix uses of xref.
11555
9e0b60a8
JM
11556Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11557
11558 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11559 info about patch submission.
11560
cce74817
JM
11561Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11562
11563 From Per Bothner <bothner@cygnus.com>:
11564 * gdb.texinfo: Document Chill support.
11565
11566Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11567
11568 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
11569 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11570 Document that the value should be greater-than or equal-to zero.
11571 (NO_STD_REGS): Document. Deprecate.
cce74817 11572
ac9a91a7
JM
11573Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11574
11575 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 11576 Document that these are not used.
ac9a91a7
JM
11577
11578Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11579
11580 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11581
392a587b
JM
11582Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11583
11584 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 11585 numargs was dropped.
392a587b
JM
11586
11587Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11588
11589 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11590
b83266a0
SS
11591Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11592
11593 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 11594 Update.
b83266a0 11595
7a292a7a
SS
11596Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11597
11598 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11599 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11600
11601Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11602
11603 * gdbint.texinfo: Fix typos: $ -> @.
11604
11605Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11606
11607 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
11608 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11609 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11610 BREAKPOINT_FROM_PC.
a9331b3f 11611
7a292a7a
SS
11612Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11613
11614 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 11615 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
11616
11617Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11618
11619 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 11620 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
11621
116221999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11623
11624 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11625 longer exists.
11626
11627Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11628
11629 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
11630 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11631 they make the manual source incomprehensible.
7a292a7a
SS
11632 * h8-cfg.texi: Remove, hasn't been used in years.
11633
c906108c
SS
11634Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11635
11636 * gdb.texinfo: Update the credits.
11637
11638Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11639
11640 * gdb.texinfo: Fix mistakes noticed in printout of last
11641 draft, add Alpha to discussion of heuristic fence post.
11642
11643Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11644
11645 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
11646 Edition, merge some HP changes into mainline, describe some
11647 previously undocumented features, describe more of the target
11648 commands available, eliminate obsolete section on renamed
11649 commands.
c906108c
SS
11650 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11651
11652Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11653
11654 * gdb.texinfo: Make many HPPA conditionals unconditional,
11655 including catchpoint description, since now on for all configs.
11656 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11657 specializations.
11658
11659Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11660
11661 * Makefile.in (GDBvn.texi): Fix match expression to work with
11662 current format of VERSION in gdb/Makefile.in.
11663 * gdb.texinfo: Fix node ref to match new readline.
11664
11665Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11666
a9331b3f
RM
11667 * gdb.texinfo: Changes made as part of a project to merge in
11668 changes made by HP. Documentation makes extensive use of
c906108c
SS
11669 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11670 on remote debugging. There are differences in documentation
889bf7c5 11671 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
11672 the HP manual discusses catchpoints, hardware watchpoints, and
11673 some HPUX specific limitations for shared library support.
a9331b3f 11674
c906108c
SS
11675 There are also a number of @node changes.
11676
116771999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11678
11679 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11680 (C Usage): Same.
11681
11682Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11683
11684 The following changes were made by Edith Epstein
889bf7c5
PA
11685 <eepstein@cygnus.com> as part of a project to merge in changes
11686 made by HP.
a9331b3f 11687
c906108c
SS
11688 * HPPA-cfg.texi: new file.
11689
11690 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11691
11692 * refcard.tex: change documentation about catch.
11693 removed info catch.
11694
11695Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11696
11697 * gdbint.texinfo: Expand on GDB's coding standards,
11698 specify the use of arg names with prototypes.
11699
117001998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11701
11702 * gdb.texinfo: Fix tipo.
11703
11704Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11705
11706 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 11707 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
11708
11709Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11710
11711 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11712
117131998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11714
11715 * agentexpr.texi: New file.
11716
11717Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11718
11719 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11720
117211998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11722
11723 * remote.texi: Changed wording that implied that the GDB remote
11724 protocol caches register values instead of GDB itself.
11725
11726Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11727
11728 * gdbint.texinfo: Add some info about symbol readers.
11729 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11730 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11731 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11732 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11733
11734Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11735
a9331b3f 11736 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
11737
11738Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11739
11740 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11741
11742Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11743
11744 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 11745 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
11746
11747Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11748
11749 * gdbint.texinfo: Fix minor typos.
11750
11751Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11752
11753 * gdbint.texinfo: Complete overhaul. Group descriptions more
11754 logically, add more info on generic algorithms, remove much
11755 obsolete and/or wrong material.
11756
11757Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11758
11759 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11760
11761Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11762
11763 * refcard.tex: Copyright, address updates.
11764
11765Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11766
11767 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11768 for the edition instead of confusing GDB-version-like numbers.
11769
11770Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11771
11772 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11773
11774Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11775
5ae4183a 11776 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
11777
11778Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11779
11780 * gdb.texinfo: Add some credits, mention bug monitor.
11781 * remote.texi: Mention mips monitor targets.
11782 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 11783
c906108c
SS
11784Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11785
11786 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
11787 files, finish sorting of host vs target vs native macros, describe
11788 some more of them.
c906108c
SS
11789
11790Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11791
11792 * gdbint.texinfo (Host Conditionals): Document change from
11793 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11794
11795Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11796
11797 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 11798 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
11799
11800Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11801
11802 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11803 Document LSEEK_NOT_LINEAR.
11804
11805Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11806
11807 * stabs.texinfo (Stab Section Basics): Make it clear that only
11808 some versions of the GNU linker remove the leading N_UNDF symbol.
11809
11810Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11811
11812 * stabs.texinfo (String Field): Document type number pairs here,
11813 instead of in the Sun specific section.
11814 (Include Files): The GNU linker supports the N_BINCL
11815 optimization. Clarify the N_BINCL value, and what it is used
11816 for.
11817 (Procedures): Document N_FUN with an empty string to mark the end
11818 of a function.
11819 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11820 (Sun Differences): Remove this node, as the information is now
11821 elsewhere in the main document.
11822 (Stab Section Basics): Mention that the GNU linker may optimize
11823 stabs and remove the leading N_UNDF symbol.
11824
11825Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11826
11827 * gdb.texinfo, refcard.tex: Restore author credit
11828
11829Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11830
11831 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11832 documentation to account for START and END macros taking
11833 one arg.
11834
11835Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11836
11837 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11838 * gdb.texinfo (Frames): Fix typo.
11839
11840Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11841
11842 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11843 a target_signal as arg type, not a pid.
11844
11845Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11846
11847 * gdb.texinfo: Document `set assembly-language'.
11848
11849Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11850
11851 * remote.texi: Update list of stubs in the GDB distribution.
11852
11853Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11854
11855 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
11856 Also document that some systems can use mmalloc but must define
11857 this if their C runtime allocates memory that is later freed.
c906108c 11858 (MMCHECK_FORCE): Document new macro.
a9331b3f 11859
c906108c
SS
11860Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11861
11862 * remote.texi: Add documentation for target Sparclet.
11863
11864Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11865
a9331b3f 11866 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
11867 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11868 * configure.in: Rewritten for autoconf.
11869 * configure: New.
11870
11871Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11872
11873 * Makefile.in (DVIPS): New define, set to dvips.
11874 (dvi): Add stabs.dvi.
11875 (ps): New target.
11876 (all-doc): Depend on info, dvi, and ps targets.
11877 (STAGESTUFF): Add *.ps and *.dvi files.
11878 (clean-info, clean-dvi): Remove.
11879 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11880 rules completely rewritten.
11881 (maintainer-clean): Remove clean-info and clean-dvi
11882 dependencies and put their actions in the rules.
11883 (gdb.ps): New target
a9331b3f 11884 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
11885 intermediate TeX files, whether they have 2 or 3 character
11886 extensions.
11887 (gdbint.ps): Add target and rules.
11888 (gdb-internals): Delete unused target.
11889 (Makefile): Depends upon config.status also.
11890
11891Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11892
11893 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11894 set.
11895
11896Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11897
11898 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11899 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11900
11901Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11902
11903 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11904
11905Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11906
11907 * gdb.texinfo (Print settings): Document
11908 `set/show print static-members' commands.
11909
11910Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11911
11912 * gdbint.texinfo (Native): Document name change, coredep.c to
11913 core-aout.c.
11914
11915Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11916
11917 * stabs.texinfo (Include Files): Document the values the SunOS4
11918 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11919
11920Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11921
11922 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11923 Fix typo.
11924
11925Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11926
11927 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11928 "gdb.tar.Z".
11929
11930Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11931
11932 * Makefile.in (maintainer-clean): New target, synonym for
11933 realclean.
11934
11935Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11936
11937 * Update all FSF addresses except those in COPYING* files.
11938
11939Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11940
11941 From Richard Earnshaw (rearnsha@armltd.co.uk):
11942 * gdb.texinfo (convenience variables): Document $_exitcode.
11943 (quit): Document optional expression to use as exit code.
11944
11945Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11946
11947 * gdb.texinfo, remote.texi: Brought up to date with various
11948 GDB changes.
11949
11950Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11951
11952 * gdb.texinfo: Update dates and versions, fix comments about
11953 hardware watchpoints in future releases and about the
11954 sharedlibrary command.
11955
11956Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11957
11958 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11959 C_FUN stab. Other cleanups.
11960
11961Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11962
11963 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11964 for the sparc stub.
11965
11966Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11967
11968 * annotate.texi: Clarify which addresses have differing formats
11969 depending on the language and which do not.
11970
11971Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11972
11973 * remote.texi (NetWare): Changed example to use BOARD= instead of
11974 NODE= argument to reflect correspoding change to gdbserve.nlm.
11975
11976Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11977
11978 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11979 GDB, as well as AIX dbx, supports the size type attribute.
11980
11981Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11982
11983 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11984
11985Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11986
11987 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11988 and new 'if' and 'while' commands.
11989
11990Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11991
11992 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11993
11994Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11995
11996 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11997 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11998 NetWare targets. Mostly stolen from the Server node.
11999
12000Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12001
12002 * gdb.texinfo (Setting): Talk about the language of a source file
12003 versus the working language. The old documentation did not match
12004 what GDB did.
12005
12006Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12007
12008 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12009 of a source file.
12010
12011Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12012
12013 * gdb.texinfo (Processes): New node.
12014
12015Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12016
12017 * remote.texi: Update documentation of set/show mipsfpu.
12018
3fc11d3e
JM
12019Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12020
12021 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12022 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
12023
12024Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12025
12026 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12027 obsolete conditionals, described some others.
12028
12029Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12030
12031 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12032 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12033
12034Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12035
12036 * gdbint.texinfo: Put regex conditionals in their own table.
12037
12038Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12039
12040 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12041 described or fixed the descriptions of many others.
12042
12043Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12044
12045 * gdb.texinfo: Add some more credits.
12046 * gdbint.texinfo: Capitalize GDB consistently, describe some
12047 macros and remove some.
12048
12049Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12050
12051 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12052 obsolete conditionals, described some others.
12053
12054Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12055
12056 * gdb.texinfo (help targets): Changed to `help target', which
12057 is the correct gdb command.
12058
12059Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12060
12061 * annotate.texi (TODO): New node, for keeping track of annotations
12062 suggested but not yet implemented.
12063
12064Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12065
12066 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12067 another symbol, it is not the address itself.
12068
12069Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12070
12071 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12072 of stabs-in-coff sections.
12073
12074Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12075
12076 * annotate.texi: Change edition to 0.5 and date to May 1994.
12077 Add index.
12078 (Frames): New node, for frame annotation.
12079 (Displays): New node, for display annotation.
12080
12081 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12082 when waiting for your program to stop.
12083
12084Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12085
12086 * annotate.texi (Breakpoint Info): Document annotation of header
12087 fields and record annotation.
12088
12089Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12090
12091 * annotate.texi: New file, to document annotations.
12092
12093Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12094
12095 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12096 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12097
12098Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12099
12100 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12101 section, and say n_strx field is compilation unit relative.
12102 * stabs.texinfo: Don't use @code for a.out when it is the name of
12103 an object file format.
12104
12105Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12106
12107 * gdb.texinfo: Refer to file names, not path names, per rms
12108 convention.
12109 (Arguments): Fix typo.
12110
12111Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12112
12113 * stabs.texinfo (Global Variables): Talk about stabs in files
12114 where variables are referenced, but not defined.
12115
12116Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12117
12118 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12119 Cplusplus to new nodes Member Type Descriptor and Method Type
12120 Descriptor. Re-write stuff for #.
12121
12122Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12123
12124 * gdb.texinfo (Print Settings): Don't document "set print
12125 fast-symbolic-addr off". The bug which it worked around was fixed
12126 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12127
12128 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12129 N_ENTRY node.
12130
12131 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12132
12133Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12134
12135 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12136 references to ieee-float.c.
12137
12138Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12139
12140 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12141 match what the code actually does.
12142
12143Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12144
12145 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12146
12147Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12148
12149 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12150 i, and b.
12151
12152Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12153
12154 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12155 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12156 as "stabs in sections" rather than just saying "ELF and SOM".
12157 Also make that stuff apply to COFF.
12158
12159Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12160
12161 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12162 Ghostscript.
12163
12164Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12165
12166 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12167 versus functions without line numbers, also mention stepping into
12168 them as well as "step" when you are in them. Tell the user how to
12169 deal with the situation. Add comment about "debugging information".
12170
12171Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12172
12173 * stabs.texinfo (Enumerations): Document restriction on where
12174 enumeration types can appear and still win with GDB.
12175
12176Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12177
12178 * stabs.texinfo (Negative Type Numbers): Document format for type
12179 -16.
12180
12181Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12182
12183 * gdb.texinfo (Selection, Frame Info): Update information about
12184 arbitrary frame specficiations.
12185
12186Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12187
12188 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12189
12190Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12191
12192 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12193
12194Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12195
12196 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12197
12198Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12199
12200 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12201 Differences node to Statics node.
12202 (Statics): Discuss XCOFF use of V symbol descriptor.
12203
12204 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12205 not clean.
12206
12207Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12208
12209 * gdb.texinfo (Print Settings): Document `set print
12210 fast-symbolic-addr' and improve the doc for some other
12211 `set print's.
12212
12213Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12214
12215 * stabs.texinfo (String Field): Talk about defining several type
12216 numbers at once.
12217 Fix lint regarding changing node ELF Transformations to
12218 ELF and SOM Transformations.
12219
12220Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12221
12222 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12223
12224Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12225
12226 * stabs.texinfo (Cross-References): `::' is for nested types only
12227 within <>.
12228 (Structures): Document static members.
12229
12230Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12231
12232 * stabs.texinfo: Document S type attribute.
12233
12234Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12235
12236 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12237
12238Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12239
12240 * gdbint.texinfo: Fix a few typos.
12241
12242Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12243
12244 * gdb.texinfo, remote.texi: formatting improvements
12245
12246 * gdb.texinfo (New Features): mention threads.
12247 (Summary, C): fix xrefs in newly contributed text.
12248 (Threads): index entries, clarifications, example
12249 (passim): minor typos fixed, phrasing improvements
12250
12251 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12252 entries; (Server): explain use of gdbserver w/real-time systems,
12253 add example of conflicting TCP port; (MIPS Remote) break up
12254 running text into table, highlighting commands, and add example.
a9331b3f 12255
c906108c
SS
12256Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12257
12258 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12259
12260Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12261
12262 * stabs.texinfo (Nested Symbols): New node.
12263 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12264
12265Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12266
12267 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12268 to picking which Bbss.bss symbol to use, and (because there seems to
12269 be no good way of doing it) re-write some of the text to make it
12270 sound like Bbss.bss isn't such a great idea after all (as currently
12271 designed).
12272
12273 * gdb.texinfo (C): In addition to saying people have to use g++ for
12274 good results, say they have to use stabs. Specifically say cfront
12275 doesn't work well.
12276 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12277 the gdb README. Add xrefs to places where the support for the various
12278 languages is described in detail.
12279
12280Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12281
12282 * stabs.texinfo: Clean up stuff about visibility and virtual
12283 characters.
12284
12285 * stabs.texinfo (N_M2C): Cite Sun doc.
12286
12287Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12288
12289 * gdb.texinfo: updates re threads.
12290 * remote.texinfo: avoid index entries starting with digits.
12291
12292Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12293
12294 * stabs.texinfo (Enumerations): Talk about large, negative and
12295 octal values. Clean up cross reference to type attributes.
12296 (String Field): Say that GDB 4.11 supports size attribute.
12297
12298Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12299
12300 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12301 is a mandatory step. Make the stuff about that more concise.
12302
12303Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12304
12305 * stabs.texinfo (Class Names): New node.
12306
12307 * gdb.texinfo (Command Files): Explain order of init file reading.
12308
12309 * remote.texi (Bootstrapping): Talk about getting the serial driver
12310 to deal with ^C sent by gdb to stop the remote system.
12311
12312Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12313
12314 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12315
12316 * libgdb.texinfo (Defining Commands): made the DOC arg
12317 to gdb_define_app_command a char * instead of char **
12318 per a suggestion from kingdon.
12319
12320 * libgdb.texinfo: total rewrite from a different starting
12321 premise.
12322
12323Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12324
12325 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12326 floats passed as doubles (to improve clarity).
12327
12328Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12329
12330 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12331
12332 * a4rc.sed: update to work with Andreas Vogel papersize params
12333
12334 * refcard.tex: use Andreas Vogel simplifications of papersize
12335 params; remove useless version info; update copyright date.
12336
12337Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12338
12339 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12340
12341Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12342
12343 * gdb.texinfo (Files): Say what address the load command loads it at.
12344
12345 * stabs.texinfo (Common Blocks): Minor cleanups.
12346
12347 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12348 that Sun has backed away from the linker kludge and thus the relevant
12349 issue is changes to the SunPRO tools, not the Solaris linker.
12350
12351 * stabs.texinfo (Traditional Integer Types): Clean up description
12352 of octal bounds a little bit. Document extra leading zeroes.
12353
12354Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12355
12356 * gdb.texinfo (Signaling): Update for symbolic symbol names
12357 and add a section explaining the difference between the GDB
12358 signal command and the shell kill utility.
12359
12360Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12361
12362 * libgdb.texinfo: added `@' to braces that were unescaped.
12363
12364Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12365
12366 * libgdb.texinfo: new file. Spec for the gdb library.
12367
12368Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12369
12370 * stabs.texinfo (Include Files): Fix typo (start -> end).
12371
12372Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12373
12374 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12375 from Melissa at FSF's editing pass.
12376
12377Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12378
12379 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12380 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12381 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12382
12383Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12384
12385 * remote.texi (Bootstrapping): Discuss 386 call gates.
12386
12387Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12388
12389 * stabs.texinfo (Based Variables): New node.
12390
12391Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12392
12393 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12394 names, sizes, and formats to suggest how not to lose.
12395
12396Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12397
12398 * stabs.texinfo (Methods): Fix typo.
12399
12400Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12401
12402 * gdb.texinfo: Fix a few typos.
12403
12404Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12405
12406 * gdb.texinfo: Clarify how well it works with Fortran.
12407
12408 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12409 More on relocating stabs in ELF files.
12410
12411Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12412
12413 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12414
12415Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12416
12417 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12418 parameters on VAX.
12419
12420Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12421
12422 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12423
12424Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12425
12426 * stabs.texinfo: Make info author notice match the TeX author notice.
12427
12428Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12429
12430 * stabs.texinfo: Initial-caps all words in node names and
12431 non-trivial words in section names.
12432
12433Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12434
12435 * stabs.texinfo: Many minor cleanups.
12436
12437 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12438
12439Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12440
12441 * stabs.texinfo: Remove full description of big example.
12442 It's not really helpful; just use pieces of it where appropriate.
12443 Add more Texinfo formatting directives (@samp, etc.).
12444 Use @deffn to define stab types.
12445 Eliminate some wordiness. Break up some nodes.
12446 Add an (alphabetized) index of symbol types.
12447 Use consistent capitalization style in node and section names.
12448
12449Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12450
12451 * gdb.texinfo: Change typo "Two two" to "The two".
12452
12453Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12454
12455 * stabs.texinfo (XCOFF-differences): Remove references to
12456 non-existent types N_DECL and N_RPSYM.
12457
12458 * stabs.texinfo (String Field): Say that type attributes bug is
12459 fixed in GDB 4.10, since it is.
12460
12461 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12462
12463Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12464
12465 * stabs.texinfo: Formatting cleanups.
12466
12467Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12468
12469 * stabs.texinfo: When explaining the n_type of a stab, standardize
12470 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12471 no tabs, use @r).
12472 (Global Variables): Clean up.
12473
12474Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12475
12476 * stabs.texinfo (Stack Variables): Re-write.
12477
12478Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12479
12480 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12481 addresses of a source file. Also revise formatting.
12482 Change "object module" or "object file" to "source file".
12483 Various: Miscellaneous cleanups.
12484
12485Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12486
12487 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12488
12489Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12490
12491 * gdbint.texinfo: Removed many nonsensical machine-collected
12492 host and target conditionals, described some of the remainder.
12493
12494Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12495
12496 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12497
12498 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12499 paragraph which follows.
12500
12501 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12502 variables. Looks better and avoids overful hbox.
12503
12504Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12505
12506 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12507
12508Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12509
12510 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12511 retransmit-timeout
12512
12513Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12514
12515 * gdbint.texinfo: Update statement about `some ancient Unix
12516 systems, like Ultrix 4.0' to Ultrix 4.2.
12517
12518Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12519
12520 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12521
12522 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12523
12524 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12525 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12526
12527 * remote.texi: new name for former gdbinv-s.texi
12528
12529 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12530
12531Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12532
12533 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12534 variables for MIPS remote debugging protocol.
12535
12536Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12537
12538 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12539
12540Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12541
12542 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12543
12544Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12545
12546 * gdb.texinfo: repair conditional bugs in text markup
12547
12548Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12549
12550 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12551 to select Modula-2 material.
12552
12553Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12554
12555 * stabs.texinfo: Cleanups regarding statics.
12556
12557 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12558 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12559
12560Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12561
12562 * stabs.texinfo: N_MAIN is sometimes used for C.
12563
12564Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12565
12566 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12567
12568Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12569
12570 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 12571 removed from the code by Kingdon.
c906108c
SS
12572
12573Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12574
12575 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12576 input when evaluating breakpoint conditions; the bug has been fixed.
12577
12578 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12579 sets the ignore count to N-1, not to N.
12580
12581Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12582
12583 * refcard.tex (\hoffset): correct longstanding error to match
12584 intended offset; avoids cutting off edge on some printers
12585
12586Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12587
12588 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12589
12590Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12591
12592 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12593
12594Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12595
12596 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12597 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12598 collect sed edits if any, apply to refcard before formatting;
12599 (refcard.ps) stop implying PS fonts if PS output requested;
12600 (lrefcard.ps) delete extra target for variant PS fonts
12601
12602 * refcard.tex: parametrize papersize dependent info, collect
12603 in easily replaced spot
12604
12605 * a4rc.sed: new file, edits to refcard for A4 paper
12606
12607Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12608
12609 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12610
12611Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12612
12613 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12614
12615Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12616
12617 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12618 politely rather than rudely.
12619
12620Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12621
12622 * stabs.texinfo: Document common blocks.
12623
12624Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12625
12626 * stabs.texinfo: Add some basic info about stabs-in-elf.
12627
12628Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12629
12630 * stabs.texinfo (Top): Minor cleanup.
12631
12632Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12633
12634 * Makefile.in (install-info): remove parentdir support
12635
12636Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12637
12638 * gdb.texinfo (Copying): delete this node and references to it;
12639 RMS says this manual need not carry GPL. (passim): Improvements
12640 from last round at FSF, largely due to Ian Taylor review, and
12641 minor formatting improvements.
12642
12643 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12644 largely due to Ian Taylor review. (Debug Session): minor edits to
12645 new text.
12646
12647Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12648
12649 * Makefile.in (realclean): Remove info and dvi files too.
12650
12651Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12652
12653 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12654 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12655 * gdb.texinfo: Change accordingly.
12656
12657 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12658 N_{L,R}BRAC,N_SLINE are relative to.
12659
12660Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12661
12662 * Makefile.in (GDBvn.texi): Update atomically.
12663
12664Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12665
12666 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12667
12668Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12669
12670 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12671 addresses together. Also motivate the set print symbol-filename
12672 command and suggest other solutions.
12673
12674Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12675
12676 * gdb.texinfo (set print elements): Note that the number of
12677 elements is set to unlimited by "set print elements 0".
12678
12679Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12680
12681 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12682 NF_LDOUBLE means.
12683 (Stab Types): Include Solaris stab types.
12684 (Procedures): Document Solaris extensions.
12685
12686Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12687
12688 * gdb.texinfo: Add `set print symbol-filename' doc.
12689
12690Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12691
12692 * stabs.texinfo (Arrays): Talk about type definition vs. type
12693 information.
12694
12695 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12696 the trailing semicolon.
12697
12698Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12699
12700 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12701 and merge in other parts of the document addressing these subjects.
12702 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12703
12704 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12705 at the end of a range type.
12706
12707 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12708 AIX extensions.
12709
12710Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12711
12712 * stabs.texinfo (Stabs Format): Misc fixes.
12713
12714Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12715
12716 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12717 (Traditional builtin types): Document convex convention for long long.
12718 (Negative builtin types): Discuss type names, and misc fixes.
12719
12720Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12721
12722 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12723 point types used with @samp{R} type descriptor.
12724 (Symbol Descriptors): Describe how to handle conflict between
12725 different meanings of @samp{P} symbol descriptor.
12726
12727Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12728
12729 * stabs.texinfo: Remove node Quick Reference and put its children
12730 directly under the main menu.
12731
12732 * stabs.texinfo: Many more changes to bring it into line with
12733 AIX documentation and reality. I think it now has all the
12734 information from the AIX documentation, except that I burned
12735 out when I got to variant records (Pascal and Modula-2) and
12736 all the COBOL types. Oh well, we can add them later when we're
12737 worrying more about those languages.
12738
12739 * stabs.texinfo (Automatic variables): Talk about what it means
12740 to omit the symbol descriptor.
12741
12742Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12743
12744 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12745 gcc2 behavior with promoted args.
12746
12747Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12748
12749 * gdb.texinfo: include readline appendices in info version of manual
12750
12751Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12752
12753 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12754 target remote.
12755
12756 * gdb.texinfo (Machine Code): more index entries for disassemble
12757
12758Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12759
12760 * Clarify the intended use of the gdb-testers and gdb-patches
12761 mailing lists, and shrink gzip comment.
12762
12763Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12764
12765 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12766 DOSHOST configuration of manual.
12767
12768 * gdb.texinfo (MIPS Stack): new node.
12769
12770 * all-config.texi (MIPS) new switch.
12771
12772 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12773 tense; (MIPS Remote) new node.
12774
12775 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12776 bug; (Environment) less passive, other small cleanups in text about
12777 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12778 (Remote) new MIPS Remote menu entry.
12779
12780Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12781
12782 * stabs.texinfo: Many changes to include information from the
12783 AIX documentation.
12784
12785 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12786
12787Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12788
12789 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12790 Move a bunch of information from ../README.
12791 (Getting Started): New node.
12792
12793Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12794
12795 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12796
12797 * gdb.texinfo: advance manual revision dates to present
12798
12799 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12800 stop using silly Roman numerals in @set variable names
12801
12802Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12803
12804 * stabs.texinfo (Parameters): Keep trying to get this right.
12805
12806Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12807
12808 * stabs.texinfo (Parameters): More on "local parameters".
12809
12810Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12811
12812 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12813
12814Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12815
12816 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12817 (Parameters): Rewrite.
12818 (xcoff-differences, Sun-differences): Minor changes.
12819
12820Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12821
12822 * stabs.texinfo: Minor cleanup.
12823
12824Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12825
12826 * gdbint.texinfo: Minor xcoff stuff.
12827
12828Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12829
12830 * gdbint.texinfo: Update for new config directory structure.
12831 Add info about internal type data structures.
12832
12833Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12834
12835 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12836 $(srcdir).
12837 (gdb-config.texi): Depend on file in $(srcdir).
12838
12839Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12840
12841 * stabs.texinfo: Fixes about N_SO.
12842
12843Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12844
12845 * gdb.texinfo: include list of nonstandard init file names
12846
12847 * *-config.texi: new switch GENERIC for text that applies *only*
12848 to (usual) multiple-target version of manual
12849
12850 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12851 h8 config
12852
12853 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12854 in menus (rather than conditionally selected multiple alternative
12855 menus).
12856
12857 * Makefile.in: define and use DOC_CONFIG var to select
12858 configuration for GDB user manual.
12859
12860 * gdb-config.texi: delete from repository, generate from Makefile.
12861
12862 * all-config.texi: normal `generic' configuration file, formerly
12863 stored as gdb-config.texi
12864
12865Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12866
12867 * Makefile.in: add dvi target to build all .dvi files
12868
12869Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12870
12871 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12872
12873Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12874
12875 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12876 host conditionals.
12877 * stabs.texinfo: More array fixes inspired by Jim's.
12878
12879Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12880
12881 * stabs.texinfo: Fixes re arrays and continuations.
12882
12883 * gdbint.texinfo: Add XCOFF node.
12884
12885Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12886
12887 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12888
12889Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12890
12891 * stabs.texinfo: Fix for array types to mention lower bounds.
12892
12893Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12894
12895 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12896
12897Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12898
12899 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12900
12901Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12902
12903 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12904 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12905
12906Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12907
12908 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12909
12910Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12911
12912 * gdb.texinfo, gdbinv-s.texi: misc updates
12913
12914Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12915
12916 * gdbint.texinfo: Brief documentation for longjmp support,
12917 from an email msg by Stu.
12918
12919Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12920
12921 * stabs.texinfo: Fix description of floating point "range"
12922 types (which really define basic types). Reported by Jim Meehan,
12923 <meehan@src.dec.com>.
12924
12925 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12926
12927Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12928
12929 * gdbint.texinfo: Slightly expand section on supporting a new
12930 object file format.
12931
12932Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12933
12934 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12935 intermediate file.
12936
12937Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12938
12939 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12940
12941Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12942
12943 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12944
12945 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12946 as well as Z8002.
12947
12948Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12949
12950 * gdbint.texinfo: Add sections on clean design and on how to send
12951 in changes.
12952
12953Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12954
12955 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12956
12957Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12958
12959 * gdb.texinfo: Fix typo, reported by Karl Berry.
12960
12961Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12962
12963 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12964
12965Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12966
12967 * gdbint.texinfo: fixed a stray email address (needs @@),
12968 added @table @code to node "Native Conditionals"
12969
12970Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12971
12972 * gdbint.texinfo: Describe coding style of GDB.
12973
12974Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12975
12976 * stabs.texinfo: Minor wording changes.
12977
12978Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12979
12980 * gdbint.texinfo: Improve release doc slightly.
12981
12982Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12983
12984 * gdbint.texinfo: Improve doc of GDB config macros.
12985
12986Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12987
12988 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12989 These will be reinserted when examined.
12990
12991Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12992
12993 * gdbint.texinfo: Make a start at documenting all the #if macros
12994 in GDB. At least list them all, and start separating them into
12995 host-specific and target-specific.
12996
12997Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12998
12999 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 13000 examples (not consistent w others).
c906108c
SS
13001 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13002 for generic vn of doc
13003
13004Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13005
13006 * Makefile.in: always create installation directories.
13007
13008Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13009
13010 * gdb.texinfo: in h8 config, do not describe searching commands.
13011
13012Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13013
13014 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13015 conditionals; introduce a few generic switches that may be
13016 useful for other cross-dev or dos-hosted configs.
13017
13018 * gdb.texinfo: fix typo in "info reg" description
13019
13020Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13021
13022 * stabs.texinfo: Minor updates from running TeX over it.
13023 * Makefile.in (stabs.dvi, stabs.ps): Add.
13024
13025Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13026
13027 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13028 First pass at converting it to texinfo.
13029
13030Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13031
13032 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13033 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13034
13035Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13036
13037 * gdbint.texinfo: Add section on partial symbol tables.
13038
13039Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13040
13041 * gdb.texinfo: document `set remotedebug' and `set
13042 rstack_high_address'.
13043
13044Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13045
13046 * gdb.texinfo: slight expansion of new text on reading info files
13047 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13048 H8/300 from DOS.
13049
13050Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13051
13052 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13053
13054Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13055
13056 * gdb.texinfo: Say how to read the `info' files.
13057
13058Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13059
13060 * Makefile.in: gm4 -> m4.
13061
13062Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13063
13064 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13065 Documentation' ahead of `Installing GDB' to match README.
13066 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 13067 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
13068
13069Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13070
13071 * Makefile.in: remove $(srcdir) from gdb.info rule.
13072
13073Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13074
13075 * Makefile.in: commented out gdb-all.texinfo rule. This is
13076 temporary.
13077
13078Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13079
13080 * Makefile.in, configure.in: removed traces of namesubdir,
13081 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 13082 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
13083
13084Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13085
13086 * gdb.texinfo: Improve how we ask for bug reports.
13087
13088Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13089
13090 * Makefile.in: infodir belongs in datadir.
13091
13092Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13093
13094 * Makefile.in: remove spaces following hyphens, bsd make can't
13095 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 13096 standards.text support.
c906108c
SS
13097
13098Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13099
13100 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13101 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13102 and mandir now keyed off datadir by default.
13103
13104\f
13105Local Variables:
9e9c5ae7 13106mode: change-log
c906108c
SS
13107left-margin: 8
13108fill-column: 74
13109version-control: never
463888ab 13110coding: utf-8
c906108c 13111End:
This page took 1.973256 seconds and 4 git commands to generate.