]>
Commit | Line | Data |
---|---|---|
a78e13ce EZ |
1 | 2005-05-20 Eli Zaretskii <[email protected]> |
2 | ||
3 | * gdb.texinfo (Numbers): Explain the example and make the wording | |
4 | more acurate. | |
5 | ||
76ff342d DJ |
6 | 2005-05-17 Daniel Jacobowitz <[email protected]> |
7 | Dennis Brueni <[email protected]> | |
8 | ||
9 | * gdb.texinfo (GDB/MI Breakpoint Table Commands) | |
10 | (GDB/MI Data Manipulation, GDB/MI Program Control) | |
11 | (GDB/MI Stack Manipulation): Update examples to include the fullname | |
12 | attribute in stack frames. | |
13 | ||
119b882a EZ |
14 | 2005-05-12 Eli Zaretskii <[email protected]> |
15 | ||
16 | * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we | |
17 | do with other non-standard names of init files. | |
18 | ||
6fc08d32 EZ |
19 | 2005-05-11 Eli Zaretskii <[email protected]> |
20 | ||
21 | * gdb.texinfo (Command Files): Move the description of the startup | |
22 | from here... | |
23 | (Startup): ...to this new subsection of the Invocation chapter. | |
24 | Rearrange the description of init files more logically and add a | |
25 | cross-reference to "Command Files". Document the special gdbinit | |
26 | name for CISCO 68k. Expand the description of what GDB does | |
27 | during startup. | |
28 | (History): Add index entry for HISTSIZE. | |
29 | ||
a561754a MK |
30 | 2005-05-02 Mark Kettenis <[email protected]> |
31 | ||
32 | * gdb.texinfo (Files): Remove documentation for auto-solib-limit. | |
33 | ||
2eecc4ab EZ |
34 | 2005-05-02 Eli Zaretskii <[email protected]> |
35 | ||
36 | * gdb.texinfo (SVR4 Process Information, The isatty call) | |
37 | (The system call): Don't use foo(N) notation for man pages and | |
38 | functions. | |
514c4d71 | 39 | (Compilation, DJGPP Native): Improve wording. |
2eecc4ab | 40 | |
18999be5 EZ |
41 | 2005-04-27 Eli Zaretskii <[email protected]> |
42 | ||
43 | * gdb.texinfo (Backtrace): Describe backtraces with arguments that | |
44 | were optimized away. | |
45 | ||
0abb7bc7 EZ |
46 | 2005-04-22 Eli Zaretskii <[email protected]> |
47 | ||
48 | * gdb.texinfo (Remote configuration): Document "set/show | |
49 | get-thread-local-storage-address". Add cross-reference to the | |
50 | description of the qGetTLSAddr packet. | |
51 | (General Query Packets): Mention "set remote | |
52 | get-thread-local-storage-address" and add a reference to its | |
53 | description. | |
54 | ||
6f61acb1 NR |
55 | 2005-04-19 Nick Roberts <[email protected]> |
56 | ||
57 | * gdb.texinfo (Backtrace): Describe 'bt full'. | |
58 | ||
9d59903a NR |
59 | 2005-04-17 Nick Roberts <[email protected]> |
60 | ||
61 | * gdb.texinfo (Mode Options): Fix typo. | |
62 | (GDB/MI): Describe how to invoke GDB/MI. | |
63 | ||
721c2651 EZ |
64 | 2005-04-16 Eli Zaretskii <[email protected]> |
65 | ||
66 | * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all | |
a5adf40f | 67 | references changed. Add description of "info udot". |
721c2651 EZ |
68 | (Files): Document "set/show stop-on-solib-events". |
69 | (M32R/D): Document "set/show download-path", "set/show | |
70 | board-address", "set/show server-address", "upload", "tload". | |
ba04e063 EZ |
71 | Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma", |
72 | "use_mon_code", "use_ib_break", "use_dbt_break". | |
721c2651 EZ |
73 | (Maintenance Commands): Improve indexing. |
74 | (Target Commands): Document "set/show hash", "set/show debug | |
75 | monitor". | |
76 | (SVR4 Process Information): Document "info pidlist" and "info | |
77 | meminfo". Document "set/show procfs-tarce" and "set/show | |
78 | procfs-file". Document "proc-trace-*" and "proc-untrace-*". | |
79 | (Symbols, The Print Command with Objective-C): Improve indexing. | |
80 | (Objective-C): Add references to "info classes" and "info | |
81 | selectors". | |
c45da7e6 EZ |
82 | (Debugging Output): Improve wording. Document "set/show debug |
83 | solib-frv". Fix "set/show debugvarobj". | |
ba04e063 EZ |
84 | (Set Breaks): Add index entry for "hardware breakpoints". |
85 | (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain", | |
86 | and "set/show usehardbreakpoints". | |
87 | (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show | |
88 | monitor-prompt", "set/show monitor-warnings", "pmon". | |
c45da7e6 EZ |
89 | (ARM): Document "rdilogfile", "rdilogenable", "set/show |
90 | rdiromatzero", "set/show rdiheartbeat". | |
91 | (PowerPC): Document SDS-specific commands "set/show sdstimeout", | |
92 | "sds". | |
93 | (Embedded Processors): Document the "sim" command. | |
94 | (Remote): Document the "remote" command. | |
95 | (DJGPP Native): Document the "info serial" command. | |
96 | (Threads): Document "maint info sol-threads". | |
97 | (Files): Document "nosharedlibrary", "add-symbol-file-from-memory". | |
98 | (Set Breaks): Improve indexing. | |
99 | (Command Syntax): Add a reference to dont-repeat. | |
100 | (Define): Document "dont-repeat". | |
101 | (TUI Commands): Document "tabset". | |
102 | (WinCE): New subsection. Document "set/show remotedirectory", | |
103 | "set/show remoteupload", "set/show remoteaddhost". | |
721c2651 | 104 | |
14d6dd68 EZ |
105 | 2005-04-15 Eli Zaretskii <[email protected]> |
106 | ||
107 | * gdb.texinfo (Hurd Native): New subsection, documents | |
108 | Hurd-specific commands. | |
a64548ea | 109 | (Maintenance Commands): Add cross-reference to "Debugging Output". |
da316a69 | 110 | (Debugging Output): Document "set/show debug lin-lwp". |
a64548ea EZ |
111 | (MIPS): Improve documentation of heuristic-fence-post. Document |
112 | "set/show mips abi", "set/show mips saved-gpreg-size", "set/show | |
113 | mips stack-arg-size", "set/show mips mask-address", "set/show mips | |
114 | remote-mips64-transfers-32bit-regs", "set/show debug mips". | |
e2f4edfd | 115 | (ARM): Document ARM-specific commands. |
a64548ea EZ |
116 | (AVR): New section. Document "info io_registers". |
117 | (CRIS): New section. Document "set/show cris-version" and | |
118 | "set/show cris-dwarf2-cfi". | |
119 | (HPPA): New section. Document "set/show debug hppa" and "maint | |
120 | print unwind". | |
a5adf40f | 121 | (Neutrino): New subsection. Document "set/show debug nto-debug". |
a64548ea | 122 | (Super-H): New section. Document the "regs" command. |
721c2651 | 123 | (Debugging Output): Document "set/show debug aix-thread". |
14d6dd68 | 124 | |
9c16f35a EZ |
125 | 2005-04-09 Eli Zaretskii <[email protected]> |
126 | ||
127 | * gdb.texinfo (Print Settings): Document "set/show print | |
128 | pascal_static-members", "set print repeats", "show print | |
129 | null-stop". Improve indexing. Fix documentation of "set print | |
130 | union". | |
131 | (Pascal): New section. | |
132 | (Supported languages): Rename from "Support"; all references | |
133 | updated. Add a menu item for Pascal. | |
134 | (Numbers): Document "set radix. | |
135 | (Screen Size): Document "set/show pagination". | |
136 | (MIPS Embedded): Remove "set processor" documentation. | |
137 | (Remote configuration): Document "set/show X/P/Z-packet", | |
138 | "set/show read-aux-vector-packet", "set/show remote | |
139 | symbol-lookup-packet", "set/show remote verbose-resume-packet", | |
140 | "set/show remoteaddresssize", "set/show remotebaud", "set/show | |
141 | remotedebug", "set/show remotebreak", "set/show remotedevice", | |
142 | "set/show remotelogfile". | |
143 | (Auxiliary Vector): Add reference to the description of the | |
144 | read-aux-vector-packet setting. | |
145 | (Set Watchpoints): Add a cross-reference to "set remote | |
146 | hardware-breakpoint-limit". | |
147 | (General Query Packets): Add indexing of requests and | |
148 | cross-references to related commands in "Remote configuration". | |
149 | (File-I/O Overview, The system call): Fix wording and typos. | |
150 | (Thread Stops): Add index entries. | |
151 | (Continuing and Stepping): Document "show step-mode". | |
152 | (i386): New node. Document "set/show struct-convention". | |
153 | (Files): Document "show trust-readonly-sections". | |
154 | (Calling): Document "set/show unwindonsignal". | |
155 | (Messages/Warnings): Add index entries. | |
156 | (Maintenance Commands): Document "set/show watchdog". | |
157 | (Annotations Overview): Document "show annotate". | |
158 | (Set Watchpoints): Add index entries. | |
159 | (Symbols): Fix doc of case-sensitive. | |
160 | (ABI): Document "show coerce-float-to-double". | |
161 | (Convenience Vars, Help): Improve indexing. | |
162 | (Machine Code): Document "show disassembly-flavor". | |
163 | (Debugging C plus plus): Document "show overload-resolution". | |
164 | (Value History, Signaling): Add index entries. | |
165 | ||
166 | 2005-04-08 Eli Zaretskii <[email protected]> | |
167 | ||
168 | * gdb.texinfo (Show): Move @kindex entries to their proper places. | |
169 | (Processes): Fix wording. | |
170 | (History, List, Logging output, Define, Symbols, Print Settings): | |
171 | Improve indexing. | |
172 | ||
a8f24a35 EZ |
173 | 2005-04-03 Eli Zaretskii <[email protected]> |
174 | ||
175 | * gdb.texinfo (Targets): Document "set/show architecture". Remove | |
176 | redundant index entry for "target" command. | |
177 | (Backtrace): Add index entries. | |
178 | (Symbols, Fortran): Document the "set case-sensitive" command. | |
179 | (DJGPP Native): Document "set com1base", "set com1irq", etc. | |
180 | (Print Settings): Add index entry for "set demangle-style". | |
181 | (Target Commands): Document "set download-write-size". | |
182 | (Debugging Output): Document "set exec-done-display". | |
183 | ||
09d4efe1 EZ |
184 | 2005-04-02 Eli Zaretskii <[email protected]> |
185 | ||
186 | * gdb.texinfo (Files): Fix the name and documentation of | |
187 | add-shared-symbol-files. Document its alias assf. Update the | |
188 | list of OSs where GDB supports shared libraries. Fix markup. | |
189 | (Continuing and Stepping): Add reference to @var{location} in the | |
190 | text. | |
191 | (Dump/Restore Files): Fix reference to @{filename}. | |
192 | (Help): Fix wording. | |
193 | (Attach): Ditto. | |
194 | (Set Watchpoints): Ditto. | |
195 | (Backtrace): Remove redundant index entries. Improve index | |
196 | entries. | |
197 | (Delete Breaks): Fix wording. | |
198 | (Memory): Document the compare-sections command. | |
199 | (Memory Region Attributes): Improve wording. | |
200 | (Disabling): Improve wording. | |
201 | (Fortran): New subsection. Document the "info common" command. | |
202 | (Help): Document aliases "info copying" and "info warranty". | |
203 | (Caching Remote Data): New section. Document the "set/show | |
204 | remotecache" and "info dcache" commands. | |
205 | (Show): Fix wording of the documentation of the "set | |
206 | extension-language" command. | |
207 | (Signals): Add index entry for "info handle". | |
208 | (Memory Region Attributes): Fix punctuation. | |
209 | (Symbols): Change the arg name to "location" and refer to it in | |
210 | the text. Fix wording of "info types" doc. | |
211 | (Threads): Fix usage of @enumerate @item's. | |
212 | (Listing Tracepoints): Add index entry for "info tp". | |
213 | (Set Watchpoints): Add xref to "info break" description. | |
214 | (Macros): Add an index entry for "macro exp1". Document the | |
215 | "macro list" command. | |
216 | (Maintenance Commands): Document "flushregs", "maint agent", | |
217 | "maint check-symtabs", "maint cplus", "maint demangle", "maint | |
218 | deprecate", "maint undeprecate", "maint dump-me", "maint packet", | |
219 | "maint print architecture", "maint print objfiles", "maint print | |
220 | statistics", "maint print type", "maint show-debug-regs", "maint | |
221 | space", "maint time", and "maint translate-address". | |
222 | (Connecting): Document the "monitor" command. | |
223 | (Annotations Overview): Describe the "set annotate" command. | |
224 | ||
82f2d802 EZ |
225 | 2005-04-01 Eli Zaretskii <[email protected]> |
226 | ||
227 | * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints. | |
228 | Rearrange index entries and improve wording about support for | |
229 | hardware watchpoints. | |
230 | ||
7d51c7de BR |
231 | 2005-03-10 Bob Rossi <[email protected]> |
232 | ||
233 | * gdb.texinfo: Update copyright | |
234 | ||
68c71a2e TR |
235 | 2005-02-09 Theodore A. Roth <[email protected]> |
236 | ||
237 | * gdb.texinfo (General Query Packets): Fix texinfo compile warning and | |
238 | error. | |
239 | ||
83761cbd KB |
240 | 2005-02-03 Kevin Buettner <[email protected]> |
241 | ||
242 | * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet. | |
243 | ||
9f1c6395 MS |
244 | 2005-01-17 Michael Snyder <[email protected]> |
245 | ||
246 | * gdb.texinfo: Fix spelling, infinte -> infinite. | |
247 | ||
fbd1b305 MK |
248 | 2005-01-08 Mark Kettenis <[email protected]> |
249 | ||
250 | * observer.texi (GDB Observers): Document "solib_loaded". | |
251 | ||
3ace7edb AC |
252 | 2005-01-07 Andrew Cagney <[email protected]> |
253 | ||
bec39cab AC |
254 | * configure.ac: Rename configure.in, require autoconf 2.59. |
255 | * configure: Re-generate. | |
256 | ||
3ace7edb AC |
257 | * configure.in: Replace configdirs with multiple references to |
258 | AC_CONFIG_SUBDIRS. | |
259 | * configure: Re-generate. | |
260 | ||
53531fc1 AC |
261 | 2005-01-04 Andrew Cagney <[email protected]> |
262 | ||
263 | * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD) | |
264 | part of the version number. | |
265 | ||
536ffdb7 MK |
266 | 2004-12-24 Mark Kettenis <[email protected]> |
267 | ||
268 | * gdbint.texinfo (Algorithms): Remove description of | |
269 | TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS. | |
270 | ||
e1aac25b JB |
271 | 2004-12-07 Jim Blandy <[email protected]> |
272 | ||
273 | * gdb.texinfo (General Query Packets): Specify that thread ID's in | |
274 | the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal | |
275 | numbers. | |
276 | ||
f47b1503 AS |
277 | 2004-12-07 Andreas Schwab <[email protected]> |
278 | ||
279 | * gdb.texinfo (Mode Options): Document -l option. | |
280 | ||
b6b8ece6 EZ |
281 | 2004-12-04 Eli Zaretskii <[email protected]> |
282 | ||
283 | * gdbint.texinfo (Algorithms): More accurate description of | |
284 | STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address | |
285 | is not needed unless data-read and data-access watchpoints are | |
286 | supported. Add a description of how GDB checks whether the | |
287 | inferior stopped because a watchpoint was hit. | |
288 | ||
01371747 EZ |
289 | 2004-11-23 Eli Zaretskii <[email protected]> |
290 | ||
291 | * gdb.texinfo (Files): Add cross-reference to description of | |
292 | -readnow command-line switch. | |
293 | ||
2315ffec RC |
294 | 2004-11-10 Randolph Chung <[email protected]> |
295 | ||
296 | * gdb.texinfo: Document set/show backtrace past-entry commands. | |
297 | Rearrange index entries for set/show backtrace past-main. | |
298 | ||
69065f5d AC |
299 | 2004-11-10 Jon Beniston <[email protected]> |
300 | ||
301 | Committed by Andrew Cagney <[email protected]>. | |
302 | * gdb.texinfo (Remote Serial Protocol): Further describe | |
303 | binary transfer escaping mechanism . | |
304 | ||
30e91e0b RC |
305 | 2004-11-08 Randolph Chung <[email protected]> |
306 | ||
307 | * gdb.texinfo (inferior_debugging info): Document "set debug infrun" | |
308 | and "show debug infrun". Add index entries. | |
309 | ||
60bf7e09 EZ |
310 | 2004-10-23 Eli Zaretskii <[email protected]> |
311 | ||
312 | * gdb.texinfo (SVR4 Process Information): Document subcommands of | |
313 | "info proc" that are already implemented. Add index entries. | |
314 | (Working Directory): Add a cross-reference to "info proc" command. | |
dcaf7c2c EZ |
315 | (Files): Add a tip for decreasing memory used for symtabs from |
316 | shared libraries. | |
f018e82f EZ |
317 | (Starting): Fix whitespace; make "elaboration" stand out where it |
318 | is first used, and add an index entry for the term. | |
f8568604 EZ |
319 | (Calling): Expand and elaborate text. Add "print". Add the |
320 | description of problems with weak aliases. | |
384ee23f | 321 | (Core File Generation): New section. |
60bf7e09 | 322 | |
d52fe014 AC |
323 | 2004-10-12 Andrew Cagney <[email protected]> |
324 | ||
325 | * gdbint.texinfo (Versions and Branches): New chapter. | |
326 | (Releasing GDB): Delete "Versions and Branches" section. | |
327 | (Top): Add "Versions and Branches". | |
328 | ||
703663ab EZ |
329 | 2004-10-08 Eli Zaretskii <[email protected]> |
330 | ||
331 | * gdb.texinfo (Editing, History): Add cross-references to the | |
332 | included Readline and History user documentation. Remove | |
333 | references to the symbol have-readline-appendices which is unused | |
334 | and undefined. | |
335 | (History): Fix indexing. | |
336 | ||
ac77d04f JJ |
337 | 2004-10-08 Jeff Johnston <[email protected]> |
338 | ||
339 | * gdbint.texinfo (target_stopped_data_address): Update to | |
340 | new prototype. | |
341 | (i386_stopped_data_address): Update prototype and description. | |
342 | (i386_stopped_by_watchpoint): New function and description. | |
343 | ||
e07c999f PH |
344 | 2004-10-03 Paul N. Hilfinger <[email protected]> |
345 | ||
346 | * gdb.texinfo (Filenames): Add Ada suffixes. | |
347 | (Ada) New section. | |
348 | ||
2e868123 AC |
349 | 2004-09-27 Andrew Cagney <[email protected]> |
350 | Robert Picco <[email protected]> | |
351 | ||
352 | * gdb.texinfo (Packets): Document the "p" packet. | |
353 | ||
02a57714 JM |
354 | 2004-09-21 Jason Molenda ([email protected]) |
355 | ||
356 | * gdb.texinfo (Paths and Names of the Source Files): Document the | |
357 | meaning of values in the 'desc' field of a SO stab. | |
358 | ||
ae038cb0 DJ |
359 | 2004-09-20 Daniel Jacobowitz <[email protected]> |
360 | ||
361 | * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2 | |
362 | max-cache-age" and "maint show dwarf2 max-cache-age". | |
363 | ||
f7dc1244 EZ |
364 | 2004-09-16 Eli Zaretskii <[email protected]> |
365 | ||
366 | * gdb.texinfo (Set Breaks): Add index entry for setting | |
367 | breakpoints on overloaded C++ functions that are not members of | |
368 | any classes. Add an example and an index entry for setting | |
369 | breakpoints on all program functions. | |
370 | (Character Sets, Macros, Overlay Commands) | |
371 | (Non-debug DLL symbols, GDB/MI Output Syntax) | |
372 | (Annotations Overview, Maintenance Commands, File-I/O Overview): | |
373 | Use "(@value{GDBP})" instead of a literal "(gdb)". | |
374 | ||
f810308b AC |
375 | 2004-09-12 Andrew Cagney <[email protected]> |
376 | ||
377 | * gdbint.texinfo (Native Debugging): Delete description of | |
378 | FILES_INFO_HOOK. | |
379 | ||
15a661f3 PH |
380 | 2004-09-11 Paul Hilfinger <[email protected]> |
381 | ||
382 | * gdbint.texinfo (User Interface): Change local_hex_string_custom | |
383 | to hex_string_custom (not historically correct, but more | |
384 | understandable, given the current code). | |
385 | ||
f3219c75 AC |
386 | 2004-09-03 Andrew Cagney <[email protected]> |
387 | ||
388 | * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS. | |
389 | ||
f3bb6704 JJ |
390 | 2004-09-01 Jeff Johnston <[email protected]> |
391 | ||
392 | * observer.texi (solib_unloaded): New observer. | |
393 | ||
8d2c00cb AC |
394 | 2004-08-24 Andrew Cagney <[email protected]> |
395 | ||
396 | * gdbint.texinfo (Target Architecture Definition): Add missing | |
397 | comma. | |
398 | ||
e7dc800a MC |
399 | 2004-08-20 Michael Chastain <[email protected]> |
400 | ||
401 | * (Using the Testsuite): build != host is supported, | |
402 | but some test scripts do not support build != host. | |
403 | ||
73b03683 MK |
404 | 2004-08-14 Mark Kettenis <[email protected]> |
405 | ||
406 | * gdbint.texinfo (Host Definition): Delete description of | |
407 | FCLOSE_PROVIDED and GETENV_PROVIDED. | |
408 | ||
c0ccb908 MK |
409 | 2004-08-05 Mark Kettenis <[email protected]> |
410 | ||
411 | * gdbint.texinfo (Host Definition): Delete description of | |
412 | NO_SYS_FILE. | |
413 | (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and | |
414 | PTRACE_FP_BUG. | |
415 | ||
9c8dbfa9 AC |
416 | 2004-08-05 Andrew Cagney <[email protected]> |
417 | ||
418 | * gdbint.texinfo (Target Architecture Definition): Delete | |
419 | reference to deprecated_read_fp. | |
420 | ||
f42accbe AC |
421 | 2004-08-02 Andrew Cagney <[email protected]> |
422 | ||
423 | * gdbint.texinfo (Target Architecture Definition): Delete | |
424 | description of DEPRECATED_REGISTER_BYTES. | |
425 | ||
0b66e38c EZ |
426 | 2004-07-30 Baurjan Ismagulov <[email protected]> |
427 | ||
428 | * gdb.texinfo (Source Path): Document the new behavior of | |
429 | searching for the source files. | |
430 | ||
15387254 EZ |
431 | 2004-07-17 Eli Zaretskii <[email protected]> |
432 | ||
433 | * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording. | |
434 | (Search, Expressions, Arrays, Variables, Data, Machine Code) | |
435 | (Auto Display): Improve indexing. | |
436 | ||
2c07db7a AC |
437 | 2004-07-16 Andrew Cagney <[email protected]> |
438 | ||
439 | * gdb.texinfo (Mode Options): Delete documentation on "-async" and | |
440 | "-noasync". | |
441 | ||
4644b6e3 EZ |
442 | 2004-07-09 Eli Zaretskii <[email protected]> |
443 | ||
444 | * gdb.texinfo: Fix @kindex entries so that multiple commands that | |
445 | have the same prefix have only their prefix in the index. | |
446 | ||
7561d450 MK |
447 | 2004-07-03 Mark Kettenis <[email protected]> |
448 | ||
449 | * gdb.texinfo (BSD libkvm Interface): New node (section) | |
450 | (Native): Add it to the menu. | |
451 | ||
67bebe79 MK |
452 | 2004-07-01 Mark Kettenis <[email protected]> |
453 | ||
454 | * gdbint.texinfo (Target Architecture Definition): Remove | |
455 | PCC_SOL_BROKEN. | |
456 | ||
1a6923e0 MK |
457 | 2004-06-24 Mark Kettenis <[email protected]> |
458 | ||
459 | * gdbint.texinfo (Target Architecture Definition): Remove | |
460 | SUN_FIXED_LBRAC_BUG. | |
461 | ||
b435e160 AC |
462 | 2004-06-26 Andrew Cagney <[email protected]> |
463 | ||
464 | * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf. | |
465 | ||
b5622e8d AC |
466 | 2004-06-20 Andrew Cagney <[email protected]> |
467 | ||
468 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
469 | USE_STRUCT_CONVENTION. | |
470 | ||
e0c07bf0 MC |
471 | 2004-06-19 Michael Chastain <[email protected]> |
472 | ||
473 | gdb.texinfo (Bug Reporting): Mention session recording, | |
474 | with the script command or Emacs. | |
475 | ||
782263ab AC |
476 | 2004-06-18 Andrew Cagney <[email protected]> |
477 | ||
478 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
479 | FUNCTION_START_OFFSET. | |
480 | ||
03727ca6 AC |
481 | 2004-06-14 Andrew Cagney <[email protected]> |
482 | ||
483 | Based on changes from Karl Berry. | |
484 | * gdb.texinfo: Do not use @sc in a direntry. | |
485 | * stabs.texinfo: Change @dircateogry to "Software development". | |
486 | * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto. | |
487 | ||
97092415 AC |
488 | 2004-06-13 Andrew Cagney <[email protected]> |
489 | ||
490 | * gdbint.texinfo (Target Architecture Definition): Delete | |
491 | description of RETURN_VALUE_ON_STACK. | |
492 | ||
1f6d4158 AC |
493 | 2004-06-09 Andrew Cagney <[email protected]> |
494 | ||
495 | * gdbint.texinfo (Native Debugging): Restore "@table @code" | |
496 | deleted by previous patch. | |
497 | ||
d966f0cb AC |
498 | 2004-06-08 Andrew Cagney <[email protected]> |
499 | ||
500 | * gdbint.texinfo (Native Debugging): Delete documentation on | |
501 | ATTACH_DETACH. | |
502 | ||
86fe4aaa RC |
503 | 2004-06-06 Randolph Chung <[email protected]> |
504 | ||
505 | * gdb.texinfo (push_dummy_call): Use @code{struct value}. | |
506 | ||
d4b6d575 RC |
507 | 2004-06-06 Randolph Chung <[email protected]> |
508 | ||
509 | * gdb.texinfo (push_dummy_call): Update argument list to match | |
510 | the new push_dummy_call method signature. Describe the function | |
511 | argument. | |
512 | ||
4e8b0763 JB |
513 | 2004-05-24 Joel Brobecker <[email protected]> |
514 | ||
515 | * gdb.texinfo (Starting): Document new start command. | |
516 | ||
59caf092 AC |
517 | 2004-05-21 Andrew Cagney <[email protected]> |
518 | ||
519 | * observer.texi (GDB Observers): Document "inferior_created". | |
520 | ||
e4a2df64 AC |
521 | 2004-05-08 Andrew Cagney <[email protected]> |
522 | ||
e6b55ae2 AC |
523 | * gdbint.texinfo (Target Architecture Definition): Delete |
524 | description of DO_DEFERRED_STORES. | |
525 | ||
28954179 AC |
526 | * gdbint.texinfo (Target Architecture Definition): Delete |
527 | references to DEPRECATED_FIX_CALL_DUMMY. | |
528 | ||
434b87dd AC |
529 | * gdbint.texinfo (Target Architecture Definition): Delete |
530 | description of DEPRECATED_CALL_DUMMY_WORDS, | |
531 | DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY. | |
532 | ||
58d28df8 AC |
533 | * gdbint.texinfo (Target Architecture Definition): Delete |
534 | description of DEPRECATED_PUSH_DUMMY_FRAME. | |
535 | ||
e4a2df64 AC |
536 | * gdbint.texinfo (Target Architecture Definition): Delete |
537 | reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET. | |
538 | ||
2b4855ab AC |
539 | 2004-05-07 Andrew Cagney <[email protected]> |
540 | ||
541 | * observer.texi (GDB Observers): Add "Debugging" section. Include | |
542 | cross reference to "set/show debug observer". | |
543 | * gdb.texinfo (Debugging Output): Document "set/show debug | |
544 | observer". | |
545 | ||
fcf70625 AC |
546 | 2004-05-01 Andrew Cagney <[email protected]> |
547 | ||
548 | * gdbint.texinfo (Target Architecture Definition): Delete | |
549 | description of DEPRECATED_PC_IN_SIGTRAMP. | |
550 | ||
8ee56bcf AC |
551 | 2004-04-30 Andrew Cagney <[email protected]> |
552 | ||
553 | * gdbint.texinfo (Target Architecture Definition): Delete | |
554 | documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined. | |
555 | ||
67ab9a76 OF |
556 | 2004-04-30 Orjan Friberg <[email protected]> |
557 | ||
558 | * observer.texi (GDB Observers): Correct spelling. | |
559 | ||
79346bcb OF |
560 | 2004-04-26 Orjan Friberg <[email protected]> |
561 | ||
562 | * observer.texi (GDB Observers): Add target_changed event. | |
563 | ||
7a464420 AC |
564 | 2004-04-08 Andrew Cagney <[email protected]> |
565 | ||
566 | * observer.texi (GDB Observers): Rework, provide generic observer | |
567 | definitions and then a list of observable events. | |
568 | ||
6cdf9d98 AC |
569 | 2004-04-04 Andrew Cagney <[email protected]> |
570 | ||
571 | * gdbint.texinfo (Host Definition): Delete reference to | |
572 | NO_SIGINTERRUPT. | |
573 | ||
ddc135a4 AC |
574 | 2004-04-02 Andrew Cagney <[email protected]> |
575 | ||
576 | * gdbint.texinfo (Target Architecture Definition): Delete | |
577 | reference to DEPRECATED_CALL_DUMMY_LENGTH. | |
578 | ||
6a1b180d SC |
579 | 2004-03-28 Stephane Carrez <[email protected]> |
580 | ||
581 | * gdb.texinfo (TUI Commands): Document tui reg commands. | |
582 | ||
d0d5df6f AC |
583 | 2004-03-26 Andrew Cagney <[email protected]> |
584 | ||
585 | * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention | |
586 | "gdbtui". | |
587 | (Mode Options): Mention "gdbtui". Use "Text" not "Terminal". | |
588 | (Contributors): Mention both Text and Terminal User Interface. | |
589 | ||
aa2a3f87 AC |
590 | 2004-03-23 Andrew Cagney <[email protected]> |
591 | ||
592 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
593 | references to SIGTRAMP_START and SIGTRAMP_END. | |
594 | ||
f561f026 AC |
595 | 2004-03-23 Andrew Cagney <[email protected]> |
596 | ||
597 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
598 | references to PC_IN_SIGTRAMP. | |
599 | ||
33cb8b0f AC |
600 | 2004-03-19 Andrew Cagney <[email protected]> |
601 | ||
602 | * gdbint.texinfo (Target Architecture Definition): Delete | |
603 | reference to GDB_TARGET_IS_HPPA. | |
604 | ||
fc989b7a AC |
605 | 2004-03-18 Andrew Cagney <[email protected]> |
606 | ||
607 | * gdbint.texinfo (Coding): Update section on gdbarch_data, | |
608 | describe pre_init and post_init. | |
609 | ||
701b08bb DJ |
610 | 2004-03-09 Daniel Jacobowitz <[email protected]> |
611 | ||
612 | * gdb.texinfo (Debugging Output): Document values for "set debug | |
613 | target". | |
614 | ||
faae5abe AC |
615 | 2004-02-28 Andrew Cagney <[email protected]> |
616 | ||
617 | * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer. | |
618 | ||
dd79a6cf JJ |
619 | 2004-02-26 Jeff Johnston <[email protected]> |
620 | ||
621 | * gdb.texinfo (breakpoints): Add information about the | |
622 | new "set breakpoint pending" and "show breakpoint pending" | |
623 | commands. | |
624 | ||
e7f16015 AC |
625 | 2004-02-26 Andrew Cagney <[email protected]> |
626 | ||
627 | * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc | |
628 | in Per-architecture module data section. | |
629 | ||
7161a3a6 RM |
630 | 2004-02-25 Roland McGrath <[email protected]> |
631 | ||
632 | * gdb.texinfo (General Query Packets): Document qPart:... packets. | |
633 | ||
2154891a AC |
634 | 2004-02-24 Andrew Cagney <[email protected]> |
635 | ||
636 | * annotate.texinfo: Wrap fdl.texi include in raise/lower sections. | |
637 | * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto. | |
638 | * fdl.texi: Import Version 1.2, November 2002. | |
7161a3a6 | 639 | |
6c74ac8b AC |
640 | 2004-02-17 Andrew Cagney <[email protected]> |
641 | ||
642 | * gdb.texinfo (Mode Options): Note that "mi1" is deprecated. | |
643 | ||
19772a2c AC |
644 | 2004-02-16 Andrew Cagney <[email protected]> |
645 | ||
646 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
647 | FRAMELESS_FUNCTION_INVOCATION. | |
648 | ||
c9830293 AC |
649 | 2004-02-16 Andrew Cagney <[email protected]> |
650 | ||
651 | * gdbint.texinfo (Coding): Mention -Wunused-function. | |
652 | ||
b9d26eb9 AC |
653 | 2004-02-14 Andrew Cagney <[email protected]> |
654 | ||
655 | * gdbint.texinfo (Target Architecture Definition): Delete | |
656 | description of DEPRECATED_CALL_DUMMY_STACK_ADJUST. | |
657 | ||
49efadf5 EZ |
658 | 2004-02-12 Elena Zannoni <[email protected]> |
659 | ||
660 | * gdb.texinfo: Properly quote the name "C++". | |
661 | * gdbint.texinfo: Ditto. | |
662 | * stabs.texinfo: Ditto. | |
663 | ||
1eb288ea EZ |
664 | 2004-02-11 Elena Zannoni <[email protected]> |
665 | ||
666 | * gdbint.texinfo (Support Libraries): Add doco about obstacks and | |
667 | minimal information about libiberty. | |
668 | ||
e4937fc1 MC |
669 | 2004-02-06 Michael Chastain <[email protected]> |
670 | ||
671 | * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}. | |
672 | ||
a9331b3f RM |
673 | 2004-02-04 Roland McGrath <[email protected]> |
674 | ||
675 | * gdb.texinfo (Auxiliary Vector): New node (section). | |
676 | (Data): Add it to the menu. | |
677 | ||
2650777c JJ |
678 | 2004-02-02 Jeff Johnston <[email protected]> |
679 | ||
680 | * gdb.texinfo (Breakpoints): Add information about pending | |
681 | breakpoint support. | |
682 | ||
b4501125 AC |
683 | 2004-01-26 Andrew Cagney <[email protected]> |
684 | ||
685 | * gdb.texinfo (Overview): Delete references to the cisco protocol | |
686 | including the "N" response. | |
687 | ||
74055713 AC |
688 | 2004-01-26 Andrew Cagney <[email protected]> |
689 | ||
690 | * gdbint.texinfo (Target Architecture Definition): Rename | |
691 | EXTRACT_STRUCT_VALUE_ADDRESS to | |
692 | DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS. | |
a9331b3f | 693 | |
3bbe9696 EZ |
694 | 2004-01-24 Eli Zaretskii <[email protected]> |
695 | ||
696 | * gdb.texinfo (KOD): Document "show os". Add index entries for | |
697 | "set/show os" and "info cisco" commands. | |
698 | ||
5843504f EZ |
699 | 2004-01-21 Eli Zaretskii <[email protected]> |
700 | ||
701 | * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir). | |
702 | ||
9175c9a3 MC |
703 | 2004-01-19 Michael Chastain <[email protected]> |
704 | ||
705 | * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, | |
706 | MMAP_BASE_ADDRESS, MMAP_INCREMENT. | |
707 | ||
8e94b928 NR |
708 | 2004-01-19 Nick Roberts <[email protected]> |
709 | ||
710 | * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to | |
711 | -stack-list-locals. | |
712 | (GDB/MI Variable Objects): Describe extension to | |
713 | -var-list-children. | |
714 | ||
a20cf136 DJ |
715 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
716 | ||
717 | * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document. | |
718 | ||
afb18d0f AC |
719 | 2004-01-17 Andrew Cagney <[email protected]> |
720 | ||
721 | * gdbint.texinfo (Target Architecture Definition): Delete | |
722 | documentation on DEPRECATED_NPC_REGNUM. | |
723 | ||
b51970ac DJ |
724 | 2004-01-13 Daniel Jacobowitz <[email protected]> |
725 | ||
726 | * gdb.texinfo: Update copyright year. Mention that set | |
727 | follow-fork-mode is supported on GNU/Linux. Remove documentation of | |
728 | "set follow-fork-mode ask". | |
729 | ||
0f0cffd2 AC |
730 | 2004-01-13 Andrew Cagney <[email protected]> |
731 | ||
732 | * gdbint.texinfo: Update copyright year. | |
733 | (Coding): Add -Wunused-label to list of -Werror warnings. | |
734 | ||
c552b3bb | 735 | 2004-01-08 Jason Molenda <[email protected]> |
f7dc1244 | 736 | Eli Zaretskii <[email protected]> |
c552b3bb JM |
737 | |
738 | * gdb.texinfo: Update copyright. | |
739 | (Objective-C): "methodName" typeo fixed. Add @code/@var markup | |
740 | around names, as appropriate. Minor syntax cleanup of | |
741 | _NSPrintForDebugger explanation. Two spaces after periods. | |
742 | GDBN used instead of lit. "gdb". Index entries added for | |
743 | print-object and _NSPrintForDebugger. @noindent added in one spot. | |
744 | ||
afe157ca EZ |
745 | 2003-11-11 Elena Zannoni <[email protected]> |
746 | ||
747 | * stabs.texinfo: Add dircategory and direntry commands. | |
748 | * annotate.texinfo: Ditto. | |
749 | ||
963e2bb7 AC |
750 | 2003-11-10 Andrew Cagney <[email protected]> |
751 | ||
752 | * gdbint.texinfo (Target Architecture Definition): Replace the | |
753 | return_value method's "inval" and "outval" parameters with | |
754 | "readbuf" and "writebuf". | |
755 | ||
1d8b2f28 JB |
756 | 2003-10-28 Jim Blandy <[email protected]> |
757 | ||
758 | * gdb.texinfo (The F request packet, The F reply packet): Renamed | |
759 | from "The `F' request packet" and "The `F' reply packet", to make | |
760 | texi2dvi happy. | |
761 | (File-I/O remote protocol extension): Update menu entries, too. | |
762 | ||
36d86913 MC |
763 | 2003-10-26 Michael Chastain <[email protected]> |
764 | ||
765 | * gdb.texinfo (Thread Stops): Document the issue with | |
766 | premature return from system calls in multi-threaded programs. | |
767 | ||
ce2826aa AC |
768 | 2003-10-24 Andrew Cagney <[email protected]> |
769 | ||
770 | * annotate.texinfo: Fix "fortunatly"[sic]. | |
771 | ||
f24c5e49 KI |
772 | 2003-10-23 Kei Sakamoto <[email protected]> |
773 | ||
774 | * gdb.texinfo (Contributors to GDB): Replace "Renesas" | |
775 | with "Hitachi" and "Mitsubishi". | |
776 | ||
92ad9cd9 AC |
777 | 2003-10-20 Andrew Cagney <[email protected]> |
778 | ||
779 | * gdbint.texinfo (Target Architecture Definition): Document | |
780 | gdbarch_return_value. Add cross references from | |
781 | USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and | |
782 | STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS. | |
783 | ||
0ab4b752 MK |
784 | 2003-10-18 Mark Kettenis <[email protected]> |
785 | ||
786 | * gdbint.texinfo (Target Architecture Definition): Document | |
787 | regset_from_core_section. | |
fb3e19c0 KI |
788 | |
789 | 2003-10-16 Kei Sakamot Sakamoto <[email protected]> | |
790 | ||
791 | * gdb.texinfo (M32R/D): Mention m32rsdi target. | |
792 | ||
a9331b3f | 793 | 2003-10-15 Kevin Buettner <[email protected]> |
e4d5f7e1 KB |
794 | |
795 | From Anthony Green <[email protected]>: | |
796 | * gdb.texinfo (Breakpoints related warnings): Insert into menu. | |
797 | ||
1485d690 KB |
798 | 2003-10-14 Kevin Buettner <[email protected]> |
799 | ||
800 | * gdb.texinfo (Breakpoint related warnings): New node. | |
801 | * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document. | |
a9331b3f | 802 | |
86d30acc DJ |
803 | 2003-10-13 Daniel Jacobowitz <[email protected]> |
804 | ||
805 | * gdb.texinfo (Remote Protocol): Document v and vCont. | |
806 | ||
172c2a43 KI |
807 | 2003-10-10 Kei Sakamoto <[email protected]> |
808 | ||
809 | * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas". | |
810 | * gdbint.texinfo: Ditto. | |
811 | ||
71952f4c AC |
812 | 2003-10-09 Andrew Cagney <[email protected]> |
813 | ||
814 | From 2003-09-18 David Anderson <[email protected]>: | |
815 | * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with | |
816 | "command". | |
817 | ||
268e2188 AC |
818 | 2003-10-03 Andrew Cagney <[email protected]> |
819 | ||
820 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
821 | IBM6000_TARGET. Mention that it implies an RS/6000 system and not | |
822 | just target. | |
823 | ||
12c266ea | 824 | 2003-10-02 Andrew Cagney <[email protected]> |
2e092625 | 825 | |
f30992d4 | 826 | * gdbint.texinfo (Target Architecture Definition): Rename |
12c266ea AC |
827 | REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE. |
828 | * gdb.texinfo (Packets, Stop Reply Packets): Ditto. | |
829 | * gdbint.texinfo (Target Architecture Definition): Rename | |
830 | ||
831 | 2003-09-30 Andrew Cagney <[email protected]> | |
832 | ||
f30992d4 | 833 | REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE. |
a9331b3f | 834 | (Target Architecture Definition): |
f30992d4 | 835 | |
2e092625 AC |
836 | * gdbint.texinfo (Target Architecture Definition): Rename |
837 | REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE. | |
838 | ||
0717ae8a AC |
839 | 2003-09-29 Andrew Cagney <[email protected]> |
840 | ||
dad809b7 AC |
841 | * gdbint.texinfo (Target Architecture Definition): Delete |
842 | documentation for NEED_TEXT_START_END. | |
843 | ||
0717ae8a AC |
844 | * gdbint.texinfo (Target Architecture Definition): Rename |
845 | NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to | |
846 | TARGET_WRITE_PC. | |
a9331b3f | 847 | |
af6cf26d MC |
848 | 2003-09-22 Michael Chastain <[email protected]> |
849 | ||
850 | * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp. | |
851 | ||
ee206350 AG |
852 | 2003-09-21 Anthony Green <[email protected]> |
853 | ||
854 | * gdbint.texinfo (Target Architecture Definition): Fix typos. | |
855 | ||
a38c9fe6 MK |
856 | 2003-09-21 Mark Kettenis <[email protected]> |
857 | ||
858 | * gdbint.texinfo (Target Architecture Definition): Document | |
859 | stabs_argument_has_addr. | |
860 | ||
77949794 AC |
861 | 2003-09-18 Andrew Cagney <[email protected]> |
862 | ||
863 | * gdbint.texinfo (Target Architecture Definition): Delete | |
864 | documentation on REGISTER_NAMES. | |
865 | ||
8e823e25 MK |
866 | 2003-09-13 Mark Kettenis <[email protected]> |
867 | ||
868 | * gdbint.texinfo (Target Architecture Definition): Replace | |
869 | REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR. | |
870 | ||
f27dd7fd AC |
871 | 2003-09-11 Andrew Cagney <[email protected]> |
872 | ||
873 | * gdbint.texinfo (Target Architecture Definition): Replace | |
874 | STACK_ALIGN with DEPRECATED_STACK_ALIGN. | |
875 | ||
8b148df9 AC |
876 | 2003-08-18 Andrew Cagney <[email protected]> |
877 | ||
878 | * gdbint.texinfo (Target Architecture Definition): Document | |
879 | "frame_red_zone_size". | |
880 | ||
25d29d70 AC |
881 | 2003-08-09 Andrew Cagney <[email protected]> |
882 | ||
883 | * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main" | |
884 | with "set/show backtrace past-main" and "set/show backtrace | |
885 | limit". | |
886 | ||
c938e9b0 L |
887 | 2003-08-08 H.J. Lu <[email protected]> |
888 | ||
889 | * Makefile.in (install-info): Support DESTDIR. | |
890 | (install-html): Likewise. | |
891 | ||
64fabec2 AC |
892 | 2003-08-07 Andrew Cagney <[email protected]> |
893 | ||
894 | Patch from Nick Roberts. | |
895 | * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key | |
896 | bindings. Remove description of send-gdb-command. | |
897 | ||
2fcf52f0 AC |
898 | 2003-08-07 Andrew Cagney <[email protected]> |
899 | ||
900 | * gdb.texinfo (Mode Options): Mention that "mi2" was included in | |
901 | GDB 6.0. | |
902 | ||
086432e2 AC |
903 | 2003-08-06 Andrew Cagney <[email protected]> |
904 | ||
905 | * gdb.texinfo (Mode Options): Mention that level three is the | |
906 | highest available and that level 2 is deprecated. | |
907 | (Annotations Overview): Mention annotation levels. Cross reference | |
908 | to "Limitations of the Annotation Interface" in annotate.texi. | |
909 | (TODO, Value Annotations, Frame Annotations): Delete section. | |
910 | (Displays, Breakpoint Info): Delete. | |
911 | ||
e5249f67 AC |
912 | 2003-08-04 Andrew Cagney <[email protected]> |
913 | ||
914 | * agentexpr.texi: Delete @bye. | |
915 | * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi" | |
916 | (stabs.info): Add $(srcdir) to include search path. | |
917 | (html): Depend on "annotate_toc.html", and not "annotate.html". | |
918 | * stabs.texinfo: Ditto. Include "fdl.texi". | |
919 | * gdbint.texinfo: Update copyright statement's list of invariant | |
920 | sections. | |
921 | ||
e6f672d2 AC |
922 | 2003-07-28 Andrew Cagney <[email protected]> |
923 | ||
924 | * Makefile.in (INFO_DEPS): Add annotate.info. | |
925 | (dvi, ps, html, pdf): Add annotate. | |
926 | (ANNOTATE_DOC_SOURCE_INCLUDES): New macro. | |
927 | (ANNOTATE_DOC_BUILD_INCLUDES): New macro. | |
928 | (ANNOTATE_DOC_FILES): New macro. | |
929 | (ANNOTATE_TEX_TMPS): New macro. | |
930 | (annotate.info, annotate_toc.html): Specify dependencies. | |
931 | (annotate.ps, annotate.pdf, annotate.dvi): Ditto. | |
932 | * annotate.texinfo: Rename annotate.texi. Get building. Add | |
933 | "Migrating to GDB/MI" and "Limitations of the Annotation | |
934 | Interface" chapters. Mention why it is not part of the user | |
935 | guide. Update copyright notice. Include "fdl.texi". | |
936 | ||
72ffddc9 SC |
937 | 2003-07-26 Stephane Carrez <[email protected]> |
938 | ||
939 | * gdb.texinfo (TUI Keys): Document C-x o key to switch active window. | |
940 | ||
a9f12a31 DJ |
941 | 2003-07-24 Daniel Jacobowitz <[email protected]> |
942 | ||
943 | * gdbint.texinfo (libgdb components): Correct a GDB to GDBN. | |
944 | ||
b1fe9455 DJ |
945 | 2003-07-24 Daniel Jacobowitz <[email protected]> |
946 | ||
947 | * gdb.texinfo (Server): Mention pidof. | |
948 | ||
153721e6 AC |
949 | 2003-07-22 Andrew Cagney <[email protected]> |
950 | ||
951 | * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror | |
952 | list. | |
953 | ||
0fac0b41 DJ |
954 | 2003-06-28 Daniel Jacobowitz <[email protected]> |
955 | ||
956 | * gdb.texinfo (Logging output): New chapter. | |
957 | ||
4e562065 JB |
958 | 2003-06-24 Joel Brobecker <[email protected]> |
959 | ||
960 | * gdb.texinfo (Unsupported languages): New section. | |
961 | (Languages): Add link to new section. | |
962 | ||
f2c06f52 AC |
963 | 2003-06-22 Andrew Cagney <[email protected]> |
964 | ||
965 | * gdb.texinfo (Contributors): Mention 6.0 release engineer. | |
966 | ||
b4177fca DJ |
967 | 2003-06-22 Daniel Jacobowitz <[email protected]> |
968 | ||
969 | * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers. | |
970 | ||
f418dd93 DJ |
971 | 2003-06-22 Daniel Jacobowitz <[email protected]> |
972 | ||
973 | * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi. | |
974 | * agentexpr.texi: Retitle section, and change it to an appendix. | |
975 | Comment out texinfo initialization. Factor a @var{} into two | |
976 | pieces to prevent makeinfo warnings. | |
977 | * gdb.texinfo: Add Agent Expressions appendix. | |
978 | ||
4ca61388 DJ |
979 | 2003-06-19 Daniel Jacobowitz <[email protected]> |
980 | ||
981 | * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED. | |
982 | ||
07f31aa6 DJ |
983 | 2003-06-18 Daniel Jacobowitz <[email protected]> |
984 | ||
985 | * gdb.texinfo (Remote Debugging): New section "Connecting to a | |
986 | remote target". Document the "detach" and "disconnect" commands. | |
987 | (Server, Netware, Debug Session): Reference "Connecting to a | |
988 | remote target". | |
989 | (GDB/MI Target Manipulation): Document "-target-disconnect". | |
990 | ||
2dd0da42 AC |
991 | 2003-06-13 Andrew Cagney <[email protected]> |
992 | ||
993 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
994 | REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and | |
995 | BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC. | |
996 | ||
e7a3abfc JB |
997 | 2003-06-09 Jim Blandy <[email protected]> |
998 | ||
999 | * gdb.texinfo (Separate Debug Files): Remove extra semicolon. | |
1000 | ||
25e3a86b AC |
1001 | 2003-06-08 Andrew Cagney <[email protected]> |
1002 | ||
1003 | * gdbint.texinfo (Target Architecture Definition): Delete | |
1004 | documentation on FRAME_ARGS_ADDRESS_CORRECT. | |
1005 | ||
a9e5fdc2 AC |
1006 | 2003-06-08 Andrew Cagney <[email protected]> |
1007 | ||
1008 | * gdbint.texinfo (Target Architecture Definition): Document | |
1009 | "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP. | |
1010 | ||
b37303ee AF |
1011 | 2003-06-07 Adam Fedor <[email protected]> |
1012 | ||
1013 | * gdb.texinfo: Add Objective-C documentation. | |
1014 | ||
39fe6e80 AC |
1015 | 2003-06-01 Andrew Cagney <[email protected]> |
1016 | ||
1017 | * gdbint.texinfo (Target Architecture Definition): Add "func_addr" | |
1018 | parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr". | |
1019 | ||
125309b2 AC |
1020 | 2003-05-21 Andrew Cagney <[email protected]> |
1021 | ||
1022 | * gdbint.texinfo (Target Architecture Definition): Delete | |
1023 | references to "extract_address" and "store_address". | |
1024 | ||
b8b527c5 AC |
1025 | 2003-05-16 Andrew Cagney <[email protected]> |
1026 | ||
1027 | * gdbint.texinfo (Target Architecture Definition): Replace | |
1028 | REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo, | |
1029 | DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE. | |
1030 | ||
50e3ee83 TR |
1031 | 2003-05-14 Theodore A. Roth <[email protected]> |
1032 | ||
1033 | * gdbint.texinfo (Breakpoint Handling): Correct a double negative. | |
1034 | ||
44e2be90 L |
1035 | 2003-05-10 H.J. Lu <[email protected]> |
1036 | ||
1037 | * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S). | |
1038 | (gdb.dvi): Likewise. | |
1039 | (gdb.pdf): Likewise. | |
1040 | (links2roff): Likewise. | |
1041 | ||
df5215a6 JB |
1042 | 2003-05-08 Jim Blandy <[email protected]> |
1043 | ||
1044 | * gdb.texinfo (Dump/Restore Files): Update documentation for | |
1045 | 'dump', 'append', and 'restore': note that format argument is | |
1046 | optional; simplify presentation of the command variants; and be | |
1047 | more precise about the formats. | |
1048 | ||
5e7b2f39 JB |
1049 | 2003-05-07 Jim Blandy <[email protected]> |
1050 | ||
1051 | * gdb.texinfo (Symbols): Update documentation: 'maint list | |
1052 | symtabs' and 'maint list psymtabs' have been renamed 'maint info | |
1053 | symtabs' and 'maint info psymtabs'. | |
1054 | ||
b1e29e33 AC |
1055 | 2003-05-05 Andrew Cagney <[email protected]> |
1056 | ||
1057 | * gdbint.texinfo (Target Architecture Definition): Make | |
1058 | CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH, | |
1059 | FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and | |
1060 | CALL_DUMMY_BREAKPOINT_OFFSET deprecated. | |
1061 | ||
00905d52 AC |
1062 | 2003-05-04 Andrew Cagney <[email protected]> |
1063 | ||
1064 | * gdb.texinfo (Maintenance Commands): Document "maint print | |
1065 | dummy-frames". | |
1066 | ||
54ff5908 AC |
1067 | 2003-05-04 Andrew Cagney <[email protected]> |
1068 | ||
1069 | * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}. | |
1070 | ||
32e7087d JB |
1071 | 2003-05-03 J. Brobecker <[email protected]> |
1072 | ||
1073 | Thierry Schneider <[email protected]> | |
1074 | * gdb.texinfo (section GDB/MI Symbol Query): Add documentation | |
1075 | for new MI command. | |
1076 | ||
7043d8dc AC |
1077 | 2003-05-03 Andrew Cagney <[email protected]> |
1078 | ||
1079 | * gdbint.texinfo (Target Architecture Definition): Document | |
1080 | push_dummy_code. Add cross references. | |
1081 | ||
e33d66ec EZ |
1082 | 2003-05-02 Elena Zannoni <[email protected]> |
1083 | ||
1084 | * gdb.texinfo (Character Sets): Update to reflect new behavior of | |
1085 | set/show charsets commands. | |
1086 | ||
0ba6dca9 AC |
1087 | 2003-04-28 Andrew Cagney <[email protected]> |
1088 | ||
1089 | * gdbint.texinfo (Target Architecture Definition): Replace | |
1090 | read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp, | |
1091 | DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM. | |
1092 | ||
d7a27068 AC |
1093 | 2003-04-28 Andrew Cagney <[email protected]> |
1094 | ||
1095 | * gdbint.texinfo (Target Architecture Definition): Rename | |
1096 | "tm_print_insn" to "deprecated_tm_print_insn". | |
1097 | ||
44ea7b70 JB |
1098 | 2003-04-09 Jim Blandy <[email protected]> |
1099 | ||
1100 | * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint | |
1101 | list psymtabs'. | |
1102 | ||
fb8f8949 AC |
1103 | 2003-04-08 Andrew Cagney <[email protected]> |
1104 | ||
1105 | * gdbint.texinfo (Target Architecture Definition): Delete | |
1106 | references to EXTRA_FRAME_INFO. | |
1107 | ||
32fb0f22 AC |
1108 | 2003-04-08 Andrew Cagney <[email protected]> |
1109 | ||
1110 | * gdbint.texinfo (Target Architecture Definition): Delete | |
1111 | PRINT_TYPELESS_INTEGER. | |
1112 | ||
6be67e67 JB |
1113 | 2003-04-02 J. Brobecker <[email protected]> |
1114 | ||
1115 | * observer.texi (GDB Observers): Adjust the documentation for the | |
1116 | normal_stop notification to better describe reality. Fix a couple | |
1117 | of minor typos. | |
1118 | ||
4e35d5f0 BR |
1119 | 2003-04-02 Bob Rossi <[email protected]> |
1120 | ||
a9331b3f | 1121 | * gdb.texinfo (GDB/MI Program Control): Add |
4e35d5f0 BR |
1122 | '-file-list-exec-source-file' |
1123 | ||
e8a8712a AC |
1124 | 2003-03-31 Andrew Cagney <[email protected]> |
1125 | ||
1126 | * gdbint.texinfo (Target Architecture Definition): Delete | |
1127 | references to CALL_DUMMY_P. | |
1128 | ||
6c0e89ed AC |
1129 | 2003-03-30 Andrew Cagney <[email protected]> |
1130 | ||
1131 | * gdbint.texinfo (Target Architecture Definition): Remove | |
1132 | reference to TARGET_WRITE_SP. | |
a9331b3f | 1133 | |
378bfd1b AC |
1134 | 2003-03-27 Andrew Cagney <[email protected]> |
1135 | ||
1136 | * gdbint.texinfo (Target Architecture Definition): Remove | |
1137 | references to write_sp. | |
6c0e89ed | 1138 | |
922fbb7b AC |
1139 | 2003-03-27 Andrew Cagney <[email protected]> |
1140 | ||
1141 | * gdb.texinfo (GDB/MI Variable Objects): Replace @include with | |
1142 | chapter body. Use @smallexample instead of @example. | |
1143 | (Annotations): Ditto. | |
1144 | * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and | |
1145 | annotate.texi. | |
1146 | ||
b81774d8 AC |
1147 | 2003-03-26 Andrew Cagney <[email protected]> |
1148 | ||
1149 | * gdbint.texinfo (Target Architecture Definition): Replace | |
1150 | PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and | |
1151 | dummy_addr parameters. | |
1152 | ||
1bf6d5cc AC |
1153 | 2003-03-25 Andrew Cagney <[email protected]> |
1154 | ||
1155 | * gdbint.texinfo (Target Architecture Definition): Delete | |
1156 | reference to CALL_DUMMY_STACK_ADJUST_P. Rename | |
1157 | CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST. | |
1158 | Add reference to PUSH_ARGUMENTS. | |
1159 | ||
618ce49f AC |
1160 | 2003-03-23 Andrew Cagney <[email protected]> |
1161 | ||
1162 | * gdbint.texinfo (Algorithms, Target Architecture Definition): | |
1163 | Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID. | |
1164 | ||
bcd7e15f JB |
1165 | 2003-03-18 J. Brobecker <[email protected]> |
1166 | ||
1167 | * gdbint.texinfo (Algorithms): Add new section describing the | |
1168 | Observer paradigm. | |
1169 | (Top): Add menu entry to new observer appendix. | |
1170 | * observer.texi: New file. | |
1171 | * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on | |
1172 | new observer.texi file. | |
1173 | ||
9fe8321b AC |
1174 | 2003-03-17 Andrew Cagney <[email protected]> |
1175 | ||
1176 | * gdb.texinfo (DATE): Delete. Remove date from titles. Mention | |
1177 | that GNU Press update the manual version number. | |
1178 | ||
ac2adee5 AC |
1179 | 2003-03-12 Andrew Cagney <[email protected]> |
1180 | ||
1181 | * gdbint.texinfo (Target Architecture Definition): Delete | |
1182 | references to get_saved_register. Rename GET_SAVED_REGISTER to | |
1183 | DEPRECATED_GET_SAVED_REGISTER. | |
1184 | ||
749b82f6 AC |
1185 | 2003-03-13 Andrew Cagney <[email protected]> |
1186 | ||
1187 | * gdbint.texinfo (Target Architecture Definition): Replace | |
1188 | POP_FRAME with DEPRECATED_POP_FRAME. Update description. | |
1189 | ||
8bedc050 AC |
1190 | 2003-03-12 Andrew Cagney <[email protected]> |
1191 | ||
1192 | * gdbint.texinfo (Target Architecture Definition): Rename | |
1193 | FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC. | |
a9331b3f | 1194 | |
0ce1b118 CV |
1195 | 2003-03-10 Corinna Vinschen <[email protected]> |
1196 | ||
1197 | * gdb.texinfo: Add File-I/O documentation. | |
1198 | ||
12cc2063 AC |
1199 | 2003-03-10 Andrew Cagney <[email protected]> |
1200 | ||
1201 | * gdbint.texinfo (Target Architecture Definition): Cross reference | |
1202 | FRAME_SAVED_PC to unwind_pc. Document unwind_pc. | |
1203 | ||
7453dc06 AC |
1204 | 2003-03-07 Andrew Cagney <[email protected]> |
1205 | ||
1206 | * gdb.texinfo (Debugging Output): Mention the "set/show debug | |
1207 | frame" command. | |
1208 | ||
6314f104 AC |
1209 | 2003-03-05 Andrew Cagney <[email protected]> |
1210 | ||
1211 | * gdbint.texinfo (Target Architecture Definition): Document | |
1212 | unwind_dummy_id. Cross reference unwind_dummy_id and | |
1213 | SAVE_DUMMY_FRAME_TOS. | |
1214 | ||
f1212245 DJ |
1215 | 2003-03-05 James Ingham <[email protected]> |
1216 | Daniel Jacobowitz <[email protected]> | |
1217 | ||
1218 | * gdb.texinfo (Configuring the current ABI): Document "set cp-abi" | |
1219 | and "show cp-abi". | |
1220 | ||
77e7e267 AC |
1221 | 2003-03-03 Andrew Cagney <[email protected]> |
1222 | ||
1223 | * gdbint.texinfo (Target Architecture Definition): Document | |
1224 | register_type. | |
1225 | ||
838a8221 AC |
1226 | 2003-03-03 Andrew Cagney <[email protected]> |
1227 | ||
1228 | * stabs.texinfo (Structures): Use @samp and separate @var's | |
1229 | instead of a single @var containing a comma separated list. | |
1230 | (Unions): Ditto. | |
1231 | ||
d7f4a264 DJ |
1232 | 2003-03-02 Daniel Jacobowitz <[email protected]> |
1233 | ||
1234 | * Makefile.in (distclean): Remove config.log. | |
1235 | ||
f30ee0bc AC |
1236 | 2003-03-01 Andrew Cagney <[email protected]> |
1237 | ||
1238 | * gdbint.texinfo (Target Architecture Definition): Rename | |
1239 | FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS. | |
1240 | ||
1241 | 2003-03-01 Andrew Cagney <[email protected]> | |
e9582e71 AC |
1242 | |
1243 | * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to | |
1244 | DEPRECATED_INIT_EXTRA_FRAME_INFO. | |
1245 | ||
be448670 CF |
1246 | 2003-02-23 Raoul Gough <[email protected]> |
1247 | ||
1248 | * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols. | |
1249 | (Non-debug DLL symbols): New node, describing the minimal symbols | |
1250 | loaded from DLLs without real debugging symbols. | |
1251 | ||
501eef12 AC |
1252 | 2003-02-20 Andrew Cagney <[email protected]> |
1253 | ||
1254 | * gdb.texinfo (Set Breaks): Add cross reference to "set remote | |
1255 | hardware-breakpoint-limit". | |
1256 | (Set Watchpoints): Add cross reference to "set remote | |
1257 | hardware-watchpoint-limit". | |
1258 | (Remote configuration options): New section. | |
1259 | ||
21c294e6 AC |
1260 | 2003-02-04 Andrew Cagney <[email protected]> |
1261 | ||
e9be73e4 AC |
1262 | * gdbint.texinfo (Target Architecture Definition): Delete |
1263 | descrption of IS_TRAPPED_INTERNALVAR. | |
1264 | ||
21c294e6 AC |
1265 | From Keith Seitz <[email protected]>: |
1266 | * gdb.texinfo (Interpreters): New chapter. Refer the command-line | |
1267 | option "-i"/"--interpreter" to this chapter. Include index | |
1268 | entries. | |
1269 | ||
0179ffac DC |
1270 | 2003-02-04 David Carlton <[email protected]> |
1271 | ||
1272 | * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+. | |
1273 | (Variables): Recommend stabs+ and DWARF 2. | |
1274 | (C plus plus expressions): Correct info about | |
1275 | compiler versions, debug formats. | |
1276 | (Contributors): Change 'DWARF2' to 'DWARF 2'. | |
1277 | PR symtab/874. | |
1278 | ||
7ca9f392 AC |
1279 | 2003-02-01 Andrew Cagney <[email protected]> |
1280 | ||
1281 | * gdbint.texinfo (Target Architecture Definition): Delete | |
1282 | description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES, | |
1283 | ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and | |
1284 | BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with | |
1285 | references to nindy and i960. | |
1286 | * gdb.texinfo (i960): Delete all references to i960 and nindy. | |
1287 | ||
31a85ea2 AC |
1288 | 2003-02-01 Andrew Cagney <[email protected]> |
1289 | ||
1290 | * gdbint.texinfo (Target Architecture Definition): Delete | |
1291 | FLOAT_INFO. | |
1292 | ||
6b894e49 AC |
1293 | 2003-01-30 Andrew Cagney <[email protected]> |
1294 | ||
1295 | * stabs.texinfo (Member Type Descriptor): Clarify description of | |
1296 | `@'. Suggested by Ben Hutchings. | |
1297 | ||
c48861fb AC |
1298 | 2003-01-29 Andrew Cagney <[email protected]> |
1299 | ||
1300 | * gdb.texinfo (M68K): Delete reference to es1800. | |
1301 | ||
617073a9 AC |
1302 | 2003-01-29 Andrew Cagney <[email protected]> |
1303 | ||
1304 | * gdb.texinfo (Maintenance Commands): Document `maint print | |
1305 | reggroups' and `maint print register-groups'. | |
1306 | * gdbint.texinfo (Target Architecture Definition): Document | |
1307 | register_reggroup_p. | |
1308 | ||
5b5d99cf JB |
1309 | 2003-01-23 Jim Blandy <[email protected]> |
1310 | ||
1311 | * gdb.texinfo (Separate Debug Files): New section. | |
1312 | ||
e7ba9c65 DJ |
1313 | 2003-01-22 Daniel Jacobowitz <[email protected]> |
1314 | ||
1315 | * gdb.texinfo (Maintenance Commands): Add "maint set profile" | |
1316 | and "maint show profile". | |
1317 | ||
94e91d6d MC |
1318 | 2003-01-16 Michael Chastain <[email protected]> |
1319 | ||
1320 | * gdb.texinfo (Installing GDB): Warn against | |
1321 | ".../gdb-VERSION/gdb/configure". | |
1322 | (Separate Objdir): Likewise. | |
1323 | ||
867f3898 AC |
1324 | 2003-01-15 Andrew Cagney <[email protected]> |
1325 | ||
1326 | * gdbint.texinfo (Target Architecture Definition): Delete | |
1327 | definition of PRINT_REGISTER_HOOK. | |
1328 | ||
f153cc92 EZ |
1329 | 2003-01-15 Elena Zannoni <[email protected]> |
1330 | ||
1331 | (OpenRISC 1000): Fix formatting of command names. | |
1332 | ||
c60eb6f1 EZ |
1333 | 2003-01-15 Elena Zannoni <[email protected]> |
1334 | ||
1335 | * gdb.texinfo (Continuing and Stepping): Add new command | |
1336 | 'advance'. Clarify behavior of 'until'. | |
1337 | ||
f5ebfba0 DJ |
1338 | 2003-01-13 Daniel Jacobowitz <[email protected]> |
1339 | ||
1340 | * gdb.texinfo (Files): Document solib-absolute-prefix and | |
1341 | solib-search-path. | |
1342 | ||
4ce8657e MC |
1343 | 2003-01-09 Michael Chastain <[email protected]> |
1344 | ||
1345 | * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete. | |
1346 | (Create a Release): Add new instructions for new @file{src-release}. | |
1347 | Document existing instructions for @file{Makefile.in} as | |
1348 | being for @value{GDBN} 5.3.1 or earlier. | |
1349 | ||
372613e3 AC |
1350 | 2003-01-09 Andrew Cagney <[email protected]> |
1351 | ||
1352 | * gdbint.texinfo (Target Architecture Definition): Mention | |
1353 | frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to | |
1354 | allocate memory. | |
1355 | ||
b4e9345d DJ |
1356 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
1357 | ||
1358 | * gdb.texinfo (Controlling GDB): Add @kindex for | |
1359 | "show osabi". | |
1360 | (Backtraces): Add @kindex's for backtrace-below-main. | |
1361 | ||
98b45e30 DJ |
1362 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
1363 | ||
1364 | * gdb.texinfo (Controlling GDB): Document "set osabi". | |
1365 | ||
95f90d25 DJ |
1366 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
1367 | ||
1368 | * gdb.texinfo (Backtraces): Document "set backtrace-below-main". | |
1369 | * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation. | |
1370 | ||
1e698235 DJ |
1371 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
1372 | ||
1373 | * gdb.texinfo (Controlling GDB): Add ABI section. Document | |
1374 | "set coerce-float-to-double". | |
1375 | * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation. | |
1376 | ||
e632838e AC |
1377 | 2003-01-02 Andrew Cagney <[email protected]> |
1378 | ||
1379 | * stabs.texinfo: Remove obsolete text. | |
1380 | * gdbint.texinfo: Ditto. | |
1381 | * gdb.texinfo: Ditto. | |
1382 | ||
c133ab7a MK |
1383 | 2002-12-22 Mark Kettenis <[email protected]> |
1384 | ||
1385 | * gdbint.texinfo (Target Architecture Definition): Update | |
1386 | description of gdbarch_register_osabi. | |
1387 | ||
f821f325 KH |
1388 | 2002-12-20 Kazu Hirata <[email protected]> |
1389 | ||
1390 | * agentexpr.texi: Fix typos. | |
1391 | * annotate.texi: Likewise. | |
1392 | * fdl.texi: Likewise. | |
1393 | ||
85a6d8d3 | 1394 | 2002-12-10 Andrew Cagney <[email protected]> |
a5afb99f AC |
1395 | |
1396 | * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with | |
1397 | DEPRECATED_INIT_FRAME_PC. | |
1398 | ||
ae45cd16 AC |
1399 | 2002-12-01 Andrew Cagney <[email protected]> |
1400 | ||
1401 | * gdbint.texinfo (Target Architecture Definition): Delete | |
1402 | PC_IN_CALL_DUMMY. | |
1403 | ||
07555a72 AC |
1404 | 2002-11-28 Andrew Cagney <[email protected]> |
1405 | ||
1406 | * gdbint.texinfo (Host Definition): Delete documentation on | |
1407 | USE_GENERIC_DUMMY_FRAMES. | |
1408 | ||
c166cdc7 EZ |
1409 | 2002-11-26 Elena Zannoni <[email protected]> |
1410 | ||
1411 | Fix PR gdb/723 and PR gdb/245. | |
1412 | * Makefile.in (install-info): Run the install-info command as part | |
1413 | of the post install steps only. | |
1414 | (uninstall-info): New target. | |
1415 | (uninstall): New target. | |
1416 | ||
35db0260 EZ |
1417 | 2002-11-22 Elena Zannoni <[email protected]> |
1418 | ||
1419 | * Makefile.in (install): Make install do some real work. | |
1420 | ||
9ba8d803 AC |
1421 | 2002-11-19 Andrew Cagney <[email protected]> |
1422 | ||
1423 | Fix POSIX problem reported by Paul Eggert. | |
1424 | * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'. | |
1425 | Fix PR gdb/527. | |
1426 | ||
903ad3a6 AC |
1427 | 2002-10-26 Andrew Cagney <[email protected]> |
1428 | ||
1429 | * gdbint.texinfo (Target Architecture Definition): Delete | |
1430 | definition of DO_REGISTERS_INFO. | |
1431 | ||
f2abfe65 KB |
1432 | 2002-10-18 Kevin Buettner <[email protected]> |
1433 | ||
1434 | * gdbint.texinfo (Address Classes): Fix problems with insertion | |
1435 | of ``{'' and ``}'' in example. | |
1436 | ||
b5b0480a KB |
1437 | 2002-10-17 Kevin Buettner <[email protected]> |
1438 | ||
1439 | * gdbint.texinfo (Address Classes): New section. | |
1440 | (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, | |
1441 | ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS, | |
1442 | ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and | |
1443 | ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P. | |
1444 | ||
c85508ee KD |
1445 | 2002-10-11 Klee Dienes <[email protected]> |
1446 | ||
1447 | * gdb.texinfo (Registers): Mention vector registers as well as | |
1448 | floating registers in the documentation for 'info registers' and | |
1449 | 'info all-registers'. | |
1450 | ||
6d12fc3d DJ |
1451 | 2002-10-11 Daniel Jacobowitz <[email protected]> |
1452 | ||
1453 | * gdbint.texinfo (CPLUS_MARKER): Remove item. | |
1454 | ||
8d19fbd2 JJ |
1455 | 2002-10-03 Jeff Johnston <[email protected]> |
1456 | ||
1457 | * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int | |
1458 | interface definition. | |
1459 | ||
a37295f9 MM |
1460 | 2002-10-03 Marko Mlinar <[email protected]> |
1461 | ||
1462 | * gdb.texinfo (Target Commands): Add or1k target specific | |
1463 | commands. | |
1464 | * gdb.texinfo (Contributors): Add myself to the contributors list. | |
1465 | ||
da0f9dcd AC |
1466 | 2002-10-01 Andrew Cagney <[email protected]> |
1467 | ||
1468 | * gdb.texinfo (Mode Options): Update --interpreter option. "mi2" | |
1469 | and "mi1" instead of "mi1" and "mi0". | |
1470 | ||
2e834e49 HPN |
1471 | 2002-09-29 Hans-Peter Nilsson <[email protected]> |
1472 | ||
1473 | * gdb.texinfo (Packets): Fix typos "alligned". | |
1474 | Correct z3/Z3 description. Correct z4/Z4 title. | |
1475 | ||
050be0dc AC |
1476 | 2002-09-27 Andrew Cagney <[email protected]> |
1477 | ||
1478 | * all-cfg.texi: Use @sc for GDB and GCC. Update copyright. | |
1479 | ||
1104b9e7 KB |
1480 | 2002-09-25 Kevin Buettner <[email protected]> |
1481 | ||
1482 | * gdb.texinfo: Use GNU/Linux instead of Linux. | |
1483 | ||
512217c7 AC |
1484 | 2002-09-25 Andrew Cagney <[email protected]> |
1485 | ||
1486 | * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''. | |
1487 | ||
10998722 AC |
1488 | 2002-09-24 Andrew Cagney <[email protected]> |
1489 | ||
512217c7 | 1490 | * gdb.texinfo: Replace @example with @smallexample. |
10998722 | 1491 | |
a0eb71c5 KB |
1492 | 2002-09-20 Kevin Buettner <[email protected]> |
1493 | ||
f7dc1244 | 1494 | From Eli Zaretskii <[email protected]>: |
a0eb71c5 KB |
1495 | * gdb.texinfo (Character Sets): Use @smallexample instead of |
1496 | @example. Use GNU/Linux instead of Linux. | |
1497 | ||
1498 | 2002-09-20 Jim Blandy <[email protected]> | |
1499 | ||
1500 | * gdb.texinfo: Add character set documentation. | |
1501 | ||
2f870471 AC |
1502 | 2002-09-19 Andrew Cagney <[email protected]> |
1503 | ||
1504 | * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation. | |
1505 | (Packets): Add cross reference from `b' packet to `z' packets. | |
1506 | ||
790eb8f5 AC |
1507 | 2002-09-19 Andrew Cagney <[email protected]> |
1508 | ||
8d30a00d AC |
1509 | * gdb.texinfo (Maintenance Commands): Document ``maint |
1510 | internal-error'' and ``maint internal-warning''. | |
1511 | ||
790eb8f5 AC |
1512 | * gdbint.texinfo (Target Architecture Definition): Revise |
1513 | description of STACK_ALIGN. Add description of FRAME_ALIGN. | |
1514 | ||
a23a7bf1 JB |
1515 | 2002-09-19 Joel Brobecker <[email protected]> |
1516 | ||
1517 | * gdbint.texinfo (Target Conditionals): Document the new | |
1518 | NAME_OF_MALLOC macro. | |
1519 | ||
299ffc64 AC |
1520 | 2002-09-05 Andrew Cagney <[email protected]> |
1521 | ||
1522 | * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release | |
1523 | engineer. | |
1524 | ||
b7bb15bc SC |
1525 | 2002-09-02 Stephane Carrez <[email protected]> |
1526 | ||
1527 | * gdb.texinfo (TUI Overview): Document status line fields. | |
1528 | ||
3d757584 SC |
1529 | 2002-09-02 Stephane Carrez <[email protected]> |
1530 | ||
1531 | * gdb.texinfo (TUI Commands): Document info win command. | |
1532 | ||
269c21fe SC |
1533 | 2002-09-01 Stephane Carrez <[email protected]> |
1534 | ||
1535 | * gdb.texinfo (TUI Overview): Document breakpoint markers. | |
1536 | ||
7cf36c78 SC |
1537 | 2002-09-01 Stephane Carrez <[email protected]> |
1538 | ||
1539 | * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode. | |
1540 | (TUI Keys): Likewise. | |
1541 | ||
d2c6833e AC |
1542 | 2002-08-25 Andrew Cagney <[email protected]> |
1543 | ||
1544 | * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-'' | |
1545 | for a packet receive. | |
1546 | ||
46d8b1c3 AC |
1547 | 2002-08-25 Andrew Cagney <[email protected]> |
1548 | ||
1549 | * Makefile.in (clean): Move to end of file. | |
1550 | (distclean, maintainer-clean, realclean): Ditto. | |
1551 | (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS, | |
1552 | GDBINT_TEX_TMPS, STABS_TEX_TMPS. | |
1553 | (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi. | |
1554 | (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto. | |
1555 | ||
b0787093 AC |
1556 | 2002-08-24 Andrew Cagney <[email protected]> |
1557 | ||
1558 | * Makefile.in (GDBINT_TEX_TMPS): Define. | |
1559 | (gdbint.dvi, gdbint.pdf): Use | |
1560 | (GDB_TEX_TMPS): Define. | |
1561 | (gdb.dvi, gdb.pdf): Use. | |
1562 | (STABS_TEX_TMPS): Define. | |
1563 | (stabs.dvi, stabs.pdf): Use. | |
1564 | (GDB_DOC_SOURCE_INCLUDES): New macros. | |
1565 | (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros. | |
1566 | (GDBINT_DOC_FILES_INCLUDES): New macros. | |
1567 | (GDBINT_DOC_BUILD_INCLUDES): New macros. | |
1568 | (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros. | |
1569 | (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros. | |
1570 | (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros. | |
1571 | (links2roff): Replace SFILES_INCLUDED with | |
1572 | GDB_DOC_SOURCE_INCLUDES. | |
1573 | (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies. | |
1574 | (gdb.me, gdb.mm, gdb.ms): Update dependencies. | |
1575 | (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update | |
1576 | dependencies. | |
1577 | (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update | |
1578 | dependencies. | |
1579 | (gdbmi.texinfo): Delete rule. | |
1580 | (inc-hist.texinfo): Delete rule. | |
1581 | (rluser.texinfo): Delete rule. | |
1582 | ||
ebba8386 AC |
1583 | 2002-08-23 Andrew Cagney <[email protected]> |
1584 | ||
1585 | * gdbint.texinfo (Target Architecture Definition): Update | |
1586 | STORE_RETURN_VALUE, mention regcache. | |
1587 | ||
0ab7a791 AC |
1588 | 2002-08-21 Andrew Cagney <[email protected]> |
1589 | ||
1590 | * gdbint.texinfo (Target Architecture Definition): Document | |
1591 | print_registers_info. Note that DO_REGISTERS_INFO is deprecated. | |
1592 | ||
ee2d5c50 AC |
1593 | 2002-08-19 Andrew Cagney <[email protected]> |
1594 | ||
1595 | * gdb.texinfo (Remote Protocol): Reformat. Use cross references. | |
1596 | Fix minor typos. Add index entries. | |
1597 | ||
53c69bd7 AC |
1598 | 2002-08-18 Andrew Cagney <[email protected]> |
1599 | ||
1600 | * gdb.texinfo (Data): Add ``Vector Unit'' to menu. | |
1601 | ||
e76f1f2e AC |
1602 | 2002-08-15 Andrew Cagney <[email protected]> |
1603 | ||
1604 | * gdbint.texinfo (Target Architecture Definition): Document | |
1605 | PRINT_VECTOR_INFO. | |
1606 | * gdb.texinfo (Vector Unit): Document "info vectors" command. | |
1607 | ||
0680b120 AC |
1608 | 2002-08-13 Andrew Cagney <[email protected]> |
1609 | ||
1610 | * gdb.texinfo (Maintenance Commands): Document "maint print | |
1611 | registers", "maint print raw-registers" and "maint print | |
1612 | cooked-registers". | |
1613 | ||
3c3bea1c GS |
1614 | 2002-08-08 Grace Sainsbury <[email protected]> |
1615 | ||
a9331b3f | 1616 | From Mark Salter: |
3c3bea1c GS |
1617 | * gdb.texinfo (Protocol): Document T packet extension to |
1618 | allow watchpoint address reporting. | |
1619 | ||
42f9b0a5 AC |
1620 | 2002-08-03 Andrew Cagney <[email protected]> |
1621 | ||
1622 | * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var. | |
1623 | ||
db034ac5 AC |
1624 | 2002-08-01 Andrew Cagney <[email protected]> |
1625 | ||
1626 | * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references | |
1627 | to CHILL. | |
1628 | ||
e2b28d04 AC |
1629 | 2002-08-01 Andrew Cagney <[email protected]> |
1630 | ||
1631 | * gdbint.texinfo (Coding): Revise section "Include Files". | |
1632 | ||
7fb623f7 AC |
1633 | 2002-07-24 Andrew Cagney <[email protected]> |
1634 | ||
1635 | * gdbint.texinfo: Obsolete references to m88k. | |
1636 | * gdb.texinfo: Ditto. | |
1637 | ||
4a2b4636 JB |
1638 | 2002-07-10 Joel Brobecker <[email protected]> |
1639 | ||
7fb623f7 | 1640 | * gdbint.texinfo (Create a release candiate): Add the location |
4a2b4636 JB |
1641 | where the proper version of autoconf can be retrieved. |
1642 | ||
a71ec265 DH |
1643 | 2002-07-09 Don Howard <[email protected]> |
1644 | ||
1645 | * gdb.texinfo (Command Files): Further describe the behavior of | |
1646 | sourced command files. | |
1647 | ||
b9aa90c9 AC |
1648 | 2002-06-27 Andrew Cagney <[email protected]> |
1649 | ||
1650 | * gdbint.texinfo (User Interface): ISO C rather than ISO-C. | |
1651 | (Coding): Clarify ISO C version that GDB assumes. | |
1652 | ||
40dd2248 TT |
1653 | 2002-06-26 Tom Tromey <[email protected]> |
1654 | ||
1655 | * gdbint.texinfo (User Interface): Mention add_setshow_cmd and | |
1656 | add_setshow_cmd_full. | |
1657 | ||
bfac230e DH |
1658 | 2002-06-25 Don Howard <[email protected]> |
1659 | ||
1660 | * gdb.texinfo (Memory Region Attributes): Document new behavior | |
1661 | for 'mem' command. | |
1662 | ||
475b0867 JB |
1663 | 2002-06-11 Jim Blandy <[email protected]> |
1664 | ||
919d772c JB |
1665 | * gdb.texinfo (Symbols): Update documentation for `info source' |
1666 | command. | |
1667 | ||
475b0867 JB |
1668 | * gdb.texinfo (Macros): Call the command `info macro', not |
1669 | `show macro'. | |
1670 | ||
ba8c9337 AC |
1671 | 2002-06-09 Andrew Cagney <[email protected]> |
1672 | ||
1673 | * gdbint.texinfo (Coding): Add section ``Per-architecture module | |
1674 | data''. | |
1675 | ||
1029b7fa MK |
1676 | 2002-06-09 Mark Kettenis <[email protected]> |
1677 | ||
1678 | * gdbint.texinfo (Target Architecture Definition): Document | |
1679 | GDB_OSABI_GO32 and GDB_OSABI_NETWARE. | |
1680 | ||
16737d73 AC |
1681 | 2002-06-08 Andrew Cagney <[email protected]> |
1682 | ||
1683 | * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet | |
1684 | lists. | |
1685 | ||
30107679 AC |
1686 | 2002-06-08 Andrew Cagney <[email protected]> |
1687 | ||
1688 | * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the | |
1689 | Branch''. | |
1690 | ||
3352e23e AC |
1691 | 2002-06-01 Andrew Cagney <[email protected]> |
1692 | ||
1693 | * gdbint.texinfo (Target Architecture Definition): Add section | |
1694 | ``Converting an existing Target Architecture to Multi-arch''. | |
1695 | ||
cbb09e6a AC |
1696 | 2002-05-30 Andrew Cagney <[email protected]> |
1697 | ||
1698 | * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code'' | |
1699 | to ``Obsoleting code''. Revise. | |
1700 | ||
e2e0bcd1 JB |
1701 | 2002-05-17 Jim Blandy <[email protected]> |
1702 | ||
1703 | * gdb.texinfo (C Preprocessor Macros): New chapter. | |
1704 | Include it in the main menu. | |
1705 | (Contributors): Credit Jim Blandy with macro support. | |
1706 | (Compilation): Explain how to get macro information into the | |
1707 | executable. | |
1708 | (Expressions): Note that preprocessor macros are expanded. | |
1709 | ||
9db8d71f DJ |
1710 | 2002-05-14 Daniel Jacobowitz <[email protected]> |
1711 | ||
1712 | * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:' | |
1713 | options for `target remote'. | |
1714 | ||
6d531722 AC |
1715 | 2002-05-13 Andrew Cagney <[email protected]> |
1716 | ||
1717 | * gdbint.texinfo (Target Architecture Definition): Delete | |
1718 | documentation on NNPC_REGNUM. | |
1719 | ||
13d01224 AC |
1720 | 2002-05-11 Andrew Cagney <[email protected]> |
1721 | ||
1722 | * gdbint.texinfo (Target Architecture Definition): Document | |
1723 | REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P. | |
1724 | (Target Architecture Definition): Revise section `Using Different | |
1725 | Register and Memory Data Representations'. Add section `Raw and | |
1726 | Virtual Register Representations'. | |
1727 | ||
b2e75d78 AC |
1728 | 2002-05-11 Andrew Cagney <[email protected]> |
1729 | ||
1730 | * gdbint.texinfo (Target Architecture Definition): Mention | |
1731 | defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE. | |
1732 | (Target Architecture Definition): Mention same. Add references to | |
1733 | web pages. | |
1734 | ||
2c8682ee MS |
1735 | 2002-05-08 Michael Snyder <[email protected]> |
1736 | ||
1737 | * stabs.texinfo (Attributes): Document new "vector" attribute. | |
1738 | ||
0816590b AC |
1739 | 2002-05-04 Andrew Cagney <[email protected]> |
1740 | ||
1741 | * gdbint.texinfo (Releasing GDB): Revise `Create a Release'. | |
1742 | ||
2653173e AC |
1743 | 2002-05-04 Andrew Cagney <[email protected]> |
1744 | ||
1745 | * gdb.texinfo: Delete obsolete references to a29k. | |
1746 | ||
d7bd68ca AC |
1747 | 2002-04-24 Andrew Cagney <[email protected]> |
1748 | ||
1749 | * gdbint.texinfo (Target Architecture Definition): Replace | |
1750 | IN_SIGTRAMP with PC_IN_SIGTRAMP. | |
1751 | ||
21d83aa5 DM |
1752 | 2002-04-24 David S. Miller <[email protected]> |
1753 | ||
1754 | * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition. | |
1755 | ||
7673a6cc DM |
1756 | 2002-04-21 David S. Miller <[email protected]> |
1757 | ||
1758 | * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition. | |
1759 | ||
d49d1e0a AC |
1760 | 2002-04-21 Andrew Cagney <[email protected]> |
1761 | ||
1762 | * gdbint.texinfo (Target Architecture Definition): Delete | |
1763 | definition of HAVE_REGISTER_WINDOWS. | |
1764 | ||
f7dc1244 | 1765 | 2002-04-19 Eli Zaretskii <[email protected]> |
4be31470 EZ |
1766 | |
1767 | * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by | |
1768 | "Theodore A. Roth" <[email protected]>. | |
1769 | ||
5ca0cb28 DH |
1770 | 2002-04-15 Don Howard <[email protected]> |
1771 | ||
f7dc1244 | 1772 | From Eli Zaretskii <[email protected]> |
5ca0cb28 | 1773 | * gdb.texinfo (show max-user-call-depth): Correct formatting. |
a9331b3f | 1774 | Provide a better explaination of this feature. |
5ca0cb28 | 1775 | |
f208ba17 AC |
1776 | 2002-04-14 Andrew Cagney <[email protected]> |
1777 | ||
1778 | * gdbint.texinfo (Target Architecture Definition): Remove | |
1779 | FRAME_CHAIN_COMBINE. | |
1780 | ||
d5ba91de MC |
1781 | 2002-04-12 Michael Chastain <[email protected]> |
1782 | ||
1783 | * gdbint.texinfo (Obsolete Conditionals): Remove reference to | |
1784 | REG_STACK_SEGMENT. | |
1785 | ||
26818220 MC |
1786 | 2002-04-09 Michael Chastain <[email protected]> |
1787 | ||
1788 | * gdbint.texinfo (Obsolete Conditionals): Remove references to | |
1789 | PYRAMID_* macros. | |
1790 | ||
129188f6 AC |
1791 | 2002-04-07 Andrew Cagney <[email protected]> |
1792 | ||
1793 | * gdb.texinfo (Bug Reporting): Document that the web is the | |
1794 | prefered way of submitting bug reports. | |
1795 | (Bug Reporting): Delete the s-mail address as the last resort. | |
1796 | ||
8227c0ff AC |
1797 | 2002-04-05 Andrew Cagney <[email protected]> |
1798 | ||
1799 | * gdbint.texinfo (Target Architecture Definition): Delete | |
1800 | references to TARGET_WRITE_FP and write_fp. | |
1801 | ||
16d9dec6 MS |
1802 | 2002-03-27 Michael Snyder <[email protected]> |
1803 | ||
1804 | * gdb.texinfo: Document new commands dump, append, and restore. | |
1805 | ||
9ae8b82c AC |
1806 | 2002-03-27 Andrew Cagney <[email protected]> |
1807 | ||
1808 | * gdbint.texinfo (Releasing GDB): Revise the section `Before the | |
1809 | Branch'. | |
1810 | ||
474c8240 AC |
1811 | 2002-03-18 Andrew Cagney <[email protected]> |
1812 | ||
1813 | * gdb.texinfo: Change all examples to @smallexample. | |
1814 | * gdbint.texinfo: Ditto. | |
a9331b3f | 1815 | |
fb0ff88f AC |
1816 | 2002-03-18 Andrew Cagney <[email protected]> |
1817 | ||
1818 | * gdbint.texinfo (Releasing GDB): Add section ``Versions and | |
1819 | Branches''. | |
1820 | ||
9bb0a4d8 AC |
1821 | 2002-03-18 Andrew Cagney <[email protected]> |
1822 | ||
1823 | * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit | |
1824 | Policy''. | |
1825 | ||
937f164b FF |
1826 | 2002-03-04 Fred Fish <[email protected]> |
1827 | ||
1828 | * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred, | |
1829 | expresson, suports, dependant, trhe, perhaphs, situtations, | |
1830 | explictily, taged, oportunity, unfortunatly). | |
1831 | ||
a7b40f07 AC |
1832 | 2002-02-24 Andrew Cagney <[email protected]> |
1833 | ||
1834 | * Makefile.in (gdb.info): Add explicit path to gdb.texinfo. | |
1835 | Remove reference to 3.12. | |
1836 | ||
aab4e0ec AC |
1837 | 2002-02-23 Andrew Cagney <[email protected]> |
1838 | ||
1839 | * gdbint.texinfo: Include fdl.texi. | |
1840 | (Top): Add GNU Free Documentation License. | |
1841 | * Makefile.in (SFILES_INCLUDED): Add gpl.texi. | |
1842 | (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi. | |
1843 | (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi. | |
1844 | (gdbint.info): Add srcdir to include path. | |
1845 | * gdb.texinfo: Include gpl.texi. | |
1846 | (Top): Add Copying. | |
1847 | * gpl.texi: New file. | |
1848 | ||
47b95330 AC |
1849 | 2002-02-23 Andrew Cagney <[email protected]> |
1850 | ||
1851 | * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com. | |
1852 | ||
78c47bea PM |
1853 | 2002-02-19 Pierre Muller <[email protected]> |
1854 | ||
1855 | * gdb.texinfo: Document Cygwin native specific commands. | |
1856 | ||
56460a61 DJ |
1857 | 2002-02-15 Daniel Jacobowitz <[email protected]> |
1858 | ||
1859 | * gdb.texinfo: Document gdbserver ``--attach'' command. | |
1860 | ||
def71bfa MS |
1861 | 2002-02-07 Michael Snyder <[email protected]> |
1862 | ||
1863 | * gdb.texinfo (overlays): Change @var(_ovly_debug_event) | |
1864 | to @code(_ovly_debug_event). | |
1865 | ||
c928edc0 AC |
1866 | 2002-02-07 Andrew Cagney <[email protected]> |
1867 | ||
1868 | * gdb.texinfo (How Overlays Work): Shrink the overlay diagram. | |
1869 | ||
81d46470 MS |
1870 | 2002-02-06 Michael Snyder <[email protected]> |
1871 | ||
1872 | * gdb.texinfo (overlays): Mention new magic symbol | |
1873 | '_ovly_debug_event', which allows GDB to keep better track | |
1874 | of overlays. | |
1875 | ||
f7dc1244 | 1876 | 2002-02-03 Eli Zaretskii <[email protected]> |
6ca652b0 EZ |
1877 | |
1878 | * gdb.texinfo (Memory Region Attributes): Fix the wording. | |
1879 | Suggested by Dmitry Sivachenko. | |
1880 | ||
1881 | * (<many nodes>): Fix the spelling and punctuation of "i.e.". | |
1882 | ||
15110bc3 MS |
1883 | 2002-02-01 Michael Snyder <[email protected]> |
1884 | ||
1885 | * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}. | |
1886 | ||
6763aef9 MS |
1887 | 2002-01-30 Michael Snyder <[email protected]> |
1888 | ||
ac282366 MS |
1889 | * gdb.texinfo: (remote protocol): Gramatical fix-up. |
1890 | (set trust-readonly-sections): Document. | |
6763aef9 | 1891 | |
8642bc8f AC |
1892 | 2002-01-29 Andrew Cagney <[email protected]> |
1893 | ||
1894 | * gdbint.texinfo (Releasing GDB): Revise and update. | |
1895 | ||
afe64c1a AC |
1896 | 2002-01-28 Andrew Cagney <[email protected]> |
1897 | ||
1898 | * gdbint.texinfo (Target Architecture Definition): Delete | |
1899 | description of TARGET_BYTE_ORDER_DEFAULT. | |
1900 | ||
f7dc1244 | 1901 | 2002-01-27 Eli Zaretskii <[email protected]> |
59649f2e EZ |
1902 | |
1903 | * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko | |
1904 | <[email protected]>. | |
1905 | ||
3d6e1b5a AC |
1906 | 2002-01-23 Andrew Cagney <[email protected]> |
1907 | ||
1908 | * libgdb.texinfo: Delete file. | |
1909 | ||
6c0e9fb3 AC |
1910 | 2002-01-22 Andrew Cagney <[email protected]> |
1911 | ||
1912 | * gdb.texinfo: Remove makeinfo 3.12 hacks. | |
1913 | * gdbint.texinfo: Ditto. | |
1914 | ||
e0ce93ac AC |
1915 | Tue Jan 22 11:57:38 2002 Andrew Cagney <[email protected]> |
1916 | ||
1917 | * gdb.texinfo: Fix typo ``Remove' -> ``Remote''. | |
1918 | ||
be298bcc AC |
1919 | 2002-01-22 Andrew Cagney <[email protected]> |
1920 | ||
1921 | * Makefile.in: Update copyright. | |
1922 | (TEXI2DVI): Define. | |
1923 | (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI. | |
1924 | (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on | |
1925 | gdb-cfg.texi. | |
1926 | (TEXINDEX, PDFTEX): Delete makefile variables. | |
1927 | ||
8e04817f AC |
1928 | 2002-01-22 Andrew Cagney <[email protected]> |
1929 | ||
1930 | * gdb.texinfo (Protocol): Move section to appendix. | |
1931 | ||
6b2f586d AC |
1932 | 2002-01-21 Andrew Cagney <[email protected]> |
1933 | ||
1934 | * gdb.texinfo (Remote Debugging): Create a menu. | |
1935 | (Top): Add ``Remote Debugging'' to menu. | |
1936 | ||
6f05cf9f AC |
1937 | 2002-01-21 Andrew Cagney <[email protected]> |
1938 | ||
1939 | * gdb.texinfo (Remote): Move the sub-section ``The GDB remote | |
1940 | serial protocol'' from here. | |
1941 | (Remote Debugging): To here. New chapter. | |
1942 | ||
3fd3d7d2 AC |
1943 | 2002-01-20 Andrew Cagney <[email protected]> |
1944 | ||
1945 | * gdbint.texinfo (Target Architecture Definition): Delete | |
1946 | description of TARGET_BYTE_ORDER_SELECTABLE_P. | |
1947 | ||
7fd60527 AC |
1948 | 2002-01-20 Andrew Cagney <[email protected]> |
1949 | ||
1950 | * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh | |
1951 | are no longer needed. | |
1952 | (Porting GDB): Add maintainer note about configure.host. | |
1953 | ||
c2f05ac9 AC |
1954 | 2002-01-20 Andrew Cagney <[email protected]> |
1955 | ||
1956 | * gdbint.texinfo (Target Architecture Definition): Remove | |
1957 | definition of IEEE_FLOAT. | |
1958 | ||
f7dc1244 | 1959 | 2002-01-20 Eli Zaretskii <[email protected]> |
231b2aad EZ |
1960 | |
1961 | * gdb.texinfo: Beautify copyright years; fix a typo. | |
56248298 EZ |
1962 | (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans |
1963 | <[email protected]> | |
231b2aad | 1964 | |
82600034 AC |
1965 | 2002-01-19 Andrew Cagney <[email protected]> |
1966 | ||
1967 | * gdbint.texinfo (Host Definition): Remove references to | |
1968 | MALLOC_INCOMPATIBLE. | |
1969 | ||
7708fa01 AC |
1970 | 2002-01-17 Andrew Cagney <[email protected]> |
1971 | ||
1972 | * gdbint.texinfo (Host Definition): Remove references to XDEPFILES | |
1973 | and xyz-xdep.o. | |
1974 | ||
eb12ee30 AC |
1975 | 2002-01-17 Andrew Cagney <[email protected]> |
1976 | ||
1977 | * gdb.texinfo (Maintenance Commands): Add appendix. | |
1978 | (Set Breaks): Copy ``maint info breakpoint'' doco to | |
1979 | ``Maintenance Commands'' appendix. Add reference. | |
1980 | ||
c9ccaa92 AC |
1981 | 2002-01-17 Andrew Cagney <[email protected]> |
1982 | ||
1983 | * fdl.texi: Remove next/prev from @node. | |
1984 | ||
f7dc1244 | 1985 | 2002-01-17 Eli Zaretskii <[email protected]> |
6826cf00 EZ |
1986 | |
1987 | * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and | |
1988 | for monstrous @multitable (from Brian Youmans). | |
1989 | ||
1990 | * fdl.texi: New file. | |
1991 | ||
1992 | * Makefile.in (SFILES_INCLUDED): Add fdl.texi. | |
1993 | ||
8973da3a AC |
1994 | 2002-01-15 Andrew Cagney <[email protected]> |
1995 | ||
1996 | * gdbint.texinfo (Releasing GDB): New chapter. | |
1997 | ||
7d86b5d5 AC |
1998 | 2002-01-14 Andrew Cagney <[email protected]> |
1999 | ||
2000 | * gdb.texinfo (Embedded Processors, Calling program functions): | |
2001 | Obsolete references to a29k. | |
2002 | ||
cc1cb004 AC |
2003 | 2002-01-13 Andrew Cagney <[email protected]> |
2004 | ||
2005 | * gdbint.texinfo (Coding): Review Cleanups section. Examples | |
2006 | examples. Document that a code-block should do or discard its | |
2007 | cleanups before exit. | |
2008 | ||
79f12247 MS |
2009 | 2002-01-11 Michael Snyder <[email protected]> |
2010 | ||
2011 | * gdb.texinfo (Choosing files): Change @samp to @file. | |
2012 | ||
19837790 MS |
2013 | 2002-01-05 Michael Snyder <[email protected]> |
2014 | ||
2015 | * gdb.texinfo (--pid): Document new command line option (attach). | |
2016 | ||
f7dc1244 | 2017 | 2002-01-07 Eli Zaretskii <[email protected]> |
2c0069bb EZ |
2018 | |
2019 | * gdb.texinfo (Tracepoints): Clarify that tracepoints need support | |
2020 | in the stub. | |
2021 | ||
d7449b42 AC |
2022 | 2002-01-04 Andrew Cagney <[email protected]> |
2023 | ||
2024 | * gdbint.texinfo (Target Architecture Definition): Replace | |
2025 | BIG_ENDIAN with BFD_ENDIAN_BIG. | |
2026 | ||
f23631e4 AC |
2027 | 2002-01-03 Andrew Cagney <[email protected]> |
2028 | ||
2029 | * gdbint.texinfo (Target Architecture Definition): Replace | |
2030 | value_ptr with struct value pointer. | |
2031 | ||
72c9928d EZ |
2032 | 2002-01-02 Eli Zaretskii <[email protected]> |
2033 | ||
2034 | * gdb.texinfo (Free Software): Fix wording. | |
2035 | ||
959acfd1 EZ |
2036 | 2001-12-31 Eli Zaretskii <[email protected]> |
2037 | ||
2038 | * gdb.texinfo (Free Software): New section ``Free Software Needs | |
2039 | Free Documentation''. | |
2040 | ||
f7dc1244 | 2041 | 2001-12-30 Eli Zaretskii <[email protected]> |
2a6585f0 EZ |
2042 | |
2043 | * stabs.texinfo: | |
2044 | * gdb.texinfo: | |
2045 | * gdbint.texinfo: | |
2046 | * libgdb.texinfo: | |
2047 | * annotate.texi: Fix the application of GFDL in the Copyright notice. | |
2048 | ||
6600abed MS |
2049 | 2001-12-29 Michael Snyder <[email protected]> |
2050 | ||
2051 | * gdb.texinfo (maint info sections): Fix typo. | |
2052 | ||
f6680716 MS |
2053 | 2001-12-26 Michael Snyder <[email protected]> |
2054 | ||
fe95c787 MS |
2055 | * gdb.texinfo (maint info sections): Document. |
2056 | ||
a9331b3f | 2057 | * gdb.texinfo (info proc): Comment out documentation for |
f6680716 MS |
2058 | 'info proc' sub-options that are currently not implemented. |
2059 | ||
c3d3ce5b JB |
2060 | 2001-12-20 Jim Blandy <[email protected]> |
2061 | ||
2062 | * gdbint.texinfo (TARGET_CHAR_SIGNED): Document. | |
2063 | ||
778eb05e AC |
2064 | 2001-12-15 Andrew Cagney <[email protected]> |
2065 | ||
2066 | * gdbint.texinfo (Target Architecture Definition): Replace | |
2067 | LITTLE_ENDIAN with BFD_ENDIAN_LITTLE. | |
2068 | ||
2607059c AC |
2069 | 2001-12-01 Andrew Cagney <[email protected]> |
2070 | ||
2071 | * gdbint.texinfo (Host Definition): Delete documentation on | |
2072 | HOST_BYTE_ORDER. | |
2073 | ||
df0cd8c5 JB |
2074 | 2001-11-30 Jim Blandy <[email protected]> |
2075 | ||
2076 | * gdb.texinfo (Overlays): New chapter, documenting GDB's | |
2077 | overlay support. Add to top-level menu. | |
2078 | ||
88118b3a TT |
2079 | 2001-11-26 Tom Tromey <[email protected]> |
2080 | ||
2081 | * gdb.texinfo (Command Syntax): Document C-o binding. | |
2082 | ||
96565e91 CF |
2083 | 2001-07-26 Christopher Faylor <[email protected]> |
2084 | ||
2085 | * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini | |
2086 | use since it is described in the referenced section. | |
2087 | ||
f7dc1244 | 2088 | From Eli Zaretskii <[email protected]> |
96565e91 CF |
2089 | * gdb.texinfo (Command Files): Reword to make gdb.ini requirement |
2090 | clearer when using DJGPP. | |
2091 | ||
2a3d5645 CF |
2092 | 2001-11-24 Christopher Faylor <[email protected]> |
2093 | ||
2094 | * gdb.texinfo (File Options): Change description of -nx and gdb.ini to | |
2095 | specifically refer to MS-DOS. | |
2096 | (command files): Mention gdb.ini is only used on MS-DOS. | |
2097 | ||
aa26fa3a TT |
2098 | 2001-11-21 Tom Tromey <[email protected]> |
2099 | ||
2100 | * gdb.texinfo (Invoking GDB): Document --args. | |
2101 | (Mode Options): Likewise. | |
2102 | ||
4f8ada06 JB |
2103 | 2001-11-21 Jim Blandy <[email protected]> |
2104 | ||
2105 | * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT): | |
2106 | Delete documentation; this macro has been removed from the | |
2107 | sources. | |
2108 | ||
3fe0dc10 JB |
2109 | 2001-11-13 Jim Blandy <[email protected]> |
2110 | ||
2111 | * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify. | |
2112 | ||
9e5abb06 CV |
2113 | 2001-11-06 Corinna Vinschen <[email protected]> |
2114 | ||
2115 | * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation. | |
2116 | ||
1c5dfdad MS |
2117 | 2001-11-05 Michael Snyder <[email protected]> |
2118 | ||
a9331b3f | 2119 | * gdb.texinfo (info functions): Document use of backslash to |
1c5dfdad MS |
2120 | quote regexp chars in function names such as "operator*()". |
2121 | ||
990f9fe3 FF |
2122 | 2001-11-01 Fred Fish <[email protected]> |
2123 | ||
2124 | * gdbint.texinfo (SOLIB_ADD): Document additional new | |
2125 | "readsyms" arg. | |
2126 | ||
b433d00b DH |
2127 | 2001-10-30 Don Howard <[email protected]> |
2128 | ||
070b1dd3 DH |
2129 | * gdb.texinfo: (Command Files) Added documentation for the |
2130 | behavior of gdb with input redirected from a file. | |
b433d00b | 2131 | |
b7209cb4 FF |
2132 | 2001-10-28 Fred Fish <[email protected]> |
2133 | ||
2134 | * gdb.texinfo (auto-solib-add): Change docs to match | |
2135 | implementation change. | |
2136 | (auto-solib-limit): Add docs for new variable. | |
2137 | ||
1aa20aa8 AC |
2138 | 2001-10-15 Andrew Cagney <[email protected]> |
2139 | ||
2140 | * gdbint.texinfo (Target Architecture Definition): Function | |
2141 | value_as_pointer renamed to value_as_address. | |
2142 | ||
fc0c74b1 AC |
2143 | 2001-10-15 Andrew Cagney <[email protected]> |
2144 | ||
2145 | * gdbint.texinfo (Target Architecture Definition): Default | |
2146 | POINTER_TO_ADDRESS functions assume unsigned addresses. | |
2147 | (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a | |
2148 | posting by Jim Blandy. | |
2149 | ||
f4846649 JB |
2150 | 2001-10-12 Jim Blandy <[email protected]> |
2151 | ||
2152 | * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent | |
2153 | version of texi2html (1.64) doesn't support this flag any more. | |
2154 | ||
f277788b MK |
2155 | 2001-09-08 Mark Kettenis <[email protected]> |
2156 | ||
a9dc4918 MK |
2157 | * gdbint.texinfo (Host Definition): Remove description of |
2158 | MEM_FNS_DECLARED. | |
2159 | ||
d28379df MK |
2160 | * gdbint.texinfo (Host Definition): Remove description of R_OK. |
2161 | ||
f277788b MK |
2162 | * gdbint.texinfo (Host Definition): Remove description of |
2163 | HAVE_SIGSETMASK. | |
2164 | ||
7ccaa899 EZ |
2165 | 2001-09-04 Elena Zannoni <[email protected]> |
2166 | ||
2167 | * gdbint.texinfo (Target Architecture Definition): Add | |
2168 | explanation of TARGET_PRINT_INSN macro. | |
2169 | ||
17d9d558 JB |
2170 | 2001-08-30 Jim Blandy <[email protected]> |
2171 | ||
2172 | * gdb.texinfo (`add-symbol-file'): Correct synopsis. | |
2173 | Explain what it means to load relocatable files. | |
2174 | ||
72cde065 JB |
2175 | 2001-08-28 Jim Blandy <[email protected]> |
2176 | ||
2177 | * gdbint.texinfo: Bring the HTML `top' menu into sync with the | |
2178 | info `top' menu. | |
2179 | ||
9e678452 CF |
2180 | Wed Aug 15 10:47:28 2001 Christopher Faylor <[email protected]> |
2181 | ||
2182 | * gdbint.texinfo: Add a cautionary note about macro use. | |
2183 | ||
a2bea4c3 | 2184 | 2001-08-02 Corinna Vinschen <[email protected]> |
a9331b3f | 2185 | |
a2bea4c3 CV |
2186 | * gdb.texinfo: Explain omitting the hostname in the |
2187 | `target remote' command. | |
2188 | ||
1129bf27 DJ |
2189 | 2001-07-30 Daniel Jacobowitz <[email protected]> |
2190 | ||
2191 | * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY | |
2192 | and END-INFO-DIR-ENTRY. | |
2193 | ||
732b3002 SC |
2194 | 2001-07-28 Stephane Carrez <[email protected]> |
2195 | ||
2196 | * gdb.texinfo (TUI Configuration): Rename tui configuration variables. | |
2197 | ||
89437448 AC |
2198 | 2001-07-25 Andrew Cagney <[email protected]> |
2199 | ||
2200 | * gdbint.texinfo (libgdb): Rewrite. | |
2201 | ||
f7dc1244 | 2202 | 2001-07-26 Eli Zaretskii <[email protected]> |
9a1c15c5 EZ |
2203 | |
2204 | * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted. | |
2205 | ||
c4555f82 SC |
2206 | 2001-07-24 Stephane Carrez <[email protected]> |
2207 | ||
2208 | * gdb.texinfo (TUI): New chapter, document the TUI. | |
2209 | (Mode Options): Document the -tui option. | |
2210 | ||
2f45a6e0 MK |
2211 | 2001-07-23 Mark Kettenis <[email protected]> |
2212 | ||
2213 | * gdbint.texinfo (Host Definition): Remove description of | |
2214 | NEED_POSIX_SETPGID. | |
2215 | ||
f7dc1244 | 2216 | 2001-07-23 Eli Zaretskii <[email protected]> |
9f20bf26 EZ |
2217 | |
2218 | * gdb.tex (DJGPP Native): New node, with descriptions of | |
2219 | DJGPP-specific commands. | |
2220 | ||
be9c6c35 JM |
2221 | 2001-07-19 John R. Moore <[email protected]> |
2222 | ||
2223 | * gdbint.texinfo: Three misspellings. | |
2224 | ||
dfa249fb AC |
2225 | 2001-07-06 Andrew Cagney <[email protected]> |
2226 | ||
2227 | * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty | |
2228 | `test` expressions on bash. Problem reported by Colin Walters. | |
2229 | ||
c72e7388 AC |
2230 | 2001-07-04 Andrew Cagney <[email protected]> |
2231 | ||
2232 | * gdbint.texinfo (User Interface): Update ui-out documentation to | |
2233 | refelect recent UI/MI updates. | |
2234 | ||
94bbb2c0 AC |
2235 | 2001-07-04 Andrew Cagney <[email protected]> |
2236 | ||
2237 | * gdb.texinfo (Mode Options): Mention the mi0 and mi1 | |
2238 | interpreters. | |
2239 | ||
af6c57ea AC |
2240 | 2001-06-15 Andrew Cagney <[email protected]> |
2241 | ||
2242 | * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C | |
2243 | structure and not macros. | |
2244 | (Host Definition): Document that much of this chapter is obsolete. | |
2245 | (Target Architecture Definition): Update list of files that make | |
2246 | up a target architecture. | |
2247 | (Coding): Update. | |
2248 | ||
83aa8bc6 AC |
2249 | 2001-06-28 Andrew Cagney <[email protected]> |
2250 | ||
2251 | * gdbint.texinfo (Target Architecture Definition): Update | |
2252 | EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P. | |
2253 | The latter has been changed to a true predicate. | |
2254 | ||
f7dc1244 | 2255 | 2001-06-17 Eli Zaretskii <[email protected]> |
cb51c4e0 EZ |
2256 | |
2257 | * annotate.texi: Add @noindent where needed. From Dmitry | |
2258 | Sivachenko <[email protected]>. | |
2259 | * gdb.texinfo: Indexing fix. From Dmitry Sivachenko. | |
2260 | ||
656db9b0 AC |
2261 | 2001-06-16 Andrew Cagney <[email protected]> |
2262 | ||
2263 | * gdb.texinfo (Protocol): Fix typo. Extra parenthesis. | |
2264 | ||
df2396a1 AC |
2265 | 2001-06-14 Andrew Cagney <[email protected]> |
2266 | ||
2267 | * gdb.texinfo (Remote Protocol): Document that the ``!'' packet | |
2268 | returns ``OK''. Document that the ``R'' packet does not reply. | |
2269 | ||
0f1f2b0a MS |
2270 | 2001-06-13 Michael Snyder <[email protected]> |
2271 | ||
2272 | * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:". | |
2273 | ||
f7dc1244 | 2274 | 2001-06-13 Eli Zaretskii <[email protected]> |
24f93129 EZ |
2275 | |
2276 | * gdb.texinfo (Signals): Clarify the default setting of signal | |
2277 | handling. | |
2278 | ||
a5d7c491 AC |
2279 | 2001-05-14 Andrew Cagney <[email protected]> |
2280 | ||
2281 | * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item | |
2282 | (FRAME_ARGS_ADDRESS_CORRECT): Ditto. | |
2283 | ||
05a54c4f AC |
2284 | 2001-05-12 Andrew Cagney <[email protected]> |
2285 | ||
2286 | * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in. | |
2287 | ||
f7dc1244 | 2288 | 2001-05-10 Eli Zaretskii <[email protected]> |
dab11f21 EZ |
2289 | |
2290 | * gdbint.texinfo (Clean Design and Portable Implementation): | |
2291 | Renamed from "Clean Design". | |
2292 | (Clean Design and Portable Implementation): Document portable | |
2293 | methods of handling file names, and the associated macros. | |
2294 | ||
f7dc1244 | 2295 | 2001-04-02 Eli Zaretskii <[email protected]> |
f5c37c66 EZ |
2296 | |
2297 | * gdb.texinfo (Tracepoint Actions): Mention the "info scope" | |
2298 | command and provide a cross-reference to its description. | |
2299 | (Symbols): Note that "info scope" is useful for trace experiments. | |
2300 | ||
f7dc1244 | 2301 | 2001-04-01 Eli Zaretskii <[email protected]> |
c534679c | 2302 | |
b37052ae EZ |
2303 | * gdb.texinfo (Symbols): Document "info scope". |
2304 | (Tracepoints): New chapter. | |
2305 | (Contributors): Update for v5.1. | |
2306 | <All nodes>: Change "C++" to "C@t{++}". | |
2307 | ||
0ee54786 EZ |
2308 | * gdbint.texinfo (User Interface): A new section about ui_out |
2309 | functions, based on text written by Fernando Nasser. | |
2310 | ||
c534679c EZ |
2311 | * stabs.texinfo: Change Permissions to GFDL. Update Copyright. |
2312 | ||
f7dc1244 | 2313 | 2001-03-26 Eli Zaretskii <[email protected]> |
3d67e040 | 2314 | |
e9c75b65 EZ |
2315 | * gdb.texinfo: Change Permissions to GFDL. Update Copyright. |
2316 | ||
2317 | * gdbint.texinfo: Change Permissions to GFDL. Update Copyright. | |
2318 | ||
2319 | * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright. | |
2320 | Replace "GDB" with "@value{GDBN}". Fix markup. | |
2321 | ||
2322 | * annotate.texi: Change Permissions to GFDL. Update Copyright. | |
2323 | ||
3d67e040 EZ |
2324 | * gdb.texinfo (Output Formats): Mention "info symbol" and provide |
2325 | a cross-reference to its description. | |
2326 | (Symbols): Document "info symbol". | |
2327 | ||
f7dc1244 | 2328 | 2001-03-21 Eli Zaretskii <[email protected]> |
9742079a EZ |
2329 | |
2330 | * gdbint.texinfo (Algorithms): New section "Watchpoints" and new | |
2331 | subsection "x86 Watchpoints". | |
2332 | (Target Architecture Definition): Document the macros | |
2333 | I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS. | |
2334 | (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS. | |
2335 | ||
b0ed3589 AC |
2336 | 2001-03-20 Andrew Cagney <[email protected]> |
2337 | ||
2338 | * gdbint.texinfo (Target Architecture Definition): Update | |
2339 | definition of SOFTWARE_SINGLE_STEP_P to include empty parameter | |
2340 | list. | |
2341 | ||
b6ba6518 KB |
2342 | 2001-03-06 Kevin Buettner <[email protected]> |
2343 | ||
2344 | * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo, | |
2345 | gdbint.texinfo, refcard.tex: Update/correct copyright notices. | |
2346 | ||
f7dc1244 | 2347 | 2001-02-21 Eli Zaretskii <[email protected]> |
5ece1a18 EZ |
2348 | |
2349 | * gdb.texinfo (Signals): Document "ignore", "noignore", and "all". | |
2350 | ||
f7dc1244 | 2351 | 2001-02-11 Eli Zaretskii <[email protected]> |
56caf160 | 2352 | |
17cc6a06 EZ |
2353 | * gdb.texinfo (Environment): Document that `path' does not change |
2354 | the value of PATH in GDB's own environment (it did in the past, | |
2355 | but that was changed on March 15, 1994). Reported by Doug Evans | |
2356 | <[email protected]>. | |
2357 | ||
56caf160 EZ |
2358 | * gdbint.texinfo: Fix up @itemize lists so that @item is alone on |
2359 | its line. Fix markup of commands and macros. Add an Index node | |
2360 | and index entries. | |
2361 | ||
29e57380 C |
2362 | 2001-01-23 J.T. Conklin <[email protected]> |
2363 | ||
2364 | * gdb.texinfo (Memory region attributes): New manual section. | |
2365 | ||
1c6147de ND |
2366 | 2001-01-04 Nicholas Duffek <[email protected]> |
2367 | ||
2368 | * gdbint.texinfo (POP_FRAME): Document use by return_command. | |
2369 | ||
f7dc1244 | 2370 | 2000-12-25 Eli Zaretskii <[email protected]> |
b157b00f EZ |
2371 | |
2372 | * refcard.tex: Version and copyright fixed. From Phil Edwards | |
2373 | <[email protected]>. | |
2374 | ||
0dcedd82 AC |
2375 | Thu Nov 30 16:57:19 2000 Andrew Cagney <[email protected]> |
2376 | ||
2377 | * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM, | |
2378 | DWARF2_REG_TO_REGNUM): Document. | |
2379 | ||
3b851bce AC |
2380 | Mon Nov 20 21:29:35 2000 Andrew Cagney <[email protected]> |
2381 | ||
2382 | * gdbint.texinfo (Coding): Update current value of | |
2383 | --enable-build-warnings. Mention --enable-gdb-build-warnings. | |
2384 | ||
f7dc1244 | 2385 | 2000-11-19 Eli Zaretskii <[email protected]> |
4a92d011 EZ |
2386 | |
2387 | * gdb.texinfo (Continuing and Stepping): Fixed markup and typos, | |
2388 | as suggested by Dmitry Sivachenko <[email protected]>. | |
2389 | ||
b90a5f51 CF |
2390 | 2000-11-10 Christopher Faylor <[email protected]> |
2391 | ||
2392 | * gdb.texinfo: Document new 'set step-mode' command. | |
2393 | ||
f7dc1244 | 2394 | 2000-10-16 Eli Zaretskii <[email protected]> |
96c405b3 EZ |
2395 | |
2396 | * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling | |
2397 | changes from Dmitry Sivachenko <[email protected]>. | |
2398 | ||
f7dc1244 | 2399 | 2000-09-26 Eli Zaretskii <[email protected]> |
c78b4128 EZ |
2400 | |
2401 | * gdb.texinfo (Hooks): Document the new post-hook functionality. | |
2402 | From Steven Johnson <[email protected]>. | |
2403 | ||
2e685b93 MK |
2404 | 2000-08-10 Mark Kettenis <[email protected]> |
2405 | ||
2406 | * gdbint.texinfo (Overall Structure): Spelling fix. | |
2407 | ||
f7dc1244 | 2408 | 2000-08-10 Eli Zaretskii <[email protected]> |
6f6ef15a EZ |
2409 | |
2410 | * gdbint.texinfo (Target Architecture Definition): Document that | |
2411 | REGISTER_CONVERT_TO_VIRTUAL should only be called on a register | |
2412 | for which REGISTER_CONVERTIBLE returns a zero value. | |
2413 | ||
63ac3005 EZ |
2414 | 2000-07-08 Christopher Faylor <[email protected]> |
2415 | ||
2416 | * Makefile.in (install-info): Find files to install in either the | |
2417 | build or source directories (adapted from Makefile.am). | |
2418 | ||
bd79f757 ND |
2419 | 2000-07-07 Nicholas Duffek <[email protected]> |
2420 | ||
2421 | * stabs.texinfo: Fix spelling errors. | |
2422 | (String Field): FILE-NUMBER starts from 0, not 1. | |
2423 | ||
f7dc1244 | 2424 | 2000-07-05 Eli Zaretskii <[email protected]> |
5f208f6d EZ |
2425 | |
2426 | * refcard.tex: Remove \centerline from the blurb. Patch from | |
2427 | Brian Youmans. | |
2428 | ||
f7dc1244 | 2429 | 2000-06-25 Eli Zaretskii <[email protected]> |
cc542d3b EZ |
2430 | |
2431 | * Makefile.in (install-info): Support installation from outside of | |
2432 | the source directory. Reported by Mark Harig | |
2433 | <[email protected]>. | |
2434 | ||
f3b28801 C |
2435 | 2000-06-20 J.T. Conklin <[email protected]> |
2436 | ||
2437 | * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number. | |
2438 | ||
449f3b6c AC |
2439 | Fri May 26 15:55:33 2000 Andrew Cagney <[email protected]> |
2440 | ||
2441 | * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets. | |
2442 | Generate using pdftex. | |
2443 | (PDFTEX): Define. | |
2444 | (STAGESTUFF, maintainer-clean realclean): Add *.pdf. | |
2445 | (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the | |
2446 | @contents at the start. | |
2447 | ||
f7dc1244 | 2448 | 2000-05-24 Eli Zaretskii <[email protected]> |
48e934c6 EZ |
2449 | |
2450 | * gdb.texinfo: Remove duplicate @syncodeindex. From Brian | |
2451 | Youmans. | |
2452 | ||
9e9c5ae7 AC |
2453 | Wed May 24 21:27:58 2000 Andrew Cagney <[email protected]> |
2454 | ||
2455 | From Brian Youmans: | |
2456 | * gdb.texinfo: Fix ``et al.''. | |
2457 | ||
c741b251 AC |
2458 | Tue May 23 22:57:41 2000 Andrew Cagney <[email protected]> |
2459 | ||
2460 | * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for | |
2461 | loop. | |
2462 | ||
4ab64e14 JG |
2463 | 2000-05-19 Jimmy Guo <[email protected]> |
2464 | ||
2465 | * configure: Regenerate. | |
2466 | ||
f7dc1244 | 2467 | 2000-05-17 Eli Zaretskii <[email protected]> |
d3229ae3 EZ |
2468 | |
2469 | * Makefile.in (install-info): Run install-info on installed Info | |
2470 | files. | |
2471 | ||
8c70017b AC |
2472 | Fri May 12 20:18:04 2000 Andrew Cagney <[email protected]> |
2473 | ||
a7cb598a AC |
2474 | * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention |
2475 | Andrew Cagney. | |
8c70017b | 2476 | |
f7dc1244 | 2477 | 2000-05-09 Eli Zaretskii <[email protected]> |
598ca718 EZ |
2478 | |
2479 | * gdb.texinfo: Proofreading changes from Brian Youmans. | |
2480 | ||
bf0184be ND |
2481 | 2000-05-01 Nick Duffek <[email protected]> |
2482 | ||
2483 | * gdb.texinfo (Command Files): Mention -x, use @enumerate for | |
2484 | startup sequence, minor edits. | |
2485 | ||
f7dc1244 | 2486 | 2000-05-01 Eli Zaretskii <[email protected]> |
41afff9a EZ |
2487 | |
2488 | * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in | |
2489 | TeX. | |
2490 | ||
2491 | * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries | |
2492 | "@kindex f" into "@kindex f (foo)", otherwise we get index entries | |
2493 | like `n' and `s' which look weird. Convert some of the @kindex to | |
2494 | @vindex, when they refer to variables, not commands. | |
2495 | ||
33e16fad AC |
2496 | Sat Apr 29 17:01:04 2000 Andrew Cagney <[email protected]> |
2497 | ||
2498 | * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes. | |
2499 | ||
f7dc1244 | 2500 | 2000-04-23 Eli Zaretskii <[email protected]> |
7162c0ca EZ |
2501 | |
2502 | * Makefile.in (GDBMI_DIR): New variable. | |
2503 | (SET_TEXINPUTS): Add $(GDBMI_DIR). | |
2504 | (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo. | |
2505 | (gdbmi.texinfo): New target, for texi2roff. | |
2506 | (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo. | |
2507 | (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}". | |
2508 | ||
2509 | * gdb.texinfo (Top): Add GDB/MI to the main menu and @include | |
2510 | gdbmi.texinfo. | |
2511 | (Mode Options): Add xref to GDB/MI docs and remove a FIXME | |
2512 | comment. | |
2513 | ||
d167840f EZ |
2514 | 2000-04-17 Elena Zannoni <[email protected]> |
2515 | ||
2516 | * gdb.texinfo (Files): Update description of add-symbol-file | |
2517 | command. | |
2518 | ||
f7dc1244 | 2519 | 2000-04-17 Eli Zaretskii <[email protected]> |
8487521e EZ |
2520 | |
2521 | * gdb.texinfo (Porting GDB): Don't use @value in the node name, it | |
2522 | prevents the build (and is generally a Bad Idea). | |
2523 | ||
f7dc1244 | 2524 | 2000-04-17 Eli Zaretskii <[email protected]> |
00e4a2e4 EZ |
2525 | |
2526 | * gdb.texinfo (Protocol): Prevent makeinfo from complaining about | |
2527 | a comma inside @var. | |
2528 | (Command Files): Index markup changes from Dmitry Sivachenko | |
2529 | <[email protected]>. | |
2530 | ||
f7dc1244 | 2531 | 2000-04-16 Eli Zaretskii <[email protected]> |
39ec5655 EZ |
2532 | |
2533 | * Makefile.in (LN_S): Define. | |
2534 | (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't | |
2535 | invoke "ln -s" unless it is known to work. | |
2536 | ||
2537 | * configure.in (AC_PROG_LN_S): Add. | |
2538 | ||
8dc7983f JB |
2539 | 2000-04-14 Jim Blandy <[email protected]> |
2540 | ||
2541 | * gdbint.texinfo (Pointers Are Not Always Addresses): New manual | |
2542 | section. | |
2543 | (Target Conditionals): Document ADDRESS_TO_POINTER, | |
2544 | POINTER_TO_ADDRESS. | |
2545 | ||
1a8237e8 DB |
2546 | 2000-04-11 Daniel Berlin <[email protected]> |
2547 | ||
2548 | * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include | |
2549 | gdb-cfg.texi to get the value. | |
2550 | ||
ca526f1a JB |
2551 | 2000-04-10 Jim Blandy <[email protected]> |
2552 | ||
2553 | * gdbint.texinfo (Target Architecture Definition): Fix | |
2554 | cross-references. | |
2555 | ||
faaafcb4 JB |
2556 | 2000-04-08 Jim Blandy <[email protected]> |
2557 | ||
2558 | * gdbint.texinfo (Using Different Register and Memory Data | |
2559 | Representations): New section. | |
2560 | (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE, | |
2561 | REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL, | |
2562 | REGISTER_CONVERT_TO_RAW): Document. | |
2563 | ||
1b27397f AC |
2564 | Mon Apr 3 19:16:32 2000 Andrew Cagney <[email protected]> |
2565 | ||
2566 | * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex | |
2567 | for acknowledgments. | |
2568 | ||
480ff1fb AC |
2569 | Tue Mar 28 18:28:45 2000 Andrew Cagney <[email protected]> |
2570 | ||
2571 | * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with | |
2572 | qThreadExtraInfo. | |
2573 | ||
a9331b3f | 2574 | 2000-03-28 J.T. Conklin <[email protected]> |
f1251bdd | 2575 | |
a9331b3f RM |
2576 | * gdb.texinfo: Clarify which remote debug protocol commands are |
2577 | required and which are optional. | |
f1251bdd | 2578 | |
dbeb8dbd AC |
2579 | Tue Mar 28 16:06:22 2000 Andrew Cagney <[email protected]> |
2580 | ||
2581 | * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew | |
2582 | Cagney <[email protected]>. Move @chapter and @node entries | |
2583 | back to annotate.texi, rluser.texinfo and inc-hist.texinfo. | |
2584 | * annotate.texi: Update. | |
2585 | ||
6d2ebf8b SS |
2586 | 2000-03-28 Stan Shebs <[email protected]> |
2587 | ||
2588 | * gdb.texinfo: Update dates, bump to Eighth Edition (note | |
2589 | expectation of additional changes before release), update | |
2590 | ISBN, add copy of top-level menu for @ifhtml, remove explicit | |
2591 | node links, rephrase and/or shorten lines to fix formatting | |
2592 | problem in both regular and @smallbook formats. | |
2593 | * annotate.texi: Shorten lines in example, use smallexample | |
2594 | consistently everywhere. | |
2595 | * Makefile.in: Add comment about texinfo 4.0 html generation. | |
2596 | (SFILES_INCLUDED): Add annotate.texi. | |
2597 | ||
5d161b24 DB |
2598 | 2000-03-27 Daniel Berlin <[email protected]> |
2599 | ||
2600 | * gdb.texinfo (Debugging Output): Added new section, documenting | |
2601 | the "set/show debug" commands. | |
2602 | ||
b9deaee7 AC |
2603 | Fri Mar 24 18:06:34 2000 Andrew Cagney <[email protected]> |
2604 | ||
2605 | * annotate.texi (Annotations): When GDBN omit @chapter and @node | |
2606 | entry. | |
2607 | ||
2608 | * gdb.texinfo: Check for @ifinfo instead of @ifnottex. | |
2609 | (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local | |
2610 | @chapter and @node entries. | |
a9331b3f | 2611 | |
b9deaee7 | 2612 | * gdb.texinfo: Link all top-level nodes. |
a9331b3f | 2613 | |
9ef47d30 AC |
2614 | Fri Mar 24 17:56:48 2000 Andrew Cagney <[email protected]> |
2615 | ||
2616 | * Makefile.in (install-info): Create $(infodir) before installing | |
2617 | files. | |
2618 | ||
cfeada60 FN |
2619 | 2000-03-23 Fernando Nasser <[email protected]> |
2620 | ||
2621 | From David Whedon <[email protected]> | |
2622 | * gdbint.texinfo : Added paragraphs about command deprecation. | |
2623 | ||
6837a0a2 DB |
2624 | 2000-03-22 Daniel Berlin <[email protected]> |
2625 | ||
2626 | * gdb.texinfo: Add documentation for the apropos command. | |
2627 | ||
bba2971c MS |
2628 | 2000-03-20 Michael Snyder <[email protected]> |
2629 | ||
2630 | * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo. | |
2631 | ||
2b628194 MS |
2632 | 2000-03-20 Michael Snyder <[email protected]> |
2633 | ||
a9331b3f | 2634 | * gdb.texinfo: Add white space to prevent overprinting in |
2b628194 MS |
2635 | two places. |
2636 | ||
96a2c332 SS |
2637 | 2000-03-17 Stan Shebs <[email protected]> |
2638 | ||
2639 | * gdb.texinfo: Many minor changes from Dmitry Sivachenko | |
2640 | <[email protected]>, also clarification of allowed content for | |
2641 | string constants. | |
2642 | ||
f7dc1244 | 2643 | 2000-03-16 Eli Zaretskii <[email protected]> |
d700128c EZ |
2644 | |
2645 | * gdb.texinfo (main menu): Add Annotations. | |
2646 | (File Options): Add @cindex entries for each command-line option. | |
2647 | Document --epoch, --annotate, --async, --interpreter, --write, | |
2648 | --statistics, and --version. | |
2649 | ||
2650 | * annotate.texi: Convert to a chapter. Use @value{GDBN} instead | |
2651 | of GDB. | |
2652 | ||
9d233477 JB |
2653 | 2000-02-23 Jim Blandy <[email protected]> |
2654 | ||
2655 | * gdbint.texinfo (FUNCTION_START_OFFSET): Document. | |
2656 | ||
14e0eb3b JB |
2657 | 2000-02-22 Jim Blandy <[email protected]> |
2658 | ||
2659 | * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form. | |
2660 | ||
3555de01 JM |
2661 | 2000-02-15 Jason Molenda ([email protected]) |
2662 | ||
2663 | * Makefile.in (diststuff): New target. | |
2664 | ||
5e35df8e KB |
2665 | 2000-02-15 Kevin Buettner <[email protected]> |
2666 | ||
2667 | * agentexpr.texi: Fix wording regarding Intel's IA-64 | |
90a3d8f2 | 2668 | architecture. [From Jim Wilson.] |
5e35df8e | 2669 | |
c5394b80 JM |
2670 | 2000-01-16 Tom Tromey <[email protected]> |
2671 | ||
2672 | * gdb.texinfo (Breakpoints): Mention breakpoint ranges. | |
2673 | (Delete Breaks): Mention range arguments. | |
2674 | (Disabling): Likewise. | |
2675 | ||
c3f6f71d JM |
2676 | 2000-01-05 Dmitry Sivachenko <[email protected]> |
2677 | ||
2678 | * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences. | |
2679 | ||
c4093a6a JM |
2680 | Wed Dec 8 19:53:08 1999 Andrew Cagney <[email protected]> |
2681 | ||
2682 | * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain | |
2683 | valid functions. | |
2684 | ||
11cf8741 JM |
2685 | 1999-11-05 Stan Shebs <[email protected]> |
2686 | ||
2687 | * gdb.texinfo: Clarify regular expressions used in rbreak. | |
2688 | ||
917317f4 JM |
2689 | 1999-10-15 Kevin Buettner <[email protected]> |
2690 | ||
2691 | * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT, | |
2692 | MEMORY_REMOVE_BREAKPOINT): Document. | |
2693 | ||
2694 | Thu Oct 14 21:17:17 1999 Andrew Cagney <[email protected]> | |
2695 | ||
2696 | * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS | |
2697 | offset re-using the DATA offset instead. | |
2698 | ||
2df3850c JM |
2699 | 1999-10-11 Jim Kingdon <[email protected]> |
2700 | ||
2701 | * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY. | |
2702 | ||
2703 | 1999-10-05 Stan Shebs <[email protected]> | |
2704 | ||
2705 | From Dmitry Sivachenko <[email protected]>: | |
2706 | * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other | |
2707 | typos. | |
2708 | ||
2709 | * gdb.texinfo: Various minor wording and formatting improvements, | |
2710 | mentions of additional command-line options. | |
2711 | ||
2acceee2 JM |
2712 | 1999-09-30 Fred Fish <[email protected]> |
2713 | ||
2714 | * gdb.texinfo: Document additional forms of specifying section | |
2715 | names and addresses for the add-symbol-file command. | |
2716 | ||
c2c6d25f JM |
2717 | 1999-09-14 Michael Snyder <[email protected]> |
2718 | ||
2719 | * gdbint.texinfo: Fix typo, add the word "have". | |
2720 | ||
2721 | 1999-09-14 Jim Blandy <[email protected]> | |
2722 | ||
2723 | * gdbint.texinfo (Target Architecture Definition): Document the | |
2724 | SKIP_PERMANENT_BREAKPOINT macro. | |
2725 | ||
d4f3574e SS |
2726 | 1999-09-07 Stan Shebs <[email protected]> |
2727 | ||
2728 | * gdb.texinfo: Fiks speling errers. | |
2729 | ||
2730 | * gdb.texinfo: Fix uses of @multitable. | |
2731 | ||
f7dc1244 | 2732 | From Eli Zaretskii <[email protected]>: |
d4f3574e SS |
2733 | * gdb.texinfo: Include details specific to DOS host, clarify |
2734 | some confusing language, fix @ref/@xref/@pxref usages, add | |
2735 | comments about using with optimization, add more indexing, | |
2736 | fix info about disassembly-flavor. | |
2737 | ||
2738 | Tue Sep 7 09:11:24 1999 Kevin Buettner <[email protected]> | |
2739 | ||
2740 | * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE, | |
2741 | SKIP_SOLIB_RESOLVER): Define. | |
2742 | ||
2743 | Fri Sep 3 18:05:14 1999 Andrew Cagney <[email protected]> | |
2744 | ||
2745 | * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and | |
2746 | ``g'' packets. | |
2747 | ||
104c1213 JM |
2748 | 1999-08-30 Stan Shebs <[email protected]> |
2749 | ||
2750 | * gdb.texinfo: Create a new "Configurations" chapter with | |
2751 | platform-specific info, inline remote.texi and move sections of it | |
2752 | into the new chapter, move bits about info proc, heuristic search, | |
2753 | and register stack into the new chapter. | |
2754 | * remote.texi: Remove, now part of gdb.texinfo. | |
2755 | * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi. | |
2756 | ||
2757 | 1999-08-27 Jason Molenda ([email protected]) | |
2758 | ||
2759 | * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386, | |
2760 | GDB_TARGET_IS_MACH386): These kludges have gone away. | |
2761 | ||
2762 | Wed Aug 25 10:47:03 1999 Andrew Cagney <[email protected]> | |
2763 | ||
2764 | * gdbint.texinfo (Target Architecture Definition): Mention | |
2765 | TDEPLIBS. | |
2766 | ||
53a5351d JM |
2767 | 1999-08-20 Stan Shebs <[email protected]> |
2768 | ||
2769 | * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite | |
2770 | surrounding text to fit HP-UX bits into general info. | |
2771 | (HPPA-cfg.texi): Remove, no longer useful. | |
2772 | ||
2773 | * gdb.texinfo: Remove explicit links from @node lines, remove | |
2774 | HP-added "Detailed Node Listing" from main menu which confuses | |
2775 | things. | |
2776 | ||
2777 | From Dmitry Sivachenko <[email protected]>: | |
2778 | * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping | |
2779 | in description of `set environment'. | |
2780 | ||
2781 | 1999-08-17 Stan Shebs <[email protected]> | |
2782 | ||
2783 | * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C. | |
2784 | ||
7be570e7 JM |
2785 | 1999-08-12 Ben Elliston <[email protected]> |
2786 | ||
2787 | * gdbint.texinfo (Breakpoint Handling): Add missing words. | |
2788 | ||
f7dc1244 | 2789 | 1999-08-10 Eli Zaretskii <[email protected]> |
7be570e7 JM |
2790 | |
2791 | * gdb.texinfo (Set Watchpoints): Explain some subtleties about | |
2792 | watch, awatch, and rwatch. Explain why the latter two cannot be | |
2793 | set as software watchpoints. Document that watchpoints for local | |
2794 | variables are deleted when the debuggee terminates. | |
2795 | ||
2796 | Wed Aug 11 13:18:14 1999 Andrew Cagney <[email protected]> | |
2797 | ||
2798 | * remote.texi (Protocol): Further clarification of the "qRcmd" | |
2799 | packet. Allow E.. response packet. "qRcmd" packet is no longer | |
2800 | reserved. | |
2801 | ||
2802 | 1999-08-10 Elena Zannoni <[email protected]> | |
2803 | ||
a9331b3f RM |
2804 | * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo. |
2805 | * gdb.texinfo: Ditto. | |
7be570e7 | 2806 | |
96baa820 JM |
2807 | 1999-08-06 Tom Tromey <[email protected]> |
2808 | ||
2809 | * gdb.texinfo (KOD): New node. | |
2810 | ||
2811 | Fri Aug 6 17:05:48 1999 Andrew Cagney <[email protected]> | |
2812 | ||
2813 | * remote.texi (Rcmd): Fix minor formatting typos. | |
2814 | ||
2815 | Thu Aug 5 17:57:41 1999 Andrew Cagney <[email protected]> | |
2816 | ||
2817 | * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response | |
2818 | packets. | |
2819 | ||
adf40b2e JM |
2820 | 1999-07-14 Jim Blandy <[email protected]> |
2821 | ||
2822 | * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc | |
2823 | fixes. | |
2824 | ||
43ff13b4 JM |
2825 | Tue Jun 29 11:43:55 1999 Andrew Cagney <[email protected]> |
2826 | ||
2827 | * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define. | |
2828 | ||
085dd6e6 JM |
2829 | Fri Jun 25 11:47:06 1999 Andrew Cagney <[email protected]> |
2830 | ||
2831 | * remote.texi (Communication Protocol): ``v'' is in use. Fix | |
2832 | numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'', | |
2833 | ``z'' and ``qRcmd'' as draft instead of reserved. Identify | |
2834 | packets that are not supported on all hosts. Expand examples. | |
2835 | Spell check. | |
2836 | ||
2837 | 1999-06-24 Jason Molenda ([email protected]) | |
2838 | ||
2839 | * Makefile.in: Recognize html, install-html. Add targets | |
2840 | to build HTML versions of documentation via texi2html. | |
2841 | ||
2842 | Thu Jun 24 15:59:03 1999 Stan Shebs <[email protected]> | |
2843 | ||
2844 | * gdbint.texinfo (Testsuite): New chapter, information about the | |
2845 | testsuite. | |
2846 | ||
2847 | Fri Jun 25 02:40:34 1999 Andrew Cagney <[email protected]> | |
2848 | ||
2849 | * remote.texi (Communication Protocol): Rewrite. | |
2850 | ||
2851 | Thu Jun 24 16:59:54 1999 Andrew Cagney <[email protected]> | |
2852 | ||
2853 | * stabs.texinfo: Fix uses of xref. | |
2854 | ||
9e0b60a8 JM |
2855 | Thu Jun 17 17:23:25 1999 Stan Shebs <[email protected]> |
2856 | ||
2857 | * gdbint.texinfo: Add an anti-printf exhortation, and update the | |
2858 | info about patch submission. | |
2859 | ||
cce74817 JM |
2860 | Mon Jun 7 15:49:40 1999 Stan Shebs <[email protected]> |
2861 | ||
2862 | From Per Bothner <[email protected]>: | |
2863 | * gdb.texinfo: Document Chill support. | |
2864 | ||
2865 | Fri Jun 4 16:58:22 1999 Andrew Cagney <[email protected]> | |
2866 | ||
2867 | * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference | |
2868 | to corresponding TARGET_READ_reg TARGET_WRITE_reg macros. | |
2869 | Document that the value should be greater-than or equal-to zero. | |
2870 | (NO_STD_REGS): Document. Deprecate. | |
2871 | ||
ac9a91a7 JM |
2872 | Tue Jun 1 15:04:15 1999 Andrew Cagney <[email protected]> |
2873 | ||
2874 | * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT): | |
2875 | Document that these are not used. | |
2876 | ||
2877 | Thu May 27 09:28:15 1999 Andrew Cagney <[email protected]> | |
2878 | ||
2879 | * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document. | |
2880 | ||
392a587b JM |
2881 | Mon May 24 10:07:39 1999 Andrew Cagney <[email protected]> |
2882 | ||
2883 | * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter | |
2884 | numargs was dropped. | |
2885 | ||
2886 | Thu May 20 12:26:59 1999 Andrew Cagney <[email protected]> | |
2887 | ||
2888 | * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update. | |
2889 | ||
b83266a0 SS |
2890 | Tue Apr 27 19:14:20 1999 Andrew Cagney <[email protected]> |
2891 | ||
2892 | * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P): | |
2893 | Update. | |
2894 | ||
7a292a7a SS |
2895 | Thu Apr 22 13:07:37 1999 Andrew Cagney <[email protected]> |
2896 | ||
2897 | * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document. | |
2898 | (GET_SAVED_REGISTER): Update, not just the a29k uses this. | |
2899 | ||
2900 | Wed Apr 21 13:59:01 1999 Dave Brolley <[email protected]> | |
2901 | ||
2902 | * gdbint.texinfo: Fix typos: $ -> @. | |
2903 | ||
2904 | Tue Apr 20 11:59:38 1999 Andrew Cagney <[email protected]> | |
2905 | ||
2906 | * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT, | |
2907 | LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, | |
2908 | BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and | |
2909 | BREAKPOINT_FROM_PC. | |
a9331b3f | 2910 | |
7a292a7a SS |
2911 | Mon Apr 12 16:00:44 1999 Andrew Cagney <[email protected]> |
2912 | ||
2913 | * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P, | |
2914 | CALL_DUMMY_STACK_ADJUST): Document. | |
2915 | ||
2916 | Thu Apr 8 17:23:15 1999 Andrew Cagney <[email protected]> | |
2917 | ||
2918 | * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS, | |
2919 | SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define. | |
2920 | ||
2921 | 1999-04-02 Stan Shebs <[email protected]> | |
2922 | ||
2923 | * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no | |
2924 | longer exists. | |
2925 | ||
2926 | Tue Mar 9 19:25:11 1999 Stan Shebs <[email protected]> | |
2927 | ||
2928 | * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove | |
2929 | nearly all @ifset/@ifclear conditionals; nobody uses them, and | |
2930 | they make the manual source incomprehensible. | |
2931 | * h8-cfg.texi: Remove, hasn't been used in years. | |
2932 | ||
c906108c SS |
2933 | Thu Feb 11 18:00:59 1999 Stan Shebs <[email protected]> |
2934 | ||
2935 | * gdb.texinfo: Update the credits. | |
2936 | ||
2937 | Mon Feb 8 17:33:57 1999 Stan Shebs <[email protected]> | |
2938 | ||
2939 | * gdb.texinfo: Fix mistakes noticed in printout of last | |
2940 | draft, add Alpha to discussion of heuristic fence post. | |
2941 | ||
2942 | Fri Feb 5 17:20:00 1999 Stan Shebs <[email protected]> | |
2943 | ||
2944 | * gdb.texinfo, remote.texi: Many changes; update to Seventh | |
2945 | Edition, merge some HP changes into mainline, describe some | |
2946 | previously undocumented features, describe more of the target | |
2947 | commands available, eliminate obsolete section on renamed | |
2948 | commands. | |
2949 | * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals. | |
2950 | ||
2951 | Wed Jan 20 17:47:45 1999 Stan Shebs <[email protected]> | |
2952 | ||
2953 | * gdb.texinfo: Make many HPPA conditionals unconditional, | |
2954 | including catchpoint description, since now on for all configs. | |
2955 | * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific | |
2956 | specializations. | |
2957 | ||
2958 | Thu Jan 14 17:10:12 1999 Stan Shebs <[email protected]> | |
2959 | ||
2960 | * Makefile.in (GDBvn.texi): Fix match expression to work with | |
2961 | current format of VERSION in gdb/Makefile.in. | |
2962 | * gdb.texinfo: Fix node ref to match new readline. | |
2963 | ||
2964 | Wed Jan 13 10:38:40 1999 Edith Epstein <[email protected]> | |
2965 | ||
a9331b3f RM |
2966 | * gdb.texinfo: Changes made as part of a project to merge in |
2967 | changes made by HP. Documentation makes extensive use of | |
c906108c SS |
2968 | @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation |
2969 | on remote debugging. There are differences in documentation | |
2970 | (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also, | |
2971 | the HP manual discusses catchpoints, hardware watchpoints, and | |
2972 | some HPUX specific limitations for shared library support. | |
a9331b3f | 2973 | |
c906108c SS |
2974 | There are also a number of @node changes. |
2975 | ||
2976 | 1999-01-12 Jason Molenda ([email protected]) | |
2977 | ||
2978 | * gdbint.texinfo (Formatting): Disambiguate a sentence. | |
2979 | (C Usage): Same. | |
2980 | ||
2981 | Wed Jan 6 11:55:34 1999 David Taylor <[email protected]> | |
2982 | ||
2983 | The following changes were made by Edith Epstein | |
2984 | <[email protected]> as part of a project to merge in changes | |
2985 | made by HP. | |
a9331b3f | 2986 | |
c906108c SS |
2987 | * HPPA-cfg.texi: new file. |
2988 | ||
2989 | * all-cfg.texi: set HPPA for HP PA-RISC targets. | |
2990 | ||
2991 | * refcard.tex: change documentation about catch. | |
2992 | removed info catch. | |
2993 | ||
2994 | Mon Jan 4 18:29:18 1999 Stan Shebs <[email protected]> | |
2995 | ||
2996 | * gdbint.texinfo: Expand on GDB's coding standards, | |
2997 | specify the use of arg names with prototypes. | |
2998 | ||
2999 | 1998-12-14 J.T. Conklin <[email protected]> | |
3000 | ||
3001 | * gdb.texinfo: Fix tipo. | |
3002 | ||
3003 | Sun Dec 13 10:27:59 1998 Andrew Cagney <[email protected]> | |
3004 | ||
3005 | * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and | |
3006 | TARGET_BYTE_ORDER_SELECTABLE_P. | |
3007 | ||
3008 | Thu Dec 10 16:07:09 1998 Andrew Cagney <[email protected]> | |
3009 | ||
3010 | * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document. | |
3011 | ||
3012 | 1998-12-09 Jim Blandy <[email protected]> | |
3013 | ||
3014 | * agentexpr.texi: New file. | |
3015 | ||
3016 | Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook> | |
3017 | ||
3018 | * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES. | |
3019 | ||
3020 | 1998-12-03 J.T. Conklin <[email protected]> | |
3021 | ||
3022 | * remote.texi: Changed wording that implied that the GDB remote | |
3023 | protocol caches register values instead of GDB itself. | |
3024 | ||
3025 | Tue Dec 1 17:45:43 1998 Stan Shebs <[email protected]> | |
3026 | ||
3027 | * gdbint.texinfo: Add some info about symbol readers. | |
3028 | (CHILL_PRODUCER, etc): Comment out descriptions, not useful. | |
3029 | (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE. | |
3030 | (IN_SOLIB_RETURN_TRAMPOLINE): Describe. | |
3031 | (KERNEL_DEBUGGING, MIPSEL): No info about these, remove. | |
3032 | ||
3033 | Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook> | |
3034 | ||
a9331b3f | 3035 | * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE): |
c906108c SS |
3036 | |
3037 | Sat Nov 28 13:45:53 1998 Andrew Cagney <[email protected]> | |
3038 | ||
3039 | * gdbint.texinfo (INNER_THAN): Update, now takes parameters. | |
3040 | ||
3041 | Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook> | |
3042 | ||
3043 | * gdbint.texinfo (NO_SINGLE_STEP): Replace with | |
3044 | SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP. | |
3045 | ||
3046 | Wed Oct 14 10:02:40 1998 Andrew Cagney <[email protected]> | |
3047 | ||
3048 | * gdbint.texinfo: Fix minor typos. | |
3049 | ||
3050 | Wed Sep 30 18:03:19 1998 Stan Shebs <[email protected]> | |
3051 | ||
3052 | * gdbint.texinfo: Complete overhaul. Group descriptions more | |
3053 | logically, add more info on generic algorithms, remove much | |
3054 | obsolete and/or wrong material. | |
3055 | ||
3056 | Fri Jul 24 17:51:38 1998 Ian Lance Taylor <[email protected]> | |
3057 | ||
3058 | * stabs.texinfo (Method Type Descriptor): Expand and correct. | |
3059 | ||
3060 | Mon May 4 10:37:12 1998 Brian Youmans ([email protected]) | |
3061 | ||
3062 | * refcard.tex: Copyright, address updates. | |
3063 | ||
3064 | Tue Apr 21 18:09:56 1998 Stan Shebs <[email protected]> | |
3065 | ||
3066 | * gdb.texinfo (EDITION, DATE): Update and change to use ordinals | |
3067 | for the edition instead of confusing GDB-version-like numbers. | |
3068 | ||
3069 | Mon Apr 13 14:05:00 1998 Fred Fish <[email protected]> | |
3070 | ||
3071 | * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data". | |
3072 | ||
3073 | Thu Apr 2 16:52:44 1998 Jason Molenda ([email protected]) | |
3074 | ||
3075 | * LRS: Reformat a bit to keep text under 80 columns. | |
3076 | ||
3077 | Thu Apr 2 16:10:36 1998 Stan Shebs <[email protected]> | |
3078 | ||
3079 | * gdb.texinfo: Add some credits, mention bug monitor. | |
3080 | * remote.texi: Mention mips monitor targets. | |
3081 | * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY. | |
a9331b3f | 3082 | |
c906108c SS |
3083 | Mon Feb 2 17:13:03 1998 Stan Shebs <[email protected]> |
3084 | ||
3085 | * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h | |
3086 | files, finish sorting of host vs target vs native macros, describe | |
3087 | some more of them. | |
3088 | ||
3089 | Tue Jan 13 16:44:50 1998 Fred Fish <[email protected]> | |
3090 | ||
3091 | * gdbint.texinfo (Host Conditionals): Document change from | |
3092 | using NO_MMALLOC to it's inverse, USE_MMALLOC. | |
3093 | ||
3094 | Mon Nov 24 13:55:21 1997 Andrew Cagney <[email protected]> | |
3095 | ||
3096 | * gdbint.texinfo (Host Conditionals): Document | |
3097 | PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE. | |
3098 | ||
3099 | Fri Jul 4 14:52:31 1997 Ian Lance Taylor <[email protected]> | |
3100 | ||
3101 | * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES. | |
3102 | Document LSEEK_NOT_LINEAR. | |
3103 | ||
3104 | Tue Mar 25 14:44:09 1997 Ian Lance Taylor <[email protected]> | |
3105 | ||
3106 | * stabs.texinfo (Stab Section Basics): Make it clear that only | |
3107 | some versions of the GNU linker remove the leading N_UNDF symbol. | |
3108 | ||
3109 | Thu Feb 27 17:45:19 1997 Ian Lance Taylor <[email protected]> | |
3110 | ||
3111 | * stabs.texinfo (String Field): Document type number pairs here, | |
3112 | instead of in the Sun specific section. | |
3113 | (Include Files): The GNU linker supports the N_BINCL | |
3114 | optimization. Clarify the N_BINCL value, and what it is used | |
3115 | for. | |
3116 | (Procedures): Document N_FUN with an empty string to mark the end | |
3117 | of a function. | |
3118 | (Typedefs): Mention that Sun compilers may use N_GSYM for a type. | |
3119 | (Sun Differences): Remove this node, as the information is now | |
3120 | elsewhere in the main document. | |
3121 | (Stab Section Basics): Mention that the GNU linker may optimize | |
3122 | stabs and remove the leading N_UNDF symbol. | |
3123 | ||
3124 | Mon Dec 9 12:23:32 1996 Roland Pesch <[email protected]> | |
3125 | ||
3126 | * gdb.texinfo, refcard.tex: Restore author credit | |
3127 | ||
3128 | Wed Oct 2 22:01:36 1996 Fred Fish <[email protected]> | |
3129 | ||
3130 | * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update | |
3131 | documentation to account for START and END macros taking | |
3132 | one arg. | |
3133 | ||
3134 | Thu Aug 22 17:59:03 1996 Fred Fish <[email protected]> | |
3135 | ||
3136 | From: Eberhard Mattes <[email protected]> | |
3137 | * gdb.texinfo (Frames): Fix typo. | |
3138 | ||
3139 | Tue Jul 23 10:06:20 1996 Fred Fish <[email protected]> | |
3140 | ||
3141 | * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes | |
3142 | a target_signal as arg type, not a pid. | |
3143 | ||
3144 | Fri Jul 12 11:10:05 1996 Stu Grossman ([email protected]) | |
3145 | ||
3146 | * gdb.texinfo: Document `set assembly-language'. | |
3147 | ||
3148 | Thu Jul 11 13:50:28 1996 Stan Shebs <[email protected]> | |
3149 | ||
3150 | * remote.texi: Update list of stubs in the GDB distribution. | |
3151 | ||
3152 | Fri Jul 5 15:38:54 1996 Fred Fish <[email protected]> | |
3153 | ||
3154 | * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK. | |
3155 | Also document that some systems can use mmalloc but must define | |
3156 | this if their C runtime allocates memory that is later freed. | |
3157 | (MMCHECK_FORCE): Document new macro. | |
a9331b3f | 3158 | |
c906108c SS |
3159 | Fri Jun 28 22:17:10 1996 Dawn Perchik <[email protected]> |
3160 | ||
3161 | * remote.texi: Add documentation for target Sparclet. | |
3162 | ||
3163 | Mon Jun 24 18:12:22 1996 Jason Molenda ([email protected]) | |
3164 | ||
a9331b3f | 3165 | * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL, |
c906108c SS |
3166 | INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values. |
3167 | * configure.in: Rewritten for autoconf. | |
3168 | * configure: New. | |
3169 | ||
3170 | Mon Jun 17 10:43:41 1996 Fred Fish <[email protected]> | |
3171 | ||
3172 | * Makefile.in (DVIPS): New define, set to dvips. | |
3173 | (dvi): Add stabs.dvi. | |
3174 | (ps): New target. | |
3175 | (all-doc): Depend on info, dvi, and ps targets. | |
3176 | (STAGESTUFF): Add *.ps and *.dvi files. | |
3177 | (clean-info, clean-dvi): Remove. | |
3178 | (mostlyclean): Does not depend upon clean-info or clean-dvi, | |
3179 | rules completely rewritten. | |
3180 | (maintainer-clean): Remove clean-info and clean-dvi | |
3181 | dependencies and put their actions in the rules. | |
3182 | (gdb.ps): New target | |
a9331b3f | 3183 | (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove |
c906108c SS |
3184 | intermediate TeX files, whether they have 2 or 3 character |
3185 | extensions. | |
3186 | (gdbint.ps): Add target and rules. | |
3187 | (gdb-internals): Delete unused target. | |
3188 | (Makefile): Depends upon config.status also. | |
3189 | ||
3190 | Sat Mar 30 15:46:58 1996 Fred Fish <[email protected]> | |
3191 | ||
3192 | * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is | |
3193 | set. | |
3194 | ||
3195 | Sat Mar 16 15:10:20 1996 Fred Fish <[email protected]> | |
3196 | ||
3197 | From Peter Schauer <[email protected]> | |
3198 | * gdb.texinfo (Expressions): Fix erroneous array constant example. | |
3199 | ||
3200 | Sat Mar 16 13:28:45 1996 Fred Fish <[email protected]> | |
3201 | ||
3202 | * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands. | |
3203 | ||
3204 | Sat Feb 10 03:28:36 1996 Peter Schauer ([email protected]) | |
3205 | ||
3206 | * gdb.texinfo (Print settings): Document | |
3207 | `set/show print static-members' commands. | |
3208 | ||
3209 | Wed Jan 10 14:16:37 1996 Fred Fish <[email protected]> | |
3210 | ||
3211 | * gdbint.texinfo (Native): Document name change, coredep.c to | |
3212 | core-aout.c. | |
3213 | ||
3214 | Wed Dec 13 12:35:28 1995 Ian Lance Taylor <[email protected]> | |
3215 | ||
3216 | * stabs.texinfo (Include Files): Document the values the SunOS4 | |
3217 | linker creates for N_BINCL/N_EINCL/N_EXCL stabs. | |
3218 | ||
3219 | Fri Dec 8 21:08:44 1995 Fred Fish <[email protected]> | |
3220 | ||
3221 | * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz. | |
3222 | Fix typo. | |
3223 | ||
3224 | Fri Dec 1 11:07:50 1995 Fred Fish <[email protected]> | |
3225 | ||
3226 | * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than | |
3227 | "gdb.tar.Z". | |
3228 | ||
3229 | Wed Sep 20 13:14:10 1995 Ian Lance Taylor <[email protected]> | |
3230 | ||
3231 | * Makefile.in (maintainer-clean): New target, synonym for | |
3232 | realclean. | |
3233 | ||
3234 | Thu Aug 3 10:45:37 1995 Fred Fish <[email protected]> | |
3235 | ||
3236 | * Update all FSF addresses except those in COPYING* files. | |
3237 | ||
3238 | Wed Jul 19 18:43:03 1995 Stan Shebs <[email protected]> | |
3239 | ||
3240 | From Richard Earnshaw ([email protected]): | |
3241 | * gdb.texinfo (convenience variables): Document $_exitcode. | |
3242 | (quit): Document optional expression to use as exit code. | |
3243 | ||
3244 | Thu Jun 22 21:27:33 1995 Victoria Mixon <[email protected]> | |
3245 | ||
3246 | * gdb.texinfo, remote.texi: Brought up to date with various | |
3247 | GDB changes. | |
3248 | ||
3249 | Tue Jun 20 14:35:38 1995 Stan Shebs <[email protected]> | |
3250 | ||
3251 | * gdb.texinfo: Update dates and versions, fix comments about | |
3252 | hardware watchpoints in future releases and about the | |
3253 | sharedlibrary command. | |
3254 | ||
3255 | Mon May 8 09:30:36 1995 Jim Kingdon ([email protected]) | |
3256 | ||
3257 | * stabs.texinfo: Remove node `XCOFF differences'. Describe value of | |
3258 | C_FUN stab. Other cleanups. | |
3259 | ||
3260 | Wed Apr 19 07:02:19 1995 Jim Kingdon ([email protected]) | |
3261 | ||
3262 | * remote.texi (Bootstrapping): Clarify that flush_i_cache is only | |
3263 | for the sparc stub. | |
3264 | ||
3265 | Tue Apr 11 11:41:49 1995 Jim Kingdon ([email protected]) | |
3266 | ||
3267 | * annotate.texi: Clarify which addresses have differing formats | |
3268 | depending on the language and which do not. | |
3269 | ||
3270 | Tue Mar 28 16:56:22 1995 J.T. Conklin <[email protected]> | |
3271 | ||
3272 | * remote.texi (NetWare): Changed example to use BOARD= instead of | |
3273 | NODE= argument to reflect correspoding change to gdbserve.nlm. | |
3274 | ||
3275 | Fri Mar 17 06:47:02 1995 Jim Kingdon ([email protected]) | |
3276 | ||
3277 | * stabs.texinfo (Negative Type Numbers): Mention the fact that | |
3278 | GDB, as well as AIX dbx, supports the size type attribute. | |
3279 | ||
3280 | Thu Mar 16 12:11:32 1995 Jim Kingdon ([email protected]) | |
3281 | ||
3282 | * stabs.texinfo (Negative Type Numbers): Document types -31 to -34. | |
3283 | ||
3284 | Mon Mar 13 16:49:13 1995 Per Bothner <[email protected]> | |
3285 | ||
3286 | * gdb.texinfo (Define): Document $arg0... arguments to commands, | |
3287 | and new 'if' and 'while' commands. | |
3288 | ||
3289 | Fri Feb 17 15:24:35 1995 Per Bothner <[email protected]> | |
3290 | ||
3291 | * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type. | |
3292 | ||
3293 | Wed Feb 15 11:59:18 1995 J.T. Conklin <[email protected]> | |
3294 | ||
3295 | * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm. | |
3296 | * remote.texi (NetWare): New node, how to use gdbserve.nlm on | |
3297 | NetWare targets. Mostly stolen from the Server node. | |
3298 | ||
3299 | Fri Feb 10 20:20:08 1995 Jim Kingdon ([email protected]) | |
3300 | ||
3301 | * gdb.texinfo (Setting): Talk about the language of a source file | |
3302 | versus the working language. The old documentation did not match | |
3303 | what GDB did. | |
3304 | ||
3305 | Wed Feb 1 20:26:36 1995 Jim Kingdon ([email protected]) | |
3306 | ||
3307 | * stabs.texinfo (Source Files): Document N_SO used to mark the end | |
3308 | of a source file. | |
3309 | ||
3310 | Mon Jan 23 14:23:37 1995 Jim Kingdon ([email protected]) | |
3311 | ||
3312 | * gdb.texinfo (Processes): New node. | |
3313 | ||
3314 | Tue Jan 17 14:09:03 1995 Ian Lance Taylor <[email protected]> | |
3315 | ||
3316 | * remote.texi: Update documentation of set/show mipsfpu. | |
3317 | ||
3fc11d3e JM |
3318 | Fri Jan 6 17:17:28 1995 Stan Shebs <[email protected]> |
3319 | ||
3320 | * gdbgui.texinfo: New file, manual for GUI (gdbtk) users. | |
3321 | * Makefile.in (gdbgui.dvi, gdbgui.info): New actions. | |
c906108c SS |
3322 | |
3323 | Sun Sep 4 16:47:21 1994 Stan Shebs ([email protected]) | |
3324 | ||
3325 | * gdbint.texinfo: Removed mentions of some incorrectly placed and | |
3326 | obsolete conditionals, described some others. | |
3327 | ||
3328 | Mon Aug 1 15:42:39 1994 Jim Kingdon ([email protected]) | |
3329 | ||
3330 | * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and | |
3331 | SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994. | |
3332 | ||
3333 | Mon Aug 1 15:12:02 1994 Stan Shebs ([email protected]) | |
3334 | ||
3335 | * gdbint.texinfo: Put regex conditionals in their own table. | |
3336 | ||
3337 | Tue Jul 26 18:32:52 1994 Stan Shebs ([email protected]) | |
3338 | ||
3339 | * gdbint.texinfo: Removed mentions of many obsolete conditionals, | |
3340 | described or fixed the descriptions of many others. | |
3341 | ||
3342 | Sun Jul 17 14:14:03 1994 Stan Shebs ([email protected]) | |
3343 | ||
3344 | * gdb.texinfo: Add some more credits. | |
3345 | * gdbint.texinfo: Capitalize GDB consistently, describe some | |
3346 | macros and remove some. | |
3347 | ||
3348 | Thu Jul 14 18:43:17 1994 Stan Shebs ([email protected]) | |
3349 | ||
3350 | * gdbint.texinfo: Removed mentions of many incorrectly placed and | |
3351 | obsolete conditionals, described some others. | |
3352 | ||
3353 | Tue Jul 12 12:23:15 1994 Peter Schauer ([email protected]) | |
3354 | ||
3355 | * gdb.texinfo (help targets): Changed to `help target', which | |
3356 | is the correct gdb command. | |
3357 | ||
3358 | Wed Jun 22 18:00:51 1994 Jim Kingdon ([email protected]) | |
3359 | ||
3360 | * annotate.texi (TODO): New node, for keeping track of annotations | |
3361 | suggested but not yet implemented. | |
3362 | ||
3363 | Wed Jun 1 16:10:45 1994 Jim Kingdon ([email protected]) | |
3364 | ||
3365 | * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to | |
3366 | another symbol, it is not the address itself. | |
3367 | ||
3368 | Thu May 5 20:23:36 1994 Stan Shebs ([email protected]) | |
3369 | ||
3370 | * stabs.texinfo (Stab Section Basics): Add comment about alignment | |
3371 | of stabs-in-coff sections. | |
3372 | ||
3373 | Wed May 4 06:26:11 1994 Jim Kingdon ([email protected]) | |
3374 | ||
3375 | * annotate.texi: Change edition to 0.5 and date to May 1994. | |
3376 | Add index. | |
3377 | (Frames): New node, for frame annotation. | |
3378 | (Displays): New node, for display annotation. | |
3379 | ||
3380 | * remote.texi (MIPS Remote): Say that set timeout doesn't apply | |
3381 | when waiting for your program to stop. | |
3382 | ||
3383 | Fri Apr 29 18:24:46 1994 Jim Kingdon ([email protected]) | |
3384 | ||
3385 | * annotate.texi (Breakpoint Info): Document annotation of header | |
3386 | fields and record annotation. | |
3387 | ||
3388 | Thu Apr 28 07:44:28 1994 Jim Kingdon ([email protected]) | |
3389 | ||
3390 | * annotate.texi: New file, to document annotations. | |
3391 | ||
3392 | Thu Apr 21 14:20:51 1994 Jim Kingdon ([email protected]) | |
3393 | ||
3394 | * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan | |
3395 | 16 I meant to make this change but did not). Do remove gdb-cfg.texi. | |
3396 | ||
3397 | Wed Apr 20 11:22:48 1994 Jim Kingdon ([email protected]) | |
3398 | ||
3399 | * stabs.texinfo (Stab Section Basics): Say what is in .stab | |
3400 | section, and say n_strx field is compilation unit relative. | |
3401 | * stabs.texinfo: Don't use @code for a.out when it is the name of | |
3402 | an object file format. | |
3403 | ||
3404 | Wed Apr 13 20:29:54 1994 Jim Kingdon ([email protected]) | |
3405 | ||
3406 | * gdb.texinfo: Refer to file names, not path names, per rms | |
3407 | convention. | |
3408 | (Arguments): Fix typo. | |
3409 | ||
3410 | Thu Mar 24 08:09:12 1994 Jim Kingdon ([email protected]) | |
3411 | ||
3412 | * stabs.texinfo (Global Variables): Talk about stabs in files | |
3413 | where variables are referenced, but not defined. | |
3414 | ||
3415 | Wed Mar 23 07:16:36 1994 Jim Kingdon ([email protected]) | |
3416 | ||
3417 | * stabs.texinfo: Move stuff on @ and # type descriptors from node | |
3418 | Cplusplus to new nodes Member Type Descriptor and Method Type | |
3419 | Descriptor. Re-write stuff for #. | |
3420 | ||
3421 | Wed Mar 16 08:20:19 1994 Jim Kingdon ([email protected]) | |
3422 | ||
3423 | * gdb.texinfo (Print Settings): Don't document "set print | |
3424 | fast-symbolic-addr off". The bug which it worked around was fixed | |
3425 | on 25 Feb 94 in coffread.c, so I'm nuking the command. | |
3426 | ||
3427 | * stabs.texinfo (Alternate Entry Points): New node, rewritten from | |
3428 | N_ENTRY node. | |
3429 | ||
3430 | * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor. | |
3431 | ||
3432 | Tue Mar 15 08:43:02 1994 Jim Kingdon ([email protected]) | |
3433 | ||
3434 | * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove | |
3435 | references to ieee-float.c. | |
3436 | ||
3437 | Fri Mar 11 08:09:40 1994 Jim Kingdon ([email protected]) | |
3438 | ||
3439 | * gdb.texinfo (Set Breaks): Update documentation for tbreak to | |
3440 | match what the code actually does. | |
3441 | ||
3442 | Wed Mar 9 19:43:05 1994 Jim Kingdon ([email protected]) | |
3443 | ||
3444 | * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s. | |
3445 | ||
3446 | Tue Mar 1 17:04:43 1994 Jim Kingdon ([email protected]) | |
3447 | ||
3448 | * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c, | |
3449 | i, and b. | |
3450 | ||
3451 | Wed Feb 23 10:44:18 1994 Jim Kingdon ([email protected]) | |
3452 | ||
3453 | * stabs.texinfo: Document N_RBRAC as function relative for COFF as | |
3454 | well as for ELF and SOM. Unify the descriptions of ELF and SOM | |
3455 | as "stabs in sections" rather than just saying "ELF and SOM". | |
3456 | Also make that stuff apply to COFF. | |
3457 | ||
3458 | Fri Feb 18 08:25:58 1994 Jim Kingdon ([email protected]) | |
3459 | ||
3460 | * gdb.texinfo (Formatting Documentation): Change GhostScript to | |
3461 | Ghostscript. | |
3462 | ||
3463 | Fri Feb 4 06:31:31 1994 Jim Kingdon ([email protected]) | |
3464 | ||
3465 | * gdb.texinfo (Continuing and Stepping): When talking about "step" | |
3466 | versus functions without line numbers, also mention stepping into | |
3467 | them as well as "step" when you are in them. Tell the user how to | |
3468 | deal with the situation. Add comment about "debugging information". | |
3469 | ||
3470 | Thu Feb 3 11:39:59 1994 Jim Kingdon ([email protected]) | |
3471 | ||
3472 | * stabs.texinfo (Enumerations): Document restriction on where | |
3473 | enumeration types can appear and still win with GDB. | |
3474 | ||
3475 | Wed Feb 2 11:29:17 1994 Jim Kingdon ([email protected]) | |
3476 | ||
3477 | * stabs.texinfo (Negative Type Numbers): Document format for type | |
3478 | -16. | |
3479 | ||
3480 | Thu Jan 27 16:53:56 1994 Jim Kingdon ([email protected]) | |
3481 | ||
3482 | * gdb.texinfo (Selection, Frame Info): Update information about | |
3483 | arbitrary frame specficiations. | |
3484 | ||
3485 | Wed Jan 26 15:31:57 1994 Roland H. Pesch ([email protected]) | |
3486 | ||
3487 | * gdb.texinfo, remote.texi: general editing pass prior to Net release | |
3488 | ||
3489 | Tue Jan 25 12:12:04 1994 Jim Kingdon ([email protected]) | |
3490 | ||
3491 | * stabs.texinfo (String Field): Discuss continuing stabs with ?. | |
3492 | ||
3493 | Wed Jan 19 06:39:24 1994 David J. Mackenzie ([email protected]) | |
3494 | ||
3495 | * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT. | |
3496 | ||
3497 | Sun Jan 16 12:43:32 1994 Jim Kingdon ([email protected]) | |
3498 | ||
3499 | * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF | |
3500 | Differences node to Statics node. | |
3501 | (Statics): Discuss XCOFF use of V symbol descriptor. | |
3502 | ||
3503 | * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean, | |
3504 | not clean. | |
3505 | ||
3506 | Wed Jan 12 21:29:54 1994 John Gilmore ([email protected]) | |
3507 | ||
3508 | * gdb.texinfo (Print Settings): Document `set print | |
3509 | fast-symbolic-addr' and improve the doc for some other | |
3510 | `set print's. | |
3511 | ||
3512 | Mon Jan 3 17:23:07 1994 Jim Kingdon ([email protected]) | |
3513 | ||
3514 | * stabs.texinfo (String Field): Talk about defining several type | |
3515 | numbers at once. | |
3516 | Fix lint regarding changing node ELF Transformations to | |
3517 | ELF and SOM Transformations. | |
3518 | ||
3519 | Fri Dec 31 00:42:43 1993 John Gilmore ([email protected]) | |
3520 | ||
3521 | * stabs.texinfo: Insert Peter Kessler's name as inventor (I think). | |
3522 | ||
3523 | Tue Dec 28 09:30:40 1993 Jim Kingdon ([email protected]) | |
3524 | ||
3525 | * stabs.texinfo (Cross-References): `::' is for nested types only | |
3526 | within <>. | |
3527 | (Structures): Document static members. | |
3528 | ||
3529 | Mon Dec 27 13:55:04 1993 Jim Kingdon ([email protected]) | |
3530 | ||
3531 | * stabs.texinfo: Document S type attribute. | |
3532 | ||
3533 | Sun Dec 26 20:46:36 1993 Jeffrey A. Law ([email protected]) | |
3534 | ||
3535 | * stabs.texinfo: Add notes about stabs-in-som where appropriate. | |
3536 | ||
3537 | Fri Dec 3 19:13:19 1993 John Gilmore ([email protected]) | |
3538 | ||
3539 | * gdbint.texinfo: Fix a few typos. | |
3540 | ||
3541 | Sun Nov 28 18:06:25 1993 Roland H. Pesch ([email protected]) | |
3542 | ||
3543 | * gdb.texinfo, remote.texi: formatting improvements | |
3544 | ||
3545 | * gdb.texinfo (New Features): mention threads. | |
3546 | (Summary, C): fix xrefs in newly contributed text. | |
3547 | (Threads): index entries, clarifications, example | |
3548 | (passim): minor typos fixed, phrasing improvements | |
3549 | ||
3550 | * remote.texi (Bootstrapping): rephrase text on ^C and add index | |
3551 | entries; (Server): explain use of gdbserver w/real-time systems, | |
3552 | add example of conflicting TCP port; (MIPS Remote) break up | |
3553 | running text into table, highlighting commands, and add example. | |
a9331b3f | 3554 | |
c906108c SS |
3555 | Wed Nov 24 14:15:56 1993 Roland H. Pesch ([email protected]) |
3556 | ||
3557 | * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed | |
3558 | ||
3559 | Fri Nov 12 16:10:58 1993 Jim Kingdon ([email protected]) | |
3560 | ||
3561 | * stabs.texinfo (Nested Symbols): New node. | |
3562 | (String Field, Symbol Descriptors, Cross-References): Refer to it. | |
3563 | ||
3564 | Thu Nov 11 13:26:45 1993 Jim Kingdon ([email protected]) | |
3565 | ||
3566 | * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect | |
3567 | to picking which Bbss.bss symbol to use, and (because there seems to | |
3568 | be no good way of doing it) re-write some of the text to make it | |
3569 | sound like Bbss.bss isn't such a great idea after all (as currently | |
3570 | designed). | |
3571 | ||
3572 | * gdb.texinfo (C): In addition to saying people have to use g++ for | |
3573 | good results, say they have to use stabs. Specifically say cfront | |
3574 | doesn't work well. | |
3575 | (Summary): Merge in information on Modula-2, Pascal, and Chill from | |
3576 | the gdb README. Add xrefs to places where the support for the various | |
3577 | languages is described in detail. | |
3578 | ||
3579 | Mon Nov 8 11:47:34 1993 Jim Kingdon ([email protected]) | |
3580 | ||
3581 | * stabs.texinfo: Clean up stuff about visibility and virtual | |
3582 | characters. | |
3583 | ||
3584 | * stabs.texinfo (N_M2C): Cite Sun doc. | |
3585 | ||
3586 | Fri Nov 5 16:27:27 1993 Roland H. Pesch ([email protected]) | |
3587 | ||
3588 | * gdb.texinfo: updates re threads. | |
3589 | * remote.texinfo: avoid index entries starting with digits. | |
3590 | ||
3591 | Tue Nov 2 09:08:37 1993 Jim Kingdon ([email protected]) | |
3592 | ||
3593 | * stabs.texinfo (Enumerations): Talk about large, negative and | |
3594 | octal values. Clean up cross reference to type attributes. | |
3595 | (String Field): Say that GDB 4.11 supports size attribute. | |
3596 | ||
3597 | Sun Oct 31 13:31:10 1993 Jim Kingdon ([email protected]) | |
3598 | ||
3599 | * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel | |
3600 | is a mandatory step. Make the stuff about that more concise. | |
3601 | ||
3602 | Wed Oct 27 00:25:46 1993 Jim Kingdon ([email protected]) | |
3603 | ||
3604 | * stabs.texinfo (Class Names): New node. | |
3605 | ||
3606 | * gdb.texinfo (Command Files): Explain order of init file reading. | |
3607 | ||
3608 | * remote.texi (Bootstrapping): Talk about getting the serial driver | |
3609 | to deal with ^C sent by gdb to stop the remote system. | |
3610 | ||
3611 | Mon Oct 25 03:25:41 1993 Tom Lord ([email protected]) | |
3612 | ||
3613 | * libgdb.texinfo (I/O): incorporated better phrasing from rich. | |
3614 | ||
3615 | * libgdb.texinfo (Defining Commands): made the DOC arg | |
3616 | to gdb_define_app_command a char * instead of char ** | |
3617 | per a suggestion from kingdon. | |
3618 | ||
3619 | * libgdb.texinfo: total rewrite from a different starting | |
3620 | premise. | |
3621 | ||
3622 | Wed Oct 20 18:07:44 1993 Jim Kingdon ([email protected]) | |
3623 | ||
3624 | * stabs.texinfo (Local Variable Parameters): Re-write paragraph on | |
3625 | floats passed as doubles (to improve clarity). | |
3626 | ||
3627 | Tue Oct 19 14:21:18 1993 Roland H. Pesch ([email protected]) | |
3628 | ||
3629 | * gdb.texinfo (Source Path): index entries for $cwd, $pdir | |
3630 | ||
3631 | * a4rc.sed: update to work with Andreas Vogel papersize params | |
3632 | ||
3633 | * refcard.tex: use Andreas Vogel simplifications of papersize | |
3634 | params; remove useless version info; update copyright date. | |
3635 | ||
3636 | Tue Oct 19 10:46:22 1993 Jim Kingdon ([email protected]) | |
3637 | ||
3638 | * gdb.texinfo (Symbols): Add class NAME to doc for ptype. | |
3639 | ||
3640 | Tue Oct 12 09:11:45 1993 Jim Kingdon ([email protected]) | |
3641 | ||
3642 | * gdb.texinfo (Files): Say what address the load command loads it at. | |
3643 | ||
3644 | * stabs.texinfo (Common Blocks): Minor cleanups. | |
3645 | ||
3646 | * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact | |
3647 | that Sun has backed away from the linker kludge and thus the relevant | |
3648 | issue is changes to the SunPRO tools, not the Solaris linker. | |
3649 | ||
3650 | * stabs.texinfo (Traditional Integer Types): Clean up description | |
3651 | of octal bounds a little bit. Document extra leading zeroes. | |
3652 | ||
3653 | Thu Oct 7 16:15:37 1993 Jim Kingdon ([email protected]) | |
3654 | ||
3655 | * gdb.texinfo (Signaling): Update for symbolic symbol names | |
3656 | and add a section explaining the difference between the GDB | |
3657 | signal command and the shell kill utility. | |
3658 | ||
3659 | Wed Oct 6 13:23:01 1993 Tom Lord ([email protected]) | |
3660 | ||
3661 | * libgdb.texinfo: added `@' to braces that were unescaped. | |
3662 | ||
3663 | Mon Oct 4 10:42:18 1993 Tom Lord ([email protected]) | |
3664 | ||
3665 | * libgdb.texinfo: new file. Spec for the gdb library. | |
3666 | ||
3667 | Sun Oct 3 15:26:56 1993 Jim Kingdon ([email protected]) | |
3668 | ||
3669 | * stabs.texinfo (Include Files): Fix typo (start -> end). | |
3670 | ||
3671 | Thu Sep 30 18:24:56 1993 Roland H. Pesch ([email protected]) | |
3672 | ||
3673 | * gdb.texinfo, remote.texi: assorted small improvements, mostly | |
3674 | from Melissa at FSF's editing pass. | |
3675 | ||
3676 | Thu Sep 30 11:54:38 1993 Jim Kingdon ([email protected]) | |
3677 | ||
3678 | * gdb.texinfo: Remove stuff about ar and 14 character filenames. | |
3679 | I believe this was fixed by the 13 Sep 89 change to print_frame_info. | |
3680 | Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug. | |
3681 | ||
3682 | Wed Sep 22 21:22:11 1993 Jim Kingdon ([email protected]) | |
3683 | ||
3684 | * remote.texi (Bootstrapping): Discuss 386 call gates. | |
3685 | ||
3686 | Sat Sep 18 17:10:44 1993 Jim Kingdon ([email protected]) | |
3687 | ||
3688 | * stabs.texinfo (Based Variables): New node. | |
3689 | ||
3690 | Thu Sep 16 17:48:55 1993 Jim Kingdon ([email protected]) | |
3691 | ||
3692 | * stabs.texinfo (Negative Type Numbers): Re-write discussions of | |
3693 | names, sizes, and formats to suggest how not to lose. | |
3694 | ||
3695 | Sat Sep 11 09:35:11 1993 Jim Kingdon ([email protected]) | |
3696 | ||
3697 | * stabs.texinfo (Methods): Fix typo. | |
3698 | ||
3699 | Fri Sep 10 06:34:20 1993 David J. Mackenzie ([email protected]) | |
3700 | ||
3701 | * gdb.texinfo: Fix a few typos. | |
3702 | ||
3703 | Wed Sep 8 09:11:52 1993 Jim Kingdon ([email protected]) | |
3704 | ||
3705 | * gdb.texinfo: Clarify how well it works with Fortran. | |
3706 | ||
3707 | * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations): | |
3708 | More on relocating stabs in ELF files. | |
3709 | ||
3710 | Tue Sep 7 13:45:02 1993 Jim Kingdon ([email protected]) | |
3711 | ||
3712 | * stabs.texinfo (Stabs In ELF): Talk about N_FUN value. | |
3713 | ||
3714 | Mon Sep 6 19:23:18 1993 Jim Kingdon ([email protected]) | |
3715 | ||
3716 | * stabs.texinfo (Local Variable Parameters): Talk about nameless | |
3717 | parameters on VAX. | |
3718 | ||
3719 | Fri Sep 3 17:06:08 1993 Roland H. Pesch ([email protected]) | |
3720 | ||
3721 | * gdb.texinfo: @up/@down -> @raisesections/@lowersections | |
3722 | ||
3723 | Fri Sep 3 12:04:15 1993 Jim Kingdon ([email protected]) | |
3724 | ||
3725 | * stabs.texinfo: Make info author notice match the TeX author notice. | |
3726 | ||
3727 | Tue Aug 31 13:21:06 1993 David J. Mackenzie ([email protected]) | |
3728 | ||
3729 | * stabs.texinfo: Initial-caps all words in node names and | |
3730 | non-trivial words in section names. | |
3731 | ||
3732 | Mon Aug 30 11:13:16 1993 Jim Kingdon ([email protected]) | |
3733 | ||
3734 | * stabs.texinfo: Many minor cleanups. | |
3735 | ||
3736 | * stabs.texinfo: Remove @deffn except from Expanded Reference node. | |
3737 | ||
3738 | Sat Aug 28 12:08:09 1993 David J. MacKenzie ([email protected]) | |
3739 | ||
3740 | * stabs.texinfo: Remove full description of big example. | |
3741 | It's not really helpful; just use pieces of it where appropriate. | |
3742 | Add more Texinfo formatting directives (@samp, etc.). | |
3743 | Use @deffn to define stab types. | |
3744 | Eliminate some wordiness. Break up some nodes. | |
3745 | Add an (alphabetized) index of symbol types. | |
3746 | Use consistent capitalization style in node and section names. | |
3747 | ||
3748 | Thu Aug 26 06:36:31 1993 Fred Fish ([email protected]) | |
3749 | ||
3750 | * gdb.texinfo: Change typo "Two two" to "The two". | |
3751 | ||
3752 | Sun Aug 22 12:15:18 1993 Jim Kingdon ([email protected]) | |
3753 | ||
3754 | * stabs.texinfo (XCOFF-differences): Remove references to | |
3755 | non-existent types N_DECL and N_RPSYM. | |
3756 | ||
3757 | * stabs.texinfo (String Field): Say that type attributes bug is | |
3758 | fixed in GDB 4.10, since it is. | |
3759 | ||
3760 | * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own. | |
3761 | ||
3762 | Sat Aug 21 04:32:28 1993 David MacKenzie ([email protected]) | |
3763 | ||
3764 | * stabs.texinfo: Formatting cleanups. | |
3765 | ||
3766 | Fri Aug 20 20:49:53 1993 Jim Kingdon ([email protected]) | |
3767 | ||
3768 | * stabs.texinfo: When explaining the n_type of a stab, standardize | |
3769 | how we do it ('#' as a comment indicator, "36 is N_FUN" as text, | |
3770 | no tabs, use @r). | |
3771 | (Global Variables): Clean up. | |
3772 | ||
3773 | Tue Aug 17 15:57:27 1993 Jim Kingdon ([email protected]) | |
3774 | ||
3775 | * stabs.texinfo (Stack Variables): Re-write. | |
3776 | ||
3777 | Mon Aug 16 21:20:08 1993 Jim Kingdon ([email protected]) | |
3778 | ||
3779 | * stabs.texinfo (Stabs-in-elf): Talk about getting the start | |
3780 | addresses of a source file. Also revise formatting. | |
3781 | Change "object module" or "object file" to "source file". | |
3782 | Various: Miscellaneous cleanups. | |
3783 | ||
3784 | Thu Aug 12 15:11:51 1993 Jim Kingdon ([email protected]) | |
3785 | ||
3786 | * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi. | |
3787 | ||
3788 | Tue Aug 10 16:57:49 1993 Stan Shebs ([email protected]) | |
3789 | ||
3790 | * gdbint.texinfo: Removed many nonsensical machine-collected | |
3791 | host and target conditionals, described some of the remainder. | |
3792 | ||
3793 | Tue Aug 10 13:28:30 1993 Jim Kingdon ([email protected]) | |
3794 | ||
3795 | * gdbint.texinfo (Getting Started): Use @itemize, not @table. | |
3796 | ||
3797 | * gdbint.texinfo (Top): Add name to @top line, and re-write the | |
3798 | paragraph which follows. | |
3799 | ||
3800 | * gdbint.texinfo (Host): Use @code not @samp for Makefile | |
3801 | variables. Looks better and avoids overful hbox. | |
3802 | ||
3803 | Fri Jul 30 18:26:21 1993 Jim Kingdon ([email protected]) | |
3804 | ||
3805 | * stabs.texinfo (Procedures): Improve stuff on nested functions. | |
3806 | ||
3807 | Thu Jul 29 15:10:58 1993 Roland H. Pesch ([email protected]) | |
3808 | ||
3809 | * remote.texi: (MIPS Remote) clearer doc for set/show timeout, | |
3810 | retransmit-timeout | |
3811 | ||
3812 | Thu Jul 29 13:16:09 1993 Jim Kingdon ([email protected]) | |
3813 | ||
3814 | * gdbint.texinfo: Update statement about `some ancient Unix | |
3815 | systems, like Ultrix 4.0' to Ultrix 4.2. | |
3816 | ||
3817 | Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com) | |
3818 | ||
3819 | * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER | |
3820 | ||
3821 | * Makefile.in: depend on remote.texi rather than gdbinv-s.texi | |
3822 | ||
3823 | * remote.texi: (Server) New node on gdbserver. (Remote Serial, | |
3824 | ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP. | |
3825 | ||
3826 | * remote.texi: new name for former gdbinv-s.texi | |
3827 | ||
3828 | * gdb.texinfo: use remote.texi rather than gdbinv-s.texi | |
3829 | ||
3830 | Wed Jul 28 08:26:24 1993 Ian Lance Taylor ([email protected]) | |
3831 | ||
3832 | * gdbinv-s.texi: Documented timeout and retransmit-timeout | |
3833 | variables for MIPS remote debugging protocol. | |
3834 | ||
3835 | Mon Jul 26 13:00:09 1993 Jim Kingdon ([email protected]) | |
3836 | ||
3837 | * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix. | |
3838 | ||
3839 | Tue Jul 20 16:30:41 1993 Jim Kingdon ([email protected]) | |
3840 | ||
3841 | * Makefile.in (refcard.dvi): Use srcdir where necessary. | |
3842 | ||
3843 | Mon Jul 19 12:02:50 1993 Roland H. Pesch ([email protected]) | |
3844 | ||
3845 | * gdb.texinfo: repair conditional bugs in text markup | |
3846 | ||
3847 | Fri Jul 16 18:57:50 1993 Roland H. Pesch ([email protected]) | |
3848 | ||
3849 | * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch | |
3850 | to select Modula-2 material. | |
3851 | ||
3852 | Thu Jul 15 13:15:01 1993 Jim Kingdon ([email protected]) | |
3853 | ||
3854 | * stabs.texinfo: Cleanups regarding statics. | |
3855 | ||
3856 | * gdbinv-s.texi (Bootstrapping): Document exceptionHandler. | |
3857 | (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping. | |
3858 | ||
3859 | Mon Jul 12 13:37:02 1993 Jim Kingdon ([email protected]) | |
3860 | ||
3861 | * stabs.texinfo: N_MAIN is sometimes used for C. | |
3862 | ||
3863 | Fri Jul 9 09:47:02 1993 Peter Schauer ([email protected]) | |
3864 | ||
3865 | * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE. | |
3866 | ||
3867 | Tue Jul 6 12:41:28 1993 John Gilmore ([email protected]) | |
3868 | ||
3869 | * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS, | |
a9331b3f | 3870 | removed from the code by Kingdon. |
c906108c SS |
3871 | |
3872 | Tue Jul 6 12:24:34 1993 Jim Kingdon ([email protected]) | |
3873 | ||
3874 | * gdb.texinfo (Break Commands): Remove stuff about flushing terminal | |
3875 | input when evaluating breakpoint conditions; the bug has been fixed. | |
3876 | ||
3877 | * gdb.texinfo (Continuing and Stepping): Argument to "continue" | |
3878 | sets the ignore count to N-1, not to N. | |
3879 | ||
3880 | Thu Jul 1 14:57:42 1993 Roland H. Pesch ([email protected]) | |
3881 | ||
3882 | * refcard.tex (\hoffset): correct longstanding error to match | |
3883 | intended offset; avoids cutting off edge on some printers | |
3884 | ||
3885 | Wed Jun 30 18:23:06 1993 Jim Kingdon ([email protected]) | |
3886 | ||
3887 | * stabs.texinfo (Parameters): Say that order of stabs is significant. | |
3888 | ||
3889 | Fri Jun 25 21:34:52 1993 Jim Kingdon ([email protected]) | |
3890 | ||
3891 | * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does. | |
3892 | ||
3893 | Fri Jun 25 16:15:10 1993 Roland H. Pesch ([email protected]) | |
3894 | ||
3895 | * Makefile.in: (REFEDITS) new var to control whether PS or CM | |
3896 | fonts and whether US or A4 paper for GDB refcard; (refcard.dvi) | |
3897 | collect sed edits if any, apply to refcard before formatting; | |
3898 | (refcard.ps) stop implying PS fonts if PS output requested; | |
3899 | (lrefcard.ps) delete extra target for variant PS fonts | |
3900 | ||
3901 | * refcard.tex: parametrize papersize dependent info, collect | |
3902 | in easily replaced spot | |
3903 | ||
3904 | * a4rc.sed: new file, edits to refcard for A4 paper | |
3905 | ||
3906 | Fri Jun 25 14:21:46 1993 Jim Kingdon ([email protected]) | |
3907 | ||
3908 | * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes. | |
3909 | ||
3910 | Wed Jun 23 15:02:50 1993 Jim Kingdon ([email protected]) | |
3911 | ||
3912 | * stabs.texinfo (Negative Type Numbers): Minor character cleanups. | |
3913 | ||
3914 | Tue Jun 22 16:31:52 1993 Jim Kingdon ([email protected]) | |
3915 | ||
3916 | * stabs.texinfo: Express disapproval of 'D' symbol descriptor | |
3917 | politely rather than rudely. | |
3918 | ||
3919 | Fri Jun 18 19:42:09 1993 Jim Kingdon ([email protected]) | |
3920 | ||
3921 | * stabs.texinfo: Document common blocks. | |
3922 | ||
3923 | Fri Jun 18 12:12:57 1993 Fred Fish ([email protected]) | |
3924 | ||
3925 | * stabs.texinfo: Add some basic info about stabs-in-elf. | |
3926 | ||
3927 | Fri Jun 18 13:57:09 1993 Jim Kingdon ([email protected]) | |
3928 | ||
3929 | * stabs.texinfo (Top): Minor cleanup. | |
3930 | ||
3931 | Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com) | |
3932 | ||
3933 | * Makefile.in (install-info): remove parentdir support | |
3934 | ||
3935 | Tue Jun 15 18:11:39 1993 Roland H. Pesch ([email protected]) | |
3936 | ||
3937 | * gdb.texinfo (Copying): delete this node and references to it; | |
3938 | RMS says this manual need not carry GPL. (passim): Improvements | |
3939 | from last round at FSF, largely due to Ian Taylor review, and | |
3940 | minor formatting improvements. | |
3941 | ||
3942 | * gdbinv-s.texi (passim): Improvements from last round at FSF, | |
3943 | largely due to Ian Taylor review. (Debug Session): minor edits to | |
3944 | new text. | |
3945 | ||
3946 | Sun Jun 13 12:52:39 1993 Jim Kingdon ([email protected]) | |
3947 | ||
3948 | * Makefile.in (realclean): Remove info and dvi files too. | |
3949 | ||
3950 | Sat Jun 12 16:09:22 1993 Jim Kingdon ([email protected]) | |
3951 | ||
3952 | * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames. | |
3953 | * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi. | |
3954 | * gdb.texinfo: Change accordingly. | |
3955 | ||
3956 | * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of | |
3957 | N_{L,R}BRAC,N_SLINE are relative to. | |
3958 | ||
3959 | Fri Jun 11 15:15:55 1993 Jim Kingdon ([email protected]) | |
3960 | ||
3961 | * Makefile.in (GDBvn.texi): Update atomically. | |
3962 | ||
3963 | Wed Jun 9 10:58:16 1993 Jim Kingdon ([email protected]) | |
3964 | ||
3965 | * gdbinv-s.texi (Debug Session): Document exceptionHook. | |
3966 | ||
3967 | Tue Jun 8 13:42:04 1993 Jim Kingdon ([email protected]) | |
3968 | ||
3969 | * gdb.texinfo (Print Settings): Move all stuff relating to symbolic | |
3970 | addresses together. Also motivate the set print symbol-filename | |
3971 | command and suggest other solutions. | |
3972 | ||
3973 | Tue Jun 1 22:46:43 1993 Fred Fish ([email protected]) | |
3974 | ||
3975 | * gdb.texinfo (set print elements): Note that the number of | |
3976 | elements is set to unlimited by "set print elements 0". | |
3977 | ||
3978 | Mon May 31 08:06:55 1993 Jim Kingdon ([email protected]) | |
3979 | ||
3980 | * stabs.texinfo (Builtin Type Descriptors): Try to clarify what | |
3981 | NF_LDOUBLE means. | |
3982 | (Stab Types): Include Solaris stab types. | |
3983 | (Procedures): Document Solaris extensions. | |
3984 | ||
3985 | Thu May 27 06:20:42 1993 Peter Schauer ([email protected]) | |
3986 | ||
3987 | * gdb.texinfo: Add `set print symbol-filename' doc. | |
3988 | ||
3989 | Wed May 26 00:26:42 1993 Jim Kingdon ([email protected]) | |
3990 | ||
3991 | * stabs.texinfo (Arrays): Talk about type definition vs. type | |
3992 | information. | |
3993 | ||
3994 | * stabs.texinfo (Builtin Type Descriptors): Talk about omitting | |
3995 | the trailing semicolon. | |
3996 | ||
3997 | Tue May 25 14:49:42 1993 Jim Kingdon ([email protected]) | |
3998 | ||
3999 | * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes | |
4000 | and merge in other parts of the document addressing these subjects. | |
4001 | gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo. | |
4002 | ||
4003 | * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon | |
4004 | at the end of a range type. | |
4005 | ||
4006 | * stabs.texinfo (Subranges): "A offset" and "T offset" are not | |
4007 | AIX extensions. | |
4008 | ||
4009 | Mon May 24 09:00:33 1993 Jim Kingdon ([email protected]) | |
4010 | ||
4011 | * stabs.texinfo (Stabs Format): Misc fixes. | |
4012 | ||
4013 | Sat May 22 10:40:56 1993 Jim Kingdon ([email protected]) | |
4014 | ||
4015 | * stabs.texinfo (Constants): Allow an `e' constant to be non-enum. | |
4016 | (Traditional builtin types): Document convex convention for long long. | |
4017 | (Negative builtin types): Discuss type names, and misc fixes. | |
4018 | ||
4019 | Fri May 21 11:20:31 1993 Jim Kingdon ([email protected]) | |
4020 | ||
4021 | * stabs.texinfo (Builtin Type Descriptors): Document the floating | |
4022 | point types used with @samp{R} type descriptor. | |
4023 | (Symbol Descriptors): Describe how to handle conflict between | |
4024 | different meanings of @samp{P} symbol descriptor. | |
4025 | ||
4026 | Thu May 20 13:35:10 1993 Jim Kingdon ([email protected]) | |
4027 | ||
4028 | * stabs.texinfo: Remove node Quick Reference and put its children | |
4029 | directly under the main menu. | |
4030 | ||
4031 | * stabs.texinfo: Many more changes to bring it into line with | |
4032 | AIX documentation and reality. I think it now has all the | |
4033 | information from the AIX documentation, except that I burned | |
4034 | out when I got to variant records (Pascal and Modula-2) and | |
4035 | all the COBOL types. Oh well, we can add them later when we're | |
4036 | worrying more about those languages. | |
4037 | ||
4038 | * stabs.texinfo (Automatic variables): Talk about what it means | |
4039 | to omit the symbol descriptor. | |
4040 | ||
4041 | Tue May 18 17:59:18 1993 Jim Kingdon ([email protected]) | |
4042 | ||
4043 | * stabs.texinfo (Parameters): Add "(sometimes)" when describing | |
4044 | gcc2 behavior with promoted args. | |
4045 | ||
4046 | Fri May 14 21:35:29 1993 Roland H. Pesch ([email protected]) | |
4047 | ||
4048 | * gdb.texinfo: include readline appendices in info version of manual | |
4049 | ||
4050 | Fri May 7 11:56:18 1993 Roland H. Pesch ([email protected]) | |
4051 | ||
4052 | * gdbinv-s.texi (Remote Serial): describe new ^C behavior in | |
4053 | target remote. | |
4054 | ||
4055 | * gdb.texinfo (Machine Code): more index entries for disassemble | |
4056 | ||
4057 | Fri May 7 10:12:30 1993 Fred Fish ([email protected]) | |
4058 | ||
4059 | * Clarify the intended use of the gdb-testers and gdb-patches | |
4060 | mailing lists, and shrink gzip comment. | |
4061 | ||
4062 | Thu May 6 16:39:50 1993 Roland H. Pesch ([email protected]) | |
4063 | ||
4064 | * gdb.texinfo (Shell Commands): do not mention SHELL env var in | |
4065 | DOSHOST configuration of manual. | |
4066 | ||
4067 | * gdb.texinfo (MIPS Stack): new node. | |
4068 | ||
4069 | * all-config.texi (MIPS) new switch. | |
4070 | ||
4071 | * gdbinv-s.texi (Nindy Options) Remove two instances of future | |
4072 | tense; (MIPS Remote) new node. | |
4073 | ||
4074 | * gdb.texinfo (passim) rephrases to work around makeinfo @value | |
4075 | bug; (Environment) less passive, other small cleanups in text about | |
4076 | .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry; | |
4077 | (Remote) new MIPS Remote menu entry. | |
4078 | ||
4079 | Thu Apr 29 09:36:25 1993 Jim Kingdon ([email protected]) | |
4080 | ||
4081 | * stabs.texinfo: Many changes to include information from the | |
4082 | AIX documentation. | |
4083 | ||
4084 | * gdb.texinfo (Environment): Mention pitfall with .cshrc. | |
4085 | ||
4086 | Tue Apr 27 14:02:57 1993 Jim Kingdon ([email protected]) | |
4087 | ||
4088 | * gdbint.texinfo (new node Debugging GDB, elsewhere): | |
4089 | Move a bunch of information from ../README. | |
4090 | (Getting Started): New node. | |
4091 | ||
4092 | Fri Apr 23 17:21:13 1993 Roland H. Pesch ([email protected]) | |
4093 | ||
4094 | * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target | |
4095 | ||
4096 | * gdb.texinfo: advance manual revision dates to present | |
4097 | ||
4098 | * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi: | |
4099 | stop using silly Roman numerals in @set variable names | |
4100 | ||
4101 | Fri Apr 23 07:30:01 1993 Jim Kingdon ([email protected]) | |
4102 | ||
4103 | * stabs.texinfo (Parameters): Keep trying to get this right. | |
4104 | ||
4105 | Wed Apr 21 15:18:47 1993 Jim Kingdon ([email protected]) | |
4106 | ||
4107 | * stabs.texinfo (Parameters): More on "local parameters". | |
4108 | ||
4109 | Mon Apr 19 08:00:51 1993 Jim Kingdon ([email protected]) | |
4110 | ||
4111 | * stabs.texinfo (Parameters): Re-do "local parameters" section. | |
4112 | ||
4113 | Sun Apr 18 09:47:45 1993 Jim Kingdon ([email protected]) | |
4114 | ||
4115 | * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref. | |
4116 | (Parameters): Rewrite. | |
4117 | (xcoff-differences, Sun-differences): Minor changes. | |
4118 | ||
4119 | Thu Apr 15 02:35:24 1993 John Gilmore ([email protected]) | |
4120 | ||
4121 | * stabs.texinfo: Minor cleanup. | |
4122 | ||
4123 | Wed Apr 14 17:31:00 1993 Jim Kingdon ([email protected]) | |
4124 | ||
4125 | * gdbint.texinfo: Minor xcoff stuff. | |
4126 | ||
4127 | Wed Apr 7 14:11:07 1993 Fred Fish ([email protected]) | |
4128 | ||
4129 | * gdbint.texinfo: Update for new config directory structure. | |
4130 | Add info about internal type data structures. | |
4131 | ||
4132 | Mon Apr 5 09:06:30 1993 Ian Lance Taylor ([email protected]) | |
4133 | ||
4134 | * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in | |
4135 | $(srcdir). | |
4136 | (gdb-config.texi): Depend on file in $(srcdir). | |
4137 | ||
4138 | Fri Apr 2 16:55:13 1993 Jim Kingdon ([email protected]) | |
4139 | ||
4140 | * stabs.texinfo: Fixes about N_SO. | |
4141 | ||
4142 | Fri Mar 26 18:00:35 1993 Roland H. Pesch ([email protected]) | |
4143 | ||
4144 | * gdb.texinfo: include list of nonstandard init file names | |
4145 | ||
4146 | * *-config.texi: new switch GENERIC for text that applies *only* | |
4147 | to (usual) multiple-target version of manual | |
4148 | ||
4149 | * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct | |
4150 | h8 config | |
4151 | ||
4152 | * gdb.texinfo: depend on latest fixed makeinfo, use conditionals | |
4153 | in menus (rather than conditionally selected multiple alternative | |
4154 | menus). | |
4155 | ||
4156 | * Makefile.in: define and use DOC_CONFIG var to select | |
4157 | configuration for GDB user manual. | |
4158 | ||
4159 | * gdb-config.texi: delete from repository, generate from Makefile. | |
4160 | ||
4161 | * all-config.texi: normal `generic' configuration file, formerly | |
4162 | stored as gdb-config.texi | |
4163 | ||
4164 | Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) | |
4165 | ||
4166 | * Makefile.in: add dvi target to build all .dvi files | |
4167 | ||
4168 | Tue Mar 23 16:03:24 1993 Roland H. Pesch ([email protected]) | |
4169 | ||
4170 | * gdb.texinfo, gdvinv-s.texinfo: formatting improvements. | |
4171 | ||
4172 | Fri Mar 19 21:46:50 1993 John Gilmore ([email protected]) | |
4173 | ||
4174 | * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as | |
4175 | host conditionals. | |
4176 | * stabs.texinfo: More array fixes inspired by Jim's. | |
4177 | ||
4178 | Fri Mar 19 10:23:34 1993 Jim Kingdon ([email protected]) | |
4179 | ||
4180 | * stabs.texinfo: Fixes re arrays and continuations. | |
4181 | ||
4182 | * gdbint.texinfo: Add XCOFF node. | |
4183 | ||
4184 | Mon Mar 8 15:52:18 1993 John Gilmore ([email protected]) | |
4185 | ||
4186 | * gdb.texinfo: Add `set print max-symbolic-offset' doc. | |
4187 | ||
4188 | Sun Feb 21 17:09:38 1993 Per Bothner ([email protected]) | |
4189 | ||
4190 | * stabs.texinfo: Fix for array types to mention lower bounds. | |
4191 | ||
4192 | Thu Feb 18 01:19:49 1993 John Gilmore ([email protected]) | |
4193 | ||
4194 | * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*. | |
4195 | ||
4196 | Wed Feb 17 08:15:24 1993 John Gilmore ([email protected]) | |
4197 | ||
4198 | * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines. | |
4199 | ||
4200 | Thu Feb 11 10:38:40 1993 John Gilmore ([email protected]) | |
4201 | ||
4202 | * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found | |
4203 | by Michael Ben-Gershon <[email protected]>. | |
4204 | ||
4205 | Wed Feb 10 23:59:19 1993 John Gilmore ([email protected]) | |
4206 | ||
4207 | * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET. | |
4208 | ||
4209 | Tue Feb 9 18:26:21 1993 Roland H. Pesch ([email protected]) | |
4210 | ||
4211 | * gdb.texinfo, gdbinv-s.texi: misc updates | |
4212 | ||
4213 | Sat Feb 6 10:25:47 1993 John Gilmore ([email protected]) | |
4214 | ||
4215 | * gdbint.texinfo: Brief documentation for longjmp support, | |
4216 | from an email msg by Stu. | |
4217 | ||
4218 | Fri Feb 5 14:10:15 1993 John Gilmore ([email protected]) | |
4219 | ||
4220 | * stabs.texinfo: Fix description of floating point "range" | |
4221 | types (which really define basic types). Reported by Jim Meehan, | |
4222 | <[email protected]>. | |
4223 | ||
4224 | * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone. | |
4225 | ||
4226 | Thu Feb 4 13:56:46 1993 Ian Lance Taylor ([email protected]) | |
4227 | ||
4228 | * gdbint.texinfo: Slightly expand section on supporting a new | |
4229 | object file format. | |
4230 | ||
4231 | Thu Feb 4 01:49:04 1993 John Gilmore ([email protected]) | |
4232 | ||
4233 | * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex | |
4234 | intermediate file. | |
4235 | ||
4236 | Tue Feb 2 12:18:06 1993 Roland H. Pesch ([email protected]) | |
4237 | ||
4238 | * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups | |
4239 | ||
4240 | Mon Feb 1 15:35:47 1993 Roland H. Pesch ([email protected]) | |
4241 | ||
4242 | * gdbinv-s.texi: z8000 simulator target name is just "sim" | |
4243 | ||
4244 | * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001 | |
4245 | as well as Z8002. | |
4246 | ||
4247 | Sat Nov 28 06:51:35 1992 John Gilmore ([email protected]) | |
4248 | ||
4249 | * gdbint.texinfo: Add sections on clean design and on how to send | |
4250 | in changes. | |
4251 | ||
4252 | Mon Nov 9 23:57:02 1992 John Gilmore ([email protected]) | |
4253 | ||
4254 | * gdbint.texinfo: Add how to declare the result of make_cleanup. | |
4255 | ||
4256 | Mon Oct 26 11:09:47 1992 John Gilmore ([email protected]) | |
4257 | ||
4258 | * gdb.texinfo: Fix typo, reported by Karl Berry. | |
4259 | ||
4260 | Fri Oct 23 00:41:21 1992 John Gilmore ([email protected]) | |
4261 | ||
4262 | * gdb.texinfo: Add opcodes dir to GDB distribution description. | |
4263 | ||
4264 | Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
4265 | ||
4266 | * gdbint.texinfo: fixed a stray email address (needs @@), | |
4267 | added @table @code to node "Native Conditionals" | |
4268 | ||
4269 | Tue Sep 22 00:34:15 1992 John Gilmore ([email protected]) | |
4270 | ||
4271 | * gdbint.texinfo: Describe coding style of GDB. | |
4272 | ||
4273 | Mon Sep 21 19:32:16 1992 John Gilmore ([email protected]) | |
4274 | ||
4275 | * stabs.texinfo: Minor wording changes. | |
4276 | ||
4277 | Tue Sep 15 02:57:09 1992 John Gilmore ([email protected]) | |
4278 | ||
4279 | * gdbint.texinfo: Improve release doc slightly. | |
4280 | ||
4281 | Fri Sep 11 01:34:25 1992 John Gilmore ([email protected]) | |
4282 | ||
4283 | * gdbint.texinfo: Improve doc of GDB config macros. | |
4284 | ||
4285 | Wed Sep 9 16:52:06 1992 John Gilmore ([email protected]) | |
4286 | ||
4287 | * stabs.texinfo: Remove Bothner's changes for C++ nested types. | |
4288 | These will be reinserted when examined. | |
4289 | ||
4290 | Mon Aug 24 01:17:55 1992 John Gilmore ([email protected]) | |
4291 | ||
4292 | * gdbint.texinfo: Make a start at documenting all the #if macros | |
4293 | in GDB. At least list them all, and start separating them into | |
4294 | host-specific and target-specific. | |
4295 | ||
4296 | Tue Aug 18 15:59:13 1992 Roland H. Pesch ([email protected]) | |
4297 | ||
4298 | * gdbinv-s.m4.in: refrain from using @cartouche for just a few | |
a9331b3f | 4299 | examples (not consistent w others). |
c906108c SS |
4300 | gdb.texinfo: issue disclaimer paragraph on cmdline options only |
4301 | for generic vn of doc | |
4302 | ||
4303 | Tue Aug 18 14:53:27 1992 Ian Lance Taylor ([email protected]) | |
4304 | ||
4305 | * Makefile.in: always create installation directories. | |
4306 | ||
4307 | Tue Aug 18 14:11:50 1992 Roland H. Pesch ([email protected]) | |
4308 | ||
4309 | * gdb.texinfo: in h8 config, do not describe searching commands. | |
4310 | ||
4311 | Mon Aug 17 18:07:59 1992 Roland H. Pesch ([email protected]) | |
4312 | ||
4313 | * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300 | |
4314 | conditionals; introduce a few generic switches that may be | |
4315 | useful for other cross-dev or dos-hosted configs. | |
4316 | ||
4317 | * gdb.texinfo: fix typo in "info reg" description | |
4318 | ||
4319 | Sun Aug 16 01:16:18 1992 John Gilmore ([email protected]) | |
4320 | ||
4321 | * stabs.texinfo: Minor updates from running TeX over it. | |
4322 | * Makefile.in (stabs.dvi, stabs.ps): Add. | |
4323 | ||
4324 | Sat Aug 15 20:52:24 1992 Per Bothner ([email protected]) | |
4325 | ||
4326 | * stabs.texinfo: Stabs documentation, written by Julia Menapace. | |
4327 | First pass at converting it to texinfo. | |
4328 | ||
4329 | Sat Aug 15 03:14:59 1992 John Gilmore ([email protected]) | |
4330 | ||
4331 | * gdb.texinfo, refcard.tex: Document mult args on `info reg'. | |
4332 | * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir). | |
4333 | ||
4334 | Fri Aug 14 21:08:47 1992 John Gilmore ([email protected]) | |
4335 | ||
4336 | * gdbint.texinfo: Add section on partial symbol tables. | |
4337 | ||
4338 | Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com) | |
4339 | ||
4340 | * gdb.texinfo: document `set remotedebug' and `set | |
4341 | rstack_high_address'. | |
4342 | ||
4343 | Thu May 14 17:09:48 1992 Roland H. Pesch ([email protected]) | |
4344 | ||
4345 | * gdb.texinfo: slight expansion of new text on reading info files | |
4346 | * gdbinv-s.m4.in: correct and expand info on cross-debugging | |
4347 | H8/300 from DOS. | |
4348 | ||
4349 | Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com) | |
4350 | ||
4351 | * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor. | |
4352 | ||
4353 | Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com) | |
4354 | ||
4355 | * gdb.texinfo: Say how to read the `info' files. | |
4356 | ||
4357 | Tue May 5 12:11:38 1992 K. Richard Pixley ([email protected]) | |
4358 | ||
4359 | * Makefile.in: gm4 -> m4. | |
4360 | ||
4361 | Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com) | |
4362 | ||
4363 | * gdb.texinfo: Update for GDB-4.5. Move `Formatting | |
4364 | Documentation' ahead of `Installing GDB' to match README. | |
4365 | Update shared library doc, -readnow and -mapped, and directory | |
a9331b3f | 4366 | structure (add glob and mmalloc). Update configure doc. |
c906108c SS |
4367 | |
4368 | Tue Mar 24 23:28:38 1992 K. Richard Pixley ([email protected]) | |
4369 | ||
4370 | * Makefile.in: remove $(srcdir) from gdb.info rule. | |
4371 | ||
4372 | Sat Mar 7 18:44:50 1992 K. Richard Pixley ([email protected]) | |
4373 | ||
4374 | * Makefile.in: commented out gdb-all.texinfo rule. This is | |
4375 | temporary. | |
4376 | ||
4377 | Wed Feb 26 18:04:40 1992 K. Richard Pixley ([email protected]) | |
4378 | ||
4379 | * Makefile.in, configure.in: removed traces of namesubdir, | |
4380 | -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced | |
4381 | copyrights to '92, changed some from Cygnus to FSF. | |
4382 | ||
4383 | Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com) | |
4384 | ||
4385 | * gdb.texinfo: Improve how we ask for bug reports. | |
4386 | ||
4387 | Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
4388 | ||
4389 | * Makefile.in: infodir belongs in datadir. | |
4390 | ||
4391 | Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
4392 | ||
4393 | * Makefile.in: remove spaces following hyphens, bsd make can't | |
4394 | cope. install using INSTALL_DATA. added clean-info. added | |
a9331b3f | 4395 | standards.text support. |
c906108c SS |
4396 | |
4397 | Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
4398 | ||
4399 | * Makefile.in: idestdir and ddestdir go away. Added copyrights | |
4400 | and shift gpl to v2. Added ChangeLog if it didn't exist. docdir | |
4401 | and mandir now keyed off datadir by default. | |
4402 | ||
4403 | \f | |
4404 | Local Variables: | |
9e9c5ae7 | 4405 | mode: change-log |
c906108c SS |
4406 | left-margin: 8 |
4407 | fill-column: 74 | |
4408 | version-control: never | |
4409 | End: |