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