gdb/
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
a4d9b460
PA
12008-01-05 Pedro Alves <pedro@codesourcery.com>
2
3 * gdbint.texinfo (Host Conditionals): Remove mention of
4 ALIGN_STACK_ON_ENTRY.
5
6ec2edbe
JB
62008-01-05 Joel Brobecker <brobecker@adacore.com>
7
8 * gdbint.texinfo (Start of New Year Procedure): Add item
9 describing how to update the source and documentation copyright
10 notices.
11
d8b2a693
JB
122007-12-18 Jim Blandy <jimb@codesourcery.com>
13
ab209b3a 14 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
15 watchpoint explanation into the main description of the watchpoint
16 command; update synopses of 'watch', 'rwatch', and 'awatch'
17 commands.
18
8b4ed427
VP
192007-12-18 Vladimir Prus <vladimir@codesourcery.com>
20
21 * gdb.texinfo (Miscellaneous gdb/mi Commands):
22 Document 'pending-breakpoints' feature of
23 -list-features.
24
37e4754d
LM
252007-12-17 Luis Machado <luisgpm@br.ibm.com>
26
27 * doc/gdb.texinfo: Add new parameter's description.
28
1d3811f6
DJ
292007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
30
31 * gdb.texinfo (Overview): Clarify run-length encoding
32 example. Remove the restriction on "+" and "-" characters.
33
c1c25a1a
EZ
342007-12-15 Eli Zaretskii <eliz@gnu.org>
35
36 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
37
afe8ab22
VP
382007-12-14 Vladimir Prus <vladimir@codesourcery.com>
39
40 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
41 the -f option for -break-insert, remove -r option,
42 and clarify specification of location.
43
a6b151f1
DJ
442007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
45
46 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
47 formatting.
48 (Remote Debugging): Add File Transfer section.
49 (Remote Configuration): Document Host I/O packets.
50 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 51 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
52 (Packets): Add vFile.
53
3b784c4f
EZ
542007-11-17 Eli Zaretskii <eliz@gnu.org>
55
56 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
57 breakpoints with multiple locations.
58 (Breakpoint Menus): Improve wording.
59 (Output): Fix last change.
60
a4ce5b0d
UW
612007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
62
63 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
64
1b39d5c0
DE
652007-11-15 Doug Evans <dje@google.com>
66
67 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
68
7a72d44c
VP
692007-11-15 Vladimir Prus <vladimir@codesourcery.com>
70
71 * gdbint.texinfo (Native Conditionals): Remove
72 mention of CLEAR_SOLIB.
73
6d1829bf 742007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
75
76 * gdb.texinfo (Print Settings): Add documentation for "set/show
77 print frame-arguments".
78
1a619819
LM
792007-11-05 Luis Machado <luisgpm@br.ibm.com>
80
3b784c4f 81 * gdb.texinfo (Output): Update printf command's description.
1a619819 82
55eddb0f
DJ
832007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
84
85 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
86 powerpc soft-float".
87
9cceb671
DJ
882007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
89
90 * gdb.texinfo (Files): Correct formatting. Mention Expat
91 requirement.
92 (Requirements for Building GDB): Expand the list of Expat
93 uses.
94 (Library List Format, Memory Map Format): Mention Expat.
95 (Target Descriptions): Update Expat wording.
96
83acabca
DJ
972007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
98
99 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
100 Document that gdbarch_convert_register_p should return zero for no-op
101 conversions.
102
e35879db
UW
1032007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
104
83acabca 105 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
106 of set_gdbarch_sofun_address_maybe_missing back to ...
107 (Target Conditionals): ... here to fix build break.
108
203c3895
UW
1092007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
110
83acabca 111 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
112 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
113 (Compiler Characteristics): ... documentation of
114 set_gdbarch_sofun_address_maybe_missing.
115
11411de3
DJ
1162007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
117
118 * gdbint.texinfo (Target Conditionals): Use
119 frame_unwind_register_unsigned in examples instead of
120 frame_unwind_unsigned_register.
121
7cc46491
DJ
1222007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
123
124 * gdb.texinfo (Predefined Target Types): Add int128
125 and uint128.
126 (Standard Target Features): Add PowerPC features.
127
81adfced
DJ
1282007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
129
130 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
131
c1874924
UW
1322007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
133
134 * gdbint.texi (Target Conditionals): Remove documentation
135 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
136 gdbarch_extract_return_value, and gdbarch_store_return_value.
137
f6e56ab3
UW
1382007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
139
140 * gdbint.texi (Target Conditionals): Remove documentation of
141 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
142
56cf5405
KH
1432007-10-11 Kazu Hirata <kazu@codesourcery.com>
144
145 * gdb.texinfo: Mention that inaccessible-by-default is on by
146 default.
147
35156bae
DJ
1482007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
149
150 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
151
d983da9c
DJ
1522007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
153
154 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
155 multi-threaded watchpoints.
156 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
157 checked. Describe sticky notification. Expand description
158 of steppable and continuable watchpoints.
159 (Watchpoints and Threads): New subsection.
160
fe6fbf8b
VP
1612007-09-28 Vladimir Prus <vladimir@codesourcery.com>
162
163 * gdb.texinfo (Setting Breakpoints): Revise
164 documentation for pending breakpoints. Document
165 breakpoints with multiple locations.
166
084344da
VP
1672007-09-19 Vladimir Prus <vladimir@codesourcery.com>
168
169 * gdb.texinfo (Miscellaneous gdb/mi Commands):
170 Document -list-features.
171
82160952
EZ
1722007-09-15 Eli Zaretskii <eliz@gnu.org>
173
174 * gdb.texinfo (Output): Spell out which features of C's printf are
175 not supported by GDB's printf.
7e27a47a
EZ
176 (Separate Debug Files): More accurate wording regarding build ID
177 and a reference to the ld manual rather than the Fedora wiki.
82160952 178
ea37ba09
DJ
1792007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
180 Jim Blandy <jimb@codesourcery.com>
181
182 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
183 (Examining Memory): Update mentions of the 's' format.
184 (Automatic Display): Likewise.
185
b8533aec
DJ
1862007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
187
188 * gdb.texinfo: Update the FSF's Back-Cover Text.
189
83f83d7f
JK
1902007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
191 Eli Zaretskii <eliz@gnu.org>
192
193 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
194 Fixed the ``build ID'' name. New binaries build instructions for the
195 build ID inclusion. Explain how the commands are specific to the build
196 ID vs. debug link.
197
c7e83d54
EZ
1982007-09-01 Eli Zaretskii <eliz@gnu.org>
199
200 * gdb.texinfo (Separate Debug Files): Fix last change. Add
201 indexing for ``build ID'' support.
202
d3750b24
JK
2032007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
204
205 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
206 Enlisted BUILD ID to the debug file searching example.
207 Included a BUILD ID `.note.gnu.build-id' section description.
208 Updated/added the debug files splitting instructions for OBJCOPY.
209
02142340
VP
2102007-08-31 Vladimir Prus <vladimir@codesourcery.com>
211
212 * gdb.texinfo (Variable Objects): Adjust docs
213 for -var-info-expression and document
214 -var-info-path-expression.
215
d3bdde98
JB
2162007-08-20 Jim Blandy <jimb@codesourcery.com>
217
3fb6a982
JB
218 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
219 (title page): Include the dedication in the printed manual, as a
220 separate page after the copyright notice.
221
d3bdde98
JB
222 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
223 don't break a @var across a line.
224
c80a96a8
MR
2252007-07-25 Maciej W. Rozycki <macro@mips.com>
226
227 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
228 for include files.
229
5824a901
NR
2302007-07-12 Nick Roberts <nickrob@snap.net.nz>
231
232 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
233 in annotate.texinfo.
234 (Command History): Link to new node.
235
d52e7ea3
UW
2362007-07-05 Markus Deuling <deuling@de.ibm.com>
237
238 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
239
5fc14d0a
EZ
2402007-07-05 Eli Zaretskii <eliz@gnu.org>
241
242 * gdbint.texinfo (Target Conditionals): Fix last change.
243
4a9bb1df
UW
2442007-07-03 Markus Deuling <deuling@de.ibm.com>
245
246 * gdb.texinfo: Replace following macros by their appropriate gdbarch
247 routines:
248 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
249 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
250 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
251 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
252 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
253 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
254 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
255 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
256 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
257 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
258 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
259 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
260 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
261 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
262 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
263 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
264 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
265 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
266 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
267 (SOFTWARE_SINGLE_STEP_P)
268
269 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
270 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
271
272 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
273 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
274 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
275 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
276 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
277 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
278 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
279 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
280 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
281 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
282
283 (Converting an existing Target Architecture to Multi-arch): Remove
284 section.
285
286 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
287 (gdbarch_addr_bits_remove): Add code example.
288
289 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
290
cfa9d6d9
DJ
2912007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
292
293 * gdb.texinfo (Remote Configuration): Document library-info-packet.
294 Add other missing entries. Adjust the table size to fit.
295 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
296 stop reasons including the new "library" event.
297 (General Query Packets): Adjust table widths for qSupported. Mention
298 qXfer:libraries:read reply to qSupported and document the new packet.
299 (Library List Format): New section.
300
159fcc13
JK
3012007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
302
303 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
304
f66d1690
MS
3052007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
306
307 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
308
67102876
NR
3092007-06-25 Nick Roberts <nickrob@snap.net.nz>
310
311 * gdbint.texinfo (Register and Memory Data): Break sections
312 into nodes and add a menu.
313
a4642986
MR
3142007-06-21 Maciej W. Rozycki <macro@mips.com>
315
316 * gdb.texinfo (Examining Memory): Document the new behaviour.
317
e9c17194
VP
3182007-06-21 Vladimir Prus <vladimir@codesourcery.com>
319
320 * gdb.texinfo (Standard Target Features): Document
321 m68k features.
322
31d99776
DJ
3232007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
324
325 * gdb.texinfo (General Query Packets): Document qOffsets changes.
326
1780a0ed
DJ
3272007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
328
329 * gdb.texinfo (Target Description Format): Add version attribute
330 for <target>.
331
822b6570
DJ
3322007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
333
334 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
335
f8b73d13
DJ
3362007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
337
338 * gdb.texinfo (MIPS Features): New subsection.
339
0e7f50da
UW
3402007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
341 Markus Deuling <deuling@de.ibm.com>
342
343 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
344 and qXfer:spu:write packets and mention them under qSupported.
345
23d964e7
UW
3462007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
347 Markus Deuling <deuling@de.ibm.com>
348
349 * gdb.texinfo (Architectures): Add new SPU section to document
350 Cell Broadband Engine SPU architecture specific commands.
351
9f708cb2
VP
3522007-06-09 Vladimir Prus <vladimir@codesourcery.com>
353
354 * gdb.texinfo (GDB/MI Variable Objects): Editorial
355 comments.
356
7579b5f8
NR
3572007-06-07 Nick Roberts <nickrob@snap.net.nz>
358
359 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
360
bf06d120
JB
3612007-05-29 Jim Blandy <jimb@codesourcery.com>
362
363 * gdb.texinfo (Overview): Doc fix.
364
23776285
MR
3652007-05-22 Maciej W. Rozycki <macro@mips.com>
366
367 * gdb.texinfo (Remote Configuration): Document "set/show
368 remoteflow".
369
1a69e1e4
DJ
3702007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
371
bf06d120
JB
372 * gdb.texinfo (MIPS): Remove documentation for set mips
373 saved-gpreg-size, show mips saved-gpreg-size, and set mips
374 stack-arg-size.
1a69e1e4 375
46ba6afa
BW
3762007-05-14 Bob Wilson <bob.wilson@acm.org>
377
378 * all-cfg.texi (GDBTUI): New.
379 * gdb.texinfo (Mode Options): Use GDBTUI variable.
380 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
381 (TUI Configuration): Edit to improve clarity and fix problems of
382 both style and content.
383
06d3b283
UW
3842007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
385
386 * observer.texi (GDB Observers): New observer "new_objfile".
387
179101d6
UW
3882007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
389
390 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
391
25d5ea92
VP
3922007-04-14 Vladimir Prus <vladimir@codesourcery.com>
393
394 * gdb.texinfo (GDB/MI Variable Objects): Document
395 frozen variables objects.
396
ea35711c
DJ
3972007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
398
399 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
400 (Character Sets, Caching Data of Remote Targets): Likewise.
401 (Targets): Delete Remote node. Move its text...
402 (Debugging Remote Programs): ...to here. Delete description
403 of the "remote" command.
404 (Remote configuration): Delete description of "set remotedevice"
405 and "show remotedevice".
406 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
407
db2e3e2e
BW
4082007-04-11 Bob Wilson <bob.wilson@acm.org>
409
410 * gdb.texinfo (Contributors, Continuing and Stepping)
411 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
412 (General Query Packets, File-I/O Remote Protocol Extension)
413 (Protocol Basics, The F Reply Packet, Write)
414 (Protocol-specific Representation of Datatypes, Memory Transfer):
415 Fix hyphenation, punctuation and grammar problems.
416 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
417 'section' instead of 'subsection' in the text.
418 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
419 (i386): Remove period from section name.
420 (Installing GDB, Requirements, Running Configure, Separate Objdir)
421 (Config Names, Configure Options): Use @file{configure}.
422
8a3dae3e
DJ
4232007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
424
425 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
426 and tab expansion.
427
1a92f856
DJ
4282007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
429
430 * gdbint.texinfo (SOM): Correct location of the SOM reader.
431
79a6e687
BW
4322007-04-02 Bob Wilson <bob.wilson@acm.org>
433
434 * gdb.texinfo: Consistently capitalize all significant words in
435 node names, chapter titles, section titles, and headings. Update
436 cross references to match.
437 (Starting and Stopping Trace Experiment): Make node name plural.
438 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
439
ad527d2e
PA
4402007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
441
442 * gdb.texinfo (WinCE): Delete obsolete subsection.
443
7ce59000
DJ
4442007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
445
446 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
447 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
448 references.
449
8807d78b
DJ
4502007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
451
452 * gdb.texinfo (Startup): Delete references to some alternate
453 names for .gdbinit.
454 (Thread): Remove LynxOS reference.
455 (Tandem ST2000): Delete target-specific documentation.
456 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
457 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
458 and GDB_OSABI_LYNXOS.
459
5f402660
UW
4602007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
461
462 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
463
bac718a6
UW
4642007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
465
466 * gdbint.texinfo (Target Conditionals): Remove mention of
467 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
468 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
469
9453113a
DJ
4702007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
471
472 * Makefile.in: Add "pdfdir" installation
473 directory, PDFTEX macro, support for "install-pdf" target,
474 and rules for making a pdf version of refcard.texi.
475 * refcard.tex: Specify paper size for PDF output.
476
ae21e955
BW
4772007-03-26 Bob Wilson <bob.wilson@acm.org>
478
479 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
480
3f94c067
BW
4812007-03-26 Bob Wilson <bob.wilson@acm.org>
482
483 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
484 (Source Path, Character Sets, Macros, Define)
485 (GDB/MI Result Records, GDB/MI Simple Examples)
486 (GDB/MI Program Execution, GDB/MI File Commands)
487 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
488 (Bug Reporting): Use @value{GCC}.
489
12c27660
BW
4902007-03-26 Bob Wilson <bob.wilson@acm.org>
491
492 * gdb.texinfo (Help): Fix formatting of examples.
493 (Variables): Use @ifnotinfo instead of @iftex.
494 (Non-debug DLL symbols): Use @ref instead of @pxref.
495 (Sparclet File): Use @samp instead of quotes.
496
ce9341a1
BW
4972007-03-26 Bob Wilson <bob.wilson@acm.org>
498
499 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
500
c8f4133a
BW
5012007-03-26 Bob Wilson <bob.wilson@acm.org>
502
503 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
504 the order of the nodes.
505 (C Operators, C Constants, Debugging C): Remove extra menus.
506 (Method Names in Commands): Do not specify next/prev/up nodes.
507
5082007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
509
510 * gdb.texinfo (File Options): Add missing parenthesis.
511 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
512
c74d0ad8
DJ
5132007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
514
515 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
516
ff6f572f
DJ
5172007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
518
519 * src/gdb/doc/gdb.texinfo (Standard Target Features): Mention
520 case insensitivity.
521 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
522
994337c3
NR
5232007-02-18 Nick Roberts <nickrob@snap.net.nz>
524
525 * gdb.texinfo (Top): Put Appendix A after numbered sections.
526 (Files): Add section name to argument list for pxref.
527 (Non-debug DLL symbols): Don't use `see' for pxref.
528 (Embedded Processors): Fix typo.
529 (GDB/MI Breakpoint Commands): Execution commands generate
530 *stopped not ^done.
531
eb819d70
NR
5322007-02-13 Nick Roberts <nickrob@snap.net.nz>
533
534 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
535 values for in_scope. Mention that only root variables can be
536 updated.
537 (GDB/MI Development and Front Ends): Explain new values may be
538 added to existing fields.
539
123dc839
DJ
5402007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
541
542 * gdb.texinfo (-target-disconnect): Use @smallexample.
543 (Requirements): Add anchor for Expat. Update description.
544 (Target Descriptions): Mention Expat.
545 (Target Description Format): Document new elements. Use
546 @smallexample.
547 (Predefined Target Types, Standard Target Features): New sections.
548 * doc/gdbint.texinfo (Target Descriptions): New section.
549
108546a0
DJ
5502007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
551
552 * gdb.texinfo (Target Description Format): Add section on XInclude.
553
95a98c01
NR
5542006-02-03 Nick Roberts <nickrob@snap.net.nz>
555
556 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
557 command -enable-timings.
558
f4b3909f
EZ
5592007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
560
561 * gdbint.texinfo (Operation System ABI Variant Handling): Update
562 descriptions for new/deleted elements in gdb_osabi. Add missing
563 description for function generic_elf_osabi_sniff_abi_tag_sections.
564
c7ba131e
JB
5652007-01-29 Joel Brobecker <brobecker@adacore.com>
566
567 * gdb.texinfo (Maintenance Commands): Add documentation for
568 the new "maint print target-stack" command.
569
3a60f64e
JK
5702007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
571 Eli Zaretskii <eliz@gnu.org>
572
f4b3909f 573 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 574
c582f8b6
EZ
5752007-01-26 Eli Zaretskii <eliz@gnu.org>
576
577 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
578 Use @value{NGCC} instead of @value{GCC}.
579
d3e8051b
EZ
5802007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
581
582 * agentexpr.texi: Fix typos.
583 * annotate.texinfo: Likewise.
584 * gdb.texinfo: Likewise.
585 * gdbint.texinfo: Likewise.
586 * observer.texi: Likewise.
587 * stabs.texinfo: Likewise.
588
86f04699
EZ
5892007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
590
591 * gdbint.texinfo (Support Libraries): Remove mmalloc
592 entry. Describe readline library.
593
23181151
DJ
5942007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
595
596 * gdb.texinfo (Target Descriptions): New section.
597 (General Query Packets): Add QPassSignals anchor. Mention
598 qXfer:features:read under qSupported. Expand mentions of
599 qXfer:memory-map:read and QPassSignals. Document
600 qXfer:features:read.
601
f822c95b
DJ
6022007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
603
604 * gdb.texinfo (Commands to specify files): Describe
605 "set sysroot" and "show sysroot".
606 (Using the `gdbserver' program): Lowercase argument
607 to @var. Expand description of setting up GDB on the
608 host.
609
8936fcda
JB
6102007-01-05 Joel Brobecker <brobecker@adacore.com>
611
612 * gdb.texinfo (Set Catchpoints): Add documentation for the new
613 catch exception, catch exception unhandled, and catch assert
614 commands.
615
e776119f
DJ
6162007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
617
618 * gdb.texinfo (Debugging Output): Document "set debug xml"
619 and "show debug xml".
620
aa79a185
DJ
6212007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
622
623 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
624
7f893741
JB
6252007-01-01 Joel Brobecker <brobecker@adacore.com>
626
627 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
628
a1b5960f
VP
6292006-12-08 Vladimir Prus <vladimir@codesourcery.com>
630
631 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
632 note in @ignore, to be removed later if nobody complains.
633
9f470e6e
NR
6342006-12-04 Nick Roberts <nickrob@snap.net.nz>
635
636 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
637 of -var-delete.
638
765dc015
VP
6392006-11-22 Vladimir Prus <vladimir@codesourcery.com>
640
641 * gdb.texinfo (Setting breakpoints): Document
642 automatic software/hardware breakpoint usage and
643 the "set breakpoint auto-hw" command.
644
4b5752d0
VP
6452006-11-21 Vladimir Prus <vladimir@codesourcery.com>
646
647 * gdb.texinfo (Memory Access Checking): New.
648
89be2091
DJ
6492006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
650
651 * gdb.texinfo (Remote configuration): Mention
652 "pass-signals-packet".
653 (General Query Packets): Document QPassSignals. Fix
654 a typo.
655
ca3bf3bd
DJ
6562006-11-14 Maxim Grigoriev <maxim@tensilica.com>
657
658 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
659
427c3a89
DJ
6602006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
661
662 * gdb.texinfo (Remote configuration): Rewrite documentation for
663 packet configuration commands.
664 (OS Information): Adjust reference to qXfer:auxv:read.
665 (General Query Packets): Remove references to read-aux-vector-packet
666 and set remote get-thread-local-storage-address.
667
7a107747
DJ
6682006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
669
670 * gdbint.texinfo (Target Architecture Definition): Add new
671 Initializing a New Architecture section.
672
1c56eb0e
EZ
6732006-10-31 David Taylor <dtaylor@emc.com>
674
675 * stabs.texinfo (Macro define and undefine): New node describing
676 stabs for #define and #undef.
677
f73adfeb
AS
6782006-10-27 Andreas Schwab <schwab@suse.de>
679
680 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
681
fd60e0df
EZ
6822006-10-21 Eli Zaretskii <eliz@gnu.org>
683
684 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
685 clarify on the possible meanings of ``expression'' watched by
686 watchpoints. Add indexing.
e5ac9b53
EZ
687 (Prompting, Errors, Invalidation, Annotations for Running)
688 (Source Annotations): Fix index entries by adding "annotation" to
689 them, to discriminate from index entries that point to the more
690 general topic descriptions.
fd60e0df 691
52bb452f
DJ
6922006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
693
694 * gdbint.texinfo (Target Vector Definition): Move most
695 content into Existing Targets. Add a menu.
696 (Existing Targets): New section, moved from Target Vector
697 Definition. Use @subsection.
698 (Managing Execution State): New section.
699
58955e58
BW
7002006-10-16 Bob Wilson <bob.wilson@acm.org>
701
702 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
703
c8aa23ab
EZ
7042006-10-15 Eli Zaretskii <eliz@gnu.org>
705
706 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
707 (Command Syntax, Signals, Backtrace, Connecting)
708 (Remote configuration, Renesas Boards, Console I/O): Fix last
709 change: use Ctrl- instead of C-, except wrt Emacs.
710 (File-I/O Examples): Put Ctrl-c in @kbd.
711 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
712 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
713 (Signals, Set Breaks, Set Watchpoints): Document optional
714 arguments to `info signals' `handle', `info breakpoints', and
715 `info watchpoints'.
c8aa23ab 716
e7109c7e
EZ
7172006-10-14 Eli Zaretskii <eliz@gnu.org>
718
719 * gdb.texinfo (Backtrace): Fix last change.
720
de3aea7b
NR
7212006-10-14 Nick Roberts <nickrob@snap.net.nz>
722
723 * gdb.texinfo (Backtrace): Order correctly and add other cases.
724
7f9087cb
BW
7252006-10-10 Bob Wilson <bob.wilson@acm.org>
726
c8aa23ab
EZ
727 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
728 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
729 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 730
68437a39
DJ
7312006-09-21 Vladimir Prus <vladimir@codesourcery.com>
732 Daniel Jacobowitz <dan@codesourcery.com>
733
734 * gdb.texinfo (Packets): Document vFlashErase,
735 vFlashWrite and vFlashDone packets.
736 (General Query Packets): Document qXfer:memory-map:read.
737 Add a new feature for qXfer:memory-map:read.
738 (Memory map format): New section.
739 (Target Commands): Mention that gdb can write flash.
740
fd79ecee
DJ
7412006-09-21 Vladimir Prus <vladimir@codesourcery.com>
742 Daniel Jacobowitz <dan@codesourcery.com>
743
744 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
745 memory regions and "mem auto".
746
350da6ee
DJ
7472006-09-21 Nathan Sidwell <nathan@codesourcery.com>
748
749 * gdbint.texinfo (Array Containers): New section.
750
2f1acb09
VP
7512006-09-17 Vladimir Prus <vladimir@codesourcery.com>
752
753 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
754 -stack-list-arguments HIGH_FRAME argument can be larger then the
755 actual number of frames.
756
2ab1eb7a
VP
7572006-09-07 Vladimir Prus <vladimir@codesourcery.com>
758
759 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
760 -stack-list-locals HIGH_FRAME argument can be larger then the
761 actual number of frames.
762
599b237a
BW
7632006-09-02 Bob Wilson <bob.wilson@acm.org>
764
765 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
766 Register Packet Format, Tracepoint Packets): Fix spelling errors.
767
25ab7e6d
EZ
7682006-09-02 Eli Zaretskii <eliz@gnu.org>
769
770 * gdbint.texinfo (Overall Structure): New section "Source Tree
771 Structure".
772
940178d3
JB
7732006-08-17 Jim Blandy <jimb@codesourcery.com>
774
775 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
776 responses.
777
30daae6c
JB
7782006-08-08 Joel Brobecker <brobecker@adacore.com>
779
780 * gdb.texinfo (Source Path): Add documentation for new
781 substitute-path commands.
782
7fa2210b
DJ
7832006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
784
785 * gdb.texinfo (Installing GDB): Update menu. Move text to...
786 (Running Configure): ...here.
787 (Requirements): New node. Mention expat.
788
3d00d119
DJ
7892006-08-08 Vladimir Prus <vladimir@codesourcery.com>
790
791 * gdb.texinfo (Target Commands): Remove
792 'set download-write-size' and 'show download-write-size'.
793
0cbfa4ee
DJ
7942006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
795
796 * stabs.texinfo (Member Type Descriptor): Correct example for
797 pointer to member types.
798
16026cd7
AS
7992006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
800
801 * gdb.texinfo (Optional warnings and messages): Add
802 'set/show trace-commands'.
803 (Command files): Add '-v' to source command.
804
0876f84a
DJ
8052006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
806
807 * gdb.texinfo (OS Information): Update qPart reference to
808 qXfer.
809 (Remote configuration): Likewise.
810 (Overview): Move @cindex to the start of a paragraph. Talk
811 about binary data encoding.
812 (Packets): Refer to the overview for the details of the X
813 packet encoding.
814 (General Query Packets): Remove qPart description. Add qXfer
815 description. Add an anchor to qSupported. Correct feature
816 table title. Add a new feature for qXfer:auxv:read.
817 (Interrupts): Add a missing parenthesis.
818
2ec3381a
DJ
8192006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
820
821 * doc/gdb.texinfo (KOD): Remove node.
822 (GDB/MI Kod Commands): Remove commented out node.
823
594fe323
EZ
8242006-07-01 Eli Zaretskii <eliz@gnu.org>
825
826 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
827 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
828 (GDB/MI Thread Commands, GDB/MI Program Execution)
829 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
830 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
831 (GDB/MI File Commands, GDB/MI Target Manipulation)
832 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
833 since the MI prompt is hard-wired into the code.
834
7e3fb70c
NR
8352006-07-01 Nick Roberts <nickrob@snap.net.nz>
836
837 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
838 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
839 (GDB/MI Data Manipulation): Remove description of unimplemented
840 display related commands as variable objects perform this function
841 and are superior: -display-delete, -display-disable,
842 -display-enable, -display-insert and -display-list. Move
843 -environment-cd, -environment-directory, -environment-path
844 and -environment-pwd to "Program Context".
845 (GDB/MI Program Control): Rename to "Program Execution". Move
846 -exec-arguments -exec-abort to...
847 (GDB/MI Program Context): ...here. New node split from "Data
848 Manipulation".
849
be2a5f71
DJ
8502006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
851
852 * gdb.texinfo (Remote configuration): Document set / show
853 remote supported-packets.
854 (General Query Packets): Document qSupported packet.
855
fc320d37
SL
8562006-06-10 Sandra Loosemore <sandra@codesourcery.com>
857
858 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
859 and font markup.
860 (Protocol basics): Likewise.
861 (The F request packet): Likewise.
862 (The F reply packet): Likewise.
863 (Memory transfer): Move this node to be a subsubsection of
864 "Protocol specific representation of datatypes".
865 (The Ctrl-C message): More copy editing.
866 (Console I/O): Likewise.
867 (The isatty call): Delete this node, and merge its content into
868 the "isatty" node. Fixed references elsewhere.
869 (The system call): Delete this node, and merge its content into
870 the "system" node. Fixed references elsewhere.
871 (open): Reformat to use @table, and add appropriate font markup.
872 (close): Likewise.
873 (read): Likewise.
874 (write): Likewise.
875 (lseek): Likewise.
876 (rename): Likewise.
877 (unlink): Likewise.
878 (stat/fstat): Likewise.
879 (gettimeofday): Likewise.
880 (isatty): Likewise.
881 (system): Likewise, plus minor changes to fix confusing wording.
882 (Integral datatypes): Fix font markup.
883 (Pointer values): Likewise.
884 (struct stat): Fix markup to use @table, plus minor copy editing.
885 (struct timeval): Fix font markup, plus minor copy editing.
886 (Constants): Minor copy editing.
887 (Errno values): Add font markup.
888 (File-I/O Examples): Likewise.
889
158fdf5c
NR
8902006-06-10 Nick Roberts <nickrob@snap.net.nz>
891
892 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
893 (GDB/MI Simple Examples): Move node up one level. Use real
894 examples.
895 (GDB/MI Compatibility with CLI): Update.
896 (GDB/MI Result Records): Add "connected" and "exit" result
897 classes.
898 (GDB/MI Stream Records): Clarify target output.
899 (GDB/MI Command Description Format): Modify example description.
900 (GDB/MI Breakpoint Table Commands): Rename to...
901 (GDB/MI Breakpoint Commands): ...this
902 (GDB/MI Breakpoint Commands): Add optional thread field.
903 (GDB/MI Program Control): Add an introduction. Move "Program
904 termination" examples into exec-run description.
905 (GDB/MI File Commands): Mention similar CLI commands.
906 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
907 is similar to "-gdb-version".
908
ddb50cd7
EZ
9092006-06-09 Eli Zaretskii <eliz@gnu.org>
910
911 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
912
2aef0d6b
NR
9132006-06-02 Nick Roberts <nickrob@snap.net.nz>
914
915 * gdb.texinfo (GDB/MI Development and Front Ends): Use
916 sourceware.org for mailing lists.
d5e40d59 917 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 918
383a5c52
NR
9192006-06-01 Nick Roberts <nickrob@snap.net.nz>
920
d5e40d59 921 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 922
e16b02ee
EZ
9232006-05-22 Eli Zaretskii <eliz@gnu.org>
924
925 * gdb.texinfo (Cygwin Native): Fix last change.
926
be90c084
CF
9272006-05-22 Christopher Faylor <cgf@timesys.com>
928
929 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
930
347ceba5
NR
9312006-05-15 Nick Roberts <nickrob@snap.net.nz>
932
933 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
934 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
935
369af7bd
DJ
9362006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
937
938 * gdb.texinfo (General Query Packets): Recommend not starting
939 new packets with qC and clarify.
940
2ffdbde8 9412006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
942
943 * gdb.texinfo (M2 Types): New section.
72019c9c 944
16d1a084
DJ
9452006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
946
947 * agentexpr.texi: Add a copyright and license notice.
948 * observer.texi: Likewise, with GPL clause for function prototypes.
949 Remove trailing whitespace.
950
aa56d27a
JB
9512006-05-05 Jim Blandy <jimb@codesourcery.com>
952
953 * gdb.texinfo (General Query Packets): Document conventions for
954 terminating packet names, and their violations.
955
5bdf8622
DJ
9562006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
957
958 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
959 * gdb.texinfo: Likewise.
960
605a56cb
DJ
9612006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
962
963 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
964 and "show remotedebug".
965 (Debugging Output): Add additional index entries.
966
b8db102d
MS
9672006-04-27 Michael Snyder <msnyder@redhat.com>
968
969 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
970
c5e30d01
AC
9712006-04-22 Andrew Cagney <cagney@redhat.com>
972
973 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
974 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
975
8181d85f
DJ
9762006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
977
978 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
979 and remove breakpoint prototypes.
980 (Watchpoints): Move description of target_insert_hw_breakpoint and
981 target_remove_hw_breakpoint ...
982 (Breakpoints): ... to here. Document target_insert_breakpoint and
983 target_remove_breakpoint.
984
4f553f88
JB
9852006-04-17 Jim Blandy <jimb@codesourcery.com>
986
987 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
988 and C packets are optional.
989
cd852561
FR
9902006-04-14 Frederic Riss <frederic.riss@st.com>
991
992 * gdb.texinfo (Specifying source directories): Update the description
993 of the source file search to reflect the fact that the source path
994 always contains at least $cdir and $cwd.
995
b620eb07
MS
9962006-03-31 Michael Snyder <msnyder@redhat.com>
997
998 * gdb.texinfo: Update copyright dates.
999
3156cdaf
EZ
10002006-03-31 Eli Zaretskii <eliz@gnu.org>
1001
1002 * gdb.texinfo (Overview): Add an index entry to "empty response".
1003
7d30c22d
JB
10042006-03-28 Jim Blandy <jimb@codesourcery.com>
1005
1006 * gdbint.texinfo (Prologue Analysis): New section.
1007
86941c27
JB
10082006-03-07 Jim Blandy <jimb@red-bean.com>
1009
66b8c7f6
JB
1010 * gdb.texinfo (Connecting): Document 'target remote pipe'.
1011
1a10341b
JB
1012 * gdb.texinfo (Target Commands): Update text describing how to
1013 specify a target. Refer to the detailed section on remote
1014 debugging, not the brief mention.
1015
86941c27
JB
1016 * gdb.texinfo (Connecting): Organize the different 'target remote'
1017 connection methods into a table. Add a 'target remote' index
1018 entry. (!!!)
1019
62f3a2ba
FF
10202006-02-17 Fred Fish <fnf@specifix.com>
1021
1022 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
1023 'ptype' commands to reflect the fact that the only significant
1024 difference between them is that ptype prints the complete type
1025 description instead of just the name.
1026
8b9a88ea
WZ
10272006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
1028
1029 * gdbint.texinfo (Watchpoints): Delete
1030 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
1031
7e8dc855
NR
10322006-02-10 Nick Roberts <nickrob@snap.net.nz>
1033
1034 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
1035 times fields where needed. Fix typos. Update general form given
1036 for output of -break-insert.
1037 (GDB/MI): Abbreviate some unnecessarily long fullnames.
1038
c91d38aa
DJ
10392006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
1040
1041 * gdbint.texinfo (Symbol Handling): Add a section
1042 on memory management.
1043
38fcd64c
DJ
10442006-02-06 Vladimir Prus <ghost@cs.msu.su>
1045
1046 * gdb.texinfo (Breakpoint table commands): Document the fullname
1047 field in -break-list output.
1048
219eec71
EZ
10492006-02-03 Eli Zaretskii <eliz@gnu.org>
1050
1051 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
1052 debugging information produced by the various "set debug..."
1053 options.
1054
ae5a43e0
DJ
10552006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1056
1057 * gdb.texinfo (Files): Remove obsolete bits from the description
1058 of "symbol-file".
1059
a9f158ec
JB
10602006-01-25 Jim Blandy <jimb@redhat.com>
1061
1062 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
1063
410dd08e
JB
10642006-01-24 Jim Blandy <jimb@redhat.com>
1065
1066 * gdbint.texinfo (Frames): Document the basics of GDB's register
1067 unwinding model, and explain the existence of the "sentinel" frame.
1068
4b505b12
AS
10692006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
1070
1071 * gdb.texinfo (Choosing files): Mention that -directory is used
1072 for script files.
1073 (Specifying source directories): Likewise.
1074 (Command files): Explain how script files are found.
1075
839c27b7
EZ
10762006-01-21 Eli Zaretskii <eliz@gnu.org>
1077
1078 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
1079 the threads in a multi-threaded program.
1080 (Threads): The threadno argument of "thread apply" can be a range
1081 of numbers.
1082
7be93b9e
JB
10832006-01-18 Jim Blandy <jimb@redhat.com>
1084
1085 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
1086 of warning flags.
1087
fcc73fe3
EZ
10882006-01-13 Eli Zaretskii <eliz@gnu.org>
1089
1090 * gdb.texinfo (Sequences): Improve menu annotations.
1091 (Define): Add index entries for arguments of user-defined
1092 commands. Move the description of flow-control commands...
1093 (Command Files): ...to here. Document loop_break and
1094 loop_continue.
ca91424e
EZ
1095 (Define, Command Files): Document `end' and add index entries for
1096 it.
fcc73fe3 1097
5c95884b
MS
10982006-01-04 Michael Snyder <msnyder@redhat.com>
1099
1100 * gdb.texinfo: Add documentation for linux-fork.
1101 * gdbint.texinfo: Add internal documentation for checkpoints.
1102
860701dc
PH
11032006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
1104
1105 * gdb.texinfo (Omissions from Ada): Document that there is now
1106 limited aggregate support.
1107
36b80e65
EZ
11082005-12-28 Eli Zaretskii <eliz@gnu.org>
1109
1110 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
1111 registers and the likes.
1112
c1468174
EZ
11132005-12-24 Eli Zaretskii <eliz@gnu.org>
1114
1115 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
1116 (Symbols): Fix usage of "e.g.".
359df76b 1117 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
1118
1119 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
1120 (Coding): Fix usage of "e.g.".
1121
c02a867d
EZ
11222005-12-23 Eli Zaretskii <eliz@gnu.org>
1123
1124 * stabs.texinfo:
1125 * refcard.tex:
1126 * gpl.texi:
1127 * gdbint.texinfo:
1128 * gdb.texinfo:
1129 * gdb-cfg.texi:
1130 * fdl.texi:
1131 * annotate.texinfo:
1132 * all-cfg.texi:
1133 * Makefile.in: Add (C) after Copyright. Update the FSF
1134 address.
1135
fad38dfa
EZ
11362005-12-03 Eli Zaretskii <eliz@gnu.org>
1137
1138 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
1139 extend GDB with commands for external monitor.
1140
53e5f3cf
AS
11412005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
1142
1143 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
1144
55f6ca0f
JB
11452005-11-25 Joel Brobecker <brobecker@adacore.com>
1146
1147 * gdbint.texinfo (Start of New Year Procedure): New chapter.
1148
c1947b85
JB
11492005-11-21 Jim Blandy <jimb@redhat.com>
1150
1151 * gdb.texinfo (Tracepoint Packets): Document restrictions on
1152 placement of 'R' actions in tracepoint action packets; document
1153 dependence of 'X' and 'M' actions on a preceding 'R' action for
1154 their registers.
1155
9d29849a
JB
11562005-11-19 Jim Blandy <jimb@redhat.com>
1157
1158 * gdb.texinfo (Tracepoint Packets): New node.
1159 (General Query Packets): Add entries for the tracepoint packets,
1160 referring to the "Tracepoint Packets" node.
1161 (Tracepoints): Add reference to "Tracepoint Packets".
1162
9a6253be
KB
11632005-11-18 Kevin Buettner <kevinb@redhat.com>
1164
1165 * gdb.texinfo (set remotebreak): Add anchor.
1166 (X packet): Likewise.
1167 (Remote Protocol): Add new section `Interrupts' and new index
1168 entry `interrupts (remote protocol)'.
1169
5f3bebba
JB
11702005-11-18 Jim Blandy <jimb@redhat.com>
1171
1172 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
1173 entries into the General Query Packets section. Add a
1174 cross-reference to that section. Drop description of replies, as
1175 these are covered in the descriptions of each packet.
1176 (General Query Packets): Add introductory text. Explain naming
1177 conventions, and how the end of a name is recognized.
1178
9a7a1b36
KB
11792005-11-17 Kevin Buettner <kevinb@redhat.com>
1180
0564b6cf 1181 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
1182 "set remotebreak" command.
1183
b8ff78ce
JB
11842005-11-16 Jim Blandy <jimb@redhat.com>
1185
1186 * gdb.texinfo (Packets, Stop Reply Packets)
1187 (General Query Packets): Various formatting cleanups.
1188 - Use @samp for packet contents.
1189 - Drop summaries from packet @item lines; the same information appears
1190 immediately below in the description.
1191 - Delete paragraph breaks after packet @item commands, so that the
1192 description appears directly to the right of the packet prototype
1193 in the printed manual, if it fits.
1194 - Place spaces in packet prototypes between @vars and non-@var
1195 letters, and explain that they're just for formatting.
1196 - Use @dots{} instead of '...'.
1197 - Fix uses of @code where @var was needed.
1198 - Replace "deprecated" markers with English text spelling out the
1199 packet's status and the preferred alternatives.
1200 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
1201 what this ever meant.
1202 - Remove "(draft)" markers on 'i' packets; nobody has commented on
1203 this for a long time.
1204 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
1205 implemented several times, and have been in use for years.
1206
8ffe2530
JB
12072005-11-15 Jim Blandy <jimb@redhat.com>
1208
c43c5473
JB
1209 * gdb.texinfo (Packets): Add index entries for 'm' packet
1210 disclaimers.
1211
fb031cdf
JB
1212 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
1213 of stub when processing an 'm' packet.
1214
8ffe2530
JB
1215 * gdb.texinfo (Packets): Mention that packets beginning with
1216 letters are reserved once, at the top, instead of actually listing
1217 them all and saying "reserved".
1218
c03c782f
AS
12192005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
1220
1221 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
1222 Change @var{$arg0 to @code{$arg0.
1223
814e32d7
WZ
12242005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
1225
1226 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
1227
fa93a9d8
JB
12282005-11-12 Jim Blandy <jimb@redhat.com>
1229
1230 * gdb.texinfo (General Query Packets): Put packets in alphabetical
1231 order. Remove extraneous 'z'.
1232
8a5a3c82
AS
12332005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
1234
1235 * gdb.texinfo (Choosing files): Add --eval-command.
1236
4b0ad762
AS
12372005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
1238
1239 * gdb.texinfo (Choosing modes): Add --return-child-result.
1240
1241
1a088d06
AS
12422005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
1243
1244 * gdb.texinfo (Choosing modes): Add --batch-silent.
1245
656d5e12
EZ
12462005-10-28 Eli Zaretskii <eliz@gnu.org>
1247
1248 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
1249 "The -var-update Command".
1250
3c9c013a
JB
12512005-10-03 Joel Brobecker <brobecker@adacore.com>
1252
1253 * gdb.texinfo (Print Settings): Add documentation for set/show
1254 print array-indexes.
1255
7ba3cf9c
DJ
12562005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
1257
1258 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
1259 6.2 and 6.3.
1260
a94ab193
EZ
12612005-08-27 Eli Zaretskii <eliz@gnu.org>
1262
1263 * gdb.texinfo (File Options): Don't document --mapped, it's gone
1264 since 19-Jan-2004.
1265 (Files): Likewise.
ab1adacd
EZ
1266 (Variables, Symbols): Document the "<incomplete type>" message and
1267 its reasons.
a94ab193 1268
ca06016a
FF
12692005-08-01 Fred Fish <fnf@specifix.com>
1270
1271 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
1272
cf58170d
NR
12732005-07-15 Nick Roberts <nickrob@snap.net.nz>
1274
1275 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
1276 option for -var-list-children and -var-update.
1277 (GDB/MI Stack Manipulation): Simplify description of
1278 print-values option for -stack-list-locals.
1279 (GDB/MI Command Description Format): Clarify.
1280 (Mode Options): Spelling of superseded.
1281
38f1196a
BR
12822005-07-12 Bob Rossi <bob@brasko.net>
1283
1284 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
1285 corresponding GDB command comment.
1286
3cb3b8df
BR
12872005-07-06 Bob Rossi <bob@brasko.net>
1288
1289 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
1290 and -inferior-tty-show.
1291 (Input/Output): Document "set/show inferior-tty" and tty alias.
1292
10fac096
NW
12932005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
1294
1295 * gdb.texinfo (Packets): Change description of 'D' packet to note
1296 that GDB does wait for a response.
1297
d1b6db76
NR
12982005-06-22 Nick Roberts <nickrob@snap.net.nz>
1299
1300 * gdb.texinfo (History) Rename "Command History".
1301 (Command History): Move node "Server Prefix" from section on
1302 Annotations here.
1303
29629dcf
NR
13042005-06-19 Nick Roberts <nickrob@snap.net.nz>
1305
1306 * gdb.texinfo (GDB/MI Stack Manipulation):
1307 Re-instate -stack-info-frame with example. Say that it gets
1308 info on selected frame, not current frame.
1309
397ca115
EZ
13102005-06-18 Eli Zaretskii <eliz@gnu.org>
1311
1312 * gdb.texinfo (Server): Clarify that `file' should be used before
1313 connecting to the server.
1314 (Files): Add an xref to the above description.
51274035
EZ
1315 (Output Formats): More detailed description of the `c' format.
1316 (Memory): List explicitly all the formats supported by `x'.
638ac427 1317 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 1318 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
1319 files. Add more indexing for solib-absolute-prefix and
1320 --with-sysroot.
76d17f34
EZ
1321 (Machine Code): Document possible problems with locations in
1322 shared libraries.
d416eeec
EZ
1323 (Backtrace): Document that free-standing environments do not need
1324 to have a `main' function.
397ca115 1325
74f6deaa
NR
13262005-06-18 Nick Roberts <nickrob@snap.net.nz>
1327
1328 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
1329 -stack-info-frame.
1330
a9967aef
AC
13312005-06-07 Andrew Cagney <cagney@gnu.org>
1332
1333 * gdb.texinfo (Contributors): Note the original multi-arch
1334 contributors.
1335
e09f16f9
EZ
13362005-06-03 Eli Zaretskii <eliz@gnu.org>
1337
1338 * gdb.texinfo (Registers): Add index entries for the standard
1339 registers.
1340 (Frames): Add cross-reference from frame pointer description to
1341 the Registers node.
1342 (Annotations Overview): Fix the reference to GDB name.
1343
d87ba7ee
EZ
13442005-06-01 Eli Zaretskii <eliz@gnu.org>
1345
1346 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
1347 can-use-hw-watchpoints.
1348
034dad6f
BR
13492005-05-28 Bob Rossi <bob@brasko.net>
1350
1351 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
1352 the possible reasons why an exec async record would be returned to FE.
1353
ffed4509
AC
13542005-05-26 Andrew Cagney <cagney@gnu.org>
1355
1356 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
1357 Andrew Cagney implemented the original GDB/MI.
1358
e22e55c9
OF
13592005-05-23 Orjan Friberg <orjanf@axis.com>
1360
1361 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
1362 documentation. Add documentation for cris-mode.
1363
a78e13ce
EZ
13642005-05-20 Eli Zaretskii <eliz@gnu.org>
1365
1366 * gdb.texinfo (Numbers): Explain the example and make the wording
1367 more acurate.
1368
76ff342d
DJ
13692005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
1370 Dennis Brueni <dennis@slickedit.com>
1371
1372 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
1373 (GDB/MI Data Manipulation, GDB/MI Program Control)
1374 (GDB/MI Stack Manipulation): Update examples to include the fullname
1375 attribute in stack frames.
1376
119b882a
EZ
13772005-05-12 Eli Zaretskii <eliz@gnu.org>
1378
1379 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
1380 do with other non-standard names of init files.
1381
6fc08d32
EZ
13822005-05-11 Eli Zaretskii <eliz@gnu.org>
1383
1384 * gdb.texinfo (Command Files): Move the description of the startup
1385 from here...
1386 (Startup): ...to this new subsection of the Invocation chapter.
1387 Rearrange the description of init files more logically and add a
1388 cross-reference to "Command Files". Document the special gdbinit
1389 name for CISCO 68k. Expand the description of what GDB does
1390 during startup.
1391 (History): Add index entry for HISTSIZE.
1392
a561754a
MK
13932005-05-02 Mark Kettenis <kettenis@gnu.org>
1394
1395 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
1396
2eecc4ab
EZ
13972005-05-02 Eli Zaretskii <eliz@gnu.org>
1398
1399 * gdb.texinfo (SVR4 Process Information, The isatty call)
1400 (The system call): Don't use foo(N) notation for man pages and
1401 functions.
514c4d71 1402 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 1403
18999be5
EZ
14042005-04-27 Eli Zaretskii <eliz@gnu.org>
1405
1406 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
1407 were optimized away.
1408
0abb7bc7
EZ
14092005-04-22 Eli Zaretskii <eliz@gnu.org>
1410
1411 * gdb.texinfo (Remote configuration): Document "set/show
1412 get-thread-local-storage-address". Add cross-reference to the
1413 description of the qGetTLSAddr packet.
1414 (General Query Packets): Mention "set remote
1415 get-thread-local-storage-address" and add a reference to its
1416 description.
1417
6f61acb1
NR
14182005-04-19 Nick Roberts <nickrob@snap.net.nz>
1419
1420 * gdb.texinfo (Backtrace): Describe 'bt full'.
1421
9d59903a
NR
14222005-04-17 Nick Roberts <nickrob@snap.net.nz>
1423
1424 * gdb.texinfo (Mode Options): Fix typo.
1425 (GDB/MI): Describe how to invoke GDB/MI.
1426
721c2651
EZ
14272005-04-16 Eli Zaretskii <eliz@gnu.org>
1428
1429 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 1430 references changed. Add description of "info udot".
721c2651
EZ
1431 (Files): Document "set/show stop-on-solib-events".
1432 (M32R/D): Document "set/show download-path", "set/show
1433 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
1434 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
1435 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
1436 (Maintenance Commands): Improve indexing.
1437 (Target Commands): Document "set/show hash", "set/show debug
1438 monitor".
1439 (SVR4 Process Information): Document "info pidlist" and "info
1440 meminfo". Document "set/show procfs-tarce" and "set/show
1441 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
1442 (Symbols, The Print Command with Objective-C): Improve indexing.
1443 (Objective-C): Add references to "info classes" and "info
1444 selectors".
c45da7e6
EZ
1445 (Debugging Output): Improve wording. Document "set/show debug
1446 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
1447 (Set Breaks): Add index entry for "hardware breakpoints".
1448 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
1449 and "set/show usehardbreakpoints".
1450 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
1451 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
1452 (ARM): Document "rdilogfile", "rdilogenable", "set/show
1453 rdiromatzero", "set/show rdiheartbeat".
1454 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
1455 "sds".
1456 (Embedded Processors): Document the "sim" command.
1457 (Remote): Document the "remote" command.
1458 (DJGPP Native): Document the "info serial" command.
1459 (Threads): Document "maint info sol-threads".
1460 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
1461 (Set Breaks): Improve indexing.
1462 (Command Syntax): Add a reference to dont-repeat.
1463 (Define): Document "dont-repeat".
1464 (TUI Commands): Document "tabset".
1465 (WinCE): New subsection. Document "set/show remotedirectory",
1466 "set/show remoteupload", "set/show remoteaddhost".
721c2651 1467
14d6dd68
EZ
14682005-04-15 Eli Zaretskii <eliz@gnu.org>
1469
1470 * gdb.texinfo (Hurd Native): New subsection, documents
1471 Hurd-specific commands.
a64548ea 1472 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 1473 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
1474 (MIPS): Improve documentation of heuristic-fence-post. Document
1475 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
1476 mips stack-arg-size", "set/show mips mask-address", "set/show mips
1477 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 1478 (ARM): Document ARM-specific commands.
a64548ea
EZ
1479 (AVR): New section. Document "info io_registers".
1480 (CRIS): New section. Document "set/show cris-version" and
1481 "set/show cris-dwarf2-cfi".
1482 (HPPA): New section. Document "set/show debug hppa" and "maint
1483 print unwind".
a5adf40f 1484 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 1485 (Super-H): New section. Document the "regs" command.
721c2651 1486 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 1487
9c16f35a
EZ
14882005-04-09 Eli Zaretskii <eliz@gnu.org>
1489
1490 * gdb.texinfo (Print Settings): Document "set/show print
1491 pascal_static-members", "set print repeats", "show print
1492 null-stop". Improve indexing. Fix documentation of "set print
1493 union".
1494 (Pascal): New section.
1495 (Supported languages): Rename from "Support"; all references
1496 updated. Add a menu item for Pascal.
1497 (Numbers): Document "set radix.
1498 (Screen Size): Document "set/show pagination".
1499 (MIPS Embedded): Remove "set processor" documentation.
1500 (Remote configuration): Document "set/show X/P/Z-packet",
1501 "set/show read-aux-vector-packet", "set/show remote
1502 symbol-lookup-packet", "set/show remote verbose-resume-packet",
1503 "set/show remoteaddresssize", "set/show remotebaud", "set/show
1504 remotedebug", "set/show remotebreak", "set/show remotedevice",
1505 "set/show remotelogfile".
1506 (Auxiliary Vector): Add reference to the description of the
1507 read-aux-vector-packet setting.
1508 (Set Watchpoints): Add a cross-reference to "set remote
1509 hardware-breakpoint-limit".
1510 (General Query Packets): Add indexing of requests and
1511 cross-references to related commands in "Remote configuration".
1512 (File-I/O Overview, The system call): Fix wording and typos.
1513 (Thread Stops): Add index entries.
1514 (Continuing and Stepping): Document "show step-mode".
1515 (i386): New node. Document "set/show struct-convention".
1516 (Files): Document "show trust-readonly-sections".
1517 (Calling): Document "set/show unwindonsignal".
1518 (Messages/Warnings): Add index entries.
1519 (Maintenance Commands): Document "set/show watchdog".
1520 (Annotations Overview): Document "show annotate".
1521 (Set Watchpoints): Add index entries.
1522 (Symbols): Fix doc of case-sensitive.
1523 (ABI): Document "show coerce-float-to-double".
1524 (Convenience Vars, Help): Improve indexing.
1525 (Machine Code): Document "show disassembly-flavor".
1526 (Debugging C plus plus): Document "show overload-resolution".
1527 (Value History, Signaling): Add index entries.
1528
15292005-04-08 Eli Zaretskii <eliz@gnu.org>
1530
1531 * gdb.texinfo (Show): Move @kindex entries to their proper places.
1532 (Processes): Fix wording.
1533 (History, List, Logging output, Define, Symbols, Print Settings):
1534 Improve indexing.
1535
a8f24a35
EZ
15362005-04-03 Eli Zaretskii <eliz@gnu.org>
1537
1538 * gdb.texinfo (Targets): Document "set/show architecture". Remove
1539 redundant index entry for "target" command.
1540 (Backtrace): Add index entries.
1541 (Symbols, Fortran): Document the "set case-sensitive" command.
1542 (DJGPP Native): Document "set com1base", "set com1irq", etc.
1543 (Print Settings): Add index entry for "set demangle-style".
1544 (Target Commands): Document "set download-write-size".
1545 (Debugging Output): Document "set exec-done-display".
1546
09d4efe1
EZ
15472005-04-02 Eli Zaretskii <eliz@gnu.org>
1548
1549 * gdb.texinfo (Files): Fix the name and documentation of
1550 add-shared-symbol-files. Document its alias assf. Update the
1551 list of OSs where GDB supports shared libraries. Fix markup.
1552 (Continuing and Stepping): Add reference to @var{location} in the
1553 text.
1554 (Dump/Restore Files): Fix reference to @{filename}.
1555 (Help): Fix wording.
1556 (Attach): Ditto.
1557 (Set Watchpoints): Ditto.
1558 (Backtrace): Remove redundant index entries. Improve index
1559 entries.
1560 (Delete Breaks): Fix wording.
1561 (Memory): Document the compare-sections command.
1562 (Memory Region Attributes): Improve wording.
1563 (Disabling): Improve wording.
1564 (Fortran): New subsection. Document the "info common" command.
1565 (Help): Document aliases "info copying" and "info warranty".
1566 (Caching Remote Data): New section. Document the "set/show
1567 remotecache" and "info dcache" commands.
1568 (Show): Fix wording of the documentation of the "set
1569 extension-language" command.
1570 (Signals): Add index entry for "info handle".
1571 (Memory Region Attributes): Fix punctuation.
1572 (Symbols): Change the arg name to "location" and refer to it in
1573 the text. Fix wording of "info types" doc.
1574 (Threads): Fix usage of @enumerate @item's.
1575 (Listing Tracepoints): Add index entry for "info tp".
1576 (Set Watchpoints): Add xref to "info break" description.
1577 (Macros): Add an index entry for "macro exp1". Document the
1578 "macro list" command.
1579 (Maintenance Commands): Document "flushregs", "maint agent",
1580 "maint check-symtabs", "maint cplus", "maint demangle", "maint
1581 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
1582 "maint print architecture", "maint print objfiles", "maint print
1583 statistics", "maint print type", "maint show-debug-regs", "maint
1584 space", "maint time", and "maint translate-address".
1585 (Connecting): Document the "monitor" command.
1586 (Annotations Overview): Describe the "set annotate" command.
1587
82f2d802
EZ
15882005-04-01 Eli Zaretskii <eliz@gnu.org>
1589
1590 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
1591 Rearrange index entries and improve wording about support for
1592 hardware watchpoints.
1593
7d51c7de
BR
15942005-03-10 Bob Rossi <bob@brasko.net>
1595
1596 * gdb.texinfo: Update copyright
1597
68c71a2e
TR
15982005-02-09 Theodore A. Roth <troth@openavr.org>
1599
1600 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
1601 error.
1602
83761cbd
KB
16032005-02-03 Kevin Buettner <kevinb@redhat.com>
1604
1605 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
1606
9f1c6395
MS
16072005-01-17 Michael Snyder <msnyder@redhat.com>
1608
1609 * gdb.texinfo: Fix spelling, infinte -> infinite.
1610
fbd1b305
MK
16112005-01-08 Mark Kettenis <kettenis@gnu.org>
1612
1613 * observer.texi (GDB Observers): Document "solib_loaded".
1614
3ace7edb
AC
16152005-01-07 Andrew Cagney <cagney@gnu.org>
1616
bec39cab
AC
1617 * configure.ac: Rename configure.in, require autoconf 2.59.
1618 * configure: Re-generate.
1619
3ace7edb
AC
1620 * configure.in: Replace configdirs with multiple references to
1621 AC_CONFIG_SUBDIRS.
1622 * configure: Re-generate.
1623
53531fc1
AC
16242005-01-04 Andrew Cagney <cagney@gnu.org>
1625
1626 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
1627 part of the version number.
1628
536ffdb7
MK
16292004-12-24 Mark Kettenis <kettenis@gnu.org>
1630
1631 * gdbint.texinfo (Algorithms): Remove description of
1632 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
1633
e1aac25b
JB
16342004-12-07 Jim Blandy <jimb@redhat.com>
1635
1636 * gdb.texinfo (General Query Packets): Specify that thread ID's in
1637 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
1638 numbers.
1639
f47b1503
AS
16402004-12-07 Andreas Schwab <schwab@suse.de>
1641
1642 * gdb.texinfo (Mode Options): Document -l option.
1643
b6b8ece6
EZ
16442004-12-04 Eli Zaretskii <eliz@gnu.org>
1645
1646 * gdbint.texinfo (Algorithms): More accurate description of
1647 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
1648 is not needed unless data-read and data-access watchpoints are
1649 supported. Add a description of how GDB checks whether the
1650 inferior stopped because a watchpoint was hit.
1651
01371747
EZ
16522004-11-23 Eli Zaretskii <eliz@gnu.org>
1653
1654 * gdb.texinfo (Files): Add cross-reference to description of
1655 -readnow command-line switch.
1656
2315ffec
RC
16572004-11-10 Randolph Chung <tausq@debian.org>
1658
1659 * gdb.texinfo: Document set/show backtrace past-entry commands.
1660 Rearrange index entries for set/show backtrace past-main.
1661
69065f5d
AC
16622004-11-10 Jon Beniston <jon@beniston.com>
1663
1664 Committed by Andrew Cagney <cagney@gnu.org>.
1665 * gdb.texinfo (Remote Serial Protocol): Further describe
1666 binary transfer escaping mechanism .
1667
30e91e0b
RC
16682004-11-08 Randolph Chung <tausq@debian.org>
1669
1670 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
1671 and "show debug infrun". Add index entries.
1672
60bf7e09
EZ
16732004-10-23 Eli Zaretskii <eliz@gnu.org>
1674
1675 * gdb.texinfo (SVR4 Process Information): Document subcommands of
1676 "info proc" that are already implemented. Add index entries.
1677 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
1678 (Files): Add a tip for decreasing memory used for symtabs from
1679 shared libraries.
f018e82f
EZ
1680 (Starting): Fix whitespace; make "elaboration" stand out where it
1681 is first used, and add an index entry for the term.
f8568604
EZ
1682 (Calling): Expand and elaborate text. Add "print". Add the
1683 description of problems with weak aliases.
384ee23f 1684 (Core File Generation): New section.
60bf7e09 1685
d52fe014
AC
16862004-10-12 Andrew Cagney <cagney@gnu.org>
1687
1688 * gdbint.texinfo (Versions and Branches): New chapter.
1689 (Releasing GDB): Delete "Versions and Branches" section.
1690 (Top): Add "Versions and Branches".
1691
703663ab
EZ
16922004-10-08 Eli Zaretskii <eliz@gnu.org>
1693
1694 * gdb.texinfo (Editing, History): Add cross-references to the
1695 included Readline and History user documentation. Remove
1696 references to the symbol have-readline-appendices which is unused
1697 and undefined.
1698 (History): Fix indexing.
1699
ac77d04f
JJ
17002004-10-08 Jeff Johnston <jjohnstn@redhat.com>
1701
1702 * gdbint.texinfo (target_stopped_data_address): Update to
1703 new prototype.
1704 (i386_stopped_data_address): Update prototype and description.
1705 (i386_stopped_by_watchpoint): New function and description.
1706
e07c999f
PH
17072004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
1708
1709 * gdb.texinfo (Filenames): Add Ada suffixes.
1710 (Ada) New section.
1711
2e868123
AC
17122004-09-27 Andrew Cagney <cagney@gnu.org>
1713 Robert Picco <Robert.Picco@hp.com>
1714
1715 * gdb.texinfo (Packets): Document the "p" packet.
1716
02a57714
JM
17172004-09-21 Jason Molenda (jmolenda@apple.com)
1718
1719 * gdb.texinfo (Paths and Names of the Source Files): Document the
1720 meaning of values in the 'desc' field of a SO stab.
1721
ae038cb0
DJ
17222004-09-20 Daniel Jacobowitz <dan@debian.org>
1723
1724 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
1725 max-cache-age" and "maint show dwarf2 max-cache-age".
1726
f7dc1244
EZ
17272004-09-16 Eli Zaretskii <eliz@gnu.org>
1728
1729 * gdb.texinfo (Set Breaks): Add index entry for setting
1730 breakpoints on overloaded C++ functions that are not members of
1731 any classes. Add an example and an index entry for setting
1732 breakpoints on all program functions.
1733 (Character Sets, Macros, Overlay Commands)
1734 (Non-debug DLL symbols, GDB/MI Output Syntax)
1735 (Annotations Overview, Maintenance Commands, File-I/O Overview):
1736 Use "(@value{GDBP})" instead of a literal "(gdb)".
1737
f810308b
AC
17382004-09-12 Andrew Cagney <cagney@gnu.org>
1739
1740 * gdbint.texinfo (Native Debugging): Delete description of
1741 FILES_INFO_HOOK.
1742
15a661f3
PH
17432004-09-11 Paul Hilfinger <hilfinger@gnat.com>
1744
1745 * gdbint.texinfo (User Interface): Change local_hex_string_custom
1746 to hex_string_custom (not historically correct, but more
1747 understandable, given the current code).
1748
f3219c75
AC
17492004-09-03 Andrew Cagney <cagney@gnu.org>
1750
1751 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
1752
f3bb6704
JJ
17532004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1754
1755 * observer.texi (solib_unloaded): New observer.
1756
8d2c00cb
AC
17572004-08-24 Andrew Cagney <cagney@gnu.org>
1758
1759 * gdbint.texinfo (Target Architecture Definition): Add missing
1760 comma.
1761
e7dc800a
MC
17622004-08-20 Michael Chastain <mec.gnu@mindspring.com>
1763
1764 * (Using the Testsuite): build != host is supported,
1765 but some test scripts do not support build != host.
1766
73b03683
MK
17672004-08-14 Mark Kettenis <kettenis@gnu.org>
1768
1769 * gdbint.texinfo (Host Definition): Delete description of
1770 FCLOSE_PROVIDED and GETENV_PROVIDED.
1771
c0ccb908
MK
17722004-08-05 Mark Kettenis <kettenis@chello.nl>
1773
1774 * gdbint.texinfo (Host Definition): Delete description of
1775 NO_SYS_FILE.
1776 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
1777 PTRACE_FP_BUG.
1778
9c8dbfa9
AC
17792004-08-05 Andrew Cagney <cagney@gnu.org>
1780
1781 * gdbint.texinfo (Target Architecture Definition): Delete
1782 reference to deprecated_read_fp.
1783
f42accbe
AC
17842004-08-02 Andrew Cagney <cagney@gnu.org>
1785
1786 * gdbint.texinfo (Target Architecture Definition): Delete
1787 description of DEPRECATED_REGISTER_BYTES.
1788
0b66e38c
EZ
17892004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
1790
1791 * gdb.texinfo (Source Path): Document the new behavior of
1792 searching for the source files.
1793
15387254
EZ
17942004-07-17 Eli Zaretskii <eliz@gnu.org>
1795
1796 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
1797 (Search, Expressions, Arrays, Variables, Data, Machine Code)
1798 (Auto Display): Improve indexing.
1799
2c07db7a
AC
18002004-07-16 Andrew Cagney <cagney@gnu.org>
1801
1802 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
1803 "-noasync".
1804
4644b6e3
EZ
18052004-07-09 Eli Zaretskii <eliz@gnu.org>
1806
1807 * gdb.texinfo: Fix @kindex entries so that multiple commands that
1808 have the same prefix have only their prefix in the index.
1809
7561d450
MK
18102004-07-03 Mark Kettenis <kettenis@gnu.org>
1811
1812 * gdb.texinfo (BSD libkvm Interface): New node (section)
1813 (Native): Add it to the menu.
1814
67bebe79
MK
18152004-07-01 Mark Kettenis <kettenis@gnu.org>
1816
1817 * gdbint.texinfo (Target Architecture Definition): Remove
1818 PCC_SOL_BROKEN.
1819
1a6923e0
MK
18202004-06-24 Mark Kettenis <kettenis@gnu.org>
1821
1822 * gdbint.texinfo (Target Architecture Definition): Remove
1823 SUN_FIXED_LBRAC_BUG.
1824
b435e160
AC
18252004-06-26 Andrew Cagney <cagney@gnu.org>
1826
1827 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
1828
b5622e8d
AC
18292004-06-20 Andrew Cagney <cagney@gnu.org>
1830
1831 * gdbint.texinfo (Target Architecture Definition): Deprecate
1832 USE_STRUCT_CONVENTION.
1833
e0c07bf0
MC
18342004-06-19 Michael Chastain <mec.gnu@mindspring.com>
1835
1836 gdb.texinfo (Bug Reporting): Mention session recording,
1837 with the script command or Emacs.
1838
782263ab
AC
18392004-06-18 Andrew Cagney <cagney@gnu.org>
1840
1841 * gdbint.texinfo (Target Architecture Definition): Deprecate
1842 FUNCTION_START_OFFSET.
1843
03727ca6
AC
18442004-06-14 Andrew Cagney <cagney@gnu.org>
1845
1846 Based on changes from Karl Berry.
1847 * gdb.texinfo: Do not use @sc in a direntry.
1848 * stabs.texinfo: Change @dircateogry to "Software development".
1849 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
1850
97092415
AC
18512004-06-13 Andrew Cagney <cagney@gnu.org>
1852
1853 * gdbint.texinfo (Target Architecture Definition): Delete
1854 description of RETURN_VALUE_ON_STACK.
1855
1f6d4158
AC
18562004-06-09 Andrew Cagney <cagney@gnu.org>
1857
1858 * gdbint.texinfo (Native Debugging): Restore "@table @code"
1859 deleted by previous patch.
1860
d966f0cb
AC
18612004-06-08 Andrew Cagney <cagney@gnu.org>
1862
1863 * gdbint.texinfo (Native Debugging): Delete documentation on
1864 ATTACH_DETACH.
1865
86fe4aaa
RC
18662004-06-06 Randolph Chung <tausq@debian.org>
1867
1868 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
1869
d4b6d575
RC
18702004-06-06 Randolph Chung <tausq@debian.org>
1871
1872 * gdb.texinfo (push_dummy_call): Update argument list to match
1873 the new push_dummy_call method signature. Describe the function
1874 argument.
1875
4e8b0763
JB
18762004-05-24 Joel Brobecker <brobecker@gnat.com>
1877
1878 * gdb.texinfo (Starting): Document new start command.
1879
59caf092
AC
18802004-05-21 Andrew Cagney <cagney@redhat.com>
1881
1882 * observer.texi (GDB Observers): Document "inferior_created".
1883
e4a2df64
AC
18842004-05-08 Andrew Cagney <cagney@redhat.com>
1885
e6b55ae2
AC
1886 * gdbint.texinfo (Target Architecture Definition): Delete
1887 description of DO_DEFERRED_STORES.
1888
28954179
AC
1889 * gdbint.texinfo (Target Architecture Definition): Delete
1890 references to DEPRECATED_FIX_CALL_DUMMY.
1891
434b87dd
AC
1892 * gdbint.texinfo (Target Architecture Definition): Delete
1893 description of DEPRECATED_CALL_DUMMY_WORDS,
1894 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
1895
58d28df8
AC
1896 * gdbint.texinfo (Target Architecture Definition): Delete
1897 description of DEPRECATED_PUSH_DUMMY_FRAME.
1898
e4a2df64
AC
1899 * gdbint.texinfo (Target Architecture Definition): Delete
1900 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
1901
2b4855ab
AC
19022004-05-07 Andrew Cagney <cagney@redhat.com>
1903
1904 * observer.texi (GDB Observers): Add "Debugging" section. Include
1905 cross reference to "set/show debug observer".
1906 * gdb.texinfo (Debugging Output): Document "set/show debug
1907 observer".
1908
fcf70625
AC
19092004-05-01 Andrew Cagney <cagney@redhat.com>
1910
1911 * gdbint.texinfo (Target Architecture Definition): Delete
1912 description of DEPRECATED_PC_IN_SIGTRAMP.
1913
8ee56bcf
AC
19142004-04-30 Andrew Cagney <cagney@redhat.com>
1915
1916 * gdbint.texinfo (Target Architecture Definition): Delete
1917 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
1918
67ab9a76
OF
19192004-04-30 Orjan Friberg <orjanf@axis.com>
1920
1921 * observer.texi (GDB Observers): Correct spelling.
1922
79346bcb
OF
19232004-04-26 Orjan Friberg <orjanf@axis.com>
1924
1925 * observer.texi (GDB Observers): Add target_changed event.
1926
7a464420
AC
19272004-04-08 Andrew Cagney <cagney@redhat.com>
1928
1929 * observer.texi (GDB Observers): Rework, provide generic observer
1930 definitions and then a list of observable events.
1931
6cdf9d98
AC
19322004-04-04 Andrew Cagney <cagney@redhat.com>
1933
1934 * gdbint.texinfo (Host Definition): Delete reference to
1935 NO_SIGINTERRUPT.
1936
ddc135a4
AC
19372004-04-02 Andrew Cagney <cagney@redhat.com>
1938
1939 * gdbint.texinfo (Target Architecture Definition): Delete
1940 reference to DEPRECATED_CALL_DUMMY_LENGTH.
1941
6a1b180d
SC
19422004-03-28 Stephane Carrez <stcarrez@nerim.fr>
1943
1944 * gdb.texinfo (TUI Commands): Document tui reg commands.
1945
d0d5df6f
AC
19462004-03-26 Andrew Cagney <cagney@redhat.com>
1947
1948 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
1949 "gdbtui".
1950 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
1951 (Contributors): Mention both Text and Terminal User Interface.
1952
aa2a3f87
AC
19532004-03-23 Andrew Cagney <cagney@redhat.com>
1954
1955 * gdbint.texinfo (Target Architecture Definition): Deprecate
1956 references to SIGTRAMP_START and SIGTRAMP_END.
1957
f561f026
AC
19582004-03-23 Andrew Cagney <cagney@redhat.com>
1959
1960 * gdbint.texinfo (Target Architecture Definition): Deprecate
1961 references to PC_IN_SIGTRAMP.
1962
33cb8b0f
AC
19632004-03-19 Andrew Cagney <cagney@redhat.com>
1964
1965 * gdbint.texinfo (Target Architecture Definition): Delete
1966 reference to GDB_TARGET_IS_HPPA.
1967
fc989b7a
AC
19682004-03-18 Andrew Cagney <cagney@redhat.com>
1969
1970 * gdbint.texinfo (Coding): Update section on gdbarch_data,
1971 describe pre_init and post_init.
1972
701b08bb
DJ
19732004-03-09 Daniel Jacobowitz <drow@mvista.com>
1974
1975 * gdb.texinfo (Debugging Output): Document values for "set debug
1976 target".
1977
faae5abe
AC
19782004-02-28 Andrew Cagney <cagney@redhat.com>
1979
1980 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
1981
dd79a6cf
JJ
19822004-02-26 Jeff Johnston <jjohnstn@redhat.com>
1983
1984 * gdb.texinfo (breakpoints): Add information about the
1985 new "set breakpoint pending" and "show breakpoint pending"
1986 commands.
1987
e7f16015
AC
19882004-02-26 Andrew Cagney <cagney@redhat.com>
1989
1990 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
1991 in Per-architecture module data section.
1992
7161a3a6
RM
19932004-02-25 Roland McGrath <roland@redhat.com>
1994
1995 * gdb.texinfo (General Query Packets): Document qPart:... packets.
1996
2154891a
AC
19972004-02-24 Andrew Cagney <cagney@redhat.com>
1998
1999 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
2000 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
2001 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 2002
6c74ac8b
AC
20032004-02-17 Andrew Cagney <cagney@redhat.com>
2004
2005 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
2006
19772a2c
AC
20072004-02-16 Andrew Cagney <cagney@redhat.com>
2008
2009 * gdbint.texinfo (Target Architecture Definition): Deprecate
2010 FRAMELESS_FUNCTION_INVOCATION.
2011
c9830293
AC
20122004-02-16 Andrew Cagney <cagney@redhat.com>
2013
2014 * gdbint.texinfo (Coding): Mention -Wunused-function.
2015
b9d26eb9
AC
20162004-02-14 Andrew Cagney <cagney@redhat.com>
2017
2018 * gdbint.texinfo (Target Architecture Definition): Delete
2019 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2020
49efadf5
EZ
20212004-02-12 Elena Zannoni <ezannoni@redhat.com>
2022
2023 * gdb.texinfo: Properly quote the name "C++".
2024 * gdbint.texinfo: Ditto.
2025 * stabs.texinfo: Ditto.
2026
1eb288ea
EZ
20272004-02-11 Elena Zannoni <ezannoni@redhat.com>
2028
2029 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
2030 minimal information about libiberty.
2031
e4937fc1
MC
20322004-02-06 Michael Chastain <mec.gnu@mindspring.com>
2033
2034 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
2035
a9331b3f
RM
20362004-02-04 Roland McGrath <roland@redhat.com>
2037
2038 * gdb.texinfo (Auxiliary Vector): New node (section).
2039 (Data): Add it to the menu.
2040
2650777c
JJ
20412004-02-02 Jeff Johnston <jjohnstn@redhat.com>
2042
2043 * gdb.texinfo (Breakpoints): Add information about pending
2044 breakpoint support.
2045
b4501125
AC
20462004-01-26 Andrew Cagney <cagney@redhat.com>
2047
2048 * gdb.texinfo (Overview): Delete references to the cisco protocol
2049 including the "N" response.
2050
74055713
AC
20512004-01-26 Andrew Cagney <cagney@redhat.com>
2052
2053 * gdbint.texinfo (Target Architecture Definition): Rename
2054 EXTRACT_STRUCT_VALUE_ADDRESS to
2055 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 2056
3bbe9696
EZ
20572004-01-24 Eli Zaretskii <eliz@gnu.org>
2058
2059 * gdb.texinfo (KOD): Document "show os". Add index entries for
2060 "set/show os" and "info cisco" commands.
2061
5843504f
EZ
20622004-01-21 Eli Zaretskii <eliz@gnu.org>
2063
2064 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
2065
9175c9a3
MC
20662004-01-19 Michael Chastain <mec.gnu@mindspring.com>
2067
2068 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
2069 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2070
8e94b928
NR
20712004-01-19 Nick Roberts <nick@nick.uklinux.net>
2072
2073 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
2074 -stack-list-locals.
2075 (GDB/MI Variable Objects): Describe extension to
2076 -var-list-children.
2077
a20cf136
DJ
20782004-01-17 Daniel Jacobowitz <drow@mvista.com>
2079
2080 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
2081
afb18d0f
AC
20822004-01-17 Andrew Cagney <cagney@redhat.com>
2083
2084 * gdbint.texinfo (Target Architecture Definition): Delete
2085 documentation on DEPRECATED_NPC_REGNUM.
2086
b51970ac
DJ
20872004-01-13 Daniel Jacobowitz <drow@mvista.com>
2088
2089 * gdb.texinfo: Update copyright year. Mention that set
2090 follow-fork-mode is supported on GNU/Linux. Remove documentation of
2091 "set follow-fork-mode ask".
2092
0f0cffd2
AC
20932004-01-13 Andrew Cagney <cagney@redhat.com>
2094
2095 * gdbint.texinfo: Update copyright year.
2096 (Coding): Add -Wunused-label to list of -Werror warnings.
2097
c552b3bb 20982004-01-08 Jason Molenda <jmolenda@apple.com>
f7dc1244 2099 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
2100
2101 * gdb.texinfo: Update copyright.
2102 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
2103 around names, as appropriate. Minor syntax cleanup of
2104 _NSPrintForDebugger explanation. Two spaces after periods.
2105 GDBN used instead of lit. "gdb". Index entries added for
2106 print-object and _NSPrintForDebugger. @noindent added in one spot.
2107
afe157ca
EZ
21082003-11-11 Elena Zannoni <ezannoni@redhat.com>
2109
2110 * stabs.texinfo: Add dircategory and direntry commands.
2111 * annotate.texinfo: Ditto.
2112
963e2bb7
AC
21132003-11-10 Andrew Cagney <cagney@redhat.com>
2114
2115 * gdbint.texinfo (Target Architecture Definition): Replace the
2116 return_value method's "inval" and "outval" parameters with
2117 "readbuf" and "writebuf".
2118
1d8b2f28
JB
21192003-10-28 Jim Blandy <jimb@redhat.com>
2120
2121 * gdb.texinfo (The F request packet, The F reply packet): Renamed
2122 from "The `F' request packet" and "The `F' reply packet", to make
2123 texi2dvi happy.
2124 (File-I/O remote protocol extension): Update menu entries, too.
2125
36d86913
MC
21262003-10-26 Michael Chastain <mec@shout.net>
2127
2128 * gdb.texinfo (Thread Stops): Document the issue with
2129 premature return from system calls in multi-threaded programs.
2130
ce2826aa
AC
21312003-10-24 Andrew Cagney <cagney@redhat.com>
2132
2133 * annotate.texinfo: Fix "fortunatly"[sic].
2134
f24c5e49
KI
21352003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
2136
2137 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
2138 with "Hitachi" and "Mitsubishi".
2139
92ad9cd9
AC
21402003-10-20 Andrew Cagney <cagney@redhat.com>
2141
2142 * gdbint.texinfo (Target Architecture Definition): Document
2143 gdbarch_return_value. Add cross references from
2144 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
2145 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
2146
0ab4b752
MK
21472003-10-18 Mark Kettenis <kettenis@gnu.org>
2148
2149 * gdbint.texinfo (Target Architecture Definition): Document
2150 regset_from_core_section.
fb3e19c0
KI
2151
21522003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
2153
2154 * gdb.texinfo (M32R/D): Mention m32rsdi target.
2155
a9331b3f 21562003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
2157
2158 From Anthony Green <green@redhat.com>:
2159 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
2160
1485d690
KB
21612003-10-14 Kevin Buettner <kevinb@redhat.com>
2162
2163 * gdb.texinfo (Breakpoint related warnings): New node.
2164 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 2165
86d30acc
DJ
21662003-10-13 Daniel Jacobowitz <drow@mvista.com>
2167
2168 * gdb.texinfo (Remote Protocol): Document v and vCont.
2169
172c2a43
KI
21702003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2171
2172 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
2173 * gdbint.texinfo: Ditto.
2174
71952f4c
AC
21752003-10-09 Andrew Cagney <cagney@redhat.com>
2176
2177 From 2003-09-18 David Anderson <davea@sgi.com>:
2178 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
2179 "command".
2180
268e2188
AC
21812003-10-03 Andrew Cagney <cagney@redhat.com>
2182
2183 * gdbint.texinfo (Target Architecture Definition): Deprecate
2184 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
2185 just target.
2186
12c266ea 21872003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 2188
f30992d4 2189 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
2190 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
2191 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
2192 * gdbint.texinfo (Target Architecture Definition): Rename
2193
21942003-09-30 Andrew Cagney <cagney@redhat.com>
2195
f30992d4 2196 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 2197 (Target Architecture Definition):
f30992d4 2198
2e092625
AC
2199 * gdbint.texinfo (Target Architecture Definition): Rename
2200 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
2201
0717ae8a
AC
22022003-09-29 Andrew Cagney <cagney@redhat.com>
2203
dad809b7
AC
2204 * gdbint.texinfo (Target Architecture Definition): Delete
2205 documentation for NEED_TEXT_START_END.
2206
0717ae8a
AC
2207 * gdbint.texinfo (Target Architecture Definition): Rename
2208 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
2209 TARGET_WRITE_PC.
a9331b3f 2210
af6cf26d
MC
22112003-09-22 Michael Chastain <mec@shout.net>
2212
2213 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
2214
ee206350
AG
22152003-09-21 Anthony Green <green@redhat.com>
2216
2217 * gdbint.texinfo (Target Architecture Definition): Fix typos.
2218
a38c9fe6
MK
22192003-09-21 Mark Kettenis <kettenis@gnu.org>
2220
2221 * gdbint.texinfo (Target Architecture Definition): Document
2222 stabs_argument_has_addr.
2223
77949794
AC
22242003-09-18 Andrew Cagney <cagney@redhat.com>
2225
2226 * gdbint.texinfo (Target Architecture Definition): Delete
2227 documentation on REGISTER_NAMES.
2228
8e823e25
MK
22292003-09-13 Mark Kettenis <kettenis@gnu.org>
2230
2231 * gdbint.texinfo (Target Architecture Definition): Replace
2232 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
2233
f27dd7fd
AC
22342003-09-11 Andrew Cagney <cagney@redhat.com>
2235
2236 * gdbint.texinfo (Target Architecture Definition): Replace
2237 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
2238
8b148df9
AC
22392003-08-18 Andrew Cagney <cagney@redhat.com>
2240
2241 * gdbint.texinfo (Target Architecture Definition): Document
2242 "frame_red_zone_size".
2243
25d29d70
AC
22442003-08-09 Andrew Cagney <cagney@redhat.com>
2245
2246 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
2247 with "set/show backtrace past-main" and "set/show backtrace
2248 limit".
2249
c938e9b0
L
22502003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2251
2252 * Makefile.in (install-info): Support DESTDIR.
2253 (install-html): Likewise.
2254
64fabec2
AC
22552003-08-07 Andrew Cagney <cagney@redhat.com>
2256
2257 Patch from Nick Roberts.
2258 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
2259 bindings. Remove description of send-gdb-command.
2260
2fcf52f0
AC
22612003-08-07 Andrew Cagney <cagney@redhat.com>
2262
2263 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
2264 GDB 6.0.
2265
086432e2
AC
22662003-08-06 Andrew Cagney <cagney@redhat.com>
2267
2268 * gdb.texinfo (Mode Options): Mention that level three is the
2269 highest available and that level 2 is deprecated.
2270 (Annotations Overview): Mention annotation levels. Cross reference
2271 to "Limitations of the Annotation Interface" in annotate.texi.
2272 (TODO, Value Annotations, Frame Annotations): Delete section.
2273 (Displays, Breakpoint Info): Delete.
2274
e5249f67
AC
22752003-08-04 Andrew Cagney <cagney@redhat.com>
2276
2277 * agentexpr.texi: Delete @bye.
2278 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
2279 (stabs.info): Add $(srcdir) to include search path.
2280 (html): Depend on "annotate_toc.html", and not "annotate.html".
2281 * stabs.texinfo: Ditto. Include "fdl.texi".
2282 * gdbint.texinfo: Update copyright statement's list of invariant
2283 sections.
2284
e6f672d2
AC
22852003-07-28 Andrew Cagney <cagney@redhat.com>
2286
2287 * Makefile.in (INFO_DEPS): Add annotate.info.
2288 (dvi, ps, html, pdf): Add annotate.
2289 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
2290 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
2291 (ANNOTATE_DOC_FILES): New macro.
2292 (ANNOTATE_TEX_TMPS): New macro.
2293 (annotate.info, annotate_toc.html): Specify dependencies.
2294 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
2295 * annotate.texinfo: Rename annotate.texi. Get building. Add
2296 "Migrating to GDB/MI" and "Limitations of the Annotation
2297 Interface" chapters. Mention why it is not part of the user
2298 guide. Update copyright notice. Include "fdl.texi".
2299
72ffddc9
SC
23002003-07-26 Stephane Carrez <stcarrez@nerim.fr>
2301
2302 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
2303
a9f12a31
DJ
23042003-07-24 Daniel Jacobowitz <drow@mvista.com>
2305
2306 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
2307
b1fe9455
DJ
23082003-07-24 Daniel Jacobowitz <drow@mvista.com>
2309
2310 * gdb.texinfo (Server): Mention pidof.
2311
153721e6
AC
23122003-07-22 Andrew Cagney <cagney@redhat.com>
2313
2314 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
2315 list.
2316
0fac0b41
DJ
23172003-06-28 Daniel Jacobowitz <drow@mvista.com>
2318
2319 * gdb.texinfo (Logging output): New chapter.
2320
4e562065
JB
23212003-06-24 Joel Brobecker <brobecker@gnat.com>
2322
2323 * gdb.texinfo (Unsupported languages): New section.
2324 (Languages): Add link to new section.
2325
f2c06f52
AC
23262003-06-22 Andrew Cagney <cagney@redhat.com>
2327
2328 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
2329
b4177fca
DJ
23302003-06-22 Daniel Jacobowitz <drow@mvista.com>
2331
2332 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
2333
f418dd93
DJ
23342003-06-22 Daniel Jacobowitz <drow@mvista.com>
2335
2336 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
2337 * agentexpr.texi: Retitle section, and change it to an appendix.
2338 Comment out texinfo initialization. Factor a @var{} into two
2339 pieces to prevent makeinfo warnings.
2340 * gdb.texinfo: Add Agent Expressions appendix.
2341
4ca61388
DJ
23422003-06-19 Daniel Jacobowitz <drow@mvista.com>
2343
2344 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
2345
07f31aa6
DJ
23462003-06-18 Daniel Jacobowitz <drow@mvista.com>
2347
2348 * gdb.texinfo (Remote Debugging): New section "Connecting to a
2349 remote target". Document the "detach" and "disconnect" commands.
2350 (Server, Netware, Debug Session): Reference "Connecting to a
2351 remote target".
2352 (GDB/MI Target Manipulation): Document "-target-disconnect".
2353
2dd0da42
AC
23542003-06-13 Andrew Cagney <cagney@redhat.com>
2355
2356 * gdbint.texinfo (Target Architecture Definition): Deprecate
2357 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
2358 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
2359
e7a3abfc
JB
23602003-06-09 Jim Blandy <jimb@redhat.com>
2361
2362 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
2363
25e3a86b
AC
23642003-06-08 Andrew Cagney <cagney@redhat.com>
2365
2366 * gdbint.texinfo (Target Architecture Definition): Delete
2367 documentation on FRAME_ARGS_ADDRESS_CORRECT.
2368
a9e5fdc2
AC
23692003-06-08 Andrew Cagney <cagney@redhat.com>
2370
2371 * gdbint.texinfo (Target Architecture Definition): Document
2372 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
2373
b37303ee
AF
23742003-06-07 Adam Fedor <fedor@gnu.org>
2375
2376 * gdb.texinfo: Add Objective-C documentation.
2377
39fe6e80
AC
23782003-06-01 Andrew Cagney <cagney@redhat.com>
2379
2380 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
2381 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
2382
125309b2
AC
23832003-05-21 Andrew Cagney <cagney@redhat.com>
2384
2385 * gdbint.texinfo (Target Architecture Definition): Delete
2386 references to "extract_address" and "store_address".
2387
b8b527c5
AC
23882003-05-16 Andrew Cagney <cagney@redhat.com>
2389
2390 * gdbint.texinfo (Target Architecture Definition): Replace
2391 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
2392 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
2393
50e3ee83
TR
23942003-05-14 Theodore A. Roth <troth@openavr.org>
2395
2396 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
2397
44e2be90
L
23982003-05-10 H.J. Lu <hongjiu.lu@intel.com>
2399
2400 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
2401 (gdb.dvi): Likewise.
2402 (gdb.pdf): Likewise.
2403 (links2roff): Likewise.
2404
df5215a6
JB
24052003-05-08 Jim Blandy <jimb@redhat.com>
2406
2407 * gdb.texinfo (Dump/Restore Files): Update documentation for
2408 'dump', 'append', and 'restore': note that format argument is
2409 optional; simplify presentation of the command variants; and be
2410 more precise about the formats.
2411
5e7b2f39
JB
24122003-05-07 Jim Blandy <jimb@redhat.com>
2413
2414 * gdb.texinfo (Symbols): Update documentation: 'maint list
2415 symtabs' and 'maint list psymtabs' have been renamed 'maint info
2416 symtabs' and 'maint info psymtabs'.
2417
b1e29e33
AC
24182003-05-05 Andrew Cagney <cagney@redhat.com>
2419
2420 * gdbint.texinfo (Target Architecture Definition): Make
2421 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
2422 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
2423 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
2424
00905d52
AC
24252003-05-04 Andrew Cagney <cagney@redhat.com>
2426
2427 * gdb.texinfo (Maintenance Commands): Document "maint print
2428 dummy-frames".
2429
54ff5908
AC
24302003-05-04 Andrew Cagney <cagney@redhat.com>
2431
2432 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
2433
32e7087d
JB
24342003-05-03 J. Brobecker <brobecker@gnat.com>
2435
2436 Thierry Schneider <tpschneider1@yahoo.com>
2437 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
2438 for new MI command.
2439
7043d8dc
AC
24402003-05-03 Andrew Cagney <cagney@redhat.com>
2441
2442 * gdbint.texinfo (Target Architecture Definition): Document
2443 push_dummy_code. Add cross references.
2444
e33d66ec
EZ
24452003-05-02 Elena Zannoni <ezannoni@redhat.com>
2446
2447 * gdb.texinfo (Character Sets): Update to reflect new behavior of
2448 set/show charsets commands.
2449
0ba6dca9
AC
24502003-04-28 Andrew Cagney <cagney@redhat.com>
2451
2452 * gdbint.texinfo (Target Architecture Definition): Replace
2453 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
2454 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
2455
d7a27068
AC
24562003-04-28 Andrew Cagney <cagney@redhat.com>
2457
2458 * gdbint.texinfo (Target Architecture Definition): Rename
2459 "tm_print_insn" to "deprecated_tm_print_insn".
2460
44ea7b70
JB
24612003-04-09 Jim Blandy <jimb@redhat.com>
2462
2463 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
2464 list psymtabs'.
2465
fb8f8949
AC
24662003-04-08 Andrew Cagney <cagney@redhat.com>
2467
2468 * gdbint.texinfo (Target Architecture Definition): Delete
2469 references to EXTRA_FRAME_INFO.
2470
32fb0f22
AC
24712003-04-08 Andrew Cagney <cagney@redhat.com>
2472
2473 * gdbint.texinfo (Target Architecture Definition): Delete
2474 PRINT_TYPELESS_INTEGER.
2475
6be67e67
JB
24762003-04-02 J. Brobecker <brobecker@gnat.com>
2477
2478 * observer.texi (GDB Observers): Adjust the documentation for the
2479 normal_stop notification to better describe reality. Fix a couple
2480 of minor typos.
2481
4e35d5f0
BR
24822003-04-02 Bob Rossi <bob_rossi@cox.net>
2483
a9331b3f 2484 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
2485 '-file-list-exec-source-file'
2486
e8a8712a
AC
24872003-03-31 Andrew Cagney <cagney@redhat.com>
2488
2489 * gdbint.texinfo (Target Architecture Definition): Delete
2490 references to CALL_DUMMY_P.
2491
6c0e89ed
AC
24922003-03-30 Andrew Cagney <cagney@redhat.com>
2493
2494 * gdbint.texinfo (Target Architecture Definition): Remove
2495 reference to TARGET_WRITE_SP.
a9331b3f 2496
378bfd1b
AC
24972003-03-27 Andrew Cagney <cagney@redhat.com>
2498
2499 * gdbint.texinfo (Target Architecture Definition): Remove
2500 references to write_sp.
6c0e89ed 2501
922fbb7b
AC
25022003-03-27 Andrew Cagney <cagney@redhat.com>
2503
2504 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
2505 chapter body. Use @smallexample instead of @example.
2506 (Annotations): Ditto.
2507 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
2508 annotate.texi.
2509
b81774d8
AC
25102003-03-26 Andrew Cagney <cagney@redhat.com>
2511
2512 * gdbint.texinfo (Target Architecture Definition): Replace
2513 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
2514 dummy_addr parameters.
2515
1bf6d5cc
AC
25162003-03-25 Andrew Cagney <cagney@redhat.com>
2517
2518 * gdbint.texinfo (Target Architecture Definition): Delete
2519 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
2520 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2521 Add reference to PUSH_ARGUMENTS.
2522
618ce49f
AC
25232003-03-23 Andrew Cagney <cagney@redhat.com>
2524
2525 * gdbint.texinfo (Algorithms, Target Architecture Definition):
2526 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
2527
bcd7e15f
JB
25282003-03-18 J. Brobecker <brobecker@gnat.com>
2529
2530 * gdbint.texinfo (Algorithms): Add new section describing the
2531 Observer paradigm.
2532 (Top): Add menu entry to new observer appendix.
2533 * observer.texi: New file.
2534 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
2535 new observer.texi file.
2536
9fe8321b
AC
25372003-03-17 Andrew Cagney <cagney@redhat.com>
2538
2539 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
2540 that GNU Press update the manual version number.
2541
ac2adee5
AC
25422003-03-12 Andrew Cagney <cagney@redhat.com>
2543
2544 * gdbint.texinfo (Target Architecture Definition): Delete
2545 references to get_saved_register. Rename GET_SAVED_REGISTER to
2546 DEPRECATED_GET_SAVED_REGISTER.
2547
749b82f6
AC
25482003-03-13 Andrew Cagney <cagney@redhat.com>
2549
2550 * gdbint.texinfo (Target Architecture Definition): Replace
2551 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
2552
8bedc050
AC
25532003-03-12 Andrew Cagney <cagney@redhat.com>
2554
2555 * gdbint.texinfo (Target Architecture Definition): Rename
2556 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 2557
0ce1b118
CV
25582003-03-10 Corinna Vinschen <vinschen@redhat.com>
2559
2560 * gdb.texinfo: Add File-I/O documentation.
2561
12cc2063
AC
25622003-03-10 Andrew Cagney <cagney@redhat.com>
2563
2564 * gdbint.texinfo (Target Architecture Definition): Cross reference
2565 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
2566
7453dc06
AC
25672003-03-07 Andrew Cagney <cagney@redhat.com>
2568
2569 * gdb.texinfo (Debugging Output): Mention the "set/show debug
2570 frame" command.
2571
6314f104
AC
25722003-03-05 Andrew Cagney <cagney@redhat.com>
2573
2574 * gdbint.texinfo (Target Architecture Definition): Document
2575 unwind_dummy_id. Cross reference unwind_dummy_id and
2576 SAVE_DUMMY_FRAME_TOS.
2577
f1212245
DJ
25782003-03-05 James Ingham <jingham@apple.com>
2579 Daniel Jacobowitz <drow@mvista.com>
2580
2581 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
2582 and "show cp-abi".
2583
77e7e267
AC
25842003-03-03 Andrew Cagney <cagney@redhat.com>
2585
2586 * gdbint.texinfo (Target Architecture Definition): Document
2587 register_type.
2588
838a8221
AC
25892003-03-03 Andrew Cagney <cagney@redhat.com>
2590
2591 * stabs.texinfo (Structures): Use @samp and separate @var's
2592 instead of a single @var containing a comma separated list.
2593 (Unions): Ditto.
2594
d7f4a264
DJ
25952003-03-02 Daniel Jacobowitz <drow@mvista.com>
2596
2597 * Makefile.in (distclean): Remove config.log.
2598
f30ee0bc
AC
25992003-03-01 Andrew Cagney <cagney@redhat.com>
2600
2601 * gdbint.texinfo (Target Architecture Definition): Rename
2602 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
2603
26042003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
2605
2606 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
2607 DEPRECATED_INIT_EXTRA_FRAME_INFO.
2608
be448670
CF
26092003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
2610
2611 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
2612 (Non-debug DLL symbols): New node, describing the minimal symbols
2613 loaded from DLLs without real debugging symbols.
2614
501eef12
AC
26152003-02-20 Andrew Cagney <ac131313@redhat.com>
2616
2617 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
2618 hardware-breakpoint-limit".
2619 (Set Watchpoints): Add cross reference to "set remote
2620 hardware-watchpoint-limit".
2621 (Remote configuration options): New section.
2622
21c294e6
AC
26232003-02-04 Andrew Cagney <ac131313@redhat.com>
2624
e9be73e4
AC
2625 * gdbint.texinfo (Target Architecture Definition): Delete
2626 descrption of IS_TRAPPED_INTERNALVAR.
2627
21c294e6
AC
2628 From Keith Seitz <keiths@redhat.com>:
2629 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
2630 option "-i"/"--interpreter" to this chapter. Include index
2631 entries.
2632
0179ffac
DC
26332003-02-04 David Carlton <carlton@math.stanford.edu>
2634
2635 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
2636 (Variables): Recommend stabs+ and DWARF 2.
2637 (C plus plus expressions): Correct info about
2638 compiler versions, debug formats.
2639 (Contributors): Change 'DWARF2' to 'DWARF 2'.
2640 PR symtab/874.
2641
7ca9f392
AC
26422003-02-01 Andrew Cagney <ac131313@redhat.com>
2643
2644 * gdbint.texinfo (Target Architecture Definition): Delete
2645 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
2646 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
2647 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
2648 references to nindy and i960.
2649 * gdb.texinfo (i960): Delete all references to i960 and nindy.
2650
31a85ea2
AC
26512003-02-01 Andrew Cagney <ac131313@redhat.com>
2652
2653 * gdbint.texinfo (Target Architecture Definition): Delete
2654 FLOAT_INFO.
2655
6b894e49
AC
26562003-01-30 Andrew Cagney <ac131313@redhat.com>
2657
2658 * stabs.texinfo (Member Type Descriptor): Clarify description of
2659 `@'. Suggested by Ben Hutchings.
2660
c48861fb
AC
26612003-01-29 Andrew Cagney <ac131313@redhat.com>
2662
2663 * gdb.texinfo (M68K): Delete reference to es1800.
2664
617073a9
AC
26652003-01-29 Andrew Cagney <ac131313@redhat.com>
2666
2667 * gdb.texinfo (Maintenance Commands): Document `maint print
2668 reggroups' and `maint print register-groups'.
2669 * gdbint.texinfo (Target Architecture Definition): Document
2670 register_reggroup_p.
2671
5b5d99cf
JB
26722003-01-23 Jim Blandy <jimb@redhat.com>
2673
2674 * gdb.texinfo (Separate Debug Files): New section.
2675
e7ba9c65
DJ
26762003-01-22 Daniel Jacobowitz <drow@mvista.com>
2677
2678 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
2679 and "maint show profile".
2680
94e91d6d
MC
26812003-01-16 Michael Chastain <mec@shout.net>
2682
2683 * gdb.texinfo (Installing GDB): Warn against
2684 ".../gdb-VERSION/gdb/configure".
2685 (Separate Objdir): Likewise.
2686
867f3898
AC
26872003-01-15 Andrew Cagney <ac131313@redhat.com>
2688
2689 * gdbint.texinfo (Target Architecture Definition): Delete
2690 definition of PRINT_REGISTER_HOOK.
2691
f153cc92
EZ
26922003-01-15 Elena Zannoni <ezannoni@redhat.com>
2693
2694 (OpenRISC 1000): Fix formatting of command names.
2695
c60eb6f1
EZ
26962003-01-15 Elena Zannoni <ezannoni@redhat.com>
2697
2698 * gdb.texinfo (Continuing and Stepping): Add new command
2699 'advance'. Clarify behavior of 'until'.
2700
f5ebfba0
DJ
27012003-01-13 Daniel Jacobowitz <drow@mvista.com>
2702
2703 * gdb.texinfo (Files): Document solib-absolute-prefix and
2704 solib-search-path.
2705
4ce8657e
MC
27062003-01-09 Michael Chastain <mec@shout.net>
2707
2708 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
2709 (Create a Release): Add new instructions for new @file{src-release}.
2710 Document existing instructions for @file{Makefile.in} as
2711 being for @value{GDBN} 5.3.1 or earlier.
2712
372613e3
AC
27132003-01-09 Andrew Cagney <ac131313@redhat.com>
2714
2715 * gdbint.texinfo (Target Architecture Definition): Mention
2716 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
2717 allocate memory.
2718
b4e9345d
DJ
27192003-01-04 Daniel Jacobowitz <drow@mvista.com>
2720
2721 * gdb.texinfo (Controlling GDB): Add @kindex for
2722 "show osabi".
2723 (Backtraces): Add @kindex's for backtrace-below-main.
2724
98b45e30
DJ
27252003-01-04 Daniel Jacobowitz <drow@mvista.com>
2726
2727 * gdb.texinfo (Controlling GDB): Document "set osabi".
2728
95f90d25
DJ
27292003-01-04 Daniel Jacobowitz <drow@mvista.com>
2730
2731 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
2732 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
2733
1e698235
DJ
27342003-01-04 Daniel Jacobowitz <drow@mvista.com>
2735
2736 * gdb.texinfo (Controlling GDB): Add ABI section. Document
2737 "set coerce-float-to-double".
2738 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
2739
e632838e
AC
27402003-01-02 Andrew Cagney <ac131313@redhat.com>
2741
2742 * stabs.texinfo: Remove obsolete text.
2743 * gdbint.texinfo: Ditto.
2744 * gdb.texinfo: Ditto.
2745
c133ab7a
MK
27462002-12-22 Mark Kettenis <kettenis@gnu.org>
2747
2748 * gdbint.texinfo (Target Architecture Definition): Update
2749 description of gdbarch_register_osabi.
2750
f821f325
KH
27512002-12-20 Kazu Hirata <kazu@cs.umass.edu>
2752
2753 * agentexpr.texi: Fix typos.
2754 * annotate.texi: Likewise.
2755 * fdl.texi: Likewise.
2756
85a6d8d3 27572002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
2758
2759 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
2760 DEPRECATED_INIT_FRAME_PC.
2761
ae45cd16
AC
27622002-12-01 Andrew Cagney <ac131313@redhat.com>
2763
2764 * gdbint.texinfo (Target Architecture Definition): Delete
2765 PC_IN_CALL_DUMMY.
2766
07555a72
AC
27672002-11-28 Andrew Cagney <ac131313@redhat.com>
2768
2769 * gdbint.texinfo (Host Definition): Delete documentation on
2770 USE_GENERIC_DUMMY_FRAMES.
2771
c166cdc7
EZ
27722002-11-26 Elena Zannoni <ezannoni@redhat.com>
2773
2774 Fix PR gdb/723 and PR gdb/245.
2775 * Makefile.in (install-info): Run the install-info command as part
2776 of the post install steps only.
2777 (uninstall-info): New target.
2778 (uninstall): New target.
2779
35db0260
EZ
27802002-11-22 Elena Zannoni <ezannoni@redhat.com>
2781
2782 * Makefile.in (install): Make install do some real work.
2783
9ba8d803
AC
27842002-11-19 Andrew Cagney <ac131313@redhat.com>
2785
2786 Fix POSIX problem reported by Paul Eggert.
2787 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
2788 Fix PR gdb/527.
2789
903ad3a6
AC
27902002-10-26 Andrew Cagney <cagney@redhat.com>
2791
2792 * gdbint.texinfo (Target Architecture Definition): Delete
2793 definition of DO_REGISTERS_INFO.
2794
f2abfe65
KB
27952002-10-18 Kevin Buettner <kevinb@redhat.com>
2796
2797 * gdbint.texinfo (Address Classes): Fix problems with insertion
2798 of ``{'' and ``}'' in example.
2799
b5b0480a
KB
28002002-10-17 Kevin Buettner <kevinb@redhat.com>
2801
2802 * gdbint.texinfo (Address Classes): New section.
2803 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
2804 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
2805 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
2806 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
2807
c85508ee
KD
28082002-10-11 Klee Dienes <kdienes@apple.com>
2809
2810 * gdb.texinfo (Registers): Mention vector registers as well as
2811 floating registers in the documentation for 'info registers' and
2812 'info all-registers'.
2813
6d12fc3d
DJ
28142002-10-11 Daniel Jacobowitz <drow@mvista.com>
2815
2816 * gdbint.texinfo (CPLUS_MARKER): Remove item.
2817
8d19fbd2
JJ
28182002-10-03 Jeff Johnston <jjohnstn@redhat.com>
2819
2820 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
2821 interface definition.
2822
a37295f9
MM
28232002-10-03 Marko Mlinar <markom@opencores.org>
2824
2825 * gdb.texinfo (Target Commands): Add or1k target specific
2826 commands.
2827 * gdb.texinfo (Contributors): Add myself to the contributors list.
2828
da0f9dcd
AC
28292002-10-01 Andrew Cagney <ac131313@redhat.com>
2830
2831 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
2832 and "mi1" instead of "mi1" and "mi0".
2833
2e834e49
HPN
28342002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
2835
2836 * gdb.texinfo (Packets): Fix typos "alligned".
2837 Correct z3/Z3 description. Correct z4/Z4 title.
2838
050be0dc
AC
28392002-09-27 Andrew Cagney <ac131313@redhat.com>
2840
2841 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
2842
1104b9e7
KB
28432002-09-25 Kevin Buettner <kevinb@redhat.com>
2844
2845 * gdb.texinfo: Use GNU/Linux instead of Linux.
2846
512217c7
AC
28472002-09-25 Andrew Cagney <ac131313@redhat.com>
2848
2849 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
2850
10998722
AC
28512002-09-24 Andrew Cagney <ac131313@redhat.com>
2852
512217c7 2853 * gdb.texinfo: Replace @example with @smallexample.
10998722 2854
a0eb71c5
KB
28552002-09-20 Kevin Buettner <kevinb@redhat.com>
2856
f7dc1244 2857 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
2858 * gdb.texinfo (Character Sets): Use @smallexample instead of
2859 @example. Use GNU/Linux instead of Linux.
2860
28612002-09-20 Jim Blandy <jimb@redhat.com>
2862
2863 * gdb.texinfo: Add character set documentation.
2864
2f870471
AC
28652002-09-19 Andrew Cagney <ac131313@redhat.com>
2866
2867 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
2868 (Packets): Add cross reference from `b' packet to `z' packets.
2869
790eb8f5
AC
28702002-09-19 Andrew Cagney <ac131313@redhat.com>
2871
8d30a00d
AC
2872 * gdb.texinfo (Maintenance Commands): Document ``maint
2873 internal-error'' and ``maint internal-warning''.
2874
790eb8f5
AC
2875 * gdbint.texinfo (Target Architecture Definition): Revise
2876 description of STACK_ALIGN. Add description of FRAME_ALIGN.
2877
a23a7bf1
JB
28782002-09-19 Joel Brobecker <brobecker@gnat.com>
2879
2880 * gdbint.texinfo (Target Conditionals): Document the new
2881 NAME_OF_MALLOC macro.
2882
299ffc64
AC
28832002-09-05 Andrew Cagney <ac131313@redhat.com>
2884
2885 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
2886 engineer.
2887
b7bb15bc
SC
28882002-09-02 Stephane Carrez <stcarrez@nerim.fr>
2889
2890 * gdb.texinfo (TUI Overview): Document status line fields.
2891
3d757584
SC
28922002-09-02 Stephane Carrez <stcarrez@nerim.fr>
2893
2894 * gdb.texinfo (TUI Commands): Document info win command.
2895
269c21fe
SC
28962002-09-01 Stephane Carrez <stcarrez@nerim.fr>
2897
2898 * gdb.texinfo (TUI Overview): Document breakpoint markers.
2899
7cf36c78
SC
29002002-09-01 Stephane Carrez <stcarrez@nerim.fr>
2901
2902 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
2903 (TUI Keys): Likewise.
2904
d2c6833e
AC
29052002-08-25 Andrew Cagney <ac131313@redhat.com>
2906
2907 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
2908 for a packet receive.
2909
46d8b1c3
AC
29102002-08-25 Andrew Cagney <ac131313@redhat.com>
2911
2912 * Makefile.in (clean): Move to end of file.
2913 (distclean, maintainer-clean, realclean): Ditto.
2914 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
2915 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
2916 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
2917 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
2918
b0787093
AC
29192002-08-24 Andrew Cagney <ac131313@redhat.com>
2920
2921 * Makefile.in (GDBINT_TEX_TMPS): Define.
2922 (gdbint.dvi, gdbint.pdf): Use
2923 (GDB_TEX_TMPS): Define.
2924 (gdb.dvi, gdb.pdf): Use.
2925 (STABS_TEX_TMPS): Define.
2926 (stabs.dvi, stabs.pdf): Use.
2927 (GDB_DOC_SOURCE_INCLUDES): New macros.
2928 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
2929 (GDBINT_DOC_FILES_INCLUDES): New macros.
2930 (GDBINT_DOC_BUILD_INCLUDES): New macros.
2931 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
2932 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
2933 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
2934 (links2roff): Replace SFILES_INCLUDED with
2935 GDB_DOC_SOURCE_INCLUDES.
2936 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
2937 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
2938 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
2939 dependencies.
2940 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
2941 dependencies.
2942 (gdbmi.texinfo): Delete rule.
2943 (inc-hist.texinfo): Delete rule.
2944 (rluser.texinfo): Delete rule.
2945
ebba8386
AC
29462002-08-23 Andrew Cagney <cagney@redhat.com>
2947
2948 * gdbint.texinfo (Target Architecture Definition): Update
2949 STORE_RETURN_VALUE, mention regcache.
2950
0ab7a791
AC
29512002-08-21 Andrew Cagney <ac131313@redhat.com>
2952
2953 * gdbint.texinfo (Target Architecture Definition): Document
2954 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
2955
ee2d5c50
AC
29562002-08-19 Andrew Cagney <ac131313@redhat.com>
2957
2958 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
2959 Fix minor typos. Add index entries.
2960
53c69bd7
AC
29612002-08-18 Andrew Cagney <ac131313@redhat.com>
2962
2963 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
2964
e76f1f2e
AC
29652002-08-15 Andrew Cagney <ac131313@redhat.com>
2966
2967 * gdbint.texinfo (Target Architecture Definition): Document
2968 PRINT_VECTOR_INFO.
2969 * gdb.texinfo (Vector Unit): Document "info vectors" command.
2970
0680b120
AC
29712002-08-13 Andrew Cagney <ac131313@redhat.com>
2972
2973 * gdb.texinfo (Maintenance Commands): Document "maint print
2974 registers", "maint print raw-registers" and "maint print
2975 cooked-registers".
2976
3c3bea1c
GS
29772002-08-08 Grace Sainsbury <graces@redhat.com>
2978
a9331b3f 2979 From Mark Salter:
3c3bea1c
GS
2980 * gdb.texinfo (Protocol): Document T packet extension to
2981 allow watchpoint address reporting.
2982
42f9b0a5
AC
29832002-08-03 Andrew Cagney <ac131313@redhat.com>
2984
2985 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
2986
db034ac5
AC
29872002-08-01 Andrew Cagney <cagney@redhat.com>
2988
2989 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
2990 to CHILL.
2991
e2b28d04
AC
29922002-08-01 Andrew Cagney <ac131313@redhat.com>
2993
2994 * gdbint.texinfo (Coding): Revise section "Include Files".
2995
7fb623f7
AC
29962002-07-24 Andrew Cagney <cagney@redhat.com>
2997
2998 * gdbint.texinfo: Obsolete references to m88k.
2999 * gdb.texinfo: Ditto.
3000
4a2b4636
JB
30012002-07-10 Joel Brobecker <brobecker@gnat.com>
3002
7fb623f7 3003 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
3004 where the proper version of autoconf can be retrieved.
3005
a71ec265
DH
30062002-07-09 Don Howard <dhoward@redhat.com>
3007
3008 * gdb.texinfo (Command Files): Further describe the behavior of
3009 sourced command files.
3010
b9aa90c9
AC
30112002-06-27 Andrew Cagney <ac131313@redhat.com>
3012
3013 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
3014 (Coding): Clarify ISO C version that GDB assumes.
3015
40dd2248
TT
30162002-06-26 Tom Tromey <tromey@redhat.com>
3017
3018 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
3019 add_setshow_cmd_full.
3020
bfac230e
DH
30212002-06-25 Don Howard <dhoward@redhat.com>
3022
3023 * gdb.texinfo (Memory Region Attributes): Document new behavior
3024 for 'mem' command.
3025
475b0867
JB
30262002-06-11 Jim Blandy <jimb@redhat.com>
3027
919d772c
JB
3028 * gdb.texinfo (Symbols): Update documentation for `info source'
3029 command.
3030
475b0867
JB
3031 * gdb.texinfo (Macros): Call the command `info macro', not
3032 `show macro'.
3033
ba8c9337
AC
30342002-06-09 Andrew Cagney <ac131313@redhat.com>
3035
3036 * gdbint.texinfo (Coding): Add section ``Per-architecture module
3037 data''.
3038
1029b7fa
MK
30392002-06-09 Mark Kettenis <kettenis@gnu.org>
3040
3041 * gdbint.texinfo (Target Architecture Definition): Document
3042 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3043
16737d73
AC
30442002-06-08 Andrew Cagney <ac131313@redhat.com>
3045
3046 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
3047 lists.
3048
30107679
AC
30492002-06-08 Andrew Cagney <ac131313@redhat.com>
3050
3051 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
3052 Branch''.
3053
3352e23e
AC
30542002-06-01 Andrew Cagney <ac131313@redhat.com>
3055
3056 * gdbint.texinfo (Target Architecture Definition): Add section
3057 ``Converting an existing Target Architecture to Multi-arch''.
3058
cbb09e6a
AC
30592002-05-30 Andrew Cagney <ac131313@redhat.com>
3060
3061 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
3062 to ``Obsoleting code''. Revise.
3063
e2e0bcd1
JB
30642002-05-17 Jim Blandy <jimb@redhat.com>
3065
3066 * gdb.texinfo (C Preprocessor Macros): New chapter.
3067 Include it in the main menu.
3068 (Contributors): Credit Jim Blandy with macro support.
3069 (Compilation): Explain how to get macro information into the
3070 executable.
3071 (Expressions): Note that preprocessor macros are expanded.
3072
9db8d71f
DJ
30732002-05-14 Daniel Jacobowitz <drow@mvista.com>
3074
3075 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
3076 options for `target remote'.
3077
6d531722
AC
30782002-05-13 Andrew Cagney <ac131313@redhat.com>
3079
3080 * gdbint.texinfo (Target Architecture Definition): Delete
3081 documentation on NNPC_REGNUM.
3082
13d01224
AC
30832002-05-11 Andrew Cagney <ac131313@redhat.com>
3084
3085 * gdbint.texinfo (Target Architecture Definition): Document
3086 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
3087 (Target Architecture Definition): Revise section `Using Different
3088 Register and Memory Data Representations'. Add section `Raw and
3089 Virtual Register Representations'.
3090
b2e75d78
AC
30912002-05-11 Andrew Cagney <ac131313@redhat.com>
3092
3093 * gdbint.texinfo (Target Architecture Definition): Mention
3094 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
3095 (Target Architecture Definition): Mention same. Add references to
3096 web pages.
3097
2c8682ee
MS
30982002-05-08 Michael Snyder <msnyder@redhat.com>
3099
3100 * stabs.texinfo (Attributes): Document new "vector" attribute.
3101
0816590b
AC
31022002-05-04 Andrew Cagney <ac131313@redhat.com>
3103
3104 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
3105
2653173e
AC
31062002-05-04 Andrew Cagney <ac131313@redhat.com>
3107
3108 * gdb.texinfo: Delete obsolete references to a29k.
3109
d7bd68ca
AC
31102002-04-24 Andrew Cagney <ac131313@redhat.com>
3111
3112 * gdbint.texinfo (Target Architecture Definition): Replace
3113 IN_SIGTRAMP with PC_IN_SIGTRAMP.
3114
21d83aa5
DM
31152002-04-24 David S. Miller <davem@redhat.com>
3116
3117 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
3118
7673a6cc
DM
31192002-04-21 David S. Miller <davem@redhat.com>
3120
3121 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
3122
d49d1e0a
AC
31232002-04-21 Andrew Cagney <ac131313@redhat.com>
3124
3125 * gdbint.texinfo (Target Architecture Definition): Delete
3126 definition of HAVE_REGISTER_WINDOWS.
3127
f7dc1244 31282002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
3129
3130 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
3131 "Theodore A. Roth" <troth@verinet.com>.
3132
5ca0cb28
DH
31332002-04-15 Don Howard <dhoward@redhat.com>
3134
f7dc1244 3135 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 3136 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 3137 Provide a better explaination of this feature.
5ca0cb28 3138
f208ba17
AC
31392002-04-14 Andrew Cagney <ac131313@redhat.com>
3140
3141 * gdbint.texinfo (Target Architecture Definition): Remove
3142 FRAME_CHAIN_COMBINE.
3143
d5ba91de
MC
31442002-04-12 Michael Chastain <mec@shout.net>
3145
3146 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
3147 REG_STACK_SEGMENT.
3148
26818220
MC
31492002-04-09 Michael Chastain <mec@shout.net>
3150
3151 * gdbint.texinfo (Obsolete Conditionals): Remove references to
3152 PYRAMID_* macros.
3153
129188f6
AC
31542002-04-07 Andrew Cagney <ac131313@redhat.com>
3155
3156 * gdb.texinfo (Bug Reporting): Document that the web is the
3157 prefered way of submitting bug reports.
3158 (Bug Reporting): Delete the s-mail address as the last resort.
3159
8227c0ff
AC
31602002-04-05 Andrew Cagney <ac131313@redhat.com>
3161
3162 * gdbint.texinfo (Target Architecture Definition): Delete
3163 references to TARGET_WRITE_FP and write_fp.
3164
16d9dec6
MS
31652002-03-27 Michael Snyder <msnyder@redhat.com>
3166
3167 * gdb.texinfo: Document new commands dump, append, and restore.
3168
9ae8b82c
AC
31692002-03-27 Andrew Cagney <ac131313@redhat.com>
3170
3171 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
3172 Branch'.
3173
474c8240
AC
31742002-03-18 Andrew Cagney <ac131313@redhat.com>
3175
3176 * gdb.texinfo: Change all examples to @smallexample.
3177 * gdbint.texinfo: Ditto.
a9331b3f 3178
fb0ff88f
AC
31792002-03-18 Andrew Cagney <ac131313@redhat.com>
3180
3181 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
3182 Branches''.
3183
9bb0a4d8
AC
31842002-03-18 Andrew Cagney <ac131313@redhat.com>
3185
3186 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
3187 Policy''.
3188
937f164b
FF
31892002-03-04 Fred Fish <fnf@redhat.com>
3190
3191 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
3192 expresson, suports, dependant, trhe, perhaphs, situtations,
3193 explictily, taged, oportunity, unfortunatly).
3194
a7b40f07
AC
31952002-02-24 Andrew Cagney <ac131313@redhat.com>
3196
3197 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
3198 Remove reference to 3.12.
3199
aab4e0ec
AC
32002002-02-23 Andrew Cagney <ac131313@redhat.com>
3201
3202 * gdbint.texinfo: Include fdl.texi.
3203 (Top): Add GNU Free Documentation License.
3204 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
3205 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
3206 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
3207 (gdbint.info): Add srcdir to include path.
3208 * gdb.texinfo: Include gpl.texi.
3209 (Top): Add Copying.
3210 * gpl.texi: New file.
3211
47b95330
AC
32122002-02-23 Andrew Cagney <ac131313@redhat.com>
3213
3214 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
3215
78c47bea
PM
32162002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
3217
3218 * gdb.texinfo: Document Cygwin native specific commands.
3219
56460a61
DJ
32202002-02-15 Daniel Jacobowitz <drow@mvista.com>
3221
3222 * gdb.texinfo: Document gdbserver ``--attach'' command.
3223
def71bfa
MS
32242002-02-07 Michael Snyder <msnyder@redhat.com>
3225
3226 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
3227 to @code(_ovly_debug_event).
3228
c928edc0
AC
32292002-02-07 Andrew Cagney <ac131313@redhat.com>
3230
3231 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
3232
81d46470
MS
32332002-02-06 Michael Snyder <msnyder@redhat.com>
3234
3235 * gdb.texinfo (overlays): Mention new magic symbol
3236 '_ovly_debug_event', which allows GDB to keep better track
3237 of overlays.
3238
f7dc1244 32392002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
3240
3241 * gdb.texinfo (Memory Region Attributes): Fix the wording.
3242 Suggested by Dmitry Sivachenko.
3243
3244 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
3245
15110bc3
MS
32462002-02-01 Michael Snyder <msnyder@redhat.com>
3247
3248 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
3249
6763aef9
MS
32502002-01-30 Michael Snyder <msnyder@redhat.com>
3251
ac282366
MS
3252 * gdb.texinfo: (remote protocol): Gramatical fix-up.
3253 (set trust-readonly-sections): Document.
6763aef9 3254
8642bc8f
AC
32552002-01-29 Andrew Cagney <ac131313@redhat.com>
3256
3257 * gdbint.texinfo (Releasing GDB): Revise and update.
3258
afe64c1a
AC
32592002-01-28 Andrew Cagney <ac131313@redhat.com>
3260
3261 * gdbint.texinfo (Target Architecture Definition): Delete
3262 description of TARGET_BYTE_ORDER_DEFAULT.
3263
f7dc1244 32642002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
3265
3266 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
3267 <mitya@cavia.pp.ru>.
3268
3d6e1b5a
AC
32692002-01-23 Andrew Cagney <ac131313@redhat.com>
3270
3271 * libgdb.texinfo: Delete file.
3272
6c0e9fb3
AC
32732002-01-22 Andrew Cagney <ac131313@redhat.com>
3274
3275 * gdb.texinfo: Remove makeinfo 3.12 hacks.
3276 * gdbint.texinfo: Ditto.
3277
e0ce93ac
AC
3278Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
3279
3280 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
3281
be298bcc
AC
32822002-01-22 Andrew Cagney <ac131313@redhat.com>
3283
3284 * Makefile.in: Update copyright.
3285 (TEXI2DVI): Define.
3286 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
3287 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
3288 gdb-cfg.texi.
3289 (TEXINDEX, PDFTEX): Delete makefile variables.
3290
8e04817f
AC
32912002-01-22 Andrew Cagney <ac131313@redhat.com>
3292
3293 * gdb.texinfo (Protocol): Move section to appendix.
3294
6b2f586d
AC
32952002-01-21 Andrew Cagney <ac131313@redhat.com>
3296
3297 * gdb.texinfo (Remote Debugging): Create a menu.
3298 (Top): Add ``Remote Debugging'' to menu.
3299
6f05cf9f
AC
33002002-01-21 Andrew Cagney <ac131313@redhat.com>
3301
3302 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
3303 serial protocol'' from here.
3304 (Remote Debugging): To here. New chapter.
3305
3fd3d7d2
AC
33062002-01-20 Andrew Cagney <ac131313@redhat.com>
3307
3308 * gdbint.texinfo (Target Architecture Definition): Delete
3309 description of TARGET_BYTE_ORDER_SELECTABLE_P.
3310
7fd60527
AC
33112002-01-20 Andrew Cagney <ac131313@redhat.com>
3312
3313 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
3314 are no longer needed.
3315 (Porting GDB): Add maintainer note about configure.host.
3316
c2f05ac9
AC
33172002-01-20 Andrew Cagney <ac131313@redhat.com>
3318
3319 * gdbint.texinfo (Target Architecture Definition): Remove
3320 definition of IEEE_FLOAT.
3321
f7dc1244 33222002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
3323
3324 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
3325 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
3326 <3diff@gnu.org>
231b2aad 3327
82600034
AC
33282002-01-19 Andrew Cagney <ac131313@redhat.com>
3329
3330 * gdbint.texinfo (Host Definition): Remove references to
3331 MALLOC_INCOMPATIBLE.
3332
7708fa01
AC
33332002-01-17 Andrew Cagney <ac131313@redhat.com>
3334
3335 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
3336 and xyz-xdep.o.
3337
eb12ee30
AC
33382002-01-17 Andrew Cagney <ac131313@redhat.com>
3339
3340 * gdb.texinfo (Maintenance Commands): Add appendix.
3341 (Set Breaks): Copy ``maint info breakpoint'' doco to
3342 ``Maintenance Commands'' appendix. Add reference.
3343
c9ccaa92
AC
33442002-01-17 Andrew Cagney <ac131313@redhat.com>
3345
3346 * fdl.texi: Remove next/prev from @node.
3347
f7dc1244 33482002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
3349
3350 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
3351 for monstrous @multitable (from Brian Youmans).
3352
3353 * fdl.texi: New file.
3354
3355 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
3356
8973da3a
AC
33572002-01-15 Andrew Cagney <ac131313@redhat.com>
3358
3359 * gdbint.texinfo (Releasing GDB): New chapter.
3360
7d86b5d5
AC
33612002-01-14 Andrew Cagney <ac131313@redhat.com>
3362
3363 * gdb.texinfo (Embedded Processors, Calling program functions):
3364 Obsolete references to a29k.
3365
cc1cb004
AC
33662002-01-13 Andrew Cagney <ac131313@redhat.com>
3367
3368 * gdbint.texinfo (Coding): Review Cleanups section. Examples
3369 examples. Document that a code-block should do or discard its
3370 cleanups before exit.
3371
79f12247
MS
33722002-01-11 Michael Snyder <msnyder@redhat.com>
3373
3374 * gdb.texinfo (Choosing files): Change @samp to @file.
3375
19837790
MS
33762002-01-05 Michael Snyder <msnyder@redhat.com>
3377
3378 * gdb.texinfo (--pid): Document new command line option (attach).
3379
f7dc1244 33802002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
3381
3382 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
3383 in the stub.
3384
d7449b42
AC
33852002-01-04 Andrew Cagney <ac131313@redhat.com>
3386
3387 * gdbint.texinfo (Target Architecture Definition): Replace
3388 BIG_ENDIAN with BFD_ENDIAN_BIG.
3389
f23631e4
AC
33902002-01-03 Andrew Cagney <ac131313@redhat.com>
3391
3392 * gdbint.texinfo (Target Architecture Definition): Replace
3393 value_ptr with struct value pointer.
3394
72c9928d
EZ
33952002-01-02 Eli Zaretskii <eliz@gnu.org>
3396
3397 * gdb.texinfo (Free Software): Fix wording.
3398
959acfd1
EZ
33992001-12-31 Eli Zaretskii <eliz@gnu.org>
3400
3401 * gdb.texinfo (Free Software): New section ``Free Software Needs
3402 Free Documentation''.
3403
f7dc1244 34042001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
3405
3406 * stabs.texinfo:
3407 * gdb.texinfo:
3408 * gdbint.texinfo:
3409 * libgdb.texinfo:
3410 * annotate.texi: Fix the application of GFDL in the Copyright notice.
3411
6600abed
MS
34122001-12-29 Michael Snyder <msnyder@redhat.com>
3413
3414 * gdb.texinfo (maint info sections): Fix typo.
3415
f6680716
MS
34162001-12-26 Michael Snyder <msnyder@redhat.com>
3417
fe95c787
MS
3418 * gdb.texinfo (maint info sections): Document.
3419
a9331b3f 3420 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
3421 'info proc' sub-options that are currently not implemented.
3422
c3d3ce5b
JB
34232001-12-20 Jim Blandy <jimb@redhat.com>
3424
3425 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
3426
778eb05e
AC
34272001-12-15 Andrew Cagney <ac131313@redhat.com>
3428
3429 * gdbint.texinfo (Target Architecture Definition): Replace
3430 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
3431
2607059c
AC
34322001-12-01 Andrew Cagney <ac131313@redhat.com>
3433
3434 * gdbint.texinfo (Host Definition): Delete documentation on
3435 HOST_BYTE_ORDER.
3436
df0cd8c5
JB
34372001-11-30 Jim Blandy <jimb@redhat.com>
3438
3439 * gdb.texinfo (Overlays): New chapter, documenting GDB's
3440 overlay support. Add to top-level menu.
3441
88118b3a
TT
34422001-11-26 Tom Tromey <tromey@redhat.com>
3443
3444 * gdb.texinfo (Command Syntax): Document C-o binding.
3445
96565e91
CF
34462001-07-26 Christopher Faylor <cgf@redhat.com>
3447
3448 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
3449 use since it is described in the referenced section.
3450
f7dc1244 3451 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
3452 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
3453 clearer when using DJGPP.
3454
2a3d5645
CF
34552001-11-24 Christopher Faylor <cgf@redhat.com>
3456
3457 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
3458 specifically refer to MS-DOS.
3459 (command files): Mention gdb.ini is only used on MS-DOS.
3460
aa26fa3a
TT
34612001-11-21 Tom Tromey <tromey@redhat.com>
3462
3463 * gdb.texinfo (Invoking GDB): Document --args.
3464 (Mode Options): Likewise.
3465
4f8ada06
JB
34662001-11-21 Jim Blandy <jimb@redhat.com>
3467
3468 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3469 Delete documentation; this macro has been removed from the
3470 sources.
3471
3fe0dc10
JB
34722001-11-13 Jim Blandy <jimb@redhat.com>
3473
3474 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
3475
9e5abb06
CV
34762001-11-06 Corinna Vinschen <vinschen@redhat.com>
3477
3478 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
3479
1c5dfdad
MS
34802001-11-05 Michael Snyder <msnyder@redhat.com>
3481
a9331b3f 3482 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
3483 quote regexp chars in function names such as "operator*()".
3484
990f9fe3
FF
34852001-11-01 Fred Fish <fnf@redhat.com>
3486
3487 * gdbint.texinfo (SOLIB_ADD): Document additional new
3488 "readsyms" arg.
3489
b433d00b
DH
34902001-10-30 Don Howard <dhoward@redhat.com>
3491
070b1dd3
DH
3492 * gdb.texinfo: (Command Files) Added documentation for the
3493 behavior of gdb with input redirected from a file.
b433d00b 3494
b7209cb4
FF
34952001-10-28 Fred Fish <fnf@redhat.com>
3496
3497 * gdb.texinfo (auto-solib-add): Change docs to match
3498 implementation change.
3499 (auto-solib-limit): Add docs for new variable.
3500
1aa20aa8
AC
35012001-10-15 Andrew Cagney <ac131313@redhat.com>
3502
3503 * gdbint.texinfo (Target Architecture Definition): Function
3504 value_as_pointer renamed to value_as_address.
3505
fc0c74b1
AC
35062001-10-15 Andrew Cagney <ac131313@redhat.com>
3507
3508 * gdbint.texinfo (Target Architecture Definition): Default
3509 POINTER_TO_ADDRESS functions assume unsigned addresses.
3510 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
3511 posting by Jim Blandy.
3512
f4846649
JB
35132001-10-12 Jim Blandy <jimb@redhat.com>
3514
3515 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
3516 version of texi2html (1.64) doesn't support this flag any more.
3517
f277788b
MK
35182001-09-08 Mark Kettenis <kettenis@gnu.org>
3519
a9dc4918
MK
3520 * gdbint.texinfo (Host Definition): Remove description of
3521 MEM_FNS_DECLARED.
3522
d28379df
MK
3523 * gdbint.texinfo (Host Definition): Remove description of R_OK.
3524
f277788b
MK
3525 * gdbint.texinfo (Host Definition): Remove description of
3526 HAVE_SIGSETMASK.
3527
7ccaa899
EZ
35282001-09-04 Elena Zannoni <ezannoni@redhat.com>
3529
3530 * gdbint.texinfo (Target Architecture Definition): Add
3531 explanation of TARGET_PRINT_INSN macro.
3532
17d9d558
JB
35332001-08-30 Jim Blandy <jimb@redhat.com>
3534
3535 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
3536 Explain what it means to load relocatable files.
3537
72cde065
JB
35382001-08-28 Jim Blandy <jimb@redhat.com>
3539
3540 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
3541 info `top' menu.
3542
9e678452
CF
3543Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
3544
3545 * gdbint.texinfo: Add a cautionary note about macro use.
3546
a2bea4c3 35472001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 3548
a2bea4c3
CV
3549 * gdb.texinfo: Explain omitting the hostname in the
3550 `target remote' command.
3551
1129bf27
DJ
35522001-07-30 Daniel Jacobowitz <drow@mvista.com>
3553
3554 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
3555 and END-INFO-DIR-ENTRY.
3556
732b3002
SC
35572001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3558
3559 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
3560
89437448
AC
35612001-07-25 Andrew Cagney <ac131313@redhat.com>
3562
3563 * gdbint.texinfo (libgdb): Rewrite.
3564
f7dc1244 35652001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
3566
3567 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
3568
c4555f82
SC
35692001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3570
3571 * gdb.texinfo (TUI): New chapter, document the TUI.
3572 (Mode Options): Document the -tui option.
3573
2f45a6e0
MK
35742001-07-23 Mark Kettenis <kettenis@gnu.org>
3575
3576 * gdbint.texinfo (Host Definition): Remove description of
3577 NEED_POSIX_SETPGID.
3578
f7dc1244 35792001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
3580
3581 * gdb.tex (DJGPP Native): New node, with descriptions of
3582 DJGPP-specific commands.
3583
be9c6c35
JM
35842001-07-19 John R. Moore <jmoore@redhat.com>
3585
3586 * gdbint.texinfo: Three misspellings.
3587
dfa249fb
AC
35882001-07-06 Andrew Cagney <ac131313@redhat.com>
3589
3590 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
3591 `test` expressions on bash. Problem reported by Colin Walters.
3592
c72e7388
AC
35932001-07-04 Andrew Cagney <ac131313@redhat.com>
3594
3595 * gdbint.texinfo (User Interface): Update ui-out documentation to
3596 refelect recent UI/MI updates.
3597
94bbb2c0
AC
35982001-07-04 Andrew Cagney <ac131313@redhat.com>
3599
3600 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
3601 interpreters.
3602
af6c57ea
AC
36032001-06-15 Andrew Cagney <ac131313@redhat.com>
3604
3605 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
3606 structure and not macros.
3607 (Host Definition): Document that much of this chapter is obsolete.
3608 (Target Architecture Definition): Update list of files that make
3609 up a target architecture.
3610 (Coding): Update.
3611
83aa8bc6
AC
36122001-06-28 Andrew Cagney <ac131313@redhat.com>
3613
3614 * gdbint.texinfo (Target Architecture Definition): Update
3615 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
3616 The latter has been changed to a true predicate.
3617
f7dc1244 36182001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
3619
3620 * annotate.texi: Add @noindent where needed. From Dmitry
3621 Sivachenko <dima@Chg.RU>.
3622 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
3623
656db9b0
AC
36242001-06-16 Andrew Cagney <ac131313@redhat.com>
3625
3626 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
3627
df2396a1
AC
36282001-06-14 Andrew Cagney <ac131313@redhat.com>
3629
3630 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
3631 returns ``OK''. Document that the ``R'' packet does not reply.
3632
0f1f2b0a
MS
36332001-06-13 Michael Snyder <msnyder@redhat.com>
3634
3635 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
3636
f7dc1244 36372001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
3638
3639 * gdb.texinfo (Signals): Clarify the default setting of signal
3640 handling.
3641
a5d7c491
AC
36422001-05-14 Andrew Cagney <ac131313@redhat.com>
3643
3644 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
3645 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
3646
05a54c4f
AC
36472001-05-12 Andrew Cagney <ac131313@redhat.com>
3648
3649 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
3650
f7dc1244 36512001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
3652
3653 * gdbint.texinfo (Clean Design and Portable Implementation):
3654 Renamed from "Clean Design".
3655 (Clean Design and Portable Implementation): Document portable
3656 methods of handling file names, and the associated macros.
3657
f7dc1244 36582001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
3659
3660 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
3661 command and provide a cross-reference to its description.
3662 (Symbols): Note that "info scope" is useful for trace experiments.
3663
f7dc1244 36642001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 3665
b37052ae
EZ
3666 * gdb.texinfo (Symbols): Document "info scope".
3667 (Tracepoints): New chapter.
3668 (Contributors): Update for v5.1.
3669 <All nodes>: Change "C++" to "C@t{++}".
3670
0ee54786
EZ
3671 * gdbint.texinfo (User Interface): A new section about ui_out
3672 functions, based on text written by Fernando Nasser.
3673
c534679c
EZ
3674 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
3675
f7dc1244 36762001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 3677
e9c75b65
EZ
3678 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
3679
3680 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
3681
3682 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
3683 Replace "GDB" with "@value{GDBN}". Fix markup.
3684
3685 * annotate.texi: Change Permissions to GFDL. Update Copyright.
3686
3d67e040
EZ
3687 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
3688 a cross-reference to its description.
3689 (Symbols): Document "info symbol".
3690
f7dc1244 36912001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
3692
3693 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
3694 subsection "x86 Watchpoints".
3695 (Target Architecture Definition): Document the macros
3696 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
3697 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
3698
b0ed3589
AC
36992001-03-20 Andrew Cagney <ac131313@redhat.com>
3700
3701 * gdbint.texinfo (Target Architecture Definition): Update
3702 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
3703 list.
3704
b6ba6518
KB
37052001-03-06 Kevin Buettner <kevinb@redhat.com>
3706
3707 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
3708 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
3709
f7dc1244 37102001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
3711
3712 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
3713
f7dc1244 37142001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 3715
17cc6a06
EZ
3716 * gdb.texinfo (Environment): Document that `path' does not change
3717 the value of PATH in GDB's own environment (it did in the past,
3718 but that was changed on March 15, 1994). Reported by Doug Evans
3719 <dje@transmeta.com>.
3720
56caf160
EZ
3721 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
3722 its line. Fix markup of commands and macros. Add an Index node
3723 and index entries.
3724
29e57380
C
37252001-01-23 J.T. Conklin <jtc@redback.com>
3726
3727 * gdb.texinfo (Memory region attributes): New manual section.
3728
1c6147de
ND
37292001-01-04 Nicholas Duffek <nsd@redhat.com>
3730
3731 * gdbint.texinfo (POP_FRAME): Document use by return_command.
3732
f7dc1244 37332000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
3734
3735 * refcard.tex: Version and copyright fixed. From Phil Edwards
3736 <pedwards@disaster.jaj.com>.
3737
0dcedd82
AC
3738Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
3739
3740 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
3741 DWARF2_REG_TO_REGNUM): Document.
3742
3b851bce
AC
3743Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
3744
3745 * gdbint.texinfo (Coding): Update current value of
3746 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3747
f7dc1244 37482000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
3749
3750 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
3751 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
3752
b90a5f51
CF
37532000-11-10 Christopher Faylor <cgf@cygnus.com>
3754
3755 * gdb.texinfo: Document new 'set step-mode' command.
3756
f7dc1244 37572000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
3758
3759 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
3760 changes from Dmitry Sivachenko <dima@Chg.RU>.
3761
f7dc1244 37622000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
3763
3764 * gdb.texinfo (Hooks): Document the new post-hook functionality.
3765 From Steven Johnson <sbjohnson@ozemail.com.au>.
3766
2e685b93
MK
37672000-08-10 Mark Kettenis <kettenis@gnu.org>
3768
3769 * gdbint.texinfo (Overall Structure): Spelling fix.
3770
f7dc1244 37712000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
3772
3773 * gdbint.texinfo (Target Architecture Definition): Document that
3774 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
3775 for which REGISTER_CONVERTIBLE returns a zero value.
3776
63ac3005
EZ
37772000-07-08 Christopher Faylor <cgf@cygnus.com>
3778
3779 * Makefile.in (install-info): Find files to install in either the
3780 build or source directories (adapted from Makefile.am).
3781
bd79f757
ND
37822000-07-07 Nicholas Duffek <nsd@redhat.com>
3783
3784 * stabs.texinfo: Fix spelling errors.
3785 (String Field): FILE-NUMBER starts from 0, not 1.
3786
f7dc1244 37872000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
3788
3789 * refcard.tex: Remove \centerline from the blurb. Patch from
3790 Brian Youmans.
3791
f7dc1244 37922000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
3793
3794 * Makefile.in (install-info): Support installation from outside of
3795 the source directory. Reported by Mark Harig
3796 <markh@frazier.landmark.com>.
3797
f3b28801
C
37982000-06-20 J.T. Conklin <jtc@redback.com>
3799
3800 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
3801
449f3b6c
AC
3802Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
3803
3804 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
3805 Generate using pdftex.
3806 (PDFTEX): Define.
3807 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
3808 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
3809 @contents at the start.
3810
f7dc1244 38112000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
3812
3813 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
3814 Youmans.
3815
9e9c5ae7
AC
3816Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
3817
3818 From Brian Youmans:
3819 * gdb.texinfo: Fix ``et al.''.
3820
c741b251
AC
3821Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
3822
3823 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
3824 loop.
3825
4ab64e14
JG
38262000-05-19 Jimmy Guo <guo@cup.hp.com>
3827
3828 * configure: Regenerate.
3829
f7dc1244 38302000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
3831
3832 * Makefile.in (install-info): Run install-info on installed Info
3833 files.
3834
8c70017b
AC
3835Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
3836
a7cb598a
AC
3837 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
3838 Andrew Cagney.
8c70017b 3839
f7dc1244 38402000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
3841
3842 * gdb.texinfo: Proofreading changes from Brian Youmans.
3843
bf0184be
ND
38442000-05-01 Nick Duffek <nsd@cygnus.com>
3845
3846 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
3847 startup sequence, minor edits.
3848
f7dc1244 38492000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
3850
3851 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
3852 TeX.
3853
3854 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
3855 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
3856 like `n' and `s' which look weird. Convert some of the @kindex to
3857 @vindex, when they refer to variables, not commands.
3858
33e16fad
AC
3859Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
3860
3861 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
3862
f7dc1244 38632000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
3864
3865 * Makefile.in (GDBMI_DIR): New variable.
3866 (SET_TEXINPUTS): Add $(GDBMI_DIR).
3867 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
3868 (gdbmi.texinfo): New target, for texi2roff.
3869 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
3870 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
3871
3872 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
3873 gdbmi.texinfo.
3874 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
3875 comment.
3876
d167840f
EZ
38772000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3878
3879 * gdb.texinfo (Files): Update description of add-symbol-file
3880 command.
3881
f7dc1244 38822000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
3883
3884 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
3885 prevents the build (and is generally a Bad Idea).
3886
f7dc1244 38872000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
3888
3889 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
3890 a comma inside @var.
3891 (Command Files): Index markup changes from Dmitry Sivachenko
3892 <dima@Chg.RU>.
3893
f7dc1244 38942000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
3895
3896 * Makefile.in (LN_S): Define.
3897 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
3898 invoke "ln -s" unless it is known to work.
3899
3900 * configure.in (AC_PROG_LN_S): Add.
3901
8dc7983f
JB
39022000-04-14 Jim Blandy <jimb@redhat.com>
3903
3904 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
3905 section.
3906 (Target Conditionals): Document ADDRESS_TO_POINTER,
3907 POINTER_TO_ADDRESS.
3908
1a8237e8
DB
39092000-04-11 Daniel Berlin <dan@cgsoftware.com>
3910
3911 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
3912 gdb-cfg.texi to get the value.
3913
ca526f1a
JB
39142000-04-10 Jim Blandy <jimb@redhat.com>
3915
3916 * gdbint.texinfo (Target Architecture Definition): Fix
3917 cross-references.
3918
faaafcb4
JB
39192000-04-08 Jim Blandy <jimb@redhat.com>
3920
3921 * gdbint.texinfo (Using Different Register and Memory Data
3922 Representations): New section.
3923 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
3924 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
3925 REGISTER_CONVERT_TO_RAW): Document.
3926
1b27397f
AC
3927Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
3928
3929 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
3930 for acknowledgments.
3931
480ff1fb
AC
3932Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
3933
3934 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
3935 qThreadExtraInfo.
3936
a9331b3f 39372000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 3938
a9331b3f
RM
3939 * gdb.texinfo: Clarify which remote debug protocol commands are
3940 required and which are optional.
f1251bdd 3941
dbeb8dbd
AC
3942Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
3943
3944 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
3945 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
3946 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
3947 * annotate.texi: Update.
3948
6d2ebf8b
SS
39492000-03-28 Stan Shebs <shebs@apple.com>
3950
3951 * gdb.texinfo: Update dates, bump to Eighth Edition (note
3952 expectation of additional changes before release), update
3953 ISBN, add copy of top-level menu for @ifhtml, remove explicit
3954 node links, rephrase and/or shorten lines to fix formatting
3955 problem in both regular and @smallbook formats.
3956 * annotate.texi: Shorten lines in example, use smallexample
3957 consistently everywhere.
3958 * Makefile.in: Add comment about texinfo 4.0 html generation.
3959 (SFILES_INCLUDED): Add annotate.texi.
3960
5d161b24
DB
39612000-03-27 Daniel Berlin <dan@cgsoftware.com>
3962
3963 * gdb.texinfo (Debugging Output): Added new section, documenting
3964 the "set/show debug" commands.
3965
b9deaee7
AC
3966Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
3967
3968 * annotate.texi (Annotations): When GDBN omit @chapter and @node
3969 entry.
3970
3971 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
3972 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
3973 @chapter and @node entries.
a9331b3f 3974
b9deaee7 3975 * gdb.texinfo: Link all top-level nodes.
a9331b3f 3976
9ef47d30
AC
3977Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
3978
3979 * Makefile.in (install-info): Create $(infodir) before installing
3980 files.
3981
cfeada60
FN
39822000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
3983
3984 From David Whedon <dwhedon@gordian.com>
3985 * gdbint.texinfo : Added paragraphs about command deprecation.
3986
6837a0a2
DB
39872000-03-22 Daniel Berlin <dan@cgsoftware.com>
3988
3989 * gdb.texinfo: Add documentation for the apropos command.
3990
bba2971c
MS
39912000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
3992
3993 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
3994
2b628194
MS
39952000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
3996
a9331b3f 3997 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
3998 two places.
3999
96a2c332
SS
40002000-03-17 Stan Shebs <shebs@apple.com>
4001
4002 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
4003 <dima@Chg.RU>, also clarification of allowed content for
4004 string constants.
4005
f7dc1244 40062000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
4007
4008 * gdb.texinfo (main menu): Add Annotations.
4009 (File Options): Add @cindex entries for each command-line option.
4010 Document --epoch, --annotate, --async, --interpreter, --write,
4011 --statistics, and --version.
4012
4013 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
4014 of GDB.
4015
9d233477
JB
40162000-02-23 Jim Blandy <jimb@redhat.com>
4017
4018 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
4019
14e0eb3b
JB
40202000-02-22 Jim Blandy <jimb@redhat.com>
4021
4022 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
4023
3555de01
JM
40242000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
4025
4026 * Makefile.in (diststuff): New target.
4027
5e35df8e
KB
40282000-02-15 Kevin Buettner <kevinb@redhat.com>
4029
4030 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 4031 architecture. [From Jim Wilson.]
5e35df8e 4032
c5394b80
JM
40332000-01-16 Tom Tromey <tromey@cygnus.com>
4034
4035 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
4036 (Delete Breaks): Mention range arguments.
4037 (Disabling): Likewise.
4038
c3f6f71d
JM
40392000-01-05 Dmitry Sivachenko <dima@Chg.RU>
4040
4041 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
4042
c4093a6a
JM
4043Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
4044
4045 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
4046 valid functions.
4047
11cf8741
JM
40481999-11-05 Stan Shebs <shebs@andros.cygnus.com>
4049
4050 * gdb.texinfo: Clarify regular expressions used in rbreak.
4051
917317f4
JM
40521999-10-15 Kevin Buettner <kevinb@cygnus.com>
4053
4054 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
4055 MEMORY_REMOVE_BREAKPOINT): Document.
4056
4057Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
4058
4059 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
4060 offset re-using the DATA offset instead.
4061
2df3850c
JM
40621999-10-11 Jim Kingdon <kingdon@redhat.com>
4063
4064 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
4065
40661999-10-05 Stan Shebs <shebs@andros.cygnus.com>
4067
4068 From Dmitry Sivachenko <demon@gpad.ac.ru>:
4069 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
4070 typos.
4071
4072 * gdb.texinfo: Various minor wording and formatting improvements,
4073 mentions of additional command-line options.
4074
2acceee2
JM
40751999-09-30 Fred Fish <fnf@cygnus.com>
4076
4077 * gdb.texinfo: Document additional forms of specifying section
4078 names and addresses for the add-symbol-file command.
4079
c2c6d25f
JM
40801999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
4081
4082 * gdbint.texinfo: Fix typo, add the word "have".
4083
40841999-09-14 Jim Blandy <jimb@cris.red-bean.com>
4085
4086 * gdbint.texinfo (Target Architecture Definition): Document the
4087 SKIP_PERMANENT_BREAKPOINT macro.
4088
d4f3574e
SS
40891999-09-07 Stan Shebs <shebs@andros.cygnus.com>
4090
4091 * gdb.texinfo: Fiks speling errers.
4092
4093 * gdb.texinfo: Fix uses of @multitable.
4094
f7dc1244 4095 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e
SS
4096 * gdb.texinfo: Include details specific to DOS host, clarify
4097 some confusing language, fix @ref/@xref/@pxref usages, add
4098 comments about using with optimization, add more indexing,
4099 fix info about disassembly-flavor.
4100
4101Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
4102
4103 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
4104 SKIP_SOLIB_RESOLVER): Define.
4105
4106Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
4107
4108 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
4109 ``g'' packets.
4110
104c1213
JM
41111999-08-30 Stan Shebs <shebs@andros.cygnus.com>
4112
4113 * gdb.texinfo: Create a new "Configurations" chapter with
4114 platform-specific info, inline remote.texi and move sections of it
4115 into the new chapter, move bits about info proc, heuristic search,
4116 and register stack into the new chapter.
4117 * remote.texi: Remove, now part of gdb.texinfo.
4118 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
4119
41201999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
4121
4122 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
4123 GDB_TARGET_IS_MACH386): These kludges have gone away.
4124
4125Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
4126
4127 * gdbint.texinfo (Target Architecture Definition): Mention
4128 TDEPLIBS.
4129
53a5351d
JM
41301999-08-20 Stan Shebs <shebs@andros.cygnus.com>
4131
4132 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
4133 surrounding text to fit HP-UX bits into general info.
4134 (HPPA-cfg.texi): Remove, no longer useful.
4135
4136 * gdb.texinfo: Remove explicit links from @node lines, remove
4137 HP-added "Detailed Node Listing" from main menu which confuses
4138 things.
4139
4140 From Dmitry Sivachenko <dima@Chg.RU>:
4141 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
4142 in description of `set environment'.
4143
41441999-08-17 Stan Shebs <shebs@andros.cygnus.com>
4145
4146 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
4147
7be570e7
JM
41481999-08-12 Ben Elliston <bje@cygnus.com>
4149
4150 * gdbint.texinfo (Breakpoint Handling): Add missing words.
4151
f7dc1244 41521999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
4153
4154 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
4155 watch, awatch, and rwatch. Explain why the latter two cannot be
4156 set as software watchpoints. Document that watchpoints for local
4157 variables are deleted when the debuggee terminates.
4158
4159Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
4160
4161 * remote.texi (Protocol): Further clarification of the "qRcmd"
4162 packet. Allow E.. response packet. "qRcmd" packet is no longer
4163 reserved.
4164
41651999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4166
a9331b3f
RM
4167 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
4168 * gdb.texinfo: Ditto.
7be570e7 4169
96baa820
JM
41701999-08-06 Tom Tromey <tromey@cygnus.com>
4171
4172 * gdb.texinfo (KOD): New node.
4173
4174Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
4175
4176 * remote.texi (Rcmd): Fix minor formatting typos.
4177
4178Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
4179
4180 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
4181 packets.
4182
adf40b2e
JM
41831999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
4184
4185 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
4186 fixes.
4187
43ff13b4
JM
4188Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
4189
4190 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
4191
085dd6e6
JM
4192Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
4193
4194 * remote.texi (Communication Protocol): ``v'' is in use. Fix
4195 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
4196 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
4197 packets that are not supported on all hosts. Expand examples.
4198 Spell check.
4199
42001999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
4201
4202 * Makefile.in: Recognize html, install-html. Add targets
4203 to build HTML versions of documentation via texi2html.
4204
4205Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
4206
4207 * gdbint.texinfo (Testsuite): New chapter, information about the
4208 testsuite.
4209
4210Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
4211
4212 * remote.texi (Communication Protocol): Rewrite.
4213
4214Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
4215
4216 * stabs.texinfo: Fix uses of xref.
4217
9e0b60a8
JM
4218Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
4219
4220 * gdbint.texinfo: Add an anti-printf exhortation, and update the
4221 info about patch submission.
4222
cce74817
JM
4223Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
4224
4225 From Per Bothner <bothner@cygnus.com>:
4226 * gdb.texinfo: Document Chill support.
4227
4228Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
4229
4230 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
4231 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
4232 Document that the value should be greater-than or equal-to zero.
4233 (NO_STD_REGS): Document. Deprecate.
4234
ac9a91a7
JM
4235Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4236
4237 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
4238 Document that these are not used.
4239
4240Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4241
4242 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
4243
392a587b
JM
4244Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
4245
4246 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
4247 numargs was dropped.
4248
4249Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
4250
4251 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
4252
b83266a0
SS
4253Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
4254
4255 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
4256 Update.
4257
7a292a7a
SS
4258Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
4259
4260 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
4261 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
4262
4263Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
4264
4265 * gdbint.texinfo: Fix typos: $ -> @.
4266
4267Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
4268
4269 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
4270 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
4271 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
4272 BREAKPOINT_FROM_PC.
a9331b3f 4273
7a292a7a
SS
4274Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
4275
4276 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
4277 CALL_DUMMY_STACK_ADJUST): Document.
4278
4279Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4280
4281 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
4282 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
4283
42841999-04-02 Stan Shebs <shebs@andros.cygnus.com>
4285
4286 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
4287 longer exists.
4288
4289Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
4290
4291 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
4292 nearly all @ifset/@ifclear conditionals; nobody uses them, and
4293 they make the manual source incomprehensible.
4294 * h8-cfg.texi: Remove, hasn't been used in years.
4295
c906108c
SS
4296Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
4297
4298 * gdb.texinfo: Update the credits.
4299
4300Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4301
4302 * gdb.texinfo: Fix mistakes noticed in printout of last
4303 draft, add Alpha to discussion of heuristic fence post.
4304
4305Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
4306
4307 * gdb.texinfo, remote.texi: Many changes; update to Seventh
4308 Edition, merge some HP changes into mainline, describe some
4309 previously undocumented features, describe more of the target
4310 commands available, eliminate obsolete section on renamed
4311 commands.
4312 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
4313
4314Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
4315
4316 * gdb.texinfo: Make many HPPA conditionals unconditional,
4317 including catchpoint description, since now on for all configs.
4318 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
4319 specializations.
4320
4321Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
4322
4323 * Makefile.in (GDBvn.texi): Fix match expression to work with
4324 current format of VERSION in gdb/Makefile.in.
4325 * gdb.texinfo: Fix node ref to match new readline.
4326
4327Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
4328
a9331b3f
RM
4329 * gdb.texinfo: Changes made as part of a project to merge in
4330 changes made by HP. Documentation makes extensive use of
c906108c
SS
4331 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
4332 on remote debugging. There are differences in documentation
4333 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
4334 the HP manual discusses catchpoints, hardware watchpoints, and
4335 some HPUX specific limitations for shared library support.
a9331b3f 4336
c906108c
SS
4337 There are also a number of @node changes.
4338
43391999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
4340
4341 * gdbint.texinfo (Formatting): Disambiguate a sentence.
4342 (C Usage): Same.
4343
4344Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
4345
4346 The following changes were made by Edith Epstein
4347 <eepstein@cygnus.com> as part of a project to merge in changes
4348 made by HP.
a9331b3f 4349
c906108c
SS
4350 * HPPA-cfg.texi: new file.
4351
4352 * all-cfg.texi: set HPPA for HP PA-RISC targets.
4353
4354 * refcard.tex: change documentation about catch.
4355 removed info catch.
4356
4357Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
4358
4359 * gdbint.texinfo: Expand on GDB's coding standards,
4360 specify the use of arg names with prototypes.
4361
43621998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
4363
4364 * gdb.texinfo: Fix tipo.
4365
4366Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
4367
4368 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
4369 TARGET_BYTE_ORDER_SELECTABLE_P.
4370
4371Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
4372
4373 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
4374
43751998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
4376
4377 * agentexpr.texi: New file.
4378
4379Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
4380
4381 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
4382
43831998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
4384
4385 * remote.texi: Changed wording that implied that the GDB remote
4386 protocol caches register values instead of GDB itself.
4387
4388Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
4389
4390 * gdbint.texinfo: Add some info about symbol readers.
4391 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
4392 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
4393 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
4394 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
4395
4396Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
4397
a9331b3f 4398 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
4399
4400Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
4401
4402 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
4403
4404Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
4405
4406 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
4407 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
4408
4409Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
4410
4411 * gdbint.texinfo: Fix minor typos.
4412
4413Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
4414
4415 * gdbint.texinfo: Complete overhaul. Group descriptions more
4416 logically, add more info on generic algorithms, remove much
4417 obsolete and/or wrong material.
4418
4419Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
4420
4421 * stabs.texinfo (Method Type Descriptor): Expand and correct.
4422
4423Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
4424
4425 * refcard.tex: Copyright, address updates.
4426
4427Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
4428
4429 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
4430 for the edition instead of confusing GDB-version-like numbers.
4431
4432Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
4433
4434 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
4435
4436Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
4437
4438 * LRS: Reformat a bit to keep text under 80 columns.
4439
4440Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
4441
4442 * gdb.texinfo: Add some credits, mention bug monitor.
4443 * remote.texi: Mention mips monitor targets.
4444 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 4445
c906108c
SS
4446Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
4447
4448 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
4449 files, finish sorting of host vs target vs native macros, describe
4450 some more of them.
4451
4452Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
4453
4454 * gdbint.texinfo (Host Conditionals): Document change from
4455 using NO_MMALLOC to it's inverse, USE_MMALLOC.
4456
4457Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
4458
4459 * gdbint.texinfo (Host Conditionals): Document
4460 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
4461
4462Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
4463
4464 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
4465 Document LSEEK_NOT_LINEAR.
4466
4467Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
4468
4469 * stabs.texinfo (Stab Section Basics): Make it clear that only
4470 some versions of the GNU linker remove the leading N_UNDF symbol.
4471
4472Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
4473
4474 * stabs.texinfo (String Field): Document type number pairs here,
4475 instead of in the Sun specific section.
4476 (Include Files): The GNU linker supports the N_BINCL
4477 optimization. Clarify the N_BINCL value, and what it is used
4478 for.
4479 (Procedures): Document N_FUN with an empty string to mark the end
4480 of a function.
4481 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
4482 (Sun Differences): Remove this node, as the information is now
4483 elsewhere in the main document.
4484 (Stab Section Basics): Mention that the GNU linker may optimize
4485 stabs and remove the leading N_UNDF symbol.
4486
4487Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
4488
4489 * gdb.texinfo, refcard.tex: Restore author credit
4490
4491Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
4492
4493 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
4494 documentation to account for START and END macros taking
4495 one arg.
4496
4497Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
4498
4499 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
4500 * gdb.texinfo (Frames): Fix typo.
4501
4502Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
4503
4504 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
4505 a target_signal as arg type, not a pid.
4506
4507Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
4508
4509 * gdb.texinfo: Document `set assembly-language'.
4510
4511Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
4512
4513 * remote.texi: Update list of stubs in the GDB distribution.
4514
4515Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
4516
4517 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
4518 Also document that some systems can use mmalloc but must define
4519 this if their C runtime allocates memory that is later freed.
4520 (MMCHECK_FORCE): Document new macro.
a9331b3f 4521
c906108c
SS
4522Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
4523
4524 * remote.texi: Add documentation for target Sparclet.
4525
4526Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
4527
a9331b3f 4528 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
4529 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
4530 * configure.in: Rewritten for autoconf.
4531 * configure: New.
4532
4533Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
4534
4535 * Makefile.in (DVIPS): New define, set to dvips.
4536 (dvi): Add stabs.dvi.
4537 (ps): New target.
4538 (all-doc): Depend on info, dvi, and ps targets.
4539 (STAGESTUFF): Add *.ps and *.dvi files.
4540 (clean-info, clean-dvi): Remove.
4541 (mostlyclean): Does not depend upon clean-info or clean-dvi,
4542 rules completely rewritten.
4543 (maintainer-clean): Remove clean-info and clean-dvi
4544 dependencies and put their actions in the rules.
4545 (gdb.ps): New target
a9331b3f 4546 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
4547 intermediate TeX files, whether they have 2 or 3 character
4548 extensions.
4549 (gdbint.ps): Add target and rules.
4550 (gdb-internals): Delete unused target.
4551 (Makefile): Depends upon config.status also.
4552
4553Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
4554
4555 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
4556 set.
4557
4558Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
4559
4560 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4561 * gdb.texinfo (Expressions): Fix erroneous array constant example.
4562
4563Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
4564
4565 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
4566
4567Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4568
4569 * gdb.texinfo (Print settings): Document
4570 `set/show print static-members' commands.
4571
4572Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
4573
4574 * gdbint.texinfo (Native): Document name change, coredep.c to
4575 core-aout.c.
4576
4577Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
4578
4579 * stabs.texinfo (Include Files): Document the values the SunOS4
4580 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
4581
4582Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
4583
4584 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
4585 Fix typo.
4586
4587Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
4588
4589 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
4590 "gdb.tar.Z".
4591
4592Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
4593
4594 * Makefile.in (maintainer-clean): New target, synonym for
4595 realclean.
4596
4597Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
4598
4599 * Update all FSF addresses except those in COPYING* files.
4600
4601Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
4602
4603 From Richard Earnshaw (rearnsha@armltd.co.uk):
4604 * gdb.texinfo (convenience variables): Document $_exitcode.
4605 (quit): Document optional expression to use as exit code.
4606
4607Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
4608
4609 * gdb.texinfo, remote.texi: Brought up to date with various
4610 GDB changes.
4611
4612Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
4613
4614 * gdb.texinfo: Update dates and versions, fix comments about
4615 hardware watchpoints in future releases and about the
4616 sharedlibrary command.
4617
4618Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4619
4620 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
4621 C_FUN stab. Other cleanups.
4622
4623Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4624
4625 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
4626 for the sparc stub.
4627
4628Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4629
4630 * annotate.texi: Clarify which addresses have differing formats
4631 depending on the language and which do not.
4632
4633Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
4634
4635 * remote.texi (NetWare): Changed example to use BOARD= instead of
4636 NODE= argument to reflect correspoding change to gdbserve.nlm.
4637
4638Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4639
4640 * stabs.texinfo (Negative Type Numbers): Mention the fact that
4641 GDB, as well as AIX dbx, supports the size type attribute.
4642
4643Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4644
4645 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
4646
4647Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
4648
4649 * gdb.texinfo (Define): Document $arg0... arguments to commands,
4650 and new 'if' and 'while' commands.
4651
4652Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
4653
4654 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
4655
4656Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
4657
4658 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
4659 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
4660 NetWare targets. Mostly stolen from the Server node.
4661
4662Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4663
4664 * gdb.texinfo (Setting): Talk about the language of a source file
4665 versus the working language. The old documentation did not match
4666 what GDB did.
4667
4668Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4669
4670 * stabs.texinfo (Source Files): Document N_SO used to mark the end
4671 of a source file.
4672
4673Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4674
4675 * gdb.texinfo (Processes): New node.
4676
4677Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
4678
4679 * remote.texi: Update documentation of set/show mipsfpu.
4680
3fc11d3e
JM
4681Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
4682
4683 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
4684 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
4685
4686Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
4687
4688 * gdbint.texinfo: Removed mentions of some incorrectly placed and
4689 obsolete conditionals, described some others.
4690
4691Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4692
4693 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
4694 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
4695
4696Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
4697
4698 * gdbint.texinfo: Put regex conditionals in their own table.
4699
4700Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
4701
4702 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
4703 described or fixed the descriptions of many others.
4704
4705Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
4706
4707 * gdb.texinfo: Add some more credits.
4708 * gdbint.texinfo: Capitalize GDB consistently, describe some
4709 macros and remove some.
4710
4711Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
4712
4713 * gdbint.texinfo: Removed mentions of many incorrectly placed and
4714 obsolete conditionals, described some others.
4715
4716Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4717
4718 * gdb.texinfo (help targets): Changed to `help target', which
4719 is the correct gdb command.
4720
4721Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4722
4723 * annotate.texi (TODO): New node, for keeping track of annotations
4724 suggested but not yet implemented.
4725
4726Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4727
4728 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
4729 another symbol, it is not the address itself.
4730
4731Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
4732
4733 * stabs.texinfo (Stab Section Basics): Add comment about alignment
4734 of stabs-in-coff sections.
4735
4736Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4737
4738 * annotate.texi: Change edition to 0.5 and date to May 1994.
4739 Add index.
4740 (Frames): New node, for frame annotation.
4741 (Displays): New node, for display annotation.
4742
4743 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
4744 when waiting for your program to stop.
4745
4746Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4747
4748 * annotate.texi (Breakpoint Info): Document annotation of header
4749 fields and record annotation.
4750
4751Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4752
4753 * annotate.texi: New file, to document annotations.
4754
4755Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4756
4757 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
4758 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
4759
4760Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4761
4762 * stabs.texinfo (Stab Section Basics): Say what is in .stab
4763 section, and say n_strx field is compilation unit relative.
4764 * stabs.texinfo: Don't use @code for a.out when it is the name of
4765 an object file format.
4766
4767Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
4768
4769 * gdb.texinfo: Refer to file names, not path names, per rms
4770 convention.
4771 (Arguments): Fix typo.
4772
4773Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4774
4775 * stabs.texinfo (Global Variables): Talk about stabs in files
4776 where variables are referenced, but not defined.
4777
4778Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4779
4780 * stabs.texinfo: Move stuff on @ and # type descriptors from node
4781 Cplusplus to new nodes Member Type Descriptor and Method Type
4782 Descriptor. Re-write stuff for #.
4783
4784Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4785
4786 * gdb.texinfo (Print Settings): Don't document "set print
4787 fast-symbolic-addr off". The bug which it worked around was fixed
4788 on 25 Feb 94 in coffread.c, so I'm nuking the command.
4789
4790 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
4791 N_ENTRY node.
4792
4793 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
4794
4795Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4796
4797 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
4798 references to ieee-float.c.
4799
4800Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4801
4802 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
4803 match what the code actually does.
4804
4805Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4806
4807 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
4808
4809Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
4810
4811 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
4812 i, and b.
4813
4814Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
4815
4816 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
4817 well as for ELF and SOM. Unify the descriptions of ELF and SOM
4818 as "stabs in sections" rather than just saying "ELF and SOM".
4819 Also make that stuff apply to COFF.
4820
4821Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4822
4823 * gdb.texinfo (Formatting Documentation): Change GhostScript to
4824 Ghostscript.
4825
4826Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4827
4828 * gdb.texinfo (Continuing and Stepping): When talking about "step"
4829 versus functions without line numbers, also mention stepping into
4830 them as well as "step" when you are in them. Tell the user how to
4831 deal with the situation. Add comment about "debugging information".
4832
4833Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4834
4835 * stabs.texinfo (Enumerations): Document restriction on where
4836 enumeration types can appear and still win with GDB.
4837
4838Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4839
4840 * stabs.texinfo (Negative Type Numbers): Document format for type
4841 -16.
4842
4843Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4844
4845 * gdb.texinfo (Selection, Frame Info): Update information about
4846 arbitrary frame specficiations.
4847
4848Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
4849
4850 * gdb.texinfo, remote.texi: general editing pass prior to Net release
4851
4852Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4853
4854 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
4855
4856Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
4857
4858 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
4859
4860Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4861
4862 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
4863 Differences node to Statics node.
4864 (Statics): Discuss XCOFF use of V symbol descriptor.
4865
4866 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
4867 not clean.
4868
4869Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
4870
4871 * gdb.texinfo (Print Settings): Document `set print
4872 fast-symbolic-addr' and improve the doc for some other
4873 `set print's.
4874
4875Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4876
4877 * stabs.texinfo (String Field): Talk about defining several type
4878 numbers at once.
4879 Fix lint regarding changing node ELF Transformations to
4880 ELF and SOM Transformations.
4881
4882Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
4883
4884 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
4885
4886Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4887
4888 * stabs.texinfo (Cross-References): `::' is for nested types only
4889 within <>.
4890 (Structures): Document static members.
4891
4892Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4893
4894 * stabs.texinfo: Document S type attribute.
4895
4896Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4897
4898 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
4899
4900Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
4901
4902 * gdbint.texinfo: Fix a few typos.
4903
4904Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4905
4906 * gdb.texinfo, remote.texi: formatting improvements
4907
4908 * gdb.texinfo (New Features): mention threads.
4909 (Summary, C): fix xrefs in newly contributed text.
4910 (Threads): index entries, clarifications, example
4911 (passim): minor typos fixed, phrasing improvements
4912
4913 * remote.texi (Bootstrapping): rephrase text on ^C and add index
4914 entries; (Server): explain use of gdbserver w/real-time systems,
4915 add example of conflicting TCP port; (MIPS Remote) break up
4916 running text into table, highlighting commands, and add example.
a9331b3f 4917
c906108c
SS
4918Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4919
4920 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
4921
4922Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4923
4924 * stabs.texinfo (Nested Symbols): New node.
4925 (String Field, Symbol Descriptors, Cross-References): Refer to it.
4926
4927Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4928
4929 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
4930 to picking which Bbss.bss symbol to use, and (because there seems to
4931 be no good way of doing it) re-write some of the text to make it
4932 sound like Bbss.bss isn't such a great idea after all (as currently
4933 designed).
4934
4935 * gdb.texinfo (C): In addition to saying people have to use g++ for
4936 good results, say they have to use stabs. Specifically say cfront
4937 doesn't work well.
4938 (Summary): Merge in information on Modula-2, Pascal, and Chill from
4939 the gdb README. Add xrefs to places where the support for the various
4940 languages is described in detail.
4941
4942Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4943
4944 * stabs.texinfo: Clean up stuff about visibility and virtual
4945 characters.
4946
4947 * stabs.texinfo (N_M2C): Cite Sun doc.
4948
4949Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4950
4951 * gdb.texinfo: updates re threads.
4952 * remote.texinfo: avoid index entries starting with digits.
4953
4954Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4955
4956 * stabs.texinfo (Enumerations): Talk about large, negative and
4957 octal values. Clean up cross reference to type attributes.
4958 (String Field): Say that GDB 4.11 supports size attribute.
4959
4960Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4961
4962 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
4963 is a mandatory step. Make the stuff about that more concise.
4964
4965Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4966
4967 * stabs.texinfo (Class Names): New node.
4968
4969 * gdb.texinfo (Command Files): Explain order of init file reading.
4970
4971 * remote.texi (Bootstrapping): Talk about getting the serial driver
4972 to deal with ^C sent by gdb to stop the remote system.
4973
4974Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
4975
4976 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
4977
4978 * libgdb.texinfo (Defining Commands): made the DOC arg
4979 to gdb_define_app_command a char * instead of char **
4980 per a suggestion from kingdon.
4981
4982 * libgdb.texinfo: total rewrite from a different starting
4983 premise.
4984
4985Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4986
4987 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
4988 floats passed as doubles (to improve clarity).
4989
4990Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4991
4992 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
4993
4994 * a4rc.sed: update to work with Andreas Vogel papersize params
4995
4996 * refcard.tex: use Andreas Vogel simplifications of papersize
4997 params; remove useless version info; update copyright date.
4998
4999Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5000
5001 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
5002
5003Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5004
5005 * gdb.texinfo (Files): Say what address the load command loads it at.
5006
5007 * stabs.texinfo (Common Blocks): Minor cleanups.
5008
5009 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
5010 that Sun has backed away from the linker kludge and thus the relevant
5011 issue is changes to the SunPRO tools, not the Solaris linker.
5012
5013 * stabs.texinfo (Traditional Integer Types): Clean up description
5014 of octal bounds a little bit. Document extra leading zeroes.
5015
5016Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5017
5018 * gdb.texinfo (Signaling): Update for symbolic symbol names
5019 and add a section explaining the difference between the GDB
5020 signal command and the shell kill utility.
5021
5022Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
5023
5024 * libgdb.texinfo: added `@' to braces that were unescaped.
5025
5026Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
5027
5028 * libgdb.texinfo: new file. Spec for the gdb library.
5029
5030Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5031
5032 * stabs.texinfo (Include Files): Fix typo (start -> end).
5033
5034Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5035
5036 * gdb.texinfo, remote.texi: assorted small improvements, mostly
5037 from Melissa at FSF's editing pass.
5038
5039Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5040
5041 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
5042 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
5043 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
5044
5045Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5046
5047 * remote.texi (Bootstrapping): Discuss 386 call gates.
5048
5049Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
5050
5051 * stabs.texinfo (Based Variables): New node.
5052
5053Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
5054
5055 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
5056 names, sizes, and formats to suggest how not to lose.
5057
5058Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
5059
5060 * stabs.texinfo (Methods): Fix typo.
5061
5062Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5063
5064 * gdb.texinfo: Fix a few typos.
5065
5066Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5067
5068 * gdb.texinfo: Clarify how well it works with Fortran.
5069
5070 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
5071 More on relocating stabs in ELF files.
5072
5073Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5074
5075 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
5076
5077Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5078
5079 * stabs.texinfo (Local Variable Parameters): Talk about nameless
5080 parameters on VAX.
5081
5082Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5083
5084 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
5085
5086Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5087
5088 * stabs.texinfo: Make info author notice match the TeX author notice.
5089
5090Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5091
5092 * stabs.texinfo: Initial-caps all words in node names and
5093 non-trivial words in section names.
5094
5095Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5096
5097 * stabs.texinfo: Many minor cleanups.
5098
5099 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
5100
5101Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
5102
5103 * stabs.texinfo: Remove full description of big example.
5104 It's not really helpful; just use pieces of it where appropriate.
5105 Add more Texinfo formatting directives (@samp, etc.).
5106 Use @deffn to define stab types.
5107 Eliminate some wordiness. Break up some nodes.
5108 Add an (alphabetized) index of symbol types.
5109 Use consistent capitalization style in node and section names.
5110
5111Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
5112
5113 * gdb.texinfo: Change typo "Two two" to "The two".
5114
5115Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5116
5117 * stabs.texinfo (XCOFF-differences): Remove references to
5118 non-existent types N_DECL and N_RPSYM.
5119
5120 * stabs.texinfo (String Field): Say that type attributes bug is
5121 fixed in GDB 4.10, since it is.
5122
5123 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
5124
5125Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
5126
5127 * stabs.texinfo: Formatting cleanups.
5128
5129Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5130
5131 * stabs.texinfo: When explaining the n_type of a stab, standardize
5132 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
5133 no tabs, use @r).
5134 (Global Variables): Clean up.
5135
5136Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5137
5138 * stabs.texinfo (Stack Variables): Re-write.
5139
5140Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5141
5142 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
5143 addresses of a source file. Also revise formatting.
5144 Change "object module" or "object file" to "source file".
5145 Various: Miscellaneous cleanups.
5146
5147Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5148
5149 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
5150
5151Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
5152
5153 * gdbint.texinfo: Removed many nonsensical machine-collected
5154 host and target conditionals, described some of the remainder.
5155
5156Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5157
5158 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
5159
5160 * gdbint.texinfo (Top): Add name to @top line, and re-write the
5161 paragraph which follows.
5162
5163 * gdbint.texinfo (Host): Use @code not @samp for Makefile
5164 variables. Looks better and avoids overful hbox.
5165
5166Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5167
5168 * stabs.texinfo (Procedures): Improve stuff on nested functions.
5169
5170Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5171
5172 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
5173 retransmit-timeout
5174
5175Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5176
5177 * gdbint.texinfo: Update statement about `some ancient Unix
5178 systems, like Ultrix 4.0' to Ultrix 4.2.
5179
5180Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
5181
5182 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
5183
5184 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
5185
5186 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
5187 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
5188
5189 * remote.texi: new name for former gdbinv-s.texi
5190
5191 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
5192
5193Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
5194
5195 * gdbinv-s.texi: Documented timeout and retransmit-timeout
5196 variables for MIPS remote debugging protocol.
5197
5198Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5199
5200 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
5201
5202Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
5203
5204 * Makefile.in (refcard.dvi): Use srcdir where necessary.
5205
5206Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
5207
5208 * gdb.texinfo: repair conditional bugs in text markup
5209
5210Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5211
5212 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
5213 to select Modula-2 material.
5214
5215Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5216
5217 * stabs.texinfo: Cleanups regarding statics.
5218
5219 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
5220 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
5221
5222Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5223
5224 * stabs.texinfo: N_MAIN is sometimes used for C.
5225
5226Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5227
5228 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
5229
5230Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
5231
5232 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 5233 removed from the code by Kingdon.
c906108c
SS
5234
5235Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5236
5237 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
5238 input when evaluating breakpoint conditions; the bug has been fixed.
5239
5240 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
5241 sets the ignore count to N-1, not to N.
5242
5243Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5244
5245 * refcard.tex (\hoffset): correct longstanding error to match
5246 intended offset; avoids cutting off edge on some printers
5247
5248Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5249
5250 * stabs.texinfo (Parameters): Say that order of stabs is significant.
5251
5252Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5253
5254 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
5255
5256Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5257
5258 * Makefile.in: (REFEDITS) new var to control whether PS or CM
5259 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
5260 collect sed edits if any, apply to refcard before formatting;
5261 (refcard.ps) stop implying PS fonts if PS output requested;
5262 (lrefcard.ps) delete extra target for variant PS fonts
5263
5264 * refcard.tex: parametrize papersize dependent info, collect
5265 in easily replaced spot
5266
5267 * a4rc.sed: new file, edits to refcard for A4 paper
5268
5269Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5270
5271 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
5272
5273Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5274
5275 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
5276
5277Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5278
5279 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
5280 politely rather than rudely.
5281
5282Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5283
5284 * stabs.texinfo: Document common blocks.
5285
5286Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
5287
5288 * stabs.texinfo: Add some basic info about stabs-in-elf.
5289
5290Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5291
5292 * stabs.texinfo (Top): Minor cleanup.
5293
5294Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
5295
5296 * Makefile.in (install-info): remove parentdir support
5297
5298Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5299
5300 * gdb.texinfo (Copying): delete this node and references to it;
5301 RMS says this manual need not carry GPL. (passim): Improvements
5302 from last round at FSF, largely due to Ian Taylor review, and
5303 minor formatting improvements.
5304
5305 * gdbinv-s.texi (passim): Improvements from last round at FSF,
5306 largely due to Ian Taylor review. (Debug Session): minor edits to
5307 new text.
5308
5309Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
5310
5311 * Makefile.in (realclean): Remove info and dvi files too.
5312
5313Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
5314
5315 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
5316 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
5317 * gdb.texinfo: Change accordingly.
5318
5319 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
5320 N_{L,R}BRAC,N_SLINE are relative to.
5321
5322Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
5323
5324 * Makefile.in (GDBvn.texi): Update atomically.
5325
5326Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
5327
5328 * gdbinv-s.texi (Debug Session): Document exceptionHook.
5329
5330Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
5331
5332 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
5333 addresses together. Also motivate the set print symbol-filename
5334 command and suggest other solutions.
5335
5336Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
5337
5338 * gdb.texinfo (set print elements): Note that the number of
5339 elements is set to unlimited by "set print elements 0".
5340
5341Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
5342
5343 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
5344 NF_LDOUBLE means.
5345 (Stab Types): Include Solaris stab types.
5346 (Procedures): Document Solaris extensions.
5347
5348Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5349
5350 * gdb.texinfo: Add `set print symbol-filename' doc.
5351
5352Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5353
5354 * stabs.texinfo (Arrays): Talk about type definition vs. type
5355 information.
5356
5357 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
5358 the trailing semicolon.
5359
5360Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5361
5362 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
5363 and merge in other parts of the document addressing these subjects.
5364 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
5365
5366 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
5367 at the end of a range type.
5368
5369 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
5370 AIX extensions.
5371
5372Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5373
5374 * stabs.texinfo (Stabs Format): Misc fixes.
5375
5376Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5377
5378 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
5379 (Traditional builtin types): Document convex convention for long long.
5380 (Negative builtin types): Discuss type names, and misc fixes.
5381
5382Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5383
5384 * stabs.texinfo (Builtin Type Descriptors): Document the floating
5385 point types used with @samp{R} type descriptor.
5386 (Symbol Descriptors): Describe how to handle conflict between
5387 different meanings of @samp{P} symbol descriptor.
5388
5389Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5390
5391 * stabs.texinfo: Remove node Quick Reference and put its children
5392 directly under the main menu.
5393
5394 * stabs.texinfo: Many more changes to bring it into line with
5395 AIX documentation and reality. I think it now has all the
5396 information from the AIX documentation, except that I burned
5397 out when I got to variant records (Pascal and Modula-2) and
5398 all the COBOL types. Oh well, we can add them later when we're
5399 worrying more about those languages.
5400
5401 * stabs.texinfo (Automatic variables): Talk about what it means
5402 to omit the symbol descriptor.
5403
5404Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5405
5406 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
5407 gcc2 behavior with promoted args.
5408
5409Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5410
5411 * gdb.texinfo: include readline appendices in info version of manual
5412
5413Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5414
5415 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
5416 target remote.
5417
5418 * gdb.texinfo (Machine Code): more index entries for disassemble
5419
5420Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
5421
5422 * Clarify the intended use of the gdb-testers and gdb-patches
5423 mailing lists, and shrink gzip comment.
5424
5425Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5426
5427 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
5428 DOSHOST configuration of manual.
5429
5430 * gdb.texinfo (MIPS Stack): new node.
5431
5432 * all-config.texi (MIPS) new switch.
5433
5434 * gdbinv-s.texi (Nindy Options) Remove two instances of future
5435 tense; (MIPS Remote) new node.
5436
5437 * gdb.texinfo (passim) rephrases to work around makeinfo @value
5438 bug; (Environment) less passive, other small cleanups in text about
5439 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
5440 (Remote) new MIPS Remote menu entry.
5441
5442Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
5443
5444 * stabs.texinfo: Many changes to include information from the
5445 AIX documentation.
5446
5447 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
5448
5449Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
5450
5451 * gdbint.texinfo (new node Debugging GDB, elsewhere):
5452 Move a bunch of information from ../README.
5453 (Getting Started): New node.
5454
5455Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5456
5457 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
5458
5459 * gdb.texinfo: advance manual revision dates to present
5460
5461 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
5462 stop using silly Roman numerals in @set variable names
5463
5464Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
5465
5466 * stabs.texinfo (Parameters): Keep trying to get this right.
5467
5468Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
5469
5470 * stabs.texinfo (Parameters): More on "local parameters".
5471
5472Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
5473
5474 * stabs.texinfo (Parameters): Re-do "local parameters" section.
5475
5476Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
5477
5478 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
5479 (Parameters): Rewrite.
5480 (xcoff-differences, Sun-differences): Minor changes.
5481
5482Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
5483
5484 * stabs.texinfo: Minor cleanup.
5485
5486Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
5487
5488 * gdbint.texinfo: Minor xcoff stuff.
5489
5490Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
5491
5492 * gdbint.texinfo: Update for new config directory structure.
5493 Add info about internal type data structures.
5494
5495Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
5496
5497 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
5498 $(srcdir).
5499 (gdb-config.texi): Depend on file in $(srcdir).
5500
5501Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
5502
5503 * stabs.texinfo: Fixes about N_SO.
5504
5505Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5506
5507 * gdb.texinfo: include list of nonstandard init file names
5508
5509 * *-config.texi: new switch GENERIC for text that applies *only*
5510 to (usual) multiple-target version of manual
5511
5512 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
5513 h8 config
5514
5515 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
5516 in menus (rather than conditionally selected multiple alternative
5517 menus).
5518
5519 * Makefile.in: define and use DOC_CONFIG var to select
5520 configuration for GDB user manual.
5521
5522 * gdb-config.texi: delete from repository, generate from Makefile.
5523
5524 * all-config.texi: normal `generic' configuration file, formerly
5525 stored as gdb-config.texi
5526
5527Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
5528
5529 * Makefile.in: add dvi target to build all .dvi files
5530
5531Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5532
5533 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
5534
5535Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
5536
5537 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
5538 host conditionals.
5539 * stabs.texinfo: More array fixes inspired by Jim's.
5540
5541Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
5542
5543 * stabs.texinfo: Fixes re arrays and continuations.
5544
5545 * gdbint.texinfo: Add XCOFF node.
5546
5547Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
5548
5549 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
5550
5551Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
5552
5553 * stabs.texinfo: Fix for array types to mention lower bounds.
5554
5555Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
5556
5557 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
5558
5559Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
5560
5561 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
5562
5563Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
5564
5565 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
5566 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
5567
5568Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
5569
5570 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
5571
5572Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5573
5574 * gdb.texinfo, gdbinv-s.texi: misc updates
5575
5576Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
5577
5578 * gdbint.texinfo: Brief documentation for longjmp support,
5579 from an email msg by Stu.
5580
5581Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
5582
5583 * stabs.texinfo: Fix description of floating point "range"
5584 types (which really define basic types). Reported by Jim Meehan,
5585 <meehan@src.dec.com>.
5586
5587 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
5588
5589Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
5590
5591 * gdbint.texinfo: Slightly expand section on supporting a new
5592 object file format.
5593
5594Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
5595
5596 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
5597 intermediate file.
5598
5599Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5600
5601 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
5602
5603Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5604
5605 * gdbinv-s.texi: z8000 simulator target name is just "sim"
5606
5607 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
5608 as well as Z8002.
5609
5610Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
5611
5612 * gdbint.texinfo: Add sections on clean design and on how to send
5613 in changes.
5614
5615Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
5616
5617 * gdbint.texinfo: Add how to declare the result of make_cleanup.
5618
5619Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
5620
5621 * gdb.texinfo: Fix typo, reported by Karl Berry.
5622
5623Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
5624
5625 * gdb.texinfo: Add opcodes dir to GDB distribution description.
5626
5627Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5628
5629 * gdbint.texinfo: fixed a stray email address (needs @@),
5630 added @table @code to node "Native Conditionals"
5631
5632Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
5633
5634 * gdbint.texinfo: Describe coding style of GDB.
5635
5636Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
5637
5638 * stabs.texinfo: Minor wording changes.
5639
5640Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
5641
5642 * gdbint.texinfo: Improve release doc slightly.
5643
5644Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
5645
5646 * gdbint.texinfo: Improve doc of GDB config macros.
5647
5648Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
5649
5650 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
5651 These will be reinserted when examined.
5652
5653Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
5654
5655 * gdbint.texinfo: Make a start at documenting all the #if macros
5656 in GDB. At least list them all, and start separating them into
5657 host-specific and target-specific.
5658
5659Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
5660
5661 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 5662 examples (not consistent w others).
c906108c
SS
5663 gdb.texinfo: issue disclaimer paragraph on cmdline options only
5664 for generic vn of doc
5665
5666Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
5667
5668 * Makefile.in: always create installation directories.
5669
5670Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
5671
5672 * gdb.texinfo: in h8 config, do not describe searching commands.
5673
5674Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
5675
5676 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
5677 conditionals; introduce a few generic switches that may be
5678 useful for other cross-dev or dos-hosted configs.
5679
5680 * gdb.texinfo: fix typo in "info reg" description
5681
5682Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
5683
5684 * stabs.texinfo: Minor updates from running TeX over it.
5685 * Makefile.in (stabs.dvi, stabs.ps): Add.
5686
5687Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
5688
5689 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
5690 First pass at converting it to texinfo.
5691
5692Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
5693
5694 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
5695 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
5696
5697Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
5698
5699 * gdbint.texinfo: Add section on partial symbol tables.
5700
5701Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
5702
5703 * gdb.texinfo: document `set remotedebug' and `set
5704 rstack_high_address'.
5705
5706Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
5707
5708 * gdb.texinfo: slight expansion of new text on reading info files
5709 * gdbinv-s.m4.in: correct and expand info on cross-debugging
5710 H8/300 from DOS.
5711
5712Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
5713
5714 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
5715
5716Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
5717
5718 * gdb.texinfo: Say how to read the `info' files.
5719
5720Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
5721
5722 * Makefile.in: gm4 -> m4.
5723
5724Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
5725
5726 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
5727 Documentation' ahead of `Installing GDB' to match README.
5728 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 5729 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
5730
5731Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
5732
5733 * Makefile.in: remove $(srcdir) from gdb.info rule.
5734
5735Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
5736
5737 * Makefile.in: commented out gdb-all.texinfo rule. This is
5738 temporary.
5739
5740Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
5741
5742 * Makefile.in, configure.in: removed traces of namesubdir,
5743 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
5744 copyrights to '92, changed some from Cygnus to FSF.
5745
5746Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
5747
5748 * gdb.texinfo: Improve how we ask for bug reports.
5749
5750Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
5751
5752 * Makefile.in: infodir belongs in datadir.
5753
5754Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
5755
5756 * Makefile.in: remove spaces following hyphens, bsd make can't
5757 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 5758 standards.text support.
c906108c
SS
5759
5760Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
5761
5762 * Makefile.in: idestdir and ddestdir go away. Added copyrights
5763 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
5764 and mandir now keyed off datadir by default.
5765
5766\f
5767Local Variables:
9e9c5ae7 5768mode: change-log
c906108c
SS
5769left-margin: 8
5770fill-column: 74
5771version-control: never
5772End:
This page took 0.787623 seconds and 4 git commands to generate.