]>
Commit | Line | Data |
---|---|---|
f4abbc16 MM |
1 | 2015-02-09 Markus Metzger <[email protected]> |
2 | ||
3 | * gdb.texinfo (Process Record and Replay): Describe the "record | |
4 | btrace bts" command. | |
5 | (General Query Packets): Describe qXfer:btrace-conf:read packet. | |
6 | (Branch Trace Configuration Format): New. | |
7 | ||
cfb069a8 GB |
8 | 2015-01-31 Gary Benson <[email protected]> |
9 | Doug Evans <[email protected]> | |
10 | ||
11 | * gdb.texinfo (Command Completion): Document new | |
12 | "set/show max-completions" option. | |
13 | ||
f57d2163 DE |
14 | 2015-01-31 Doug Evans <[email protected]> |
15 | ||
16 | * gdb.texinfo (Symbols): Document new commands | |
17 | "maint print symbol-cache", "maint print symbol-cache-statistics", | |
18 | "maint flush-symbol-cache". Document new option | |
19 | "maint set symbol-cache-size". | |
20 | ||
9f050062 DE |
21 | 2015-01-31 Doug Evans <[email protected]> |
22 | ||
23 | * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to | |
24 | distinguish script files vs inlined scripts. | |
25 | * python.texi (Python Auto-loading): Ditto. | |
26 | ||
b6577aab DE |
27 | 2015-01-30 Doug Evans <[email protected]> |
28 | ||
29 | * gdb.texinfo (Symbols) <info source>: Output now contains producer | |
30 | string if present. | |
31 | ||
3a8b707a DE |
32 | 2015-01-27 Doug Evans <[email protected]> |
33 | ||
34 | * python.texi (Objfiles In Python): Document Objfile.username. | |
35 | ||
1b549396 DE |
36 | 2015-01-27 Doug Evans <[email protected]> |
37 | ||
38 | * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs. | |
39 | * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs. | |
40 | ||
253828f1 JK |
41 | 2015-01-22 Jan Kratochvil <[email protected]> |
42 | ||
43 | * gdb.texinfo (Threads): Describe -ascending for thread apply all. | |
44 | ||
bf555842 EZ |
45 | 2015-01-16 Eli Zaretskii <[email protected]> |
46 | ||
47 | * doc/gdb.texinfo (TUI Commands): Document the possible | |
48 | values of NAME argument to 'winheight' command. Explain the | |
49 | effect of 'tabset' setting better. | |
50 | ||
439250fb DE |
51 | 2015-01-11 Doug Evans <[email protected]> |
52 | ||
53 | PR gdb/15830 | |
54 | * gdb.texinfo (Debugging C Plus Plus): Mention "demangle". | |
55 | (Symbols): Ditto. | |
56 | (Maintenance Commands): Delete docs for "maint demangle". | |
57 | ||
6bf6fd09 JB |
58 | 2014-12-31 Joel Brobecker <[email protected]> |
59 | ||
60 | * gdb.texinfo (Files): Remove documentation of the | |
61 | "add-shared-symbol-files" and "assf" commands. | |
62 | (Cygwin Native): Remove documentation of the "dll-symbols" | |
63 | command. | |
64 | ||
cc485e62 DE |
65 | 2014-12-17 Doug Evans <[email protected]> |
66 | ||
67 | * gdb.texinfo (Debugging Output): Document "debug symbol-lookup". | |
68 | ||
bb2ec1b3 TT |
69 | 2014-12-12 Phil Muldoon <[email protected]> |
70 | Jan Kratochvil <[email protected]> | |
71 | ||
72 | * gdb.texinfo (Altering): Update. | |
73 | (Compiling and Injecting Code): New node. | |
74 | ||
6dddd6a5 DE |
75 | 2014-12-12 Doug Evans <[email protected]> |
76 | ||
77 | * python.texi (Objfiles In Python): Document gdb.lookup_objfile. | |
78 | ||
f5b95c01 AA |
79 | 2014-12-12 Andreas Arnez <[email protected]> |
80 | ||
81 | * gdb.texinfo: Document "maint print user-registers". | |
82 | ||
a0be3e44 DE |
83 | 2014-12-08 Doug Evans <[email protected]> |
84 | ||
85 | * python.texi (Objfiles In Python): Document Objfile.owner. | |
86 | ||
86e4ed39 DE |
87 | 2014-12-04 Doug Evans <[email protected]> |
88 | ||
89 | * python.texi (Objfiles In Python): Document | |
90 | Objfile.add_separate_debug_file. | |
91 | ||
7c50a931 DE |
92 | 2014-12-04 Doug Evans <[email protected]> |
93 | ||
94 | * python.texi (Objfiles In Python): Document Objfile.build_id. | |
95 | ||
162078c8 NB |
96 | 2014-12-02 Nick Bull <[email protected]> |
97 | ||
98 | * python.texi (Events In Python): Document new events | |
99 | InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent | |
100 | and RegisterChangedEvent. | |
101 | ||
f10c5b19 JK |
102 | 2014-11-30 Jan Kratochvil <[email protected]> |
103 | ||
104 | Add add-auto-load-scripts-directory. | |
105 | * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link. | |
106 | (objfile-gdbdotext file): Add add-auto-load-scripts-directory. | |
107 | ||
413b59ae JK |
108 | 2014-11-30 Jan Kratochvil <[email protected]> |
109 | ||
110 | * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path | |
111 | description typo. | |
112 | ||
02be9a71 DE |
113 | 2014-10-30 Doug Evans <[email protected]> |
114 | ||
115 | * python.texi (Progspaces In Python): Document ability to add | |
116 | random attributes to gdb.Progspace objects. | |
117 | (Objfiles In Python): Document ability to add random attributes to | |
118 | gdb.objfile objects. | |
119 | ||
e5f8a7cc PA |
120 | 2014-10-27 Pedro Alves <[email protected]> |
121 | ||
122 | * gdb.texinfo (Continuing and Stepping): Add cross reference to | |
123 | info on stepping and signal handlers. | |
124 | (Signals): Explain stepping and signal handlers. Add context | |
125 | index entry, and cross references. | |
126 | ||
fab3a15d SM |
127 | 2014-10-20 Simon Marchi <[email protected]> |
128 | ||
129 | * python.texi (Breakpoints In Python): Add parenthesis after | |
130 | Breakpoint.delete. Clarify Breakpoint.enabled description so | |
131 | that it contains "disable". | |
132 | ||
4ffbba72 DE |
133 | 2014-10-17 Doug Evans <[email protected]> |
134 | ||
135 | * python.texi (Events In Python): Document clear_objfiles event. | |
136 | ||
d096d8c1 DE |
137 | 2014-10-17 Doug Evans <[email protected]> |
138 | ||
139 | * python.texi (Objfiles In Python): Document new progspace attribute. | |
140 | ||
32a8097b PA |
141 | 2014-10-17 Pedro Alves <[email protected]> |
142 | ||
143 | * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64. | |
144 | (SVR4 Process Information): Delete mention of OSF/1. | |
145 | ||
2ddf4301 SM |
146 | 2014-10-01 Simon Marchi <[email protected]> |
147 | ||
148 | * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new | |
149 | exit-code field in -list-thread-groups output. | |
150 | ||
342cc091 JBG |
151 | 2014-09-22 Jan-Benedict Glaw <[email protected]> |
152 | ||
153 | * gdb.texinfo (Set Breaks): Add missing "@end table". | |
154 | ||
a25a5a45 PA |
155 | 2014-09-22 Pedro Alves <[email protected]> |
156 | ||
157 | * gdb.texinfo (Set Breaks): Document that "set breakpoint | |
158 | always-inserted off" is the default mode now. Delete | |
159 | documentation of "set breakpoint always-inserted auto". | |
160 | ||
2b4fd423 DE |
161 | 2014-09-18 Doug Evans <[email protected]> |
162 | ||
163 | * python.texi (Symbol Tables In Python): Document "producer" | |
164 | attribute of gdb.Symtab objects. | |
165 | ||
deb8ff2b PA |
166 | 2014-09-16 Pedro Alves <[email protected]> |
167 | ||
168 | * gdb.texinfo (Starting) <run command>: Don't mention VxWorks. | |
169 | (Embedded OS): Remove VxWorks menu entry. | |
170 | (VxWorks): Remove node. | |
171 | ||
81219e53 DE |
172 | 2014-09-13 Doug Evans <[email protected]> |
173 | ||
174 | * gdb.texinfo (Signaling): Document new queue-signal command. | |
175 | ||
faa42425 DE |
176 | 2014-09-06 Doug Evans <[email protected]> |
177 | ||
178 | PR 15276 | |
179 | * gdb.texinfo (Convenience Funs): Document $_caller_is, | |
180 | $_caller_matches, $_any_caller_is, $_any_caller_matches. | |
181 | ||
1a6a384b JL |
182 | 2014-09-03 Justin Lebar <[email protected]> |
183 | ||
184 | * python.texi (Types In Python): Type.template_argument(n) returns a | |
185 | gdb.Value or a gdb.Type and throws an exception if n is out of | |
186 | range. | |
187 | ||
5f3b99cf SS |
188 | 2014-09-03 Sasha Smundak <[email protected]> |
189 | ||
190 | * python.texi (Frames in Python): Add read_register description. | |
191 | ||
3cecbbbe TT |
192 | 2014-08-04 Tom Tromey <[email protected]> |
193 | ||
194 | * gdb.texinfo (Debugging Output): Update for change to "set debug | |
195 | target". | |
196 | ||
90debf20 MM |
197 | 2014-08-01 Masaki Muranaka <[email protected]> |
198 | ||
199 | Pushed by Joel Brobecker <[email protected]>. | |
200 | * Makefile.in (transform): New variable. | |
201 | (install-man1, install-man5): Apply $(transform) to man file names. | |
202 | ||
ee7333ae DE |
203 | 2014-07-26 Doug Evans <[email protected]> |
204 | ||
205 | PR guile/17177 | |
206 | * guile.texi (Guile Pretty Printing API): Fix typo. | |
207 | Document set-pretty-printers!, pretty-printers. | |
208 | (Selecting Guile Pretty-Printers): Update. | |
209 | Mention program-space based pretty-printers. | |
210 | ||
70509625 PA |
211 | 2014-07-25 Pedro Alves <[email protected]> |
212 | Eli Zaretskii <[email protected]> | |
213 | ||
214 | * gdb.texinfo (Signaling) <signal command>: Explain what happens | |
215 | with multi-threaded programs. | |
216 | ||
b67a2c6f YQ |
217 | 2014-06-27 Yao Qi <[email protected]> |
218 | ||
219 | * gdb.texinfo (Maintenance Commands): Update the output of | |
220 | 'maint print dummy-frames' command. | |
221 | ||
f179cf97 EZ |
222 | 2014-06-24 Eli Zaretskii <[email protected]> |
223 | ||
224 | * gdb.texinfo (Screen Size): Improve indexing. | |
225 | ||
992c7d70 GB |
226 | 2014-06-19 Gary Benson <[email protected]> |
227 | ||
228 | * gdb.texinfo (Maintenance Commands): Document new | |
229 | "maint set/show catch-demangler-crashes" option. | |
230 | ||
57fcfb1b GB |
231 | 2014-06-19 Gary Benson <[email protected]> |
232 | ||
233 | * gdb.texinfo (Maintenance Commands): Document new | |
234 | "maint demangler-warning" command and new | |
235 | "maint set/show demangler-warning" option. | |
236 | ||
dd5d5494 SC |
237 | 2014-06-09 Siva Chandra Reddy <[email protected]> |
238 | ||
239 | * python.texi (Xmethod API): Add space before the opening | |
240 | parenthesis in function descriptions. | |
241 | ||
25326a28 | 242 | 2014-06-06 Doug Evans <[email protected]> |
d2929fdc DE |
243 | |
244 | * guile.texi (Guile Configuration): Document guile-data-directory. | |
245 | ||
0a770bb2 | 246 | 2014-06-06 Mingjie Xing <[email protected]> |
247 | ||
248 | * gdb.texinfo (Invoking GDB): Add -q and --quiet. | |
249 | ||
16f691fb DE |
250 | 2014-06-04 Doug Evans <[email protected]> |
251 | ||
252 | * guile.texi (Breakpoints In Guile): Update. | |
253 | ||
1e47491b JB |
254 | 2014-06-03 Joel Brobecker <[email protected]> |
255 | ||
256 | * python.texi (Xmethod API): Fix reference to "Progspaces In | |
257 | Python". | |
258 | ||
0c6e92a5 SC |
259 | 2014-06-03 Siva Chandra Reddy <[email protected]> |
260 | ||
261 | * python.texi (Xmethods In Python, XMethod API) | |
262 | (Writing an Xmethod): New nodes. | |
263 | (Python API): New menu entries "Xmethods In Python", | |
264 | "Xmethod API", "Writing an Xmethod". | |
265 | ||
06eb1586 DE |
266 | 2014-06-02 Doug Evans <[email protected]> |
267 | ||
268 | * guile.texi (Guile API): Add entry for Parameters In Guile. | |
269 | (GDB Scheme Data Types): Mention <gdb:parameter> object. | |
270 | (Parameters In Guile): New node. | |
271 | ||
e698b8c4 DE |
272 | 2014-06-02 Doug Evans <[email protected]> |
273 | ||
274 | * guile.texi (Guile API): Add entry for Commands In Guile. | |
275 | (Basic Guile) <parse-and-eval>: Add reference. | |
276 | (Basic Guile) <string->argv>: Move definition to Commands In Guile. | |
277 | (GDB Scheme Data Types): Mention <gdb:command> object. | |
278 | (Commands In Guile): New node. | |
279 | ||
ded03782 DE |
280 | 2014-06-02 Doug Evans <[email protected]> |
281 | ||
282 | * guile.texi (Guile API): Add entry for Progspaces In Guile. | |
283 | (GDB Scheme Data Types): Mention <gdb:progspace> object. | |
284 | (Progspaces In Guile): New node. | |
285 | ||
53e8a631 AB |
286 | 2014-05-30 Andrew Burgess <[email protected]> |
287 | ||
288 | * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR. | |
289 | * python.texi (Frames In Python): Mention | |
290 | gdb.FRAME_UNWIND_MEMORY_ERROR. | |
291 | ||
329ea579 PA |
292 | 2014-05-29 Pedro Alves <[email protected]> |
293 | Tom Tromey <[email protected]> | |
294 | ||
295 | * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1" | |
296 | from example. | |
297 | (Asynchronous and non-stop modes): Document '-gdb-set mi-async'. | |
298 | Mention that target-async is now deprecated. | |
299 | (Maintenance Commands): Document maint set/show target-async. | |
300 | ||
92bcb5f9 PA |
301 | 2014-05-29 Pedro Alves <[email protected]> |
302 | ||
303 | * observer.texi (sync_execution_done, command_error): New | |
304 | subjects. | |
305 | ||
fd664c91 PA |
306 | 2014-05-29 Pedro Alves <[email protected]> |
307 | ||
308 | PR gdb/13860 | |
309 | * observer.texi (signal_received, end_stepping_range) | |
310 | (signal_exited, exited, no_history): New observer subjects. | |
311 | ||
b2715b27 AW |
312 | 2014-05-26 Andy Wingo <[email protected]> |
313 | ||
314 | * guile.texi (GDB Scheme Data Types): Remove documentation for | |
315 | removed interfaces. Update spelling of gdb-object-kind. | |
316 | ||
9eaa4c1e AW |
317 | 2014-05-26 Andy Wingo <[email protected]> |
318 | ||
319 | * guile.texi (Basic Guile): Fix some typos. | |
320 | ||
0f1e8403 AW |
321 | 2014-05-26 Andy Wingo <[email protected]> |
322 | ||
323 | * guile.texi (Writing a Guile Pretty-Printer) | |
324 | (Guile Types Module): Fix excess parentheses in use-modules forms. | |
325 | ||
697aa1b7 EZ |
326 | 2014-05-24 Eli Zaretskii <[email protected]> |
327 | ||
328 | * guile.texi (Types In Guile, Basic Guile, Frames In Guile) | |
329 | (Breakpoints In Guile, Guile Printing Module) | |
330 | (Guile Exception Handling, Values From Inferior In Guile) | |
331 | (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile): | |
332 | Don't use @var at the beginning of a sentence. | |
333 | ||
334 | * gdb.texinfo (Frame Filter Management, Trace Files) | |
335 | (C Operators, Ada Tasks, Calling, Bootstrapping, ARM) | |
336 | (PowerPC Embedded, Define, Annotations for Running) | |
337 | (IPA Protocol Commands, Packets, General Query Packets) | |
338 | (Tracepoint Packets, Notification Packets, Environment) | |
339 | (Inferiors and Programs, Set Breaks, Set Catchpoints) | |
340 | (Continuing and Stepping, Signals, Thread-Specific Breakpoints) | |
341 | (Frames, Backtrace, Selection, Expressions, Registers) | |
342 | (Trace State Variables, Built-In Func/Proc, Signaling, Files) | |
343 | (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation) | |
344 | (Source Annotations, Using JIT Debug Info Readers, Packets) | |
345 | (Stop Reply Packets, Host I/O Packets) | |
346 | (Target Description Format): Don't use @var at the beginning of a | |
347 | sentence. | |
348 | ||
349 | * python.texi (Basic Python, Types In Python) | |
350 | (Commands In Python, Frames In Python, Line Tables In Python) | |
351 | (Breakpoints In Python, gdb.printing, gdb.types) | |
352 | (Type Printing API): Don't use @var at the beginning of a | |
353 | sentence. | |
354 | ||
67b5c0c1 MM |
355 | 2014-05-23 Markus Metzger <[email protected]> |
356 | ||
357 | * gdb.texinfo (Process Record and Replay): Document "set/show btrace | |
358 | replay-memory-access". | |
359 | ||
6a3cb8e8 PA |
360 | 2014-05-21 Pedro Alves <[email protected]> |
361 | ||
362 | * gdb.texinfo (Starting): Document "set/show | |
363 | auto-connect-native-target". | |
364 | (Target Commands): Document "target native". | |
365 | ||
936d2992 PA |
366 | 2014-05-20 Pedro Alves <[email protected]> |
367 | ||
368 | * gdb.texinfo (Memory) <compare-sections>: Generalize comments to | |
369 | not be remote specific. Add cross reference to the qCRC packet. | |
370 | (Separate Debug Files): Update cross reference to the qCRC packet. | |
371 | (General Query Packets) <qCRC packet>: Add anchor. | |
372 | ||
b3ce5e5f DE |
373 | 2014-05-17 Doug Evans <[email protected]> |
374 | ||
375 | Copy over changes from guile.texi. | |
376 | * python.texi (Basic Python) <gdb.execute>: Add text. | |
377 | (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread". | |
378 | (Values From Inferior) <Python string>: Add text. | |
379 | (Values From Inferior) <Value.string>: Clarify string length handling. | |
380 | (Pretty Printing API): Add cindex. | |
381 | (Types In Python) <TYPE_CODE_*>: Use vtable instead of table. | |
382 | Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with | |
383 | @vindex. | |
384 | (Commands In Python) <COMPLETE_*>: Similarly. | |
385 | (Symbols In Python) <SYMBOL_*>: Similarly. | |
386 | (Breakpoints In Python) <WP_*>: Similarly. | |
387 | (Breakpoints In Python) <BP_*>: Similarly. | |
388 | ||
8dfcab11 DT |
389 | 2014-05-17 David Taylor <[email protected]> |
390 | ||
391 | * gdb.texinfo (General Query Packets): Add a note about thread IDs | |
392 | mentioned in the qfThreadInfo reply. | |
393 | ||
8d551b02 DE |
394 | 2014-05-16 Doug Evans <[email protected]> |
395 | ||
396 | * gdb.texinfo (Mode Options): Add -D. | |
397 | ||
e20bd8f4 SB |
398 | 2014-05-09 Samuel Bronson <[email protected]> |
399 | ||
400 | * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of | |
401 | "make -C". | |
402 | ||
f989a1c8 TT |
403 | 2014-04-29 Tom Tromey <[email protected]> |
404 | ||
405 | * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and | |
406 | "show debug varobj". | |
407 | ||
95cf3b38 DT |
408 | 2014-05-01 David Taylor <[email protected]> |
409 | ||
410 | * gdb.texinfo (compare-sections): Document the new -r (read-only) | |
411 | option. | |
412 | ||
01f9f808 MS |
413 | 2014-04-24 Michael Sturm <[email protected]> |
414 | Walfred Tedeschi <[email protected]> | |
415 | ||
416 | * gdb.texinfo (i386 Features): Add description of AVX512 | |
417 | registers. | |
418 | ||
770e7fc7 DE |
419 | 2014-03-31 Doug Evans <[email protected]> |
420 | ||
421 | * gdb.texinfo (Symbols): Document set/show print symbol-loading. | |
422 | ||
97d8f0ee DE |
423 | 2014-03-30 Doug Evans <[email protected]> |
424 | ||
425 | * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace. | |
426 | (Background Execution): Ditto. | |
427 | ||
36cb1214 HZ |
428 | 2014-03-21 Pedro Alves <[email protected]> |
429 | Stan Shebs <[email protected]> | |
430 | Hui Zhu <[email protected]> | |
431 | ||
432 | * gdb.texinfo (Packets): Add anchor to "? packet". | |
433 | Remove fixme and update introduction of "k packet". | |
434 | Add anchor to "vKill packet". | |
435 | ||
5e3a2c38 SS |
436 | 2014-03-12 Stan Shebs <[email protected]> |
437 | ||
438 | * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h. | |
439 | ||
7a5a839f LC |
440 | 2014-02-26 Ludovic Courtès <[email protected]> |
441 | ||
dc6ae996 | 442 | * guile.texi (Basic Guile): Document 'history-append!'. |
7a5a839f | 443 | |
95060284 JB |
444 | 2014-02-20 Joel Brobecker <[email protected]> |
445 | ||
446 | * gdb.texinfo (Files): Document "add-shared-symbol-files" | |
447 | and "assf" as being deprecated. | |
448 | (Cygwin Native): Likewise for "dll-symbols". | |
449 | (Non-debug DLL Symbols): Remove reference to "dll-symbols" | |
450 | as a way to force the loading of symbols from a DLL. | |
451 | ||
f7bd0f78 SC |
452 | 2014-02-19 Siva Chandra Reddy <[email protected]> |
453 | ||
454 | * python.texi (Values From Inferior): Add description about the | |
455 | new feature. | |
456 | ||
329baa95 DE |
457 | 2014-02-17 Doug Evans <[email protected]> |
458 | ||
459 | * Makefile.in (GDB_DOC_FILES): Add python.texi. | |
460 | * gdb.texinfo (Python): Moved to ... | |
461 | * python.texi: ... here. New file. | |
462 | ||
687894f5 DE |
463 | 2014-02-17 Ludovic Courtès <[email protected]> |
464 | ||
d25f38ee | 465 | * guile.texi (Writing a Guile Pretty-Printer) <example>: |
687894f5 DE |
466 | Remove 'string-begins-with' procedure. Add 'pretty-printer' |
467 | parameter to 'str-lookup-function' procedure. Look for | |
468 | the "std::string<" prefix. | |
469 | (Frames In Guile): Add 'frame' parameter to 'frame-read-var'. | |
470 | Adjust description. | |
471 | ||
6fb526ee DE |
472 | 2014-02-11 Tejas Belagod <[email protected]> |
473 | ||
d25f38ee | 474 | * guile.texi (Values From Inferior In Guile): Remove stray |
6fb526ee DE |
475 | parantheses for deffn. |
476 | (Disassembly In Guile): Ditto. | |
477 | ||
1e0a5178 SS |
478 | 2014-02-10 Stan Shebs <[email protected]> |
479 | ||
480 | Add Doxygen support. | |
481 | * Makefile.in (doxy): New action, generates Doxygen files. | |
482 | (DOXYGEN): New. | |
483 | (doxyedit): New. | |
484 | * Doxyfile-base.in: New file. | |
485 | * Doxyfile-gdb-api.in: New file. | |
486 | * Doxyfile-gdb-xref.in: New file. | |
487 | * Doxyfile-gdbserver.in: New file. | |
488 | * doxy-index.in: New file. | |
489 | * filter-for-doxygen: New file. | |
490 | * filter-params.pl: New file. | |
491 | ||
ed3ef339 DE |
492 | 2014-02-10 Doug Evans <[email protected]> |
493 | ||
494 | * Makefile.in (GDB_DOC_FILES): Add guile.texi. | |
495 | * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts. | |
496 | (Extending GDB): New menu entries Guile, Multiple Extension Languages. | |
497 | (Guile docs): Include guile.texi. | |
498 | (objfile-gdbdotext file): Add objfile-gdb.scm. | |
499 | (dotdebug_gdb_scripts section): Mention Guile scripts. | |
500 | (Multiple Extension Languages): New node. | |
501 | * guile.texi: New file. | |
502 | ||
c6044dd1 JB |
503 | 2014-01-28 Joel Brobecker <[email protected]> |
504 | ||
505 | * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show | |
506 | ignore-descriptive-types". commands. | |
507 | ||
87ce2a04 DE |
508 | 2014-01-22 Doug Evans <[email protected]> |
509 | ||
510 | * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp. | |
511 | (gdbserver man): Ditto. | |
512 | ||
52834460 MM |
513 | 2014-01-16 Markus Metzger <[email protected]> |
514 | ||
515 | * gdb.texinfo: Document limited reverse/replay support | |
516 | for target record-btrace. | |
517 | ||
0688d04e MM |
518 | 2014-01-16 Markus Metzger <[email protected]> |
519 | ||
520 | * gdb.texinfo (Process Record and Replay): Update documentation. | |
521 | ||
8710b709 MM |
522 | 2014-01-16 Markus Metzger <[email protected]> |
523 | ||
524 | * gdb.texinfo (Process Record and Replay): Document new /c | |
525 | modifier accepted by "record function-call-history". | |
526 | Add /i modifier to "record function-call-history" example. | |
527 | ||
dcf106f3 JB |
528 | 2014-01-15 Yuanhui Zhang <[email protected]> |
529 | Joel Brobecker <[email protected]> | |
530 | ||
531 | * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl" | |
532 | markers. Remove one that was misplaced. | |
533 | ||
41ef2965 PA |
534 | 2014-01-10 Pedro Alves <[email protected]> |
535 | ||
536 | * gdb.texinfo (Your Program's Environment) <set environment>: | |
537 | Mention the shell, and point at 'set exec-wrapper'. | |
538 | ||
c0d48811 JB |
539 | 2014-01-07 Joel Brobecker <[email protected]> |
540 | ||
541 | * gdb.texinfo (Types In Python): Document new attribute Types.name. | |
542 | ||
5fba4c0f JB |
543 | 2013-12-30 Joel Brobecker <[email protected]> |
544 | ||
545 | * gdb.texinfo (Types In Python): Clarify the documentation | |
546 | of attribute gdb.Field.bitpos. | |
547 | ||
0809504b JB |
548 | 2013-12-28 Joel Brobecker <[email protected]> |
549 | ||
550 | * gdb.texinfo (Types In Python): Fix the documentation of | |
551 | attribute "bitpos" in class gdb.Field for enum types. Add | |
552 | documentation for attribute "enumval" in that same class. | |
553 | ||
edef6000 JB |
554 | 2013-12-28 Joel Brobecker <[email protected]> |
555 | ||
556 | * gdb.texinfo (GDB/MI Support Commands): Change @table into | |
557 | @ftable. | |
558 | ||
71b8c845 DE |
559 | 2013-12-23 Doug Evans <[email protected]> |
560 | ||
561 | * gdb.texinfo (Auto-loading): Move menu up. Move discussion of | |
562 | auto-loaded objfile scripts and .debug_gdb_scripts section to their | |
563 | corresponding section in Extending GDB. | |
564 | (Extending GDB): Move menu up. New menu item "Auto-loading | |
565 | extensions". | |
566 | (Sequences): New menu item "Auto-loading sequences". | |
567 | (Auto-loading sequences): New node. | |
568 | (Python): Rename section from Scripting GDB to Extending GDB. | |
569 | (Python Auto-loading): Update xref, refer to "Auto-loading extensions". | |
570 | Move docs on ways to auto-load extensions to ... | |
571 | (Auto-loading extensions): ... here. New node. | |
572 | ||
d192b373 JB |
573 | 2013-12-23 Joel Brobecker <[email protected]> |
574 | ||
575 | * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry | |
576 | in menu. | |
577 | (GDB/MI Variable Objects): Adjust reference to "-list-features" | |
578 | command, now in a new node. | |
579 | (GDB/MI Support Commands): New node, with its contents being | |
580 | extracted from the "GDB/MI Miscellaneous Commands" node. | |
581 | A small paragraph introducing the section is also added at | |
582 | the start. | |
583 | (GDB/MI Miscellaneous Commands): Delete the description of the | |
584 | -info-gdb-mi-command, -list-features and -list-target-features | |
585 | commands, now hosted in the "GDB/MI Support Commands" node. | |
586 | ||
a16b0e22 SC |
587 | 2013-12-12 Siva Chandra Reddy <[email protected]> |
588 | ||
589 | PR python/16113 | |
590 | * gdb.texinfo (Values From Inferior): Add a note about using | |
591 | gdb.Field objects as subscripts on gdb.Value objects. | |
592 | (Types In Python): Add description about the new attribute | |
593 | "parent_type" of gdb.Field objects. | |
594 | ||
9b26f0fb JB |
595 | 2013-12-12 Joel Brobecker <[email protected]> |
596 | ||
597 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex | |
598 | entry for section docuumenting the -list-features GDB/MI command. | |
599 | ||
72bfa06c JB |
600 | 2013-12-10 Joel Brobecker <[email protected]> |
601 | ||
602 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new | |
603 | "exec-run-start-option" entry in the output of the "-list-features" | |
604 | command. | |
605 | ||
3ea8680f EZ |
606 | 2013-12-04 Eli Zaretskii <[email protected]> |
607 | ||
608 | * gdb.texinfo (i386): Fix yesterday's commit. | |
609 | ||
1a4f73eb TT |
610 | 2013-12-03 Tom Tromey <[email protected]> |
611 | ||
612 | * gdb.texinfo (Set Catchpoints): Add @kindex for each command | |
613 | documented here. | |
614 | ||
6cb999f8 TT |
615 | 2013-12-03 Tom Tromey <[email protected]> |
616 | ||
617 | * gdb.texinfo (@direntry): Add menu item for gdbserver. | |
618 | ||
ca8941bb WT |
619 | 2013-12-03 Walfred Tedeschi <[email protected]> |
620 | ||
621 | * gdb.texinfo (i386 Features): Add MPX feature registers. | |
622 | (x86 Specific featuresx86 Architecture-specific Issues): Adds | |
623 | a subsubsection for MPX and describes the display of the | |
624 | boundary registers. | |
625 | ||
688981c9 JB |
626 | 2013-12-03 Joel Brobecker <[email protected]> |
627 | ||
628 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the | |
629 | documentation of the "ada-exceptions" entry. | |
630 | ||
2ea126fa JB |
631 | 2013-12-03 Joel Brobecker <[email protected]> |
632 | ||
633 | * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the | |
634 | "^error" result record concerning the error message. Document | |
635 | the error code that may also be part of that result record. | |
636 | (GDB/MI Miscellaneous Commands): Document the | |
637 | "undefined-command-error-code" element in the output of | |
638 | the "-list-features" GDB/MI command. | |
639 | ||
6b7cbff1 JB |
640 | 2013-12-03 Joel Brobecker <[email protected]> |
641 | ||
642 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document | |
643 | the new -info-gdb-mi-command GDB/MI command. Document | |
644 | the meaning of "-info-gdb-mi-command" in the output of | |
645 | -list-features. | |
646 | ||
20e1ca3b PA |
647 | 2013-11-29 Pedro Alves <[email protected]> |
648 | ||
649 | * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>: | |
650 | Update comment. | |
651 | ||
29453a14 YQ |
652 | 2013-11-24 Yao Qi <[email protected]> |
653 | ||
654 | * gdb.texinfo (Caching Remote Data): Document new | |
655 | "set/show stack-cache" option. | |
656 | ||
6dd315ba YQ |
657 | 2013-11-24 Yao Qi <[email protected]> |
658 | ||
659 | * gdb.texinfo (Caching Target Data): Replace "ON" with "on". | |
660 | (Maintenance Commands): Replace "ON" and "OFF" with "on" and | |
661 | "off" respectively. | |
662 | ||
9df9dbe0 YQ |
663 | 2013-11-23 Yao Qi <[email protected]> |
664 | ||
665 | * gdb.texinfo (GDB/MI Variable Objects): Add the description | |
666 | of "displayhint" to the table about child results. | |
667 | ||
c78feb39 YQ |
668 | 2013-11-21 Yao Qi <[email protected]> |
669 | ||
670 | * gdb.texinfo (GDB/MI Variable Objects): Add attribute | |
671 | 'dynamic' for the output of command -var-list-children. | |
672 | ||
27b81af3 YQ |
673 | 2013-11-21 Yao Qi <[email protected]> |
674 | ||
675 | * gdb.texinfo (Caching Target Data): Remove "see" before | |
676 | @pxref. | |
677 | ||
b26dfc9a YQ |
678 | 2013-11-20 Yao Qi <[email protected]> |
679 | ||
680 | * gdb.texinfo (Caching Target Data): Update doc for | |
681 | per-address-space dcache. | |
682 | ||
b12039c6 YQ |
683 | 2013-11-20 Yao Qi <[email protected]> |
684 | ||
685 | * gdb.texinfo (Data): Rename menu item. | |
686 | (Caching Remote Data): Rename to ... | |
687 | (Caching Target Data): ... it. Update. | |
688 | ||
422ad5c2 JB |
689 | 2013-11-18 Joel Brobecker <[email protected]> |
690 | ||
691 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new | |
692 | "language-option" entry in the output of the "-list-features" | |
693 | command. | |
694 | ||
805e1f19 TT |
695 | 2013-11-15 Tom Tromey <[email protected]> |
696 | ||
697 | * gdb.texinfo (Variables): Note gdb rules for ambiguous cases. | |
698 | Add example. | |
699 | ||
8fe1b653 TT |
700 | 2013-11-14 Tom Tromey <[email protected]> |
701 | ||
702 | * gdb.texinfo (Breakpoints In Python): Replace "as" with "in". | |
703 | ||
403cb6b1 JB |
704 | 2013-11-14 Joel Brobecker <[email protected]> |
705 | ||
706 | * gdb.texinfo (Show): Add xref anchor for "show language" command. | |
707 | (Context management): Place current subsection text into its own | |
708 | subsubsection. Add new subsubsection describing the "--language" | |
709 | command option. | |
710 | ||
93973826 JB |
711 | 2013-11-13 Joel Brobecker <[email protected]> |
712 | ||
713 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete | |
714 | the documentation of "info-ada-exceptions" in the output | |
715 | of the "-list-features" command. Add the documentation | |
716 | of the "ada-exception" entry instead. | |
717 | ||
6adcee18 JB |
718 | 2013-11-12 Joel Brobecker <[email protected]> |
719 | ||
93973826 | 720 | |
6adcee18 JB |
721 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first |
722 | word of a couple of sentences to start with a capital letter. | |
723 | ||
58d06528 JB |
724 | 2013-11-12 Joel Brobecker <[email protected]> |
725 | ||
726 | * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node. | |
727 | (Ada Exceptions): New node. | |
728 | (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions | |
729 | Commands" node. | |
730 | (GDB/MI Ada Exceptions Commands): New node. | |
731 | (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions" | |
732 | field in the output of the "-list-features" command. | |
733 | * NEWS: Add entry for the new "info exceptions" CLI command, | |
734 | and for the new "-info-ada-exceptions" GDB/MI command. | |
735 | ||
bc79de95 PM |
736 | 2013-11-11 Phil Muldoon <[email protected]> |
737 | ||
738 | * gdb.texinfo (Symbol Tables In Python): Add linetable method entry. | |
739 | (Line Tables In Python): New node. | |
740 | ||
73be47f5 DE |
741 | 2013-11-08 Doug Evans <[email protected]> |
742 | ||
743 | * gdb.texinfo (Debugging Output): Update text for | |
744 | "set debug dwarf2-read". | |
745 | ||
db0fec5c DE |
746 | 2013-11-08 Doug Evans <[email protected]> |
747 | ||
748 | * gdb.texinfo (Debugging Output): Update text for | |
749 | "set debug symtab-create". | |
750 | ||
92e32e33 PM |
751 | 2013-11-07 Phil Muldoon <[email protected]> |
752 | ||
753 | * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION | |
754 | constant. | |
755 | ||
f76c27b5 PM |
756 | 2013-11-07 Phil Muldoon <[email protected]> |
757 | ||
758 | * gdb.texinfo (Breakpoints In Python): Document temporary | |
759 | option in breakpoint constructor, and add documentation to the | |
760 | temporary attribute. | |
761 | ||
fa4d0c40 YQ |
762 | 2013-11-07 Yao Qi <[email protected]> |
763 | ||
764 | * gdb.texinfo (GDB/MI Variable Objects): Update doc about the | |
765 | output of "-var-info-expression". | |
766 | ||
afa332ce PA |
767 | 2013-11-06 Pedro Alves <[email protected]> |
768 | ||
769 | * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention | |
770 | non-interactive mode. | |
771 | (Environment) <shell startup files warning>: Mention | |
772 | non-interactive mode. Mention .zshenv for Z shell, and talk about | |
773 | BASH_ENV instead of .bashrc for BASH. | |
774 | ||
9ac69859 NB |
775 | 2013-10-29 Nicolas Blanc <[email protected]> |
776 | ||
777 | * gdb.texinfo (Commands to Specify Files): Add description | |
778 | of the remove-symbol-file command. | |
779 | * observer.texi: New free_objfile event | |
780 | ||
98882a26 PA |
781 | 2013-10-24 Pedro Alves <[email protected]> |
782 | ||
783 | * gdb.texinfo (Starting): Document set/show startup-with-shell. | |
784 | ||
ce13fade JB |
785 | 2013-10-11 Joel Brobecker <[email protected]> |
786 | ||
787 | * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands): | |
788 | New subsection inside which the "-catch-load" and "-catch-unload" | |
789 | commands documentation is now placed. | |
790 | (Ada Exception GDB/MI Catchpoint Commands): New subsection | |
791 | documenting the "-catch-assert" and "-catch-exception" new | |
792 | GDB/MI commands. | |
793 | ||
2446f5ea JB |
794 | 2013-10-10 Joel Brobecker <[email protected]> |
795 | ||
796 | * gdb.texinfo (Connecting): Remove unnecessary @w{}. | |
797 | ||
0d12017b JB |
798 | 2013-10-10 Joel Brobecker <[email protected]> |
799 | ||
bd80dc1a JB |
800 | * gdb.texinfo (Connecting): Replace "set remotebaud" by "set |
801 | serial baud". | |
802 | (Remote Configuration): Replace "set remotebaud" by "set serial | |
803 | baud". Replace "show remotebaud" by "show serial baud". | |
0d12017b | 804 | |
f4fb82a1 PA |
805 | 2013-10-07 Pedro Alves <[email protected]> |
806 | ||
807 | PR breakpoints/11568 | |
808 | * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens | |
809 | when the thread is removed from the thread list. | |
810 | ||
0c557179 SDJ |
811 | 2013-10-06 Sergio Durigan Junior <[email protected]> |
812 | ||
813 | * gdb.texinfo (Convenience Variables): Document $_exitsignal. | |
814 | Update entry for $_exitcode. | |
815 | ||
5713b9b5 JB |
816 | 2013-10-04 Joel Brobecker <[email protected]> |
817 | ||
818 | * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s | |
819 | new "--start" option. | |
820 | ||
901461f8 PA |
821 | 2013-10-02 Pedro Alves <[email protected]> |
822 | ||
823 | * gdb.texinfo (Registers): Expand description of saved registers | |
824 | in frames. Explain <not saved>. | |
825 | ||
8fb8eb5c DE |
826 | 2013-09-25 Doug Evans <[email protected]> |
827 | ||
828 | * gdb.texinfo (Debugging Output): Document set/show debug symfile. | |
829 | ||
0a7cfe2c SS |
830 | 2013-09-16 Stan Shebs <[email protected]> |
831 | ||
832 | Remove the internals manual gdbint.texinfo. | |
833 | * Makefile.in (INFO_DEPS): Remove gdbint.info. | |
834 | (PDFFILES): Remove gdbint.pdf. | |
835 | (HTMLFILES): Remove gdbint/index.html. | |
836 | (HTMLFILES_INSTALL): Remove gdbint. | |
837 | (GDBINT_DOC_FILES): Remove. | |
838 | (dvi): Remove gdbint.dvi. | |
839 | (ps): Remove gdbint.ps. | |
840 | * gdbint.texinfo: Remove file. | |
841 | * gdb.texinfo (Maintenance Commands): Remove reference to gdbint. | |
842 | ||
a280dbd1 SDJ |
843 | 2013-09-16 Sergio Durigan Junior <[email protected]> |
844 | ||
845 | * gdb.texinfo (Convenience Functions): Mention new convenience | |
846 | function $_isvoid. | |
847 | ||
4ac33720 UW |
848 | 2013-09-13 Andreas Arnez <[email protected]> |
849 | ||
850 | * gdb.texinfo (Decimal Floating Point format): Mention S/390. | |
851 | (Standard Target Features): Add new node to menu. | |
852 | (S/390 and System z Features): New node. | |
853 | ||
b3d3b4bd SA |
854 | 2013-09-13 Sanimir Agovic <[email protected]> |
855 | ||
856 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Use | |
857 | -list-target-features in the example. | |
858 | ||
edf9f00c JK |
859 | 2013-09-11 Jan Kratochvil <[email protected]> |
860 | ||
861 | * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create | |
862 | mini_debuginfo. Strip binary before adding mini_debuginfo to it. | |
863 | ||
1d236d23 JK |
864 | 2013-09-11 Jan Kratochvil <[email protected]> |
865 | ||
866 | Sync documentation with gdb.base/gnu-debugdata.exp. | |
867 | * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example. | |
868 | ||
5423b017 JK |
869 | 2013-09-11 Jan Kratochvil <[email protected]> |
870 | ||
871 | * gdb.texinfo (MiniDebugInfo): Fix two trailing dots. | |
872 | ||
6211c335 YQ |
873 | 2013-08-27 Pedro Alves <[email protected]> |
874 | Yao Qi <[email protected]> | |
875 | ||
876 | * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>: | |
877 | Document new --skip-unavailable option. | |
878 | <-stack-list-variables>: Document new --skip-unavailable option. | |
879 | ||
52e260a3 DE |
880 | 2013-08-26 Doug Evans <[email protected]> |
881 | ||
882 | * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes | |
883 | an optional regexp. | |
884 | ||
5e92f71a TT |
885 | 2013-08-13 Tom Tromey <[email protected]> |
886 | ||
887 | * gdbint.texinfo (Testsuite): Use @table, not @itemize. | |
888 | Document GDB_PARALLEL and GDB_INOTIFY. | |
889 | ||
c5d7073b SS |
890 | 2013-08-09 Stan Shebs <[email protected]> |
891 | ||
892 | * LRS: Remove file, describes a long-abandoned live-range | |
893 | splitting extension to stabs. | |
894 | ||
6fbe845e AB |
895 | 2013-07-25 Andrew Burgess <[email protected]> |
896 | ||
897 | * gdb.texinfo (Output Formats): Mention the new 'z' formatter. | |
898 | ||
e7045703 DE |
899 | 2013-07-17 Doug Evans <[email protected]> |
900 | ||
901 | * gdb.texinfo (Print Settings): Document "print raw frame-arguments". | |
902 | ||
3105ebf9 TT |
903 | 2013-07-02 Tom Tromey <[email protected]> |
904 | ||
905 | * gdb.texinfo (Target Commands): Don't mention "target nrom". | |
906 | ||
d6c2da54 TT |
907 | 2013-06-28 Tom Tromey <[email protected]> |
908 | ||
909 | * Makefile.in (version.subst): Use version.in, not | |
910 | common/version.in. | |
911 | * gdbint.texinfo (Versions and Branches, Releasing GDB): | |
912 | Likewise. | |
913 | ||
e5823f1c PA |
914 | 2013-06-27 Pedro Alves <[email protected]> |
915 | ||
916 | * gdbint.texinfo (Algorithms) <Stepping over runtime loader | |
917 | dynamic symbol resolution code>: New section, based on infrun.c | |
918 | comment. | |
919 | ||
92dcb9ff TT |
920 | 2013-06-26 Tom Tromey <[email protected]> |
921 | ||
922 | * gdbint.texinfo (Versions and Branches): Use common/version.in. | |
923 | Update. | |
924 | (Releasing GDB): Likewise. | |
925 | ||
dc673c81 YQ |
926 | 2013-06-26 Pedro Alves <[email protected]> |
927 | Yao Qi <[email protected]> | |
928 | ||
929 | * gdb.texinfo (GDB/MI Tracepoint Commands): Document | |
930 | -trace-frame-collected. | |
931 | ||
28a93511 YQ |
932 | 2013-06-26 Pedro Alves <[email protected]> |
933 | ||
934 | * gdb.texinfo (Traceframe Info Format): Document tvar element | |
935 | and its attributes. | |
936 | ||
a0743c90 YQ |
937 | 2013-06-25 Yao Qi <[email protected]> |
938 | ||
939 | * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'. | |
940 | ||
01208463 TT |
941 | 2013-06-24 Tom Tromey <[email protected]> |
942 | ||
943 | * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst. | |
944 | (GDBvn.texi): Use version.subst. | |
945 | (version.subst): New target. | |
946 | (mostlyclean): Remove version.subst. | |
947 | ||
c898adb7 YQ |
948 | 2013-06-20 Pedro Alves <[email protected]> |
949 | ||
950 | * gdb.texinfo (GDB/MI Data Manipulation) | |
951 | <-data-list-register-values>: Document the --skip-unavailable | |
952 | option. | |
953 | ||
7c57fa1e YQ |
954 | 2013-06-07 Yao Qi <[email protected]> |
955 | ||
956 | * gdb.texinfo (Symbols): Add kindex and cindex for | |
957 | 'maint print msymbols'. | |
958 | ||
0059c61a | 959 | 2013-06-05 Simon Marchi <[email protected]> (tiny change) |
b7742092 MK |
960 | |
961 | * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior | |
962 | response field name (thread-group to inferior). | |
963 | ||
85dc5a12 GB |
964 | 2013-06-04 Gary Benson <[email protected]> |
965 | ||
966 | * gdb.texinfo (General Query Packets/qSupported): Added | |
967 | "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read". | |
968 | to the table of currently defined stub features. | |
969 | Added a more detailed entry for "augmented-libraries-svr4-read". | |
970 | (General Query Packets/qXfer:libraries-svr4:read): Documented | |
971 | the augmented form of this packet. | |
972 | ||
5901af59 JB |
973 | 2013-05-23 Joel Brobecker <[email protected]> |
974 | ||
975 | * gdb.texinfo (System-wide Configuration Scripts): Renames | |
976 | "Installed System-wide Configuration Scripts". Add associated | |
977 | @menu block. | |
978 | ||
c1e36e3e PA |
979 | 2013-05-23 Yao Qi <[email protected]> |
980 | Pedro Alves <[email protected]> | |
981 | ||
982 | * gdb.texinfo (Packets): Document 'vCont;r'. | |
983 | (Continuing and Stepping): Document target-assisted range | |
984 | stepping, and the 'set range-stepping' and 'show range-stepping' | |
985 | commands. | |
986 | ||
0201faac JB |
987 | 2013-05-23 Joel Brobecker <[email protected]> |
988 | ||
989 | * gdb.texinfo (Installed System-wide Configuration Scripts): | |
990 | Add subsection describing the scripts now available under | |
991 | the data-dir's system-gdbbinit subdirectory. | |
992 | * NEWS: Add entry announcing the availability of system-wide | |
993 | configuration scripts for ElinOS and Wind River Linux. | |
994 | ||
c5867ab6 HZ |
995 | 2013-05-21 Hui Zhu <[email protected]> |
996 | ||
997 | * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the | |
998 | "-dprintf-insert" command. | |
999 | ||
7d0c9981 DE |
1000 | 2013-05-17 Doug Evans <[email protected]> |
1001 | ||
1002 | * gdb.texinfo (Maintenance Commands): Update doc for | |
1003 | "maint check-psymtabs". Add doc for "maint check-symtabs", | |
1004 | "maint expand-symtabs". | |
1005 | ||
742ce053 MM |
1006 | 2013-05-15 Markus Metzger <[email protected]> |
1007 | ||
1008 | * gdb.texinfo (Process Record and Replay): Document the | |
1009 | "record goto" command and its sub-commands. | |
1010 | ||
1e611234 PM |
1011 | 2013-05-10 Phil Muldoon <[email protected]> |
1012 | ||
1013 | * gdb.texinfo (Backtrace): Add "no-filter" argument. | |
1014 | (Python API): Add Frame Filters API, Frame Wrapper API, | |
1015 | Writing a Frame Filter/Wrapper, Managing Management of Frame | |
1016 | Filters chapter entries. | |
1017 | (Frame Filters API): New Node. | |
1018 | (Frame Wrapper API): New Node. | |
1019 | (Writing a Frame Filter): New Node. | |
1020 | (Managing Frame Filters): New Node. | |
1021 | (Progspaces In Python): Add note about frame_filters attribute. | |
1022 | (Objfiles in Python): Ditto. | |
1023 | (GDB/MI Stack Manipulation): Add -enable-frame-filters command, | |
1024 | @anchors and --no-frame-filters option to -stack-list-variables, | |
1025 | -stack-list-frames, -stack-list-locals and -stack-list-arguments | |
1026 | commands. | |
1027 | ||
2874cb83 JB |
1028 | 2013-05-08 Joel Brobecker <[email protected]> |
1029 | ||
1030 | * gdbint.texinfo (Native Debugging): Add "AIX Shared Library | |
1031 | Support" subsection documenting the XML format used to transfer | |
1032 | shared library info on AIX. | |
1033 | ||
9a005eb9 JB |
1034 | 2013-05-08 Joel Brobecker <[email protected]> |
1035 | ||
1036 | * gdb.texinfo (Debugging Output): Add documentation of | |
1037 | "set debug aix-solib" and "show debug aix-solib" commands. | |
1038 | ||
a1217d97 SL |
1039 | 2013-05-06 Sandra Loosemore <[email protected]> |
1040 | ||
1041 | * gdb.texinfo (Nios II): New section. | |
1042 | (Nios II Features): New section. | |
1043 | ||
4d1eb6b4 JB |
1044 | 2013-05-06 Joel Brobecker <[email protected]> |
1045 | ||
1046 | * gdbint.texinfo (Algorithms): Remove entries documenting | |
1047 | DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and | |
1048 | SOLIB_CREATE_INFERIOR_HOOK. | |
1049 | ||
3f84184e TT |
1050 | 2013-04-29 Tom Tromey <[email protected]> |
1051 | ||
1052 | PR python/14204: | |
1053 | * gdb.texinfo (Python API): Fix menu entry. | |
1054 | (Blocks In Python): Fix subsubsection text. Rewrite intro. | |
1055 | Define global and static block. Add example. Clarify | |
1056 | block relationship for inline functions. | |
1057 | ||
60155234 TT |
1058 | 2013-04-29 Tom Tromey <[email protected]> |
1059 | ||
1060 | * gdb.texinfo (Python API): Mention Python help and keyword | |
1061 | arguments. Move pagination text to Basic Python. | |
1062 | (Basic Python): Put pagination text here. Document | |
1063 | close-on-exec, SIGCHLD, and SIGINT. | |
1064 | ||
5360976e PA |
1065 | 2013-04-19 Pedro Alves <[email protected]> |
1066 | ||
1067 | * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write | |
1068 | "signedness" instead of "signness". | |
1069 | ||
bd3f3b55 PA |
1070 | 2013-04-19 Pedro Alves <[email protected]> |
1071 | ||
1072 | * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace | |
1073 | -Wno-pointer-sign text with text on -Wpointer-sign. | |
1074 | ||
dee368d3 TT |
1075 | 2013-04-16 Tom Tromey <[email protected]> |
1076 | ||
1077 | * gdb.texinfo (Set Catchpoints): Mention earliest version of | |
1078 | GCC that has the SDT probe points. | |
1079 | ||
cc16e6c9 TT |
1080 | 2013-04-15 Tom Tromey <[email protected]> |
1081 | ||
1082 | * gdb.texinfo (Set Catchpoints): Document regexp syntax for | |
1083 | exception catchpoints. | |
1084 | ||
72f1fe8a TT |
1085 | 2013-04-15 Tom Tromey <[email protected]> |
1086 | ||
1087 | * gdb.texinfo (Set Catchpoints): Document $_exception. | |
1088 | (Convenience Vars): Mention $_exception. | |
1089 | ||
591f19e8 TT |
1090 | 2013-04-15 Tom Tromey <[email protected]> |
1091 | ||
1092 | * gdb.texinfo (Set Catchpoints): Reorganize exception | |
1093 | catchpoints. Document "catch rethrow". | |
1094 | (Debugging C Plus Plus): Mention "catch rethrow". | |
1095 | ||
02ae6bad TT |
1096 | 2013-04-15 Tom Tromey <[email protected]> |
1097 | ||
1098 | * gdb.texinfo (Set Catchpoints): Remove obsolete text. | |
1099 | ||
2c91021c JK |
1100 | 2013-04-12 Jan Kratochvil <[email protected]> |
1101 | Eli Zaretskii <[email protected]> | |
1102 | ||
1103 | * gdb.texinfo (Auto-loading safe path): Add quick -iex using command | |
1104 | line below the sample output. | |
1105 | ||
6eaaf48b EZ |
1106 | 2013-04-12 Eli Zaretskii <[email protected]> |
1107 | ||
1108 | * gdb.texinfo (Mode Options): Document '-configuration'. | |
1109 | (Help): Document "show configuration". | |
1110 | (Bug Reporting): Add requirements to include the configuration | |
1111 | details in bug reports. | |
1112 | ||
b292c783 JK |
1113 | 2013-04-11 Jan Kratochvil <[email protected]> |
1114 | ||
1115 | * Makefile.in (MAN1S): Add gcore.1. | |
1116 | Remove "Host, target, and site specific Makefile fragments" comment. | |
1117 | (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New. | |
1118 | (install-man1, uninstall-man1): Conditionalize gcore.1. | |
1119 | (gcore.1): New. | |
1120 | * gdb.texinfo (Man Pages): Add gcore man. | |
1121 | (gcore man): New node. | |
1122 | ||
f81d1120 PA |
1123 | 2013-04-10 Pedro Alves <[email protected]> |
1124 | ||
1125 | * gdb.texinfo (Process Record and Replay): Document that "set | |
1126 | record full insn-number-max", "set record | |
1127 | instruction-history-size" and "set record | |
1128 | function-call-history-size" accept "unlimited". | |
1129 | (Backtrace): Document that "set backtrace limit" accepts | |
1130 | "unlimited". | |
1131 | (List): Document that "set listsize" accepts "unlimited". | |
1132 | (Print Settings)" Document that "set print max-symbolic-offset", | |
1133 | "set print elements" and "set print repeats" accept "unlimited". | |
1134 | (Starting and Stopping Trace Experiments): Document that "set | |
1135 | trace-buffer-size" accepts "unlimited". | |
1136 | (Remote Configuration): Document that "set tcp connect-timeout" | |
1137 | accepts "unlimited". | |
1138 | (Command History): Document that "set history size" accepts | |
1139 | "unlimited". | |
1140 | (Screen Size): Document that "set height" and "set width" accepts | |
1141 | "unlimited". Adjust "set pagination"'s description to suggest | |
1142 | "set height unlimited" instead of "set height 0". | |
1143 | ||
393fd4c3 YQ |
1144 | 2013-04-10 Yao Qi <[email protected]> |
1145 | ||
1146 | * gdb.texinfo (Trace Files): Add "target ctf". | |
1147 | ||
cba5a7bf JK |
1148 | 2013-04-06 Jan Kratochvil <[email protected]> |
1149 | ||
1150 | * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in. | |
1151 | ||
0ed630cb JK |
1152 | * Makefile.in (install-man1, install-man5, uninstall-man1) |
1153 | (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively. | |
1154 | ||
afe1492b JK |
1155 | * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir). |
1156 | ||
5b8b6385 JK |
1157 | 2013-04-06 Jan Kratochvil <[email protected]> |
1158 | Eli Zaretskii <[email protected]> | |
1159 | ||
1160 | * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach | |
1161 | parameters order. Remove "On some targets" for --attach. Document the | |
1162 | --multi parameter and extended-remote command. Document all the | |
1163 | options. | |
1164 | ||
906ccdf0 JK |
1165 | 2013-04-05 Jan Kratochvil <[email protected]> |
1166 | ||
1167 | * gdb.texinfo (gdb man): Mention option -p. Include Fortran to | |
1168 | the list of supported languages. | |
1169 | ||
43662968 JK |
1170 | 2013-04-05 Jan Kratochvil <[email protected]> |
1171 | ||
1172 | Convert man pages to texinfo, new gdbinit.5 texinfo page. | |
1173 | * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF, | |
1174 | (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New. | |
1175 | (diststuff): Add man. | |
1176 | (install-man, install-man1, install-man5, uninstall-man, uninstall-man1) | |
1177 | (uninstall-man5): New. | |
1178 | (STAGESTUFF): Add *.1 and *.5. | |
1179 | (GDBvn.texi): Add SYSTEM_GDBINIT. | |
1180 | (gdb.1, gdbserver.1, gdbinit.5): New. | |
1181 | (maintainer-clean realclean): Add $(MANS). | |
1182 | (install): Add install-man. | |
1183 | (uninstall): Add uninstall-man. | |
1184 | * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE. | |
1185 | (@copying): Wrap it by @c man begin COPYRIGHT. | |
1186 | (Top): Add Man Pages. | |
1187 | (Man Pages, gdb man, gdbserver man, gdbinit man): New. | |
1188 | ||
be9a8770 PA |
1189 | 2013-04-02 Pedro Alves <[email protected]> |
1190 | ||
1191 | * gdb.texinfo (Debugging Output): Document "set/show debug | |
1192 | aarch64", "set/show debug coff-pe-read" and "set/show debug | |
1193 | mach-o". | |
1194 | ||
a46c1e42 PA |
1195 | 2013-04-02 Pedro Alves <[email protected]> |
1196 | ||
1197 | * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet | |
1198 | table>: Add entry for "trace-buffer-size". | |
1199 | ||
bd3eecc3 PA |
1200 | 2013-03-28 Pedro Alves <[email protected]> |
1201 | ||
1202 | * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet | |
1203 | table>: Add entry for "trace-status". | |
1204 | ||
215b9f98 EZ |
1205 | 2013-03-28 Eli Zaretskii <[email protected]> |
1206 | ||
1207 | * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table | |
1208 | @bullet", which is invalid (makeinfo 5.1 barfs). | |
1209 | ||
7f7cc265 PA |
1210 | 2013-03-28 Pedro Alves <[email protected]> |
1211 | ||
1212 | PR gdb/15294 | |
1213 | ||
1214 | * gdb.texinfo (List) <set listsize>: Adjust to document that | |
1215 | listsize 0 means no limit, and remove mention of -1. | |
1216 | ||
9c0be723 YQ |
1217 | 2013-03-22 Yao Qi <[email protected]> |
1218 | ||
1219 | * gdb.texinfo (Embedded Processors): Remove menu item | |
1220 | "OpenRISC 1000". | |
1221 | (OpenRISC 1000): Remove. | |
1222 | ||
bd712aed DE |
1223 | 2013-03-21 Doug Evans <[email protected]> |
1224 | ||
1225 | * gdb.texinfo (Maintenance Commands): Add docs for | |
1226 | "mt set per-command {space,time,symtab} {on,off}". | |
1227 | ||
d0353e76 YQ |
1228 | 2013-03-14 Hui Zhu <[email protected]> |
1229 | Yao Qi <[email protected]> | |
1230 | ||
1231 | * gdb.texinfo (Trace Files): Add "tsave -ctf". | |
1232 | ||
6dd24dfa KS |
1233 | 2013-03-13 Keith Seitz <[email protected]> |
1234 | ||
1235 | * gdb.texinfo (Maintenance Commands): Add missing ')' for | |
1236 | "maint agent" reference to Dynamic printf. | |
1237 | ||
5c4808ca EZ |
1238 | 2013-03-11 Eli Zaretskii <[email protected]> |
1239 | ||
1240 | * gdb.texinfo (General Query Packets): Don't use colon in index | |
1241 | entries visible to Info format. | |
1242 | ||
59ea5688 MM |
1243 | 2013-03-11 Markus Metzger <[email protected]> |
1244 | ||
1245 | * gdb.texinfo (Process Record and Replay): Document record | |
1246 | changes. | |
1247 | ||
2ae8c8e7 MM |
1248 | 2013-03-11 Markus Metzger <[email protected]> |
1249 | ||
1250 | * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat. | |
1251 | (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and | |
1252 | qXfer:btrace:read. | |
1253 | ||
28abe188 EZ |
1254 | 2013-03-09 Eli Zaretskii <[email protected]> |
1255 | ||
1256 | * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't | |
1257 | use colons in @anchor and @cindex entries. | |
1258 | ||
be9a119c | 1259 | 2013-03-09 Hafiz Abid Qadeer <[email protected]> |
6790eb9f HAQ |
1260 | |
1261 | * gdb.texinfo (QTBuffer:size): Add cindex and anchor. | |
1262 | ||
be9a119c | 1263 | 2013-03-08 Stan Shebs <[email protected]> |
f6f899bf HAQ |
1264 | Hafiz Abid Qadeer <[email protected]> |
1265 | ||
1266 | * gdb.texinfo (Starting and Stopping Trace Experiments): Document | |
1267 | trace-buffer-size set and show commands. | |
1268 | (Tracepoint Packets): Document QTBuffer:size. | |
1269 | (General Query Packets): Document QTBuffer:size. | |
1270 | ||
d57350ea TT |
1271 | 2013-02-21 Tom Tromey <[email protected]> |
1272 | ||
1273 | * gdb.texinfo: Remove bad @syncodeindex. | |
1274 | (Values From Inferior, Types In Python, Inferiors In Python) | |
1275 | (Events In Python, Threads In Python, Frames In Python, Blocks In | |
1276 | Python, Symbols In Python, Symbol Tables In Python): Remove | |
1277 | @tables. | |
1278 | (Packets, General Query Packets, Tracepoint Packets) | |
1279 | (Host I/O Packets): Use @w{} for empty @item. | |
1280 | ||
9f44fbc0 SCR |
1281 | 2013-02-20 Siva Chandra Reddy <[email protected]> |
1282 | ||
1283 | * gdb.texinfo (Architectures In Python): Add description about | |
1284 | the new method gdb.Architecture.disassemble. | |
1285 | ||
f5911ea1 HAQ |
1286 | 2013-02-15 Pedro Alves <[email protected]> |
1287 | Hafiz Abid Qadeer <[email protected]> | |
1288 | ||
1289 | * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>: | |
1290 | Document the "trace-file" field. | |
1291 | ||
7e1e0340 DE |
1292 | 2013-02-07 Doug Evans <[email protected]> |
1293 | ||
1294 | * gdb.texinfo (Machine Code): Clarify argument to disassemble | |
1295 | command. | |
1296 | ||
134a2066 YQ |
1297 | 2013-02-06 Yao Qi <[email protected]> |
1298 | ||
1299 | * gdb.texinfo (GDB/MI Async Records): Document new MI | |
1300 | notification "=tsv-modified". Update the document of MI | |
1301 | notification "=tsv-created". | |
1302 | * observer.texi (GDB Observers): New observer tsv_modified. | |
1303 | Update observer tsv_created and tsv_delete. | |
1304 | ||
430ed3f0 MS |
1305 | 2013-02-05 Yufeng Zhang <[email protected]> |
1306 | ||
1307 | * gdb.texinfo (AArch64 Features): New section; document | |
1308 | org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu. | |
1309 | (Architectures): Add new AArch64 section to document AArch64 | |
1310 | architecture specific commands. | |
1311 | (ABI): Add description of the new OS ABI "Newlib" and its influence | |
1312 | on the longjmp handling. | |
1313 | ||
1b56eb55 JK |
1314 | 2013-02-03 Eldar Gaynetdinov <[email protected]> |
1315 | Jan Kratochvil <[email protected]> | |
1316 | ||
1317 | * gdb.texinfo (Backtrace): Added description of 'filename-display' | |
1318 | variable in 'set/show backtrace' section. | |
1319 | ||
c4957902 TT |
1320 | 2013-01-31 Tom Tromey <[email protected]> |
1321 | ||
1322 | * gdb.texinfo (Target Commands): Fix typo. | |
1323 | ||
bea883fd SCR |
1324 | 2013-01-23 Siva Chandra Reddy <[email protected]> |
1325 | ||
1326 | * doc/gdb.texinfo (Architectures In Python): New sub-sub-section | |
1327 | describing the gdb.Architecture class. | |
1328 | (Frames In Python): Add description about the new method | |
1329 | gdb.Frame.architecture(). | |
1330 | ||
796a7ff8 DE |
1331 | 2013-01-23 Doug Evans <[email protected]> |
1332 | ||
1333 | * gdb.texinfo (Index Section Format): Document .gdb_index version 8. | |
1334 | ||
998580f1 MK |
1335 | 2013-01-21 Marc Khouzam <[email protected]> |
1336 | ||
1337 | * gdb.texinfo (GDB/MI Breakpoint Commands): Document new | |
1338 | 'thread-groups' field when printing a breakpoint in MI. | |
1339 | ||
c9fb1240 SD |
1340 | 2012-01-17 Sanjoy Das <[email protected]> |
1341 | * gdb.texinfo (Using JIT Debug Info Readers): Change documentation | |
1342 | to reflect that jit-reader-load now supports absolute file-names. | |
1343 | ||
ab04a2af TT |
1344 | 2013-01-16 Tom Tromey <[email protected]> |
1345 | ||
1346 | * gdb.texinfo (Set Catchpoints): Document "catch signal". | |
1347 | (Signals): Likewise. | |
1348 | ||
8ac3646f TT |
1349 | 2013-01-16 Tom Tromey <[email protected]> |
1350 | ||
1351 | * gdb.texinfo (GDB/MI Breakpoint Information): Document | |
1352 | "catch-type" field. | |
1353 | (GDB/MI Catchpoint Commands): Add "catch-type" to examples. | |
1354 | ||
e93a8774 TT |
1355 | 2013-01-07 Tom Tromey <[email protected]> |
1356 | ||
1357 | * gdb.texinfo (Mode Options): Don't mention -epoch. | |
1358 | (Data, Emacs): Remove obsolete comments. | |
1359 | ||
54516a0b TT |
1360 | 2013-01-02 Tom Tromey <[email protected]> |
1361 | ||
1362 | * gdb.texinfo (GDB/MI Output Records): Update menu. | |
1363 | (GDB/MI Breakpoint Information): New node. | |
1364 | (GDB/MI Breakpoint Commands) <-break-info>: Link to new node. | |
1365 | <-break-insert>: Likewise. | |
1366 | ||
8dbe8ece YQ |
1367 | 2012-12-31 Yao Qi <[email protected]> |
1368 | ||
1369 | * gdb.texinfo (Remote Non-Stop): Move paragraphs to ... | |
1370 | (Packets): Move "vStopped" packet to ... | |
1371 | (Notification Packets): ... here. Describe the components | |
1372 | of notification. Add a table of supported notifications. | |
1373 | Add an example on the process of he async notification. | |
1374 | ||
f35a17b5 JK |
1375 | 2012-12-25 Jan Kratochvil <[email protected]> |
1376 | ||
1377 | * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always | |
1378 | present. | |
1379 | (GDB/MI File Commands) (-file-list-exec-source-files): Make the | |
1380 | fullname output always present. | |
1381 | ||
0dfd2fad PM |
1382 | 2012-12-23 Pierre Muller <[email protected]> |
1383 | ||
1384 | * gdbint.texinfo (Function prototypes): Require use of "extern" | |
1385 | modifier for function prototypes in headers. | |
1386 | ||
7785b880 JB |
1387 | 2012-12-19 Joel Brobecker <[email protected]> |
1388 | ||
1389 | * refcard.tex: Update copyright notice to GPL v3 or later. | |
1390 | Update contact info. | |
1391 | ||
3d745be3 JK |
1392 | 2012-12-16 Jan Kratochvil <[email protected]> |
1393 | ||
1394 | * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL. | |
1395 | ||
c9b6281a YQ |
1396 | 2012-12-15 Yao Qi <[email protected]> |
1397 | ||
1398 | * gdb.texinfo (Debugging Output): Document 'set debug | |
1399 | notification' and 'show debug notification'. | |
1400 | ||
f2a8bc8a YQ |
1401 | 2012-12-15 Yao Qi <[email protected]> |
1402 | ||
1403 | * gdb.texinfo (Listing Tracepoints): New item and example about | |
1404 | 'installed on target' output. | |
1405 | Add more in the example about 'installed on target'. | |
1406 | (GDB/MI Breakpoint Commands): Doc about 'installed field. | |
1407 | ||
451b7c33 TT |
1408 | 2012-12-14 Tom Tromey <[email protected]> |
1409 | ||
1410 | * gdb.texinfo (SVR4 Process Information): Mention core files. | |
1411 | ||
3fa7bf06 MG |
1412 | 2012-12-12 Mircea Gherzan <[email protected]> |
1413 | ||
1414 | * gdb.texinfo (GDB/MI Catchpoint Commands): New section. | |
1415 | ||
05b4bd79 PA |
1416 | 2012-12-11 Pedro Alves <[email protected]> |
1417 | ||
1418 | * gdb.texinfo: Remove all mentions of Unixware throughout. | |
1419 | ||
74a0d9f6 JK |
1420 | 2012-12-09 Jan Kratochvil <[email protected]> |
1421 | ||
1422 | * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG. | |
1423 | ||
0c631110 TT |
1424 | 2012-11-29 Tom Tromey <[email protected]> |
1425 | ||
1426 | * gdb.texinfo (SVR4 Process Information): Document missing | |
1427 | "info proc" subcommands. | |
1428 | ||
891df0ea YQ |
1429 | 2012-11-29 Yao Qi <[email protected]> |
1430 | ||
1431 | PR gdb/1477. | |
1432 | * gdb.texinfo (Print Settings): Correct the default 'demangle-style' | |
1433 | to 'auto' instead of 'gnu'. | |
1434 | ||
608e2dbb TT |
1435 | 2012-11-26 Tom Tromey <[email protected]> |
1436 | ||
1437 | * gdb.texinfo (MiniDebugInfo): New node. | |
1438 | (GDB Files): Update. | |
1439 | ||
e64e0392 DE |
1440 | 2012-11-16 Doug Evans <[email protected]> |
1441 | ||
1442 | * gdb.texinfo (System-wide configuration): If the system-wide init | |
1443 | file lives in the data-directory, and --data-directory is provided, | |
1444 | look for it there. | |
1445 | ||
ae606bee TT |
1446 | 2012-11-15 Tom Tromey <[email protected]> |
1447 | ||
1448 | * gdb.texinfo (Signaling): Fix typo. | |
1449 | ||
62747a60 TT |
1450 | 2012-11-13 Giuseppe Montalto <[email protected]> |
1451 | ||
1452 | * gdb.texinfo (GDB/MI Data Manipulation): Document new optional | |
1453 | parameter "count" of -data-write-memory-bytes, and add an example. | |
1454 | ||
18a9fc12 TT |
1455 | 2012-11-12 Tom Tromey <[email protected]> |
1456 | ||
1457 | * gdb.texinfo (Symbols): Document "info type-printers", | |
1458 | "enable type-printer" and "disable type-printer". | |
1459 | (Python API): Add new node to menu. | |
1460 | (Type Printing API): New node. | |
1461 | (Progspaces In Python): Document type_printers field. | |
1462 | (Objfiles In Python): Likewise. | |
1463 | (gdb.types) <get_type_recognizers, apply_type_recognizers, | |
1464 | register_type_printer, TypePrinter>: Document. | |
1465 | ||
53342f27 TT |
1466 | 2012-11-12 Tom Tromey <[email protected]> |
1467 | ||
1468 | * gdb.texinfo (Symbols): Document "set print type methods", | |
1469 | "set print type typedefs", and flags to ptype and whatis. | |
1470 | ||
ed8a1c2d AB |
1471 | 2012-11-09 Andrew Burgess <[email protected]> |
1472 | ||
1473 | * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to | |
1474 | the example -data-disassemble output. Extend the description of | |
1475 | the -data-disassemble results to document all fields. Document | |
1476 | the cli disassemble command as being related to -data-disassemble. | |
1477 | ||
8506d139 YQ |
1478 | 2012-11-09 Yao Qi <[email protected]> |
1479 | ||
1480 | PR gdb/14777. | |
1481 | * gdb.texinfo (OS Information): Remove doc on command | |
1482 | 'info udot'. | |
1483 | ||
4d3f93a2 JB |
1484 | 2012-11-08 Joel Brobecker <[email protected]> |
1485 | ||
1486 | * gdb.texinfo (Startup): Minor rewording, and clarify scope of | |
1487 | gdb.ini warning for Windows port. | |
1488 | ||
1e96de83 YQ |
1489 | 2012-11-08 Yao Qi <[email protected]> |
1490 | ||
1491 | * gdb.texinfo (Search): Add kindex for 'fo'. | |
1492 | ||
dc939229 TT |
1493 | 2012-11-05 Tom Tromey <[email protected]> |
1494 | ||
1495 | PR python/14802: | |
1496 | * gdb.texinfo (Functions In Python): Add example. | |
1497 | ||
6f6484cd YQ |
1498 | 2012-11-03 Yao Qi <[email protected]> |
1499 | ||
1500 | * observer.texi (GDB Observers): Remove observer | |
1501 | 'tracepoint_modified', 'tracepoint_created' and | |
1502 | 'tracepoint_deleted'. | |
1503 | ||
af4238e5 TT |
1504 | 2012-10-26 Tom Tromey <[email protected]> |
1505 | ||
1506 | * gdb.texinfo (General Query Packets): Use @itemx for QAgent. | |
1507 | ||
687e43a4 TT |
1508 | 2012-10-25 Tom Tromey <[email protected]> |
1509 | ||
1510 | * gdb.texinfo (General Query Packets): Use @itemx. | |
1511 | ||
8de0566d YQ |
1512 | 2012-10-17 Yao Qi <[email protected]> |
1513 | ||
1514 | * observer.texi (GDB Observers): Update observer | |
1515 | 'memory_changed'. | |
1516 | * gdb.texinfo (GDB/MI Async Records): Document for | |
1517 | "memory-changed" notification. | |
1518 | ||
07540c15 DE |
1519 | 2012-10-15 Doug Evans <[email protected]> |
1520 | ||
1521 | * gdb.texinfo (Mode Options): Document -nh. | |
1522 | Elaborate on docs for -nx. | |
1523 | ||
d7019589 SP |
1524 | 2012-09-26 Siddhesh Poyarekar <[email protected]> |
1525 | ||
1526 | * observer.texi (memory_changed): Expand parameter LEN to ssize_t. | |
1527 | ||
82a90ccf YQ |
1528 | 2012-09-21 Yao Qi <[email protected]> |
1529 | Pedro Alves <[email protected]> | |
1530 | ||
1531 | * gdb.texinfo (GDB/MI Async Records): Document notification | |
1532 | 'record-started' and 'record-stopped'. | |
1533 | * observer.texi (GDB Observers): New observer 'record-changed'. | |
1534 | ||
aa9259cc TS |
1535 | 2012-09-19 Thomas Schwinge <[email protected]> |
1536 | ||
1537 | * gdb.texinfo: Document the removal of SH's 'regs' command. | |
1538 | ||
c1d780c2 SDJ |
1539 | 2012-09-18 Sergio Durigan Junior <[email protected]> |
1540 | ||
1541 | * gdb.texinfo (jump): Mention new alias `j' for `jump'. | |
1542 | ||
bb25a15c YQ |
1543 | 2012-09-18 Yao Qi <[email protected]> |
1544 | ||
1545 | * gdb.texinfo (GDB/MI Async Records): Document new MI | |
1546 | notifications '=tsv-created' and '=tsv-deleted'. | |
1547 | * observer.texi (GDB Observers): New observer tsv_created and | |
1548 | tsv_deleted. | |
1549 | ||
201b4506 YQ |
1550 | 2012-09-18 Yao Qi <[email protected]> |
1551 | ||
1552 | * observer.texi (GDB Observers): New observer 'traceframe_changed'. | |
1553 | * gdb.texinfo (GDB/MI Async Records): Mention new MI notification | |
1554 | '=traceframe-changed'. | |
1555 | ||
6fc1c773 YQ |
1556 | 2012-09-17 Yao Qi <[email protected]> |
1557 | ||
1558 | * gdb.texinfo (List): Describe the meaning of 0 and -1 in | |
1559 | 'set listsize'. | |
1560 | ||
121c73f3 JK |
1561 | 2012-09-13 Jan Kratochvil <[email protected]> |
1562 | Eli Zaretskii <[email protected]> | |
1563 | ||
1564 | * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr | |
1565 | encoding for gdbarch_breakpoint_from_pc, bp_addr for | |
1566 | gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code. | |
1567 | ||
e9687799 JK |
1568 | 2012-08-27 Jan Kratochvil <[email protected]> |
1569 | ||
1570 | * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping. | |
1571 | ||
3b5e4d35 YPK |
1572 | 2012-08-23 Khoo Yit Phang <[email protected]> |
1573 | ||
1574 | Document how to return from "python-interactive" to GDB. | |
1575 | * gdb.texinfo (Python Commands): Update documentation. | |
1576 | ||
1577 | 2012-08-22 Khoo Yit Phang <[email protected]> | |
1578 | ||
1579 | Add a new "python-interactive" command that starts a standard | |
1580 | Python interactive prompt with "pi" as alias, and add "py" as | |
1581 | an alias to "python". | |
1582 | * gdb.texinfo (Python Commands): Document the new commands. | |
1583 | ||
b583003e TT |
1584 | 2012-08-22 Tom Tromey <[email protected]> |
1585 | ||
1586 | * gdbint.texinfo (Host Definition): Remove documentation for | |
1587 | SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY. | |
1588 | ||
a451cb65 KS |
1589 | 2012-08-17 Keith Seitz <[email protected]> |
1590 | ||
1591 | PR c++/13356 | |
1592 | * gdb.texinfo (Type and Range Checking): Remove warning. | |
1593 | Remove spurious commas. | |
1594 | Update text and examples for re-implementation of set/show | |
1595 | check type. | |
1596 | (C and C++ Type and Range Checks): Likewise. | |
1597 | ||
6b1755ce YQ |
1598 | 2012-08-16 Yao Qi <[email protected]> |
1599 | ||
1600 | * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING | |
1601 | is deprecated. | |
1602 | ||
f47f77df DE |
1603 | 2012-08-13 Doug Evans <[email protected]> |
1604 | ||
1605 | * gdb.texinfo (Convenience Vars): Update text for "show convenience" | |
1606 | to include functions. | |
1607 | ||
a72c3253 DE |
1608 | 2012-08-10 Doug Evans <[email protected]> |
1609 | ||
1610 | * gdb.texinfo (Convenience Funs): New node. | |
1611 | (Types In Python): Document Type.vector. | |
1612 | ||
5b9afe8a YQ |
1613 | 2012-08-09 Yao Qi <[email protected]> |
1614 | ||
1615 | * observer.texi: New observer command_param_changed. | |
1616 | * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'. | |
1617 | ||
dc1039df JK |
1618 | 2012-08-07 Jan Kratochvil <[email protected]> |
1619 | ||
1620 | * gdbint.texinfo (Debugging GDB): In section | |
1621 | 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb. | |
1622 | Mention also gdb-gdb.py. | |
1623 | ||
4abf930d YQ |
1624 | 2012-08-07 Yao Qi <[email protected]> |
1625 | ||
1626 | Revert the folloing patch: | |
1627 | 2012-08-06 Yao Qi <[email protected]> | |
1628 | * gdb.texinfo (Remote Configuration): Add kindex for 'set | |
1629 | remote hardware-watchpoint-limit' and 'set | |
1630 | remote hardware-breakpoint-limit'. | |
1631 | ||
f3c8a52a JK |
1632 | 2012-08-06 Nathaniel Flath <[email protected]> |
1633 | ||
1634 | * gdb.texinfo (Working Directory): Added information about new | |
1635 | default argument for 'cd' command. | |
1636 | ||
77a91025 YQ |
1637 | 2012-08-06 Yao Qi <[email protected]> |
1638 | ||
1639 | * gdb.texinfo (Remote Configuration): Add kindex for 'set | |
1640 | remote hardware-watchpoint-limit' and 'set | |
1641 | remote hardware-breakpoint-limit'. | |
1642 | ||
d9f08f52 YQ |
1643 | 2012-08-06 Yao Qi <[email protected]> |
1644 | ||
1645 | Fix PR14371. | |
1646 | ||
1647 | * gdb.texinfo (GDB/MI Async Records): Fix the doc for | |
1648 | '=breakpoint-deleted'. | |
1649 | ||
95b07c96 YQ |
1650 | 2012-08-02 Yao Qi <[email protected]> |
1651 | ||
1652 | * gdb.texinfo (Native): Remove node Neutrino. | |
1653 | ||
7255706c YQ |
1654 | 2012-07-27 Yao Qi <[email protected]> |
1655 | ||
1656 | * gdb.texinfo (IPA Protocol Commands): Document new command | |
1657 | 'close'. | |
1658 | ||
d6b28940 TT |
1659 | 2012-07-25 Tom Tromey <[email protected]> |
1660 | ||
1661 | * gdb.texinfo (Maintenance Commands): Document maint info bfds. | |
1662 | ||
e615022a DE |
1663 | 2012-07-20 Doug Evans <[email protected]> |
1664 | ||
1665 | * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections. | |
1666 | (Index Files): Document how to control the use of deprecated index | |
1667 | sections. | |
1668 | (Index Section Format): Replace --use-deprecated-index-sections with | |
1669 | "set use-deprecated-index-sections on". | |
1670 | ||
055855a4 EZ |
1671 | 2012-07-12 Eli Zaretskii <[email protected]> |
1672 | ||
1673 | * gdbint.texinfo: Remove @syncodeindex directives that put all the | |
1674 | indices into a single node "Index". Instead, join function and | |
1675 | variable indices into a single index, separate from the concept | |
1676 | index. Requested in | |
1677 | http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html. | |
1678 | (Top): Update the top-level menu: instead of one "Index" there are | |
1679 | now separate entries "Concept Index" and "Function and Variable | |
1680 | Index". | |
1681 | (Concept Index, Function and Variable Index): New nodes. | |
1682 | (Index): Node deleted. | |
1683 | ||
f77cc5f0 HZ |
1684 | 2012-07-05 Hui Zhu <[email protected]> |
1685 | ||
1686 | * gdb.texinfo (Maintenance Commands): Change help for "maint agent" | |
1687 | and "maint agent-eval". | |
1688 | ||
00595b5e EZ |
1689 | 2012-07-03 Eli Zaretskii <[email protected]> |
1690 | ||
1691 | * gdb.texinfo: Separate the index into 2 indices, cp and fn, to | |
1692 | avoid file-name clashes between Index.html and index.html on | |
1693 | case-insensitive filesystems. See the discussion starting in | |
1694 | http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the | |
1695 | details of the problem. | |
1696 | (Top): Update the master menu for the above. | |
1697 | (Concept Index, Command and Variable Index): New nodes, instead of | |
1698 | the old "Index" node that was deleted. All cross-references | |
1699 | updated. | |
1700 | ||
d3ce09f5 SS |
1701 | 2012-07-02 Stan Shebs <[email protected]> |
1702 | ||
1703 | * gdb.texinfo (Dynamic Printf): Mention agent style and | |
1704 | disconnected dprintf. | |
1705 | (Maintenance Commands): Describe maint agent-printf. | |
1706 | (General Query Packets): Mention BreakpointCommands feature. | |
1707 | (Packets): Document commands extension to Z0 packet. | |
1708 | * agentexpr.texi (Bytecode Descriptions): Document printf | |
1709 | bytecode. | |
1710 | ||
2d7b58e8 JK |
1711 | 2012-07-02 Jan Kratochvil <[email protected]> |
1712 | ||
1713 | * gdb.texinfo (File Options): Change -ix and -iex commands that apply | |
1714 | only after gdbinit files. | |
1715 | (Startup): Move -iex and -iex commands down after gdbinit files. | |
1716 | ||
202cbf1c JK |
1717 | 2012-07-02 Jan Kratochvil <[email protected]> |
1718 | ||
1719 | * gdb.texinfo (Auto-loading safe path): Note the shell wildcard | |
1720 | possibility. | |
1721 | ||
b6ba681c TT |
1722 | 2012-06-29 Tom Tromey <[email protected]> |
1723 | ||
1724 | * gdb.texinfo (Index Section Format): Update for version 7. | |
1725 | ||
71caed83 SS |
1726 | 2012-06-28 Stan Shebs <[email protected]> |
1727 | ||
1728 | * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os | |
1729 | example, add note about title column. | |
1730 | ||
ee0bf529 SCR |
1731 | 2012-06-26 Siva Chandra Reddy <[email protected]> |
1732 | ||
1733 | * gdb.texinfo (Symbol Tables In Python): Add description about | |
1734 | the new 'last' attribute of gdb.Symtab_and line. | |
1735 | ||
3c15d565 SCR |
1736 | 2012-06-26 Siva Chandra Reddy <[email protected]> |
1737 | ||
1738 | * gdb.texinfo (Symbol Tables In Python): Correct the description | |
1739 | of the 'pc' attribute of gdb.Symtab_and_line. | |
1740 | ||
45cfd468 DE |
1741 | 2012-06-26 Doug Evans <[email protected]> |
1742 | ||
1743 | * gdb.texinfo (Debugging Output): Document debug options dwarf2-read | |
1744 | and symtab-create. | |
1745 | ||
496ee73e KS |
1746 | 2012-06-25 Keith Seitz <[email protected]> |
1747 | ||
1748 | * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option | |
1749 | from example. Remove "rbreak" from list of corresponding | |
1750 | gdb commands. | |
1751 | ||
156942c7 DE |
1752 | 2012-06-23 Doug Evans <[email protected]> |
1753 | ||
1754 | * gdb.texinfo (Index Section Format): Document version 7 format. | |
1755 | ||
c614397c YQ |
1756 | 2012-06-22 Yao Qi <[email protected]> |
1757 | ||
1758 | * gdb.texinfo: Add missing cindex for some packets. | |
1759 | ||
472a2379 KS |
1760 | 2012-06-20 Keith Seitz <[email protected]> |
1761 | ||
1762 | * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options | |
1763 | for -break-insert and document -p. | |
1764 | ||
2678e2af YQ |
1765 | 2012-06-20 Yao Qi <[email protected]> |
1766 | ||
1767 | * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory" | |
1768 | and "gdb.write_memory" with "Inferior.read_memory" and | |
1769 | "Inferior.write_memory". | |
1770 | ||
984359d2 EZ |
1771 | 2012-06-15 Patrice Dumas <[email protected]> (tiny change) |
1772 | ||
1773 | * gdb.texinfo (Summary): Add a link to "Free Documentation". | |
1774 | (Free Documentation): Add @node line. | |
1775 | (Continuing and Stepping) <advance location>: Use @item instead of | |
1776 | @itemx. | |
1777 | (Reverse Execution) <set exec-direction reverse>: Use @item instead of | |
1778 | @itemx. | |
1779 | (Embedded Processors): Put the link to "PA" to its correct place, | |
1780 | according to document structure. | |
1781 | (Python API): Put the link to "Lazy Strings In Python" to its | |
1782 | correct place. | |
1783 | (Index): Use @@ in @tex block to get a literal @. | |
1784 | ||
1785 | * gdbint.texinfo: Fix the @subtitle line. | |
1786 | ||
1787 | * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its | |
1788 | correct place. | |
1789 | ||
16bdd41f YQ |
1790 | 2012-06-08 Yao Qi <[email protected]> |
1791 | ||
1792 | * gdb.texinfo (In-Process Agent): Add 'In-Process Agent | |
1793 | Protocol'. | |
1794 | (In-Process Agent Protocol, IPA Protocol Objects) | |
1795 | (IPA Protocol Commands): New nodes. | |
1796 | (Tracepoint Packets): Add anchors. | |
1797 | ||
2d4c29c5 TS |
1798 | 2012-06-06 Thomas Schwinge <[email protected]> |
1799 | ||
1800 | * gdb.texinfo: Document the deprecation of SH's 'regs' command. | |
1801 | ||
6bd110c5 YQ |
1802 | 2012-06-06 Yao Qi <[email protected]> |
1803 | ||
1804 | * gdb.texinfo: Update copyright year. | |
1805 | ||
f3e0e960 SS |
1806 | 2012-05-23 Stan Shebs <[email protected]> |
1807 | Kwok Cheung Yeung <[email protected]> | |
1808 | ||
1809 | * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os. | |
1810 | ||
1564a261 JK |
1811 | 2012-05-20 Jan Kratochvil <[email protected]> |
1812 | ||
1813 | * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory. | |
1814 | Mention also --with-separate-debug-dir. | |
1815 | (Auto-loading): Prepend $debugdir in the sample output. | |
1816 | (Auto-loading safe path): Likewise. Mention also $debugdir for the | |
1817 | auto-load safe-path variable. | |
1818 | (objfile-gdb.py file): Remove the extra debug-file-directory paragraph. | |
1819 | Mention also $debugdir for 'set auto-load scripts-directory'. | |
1820 | ||
eb17f351 EZ |
1821 | 2012-05-19 Eli Zaretskii <[email protected]> |
1822 | ||
1823 | * gdb.texinfo (Continuing and Stepping, Selection, Byte Order) | |
1824 | (MIPS Embedded, MIPS, MIPS Register packet Format) | |
1825 | (Target Descriptions, MIPS Features): Use @acronym{MIPS} where | |
1826 | appropriate. | |
1827 | ||
4cc0665f MR |
1828 | 2012-05-18 Sandra Loosemore <[email protected]> |
1829 | Maciej W. Rozycki <[email protected]> | |
1830 | ||
1831 | * gdb.texinfo (MIPS): Document "set mips compression" and "show | |
1832 | mips compression". | |
1833 | (MIPS Breakpoint Kinds): New subsubsection. | |
1834 | ||
7af8dcf8 | 1835 | 2012-05-18 Eli Zaretskii <[email protected]> |
02b67415 MR |
1836 | |
1837 | * gdb.texinfo (Architecture-Specific Protocol Details): Define | |
1838 | nodes for subsections. Add @acronym mark-ups and adjust | |
1839 | formatting. | |
1840 | ||
aff139ff JK |
1841 | 2012-05-18 Jan Kratochvil <[email protected]> |
1842 | ||
1843 | Rename $ddir to $datadir. | |
1844 | * gdb.texinfo (Auto-loading, Auto-loading safe path) | |
1845 | (objfile-gdb.py file): Rename $ddir to $datadir. | |
1846 | ||
9cb709b6 TT |
1847 | 2012-05-18 Tom Tromey <[email protected]> |
1848 | ||
1849 | * gdb.texinfo (Print Settings): Document 'set print symbol'. | |
1850 | ||
e7e0cddf SS |
1851 | 2012-05-14 Stan Shebs <[email protected]> |
1852 | ||
1853 | * gdb.texinfo (Dynamic Printf): New subsection. | |
1854 | ||
7efc75aa SCR |
1855 | 2012-05-13 Siva Chandra Reddy <[email protected]> |
1856 | ||
1857 | * gdb.texinfo (Basic Python): Add description about the function | |
1858 | gdb.find_pc_line | |
1859 | ||
f307c045 JK |
1860 | 2012-05-12 Jan Kratochvil <[email protected]> |
1861 | Eli Zaretskii <[email protected]> | |
1862 | ||
1863 | * gdb.texinfo (Separate Debug Files): Use plural form for global | |
1864 | debugging information directory. | |
1865 | ||
85d4a676 SS |
1866 | 2012-05-11 Stan Shebs <[email protected]> |
1867 | Kwok Cheung Yeung <[email protected]> | |
1868 | ||
1869 | * gdb.texinfo (Operating System Auxiliary Information): Document new | |
1870 | 'info os' subcommands. | |
1871 | ||
c1668e4e JK |
1872 | 2012-05-11 Jan Kratochvil <[email protected]> |
1873 | ||
1874 | * gdb.texinfo (Auto-loading, Init File in the Current Directory) | |
1875 | (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file) | |
1876 | (dotdebug_gdb_scripts section): Add reference | |
1877 | to 'Auto-loading safe path'. | |
1878 | ||
7349ff92 JK |
1879 | 2012-05-11 Jan Kratochvil <[email protected]> |
1880 | ||
1881 | Implement multi-component --with-auto-load-dir. | |
1882 | * gdb.texinfo (Auto-loading): New references | |
1883 | for 'set auto-load scripts-directory' | |
1884 | and 'show auto-load scripts-directory'. | |
1885 | (Auto-loading safe path): Describe the new default. Move $ddir | |
1886 | substituation reference to 'objfile-gdb.py file'. | |
1887 | (objfile-gdb.py file): Describe script-name alias. Change real-name to | |
1888 | script-name. Describe new 'set auto-load scripts-directory' | |
1889 | and 'show auto-load scripts-directory'. | |
1890 | ||
6dea1fbd JK |
1891 | 2012-05-11 Jan Kratochvil <[email protected]> |
1892 | ||
1893 | Provide $ddir substitution for --with-auto-load-safe-path. | |
1894 | * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load. | |
1895 | (Auto-loading safe path): Likewise. Mention the default value, | |
1896 | $ddir substitution, --with-auto-load-safe-path and | |
1897 | --without-auto-load-safe-path. | |
1898 | * observer.texi (gdb_datadir_changed): New. | |
1899 | ||
1ccacbcd JK |
1900 | 2012-05-09 Jan Kratochvil <[email protected]> |
1901 | ||
1902 | * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample. | |
1903 | Twice. | |
1904 | ||
d9242c17 JK |
1905 | * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace |
1906 | directory separator by path separator. | |
1907 | ||
af2c1515 JK |
1908 | 2012-05-06 Jan Kratochvil <[email protected]> |
1909 | ||
1910 | * gdb.texinfo (Auto-loading safe path): Make 'directories' | |
1911 | for 'set auto-load safe-path' optional. Mention if it is omitted. | |
1912 | Change disabling security protection condition to "/", twice. | |
1913 | ||
a20ee7a4 SCR |
1914 | 2012-05-03 Siva Chandra Reddy <[email protected]> |
1915 | ||
1916 | * gdb.texinfo (Symbol Tables In Python): Add documentation about | |
1917 | the new methods global_block and static_block on gdb.Symtab | |
1918 | objects. | |
1919 | ||
56af09aa SCR |
1920 | 2012-05-02 Siva Chandra Reddy <[email protected]> |
1921 | ||
1922 | * gdb.texinfo (Blocks In Python): Add a note saying that future | |
1923 | improvements to GDB and its infrastructure can move symbols | |
1924 | across blocks within a symbol table. | |
1925 | ||
2746b0ef YQ |
1926 | 2012-04-29 Yao Qi <[email protected]> |
1927 | ||
1928 | * gdb.texinfo (Architectures): Remove menu entry `A29K'. | |
1929 | (A29K): Remove. | |
1930 | ||
62e5f89c SDJ |
1931 | 2012-04-27 Sergio Durigan Junior <[email protected]> |
1932 | Tom Tromey <[email protected]> | |
1933 | ||
1934 | * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap | |
1935 | and generic static probe support on GDB. | |
1936 | ||
a766d390 DE |
1937 | 2012-04-25 Doug Evans <[email protected]> |
1938 | ||
50f042b9 DE |
1939 | * gdb.texinfo (Go): Fix thinko. |
1940 | ||
a766d390 DE |
1941 | * gdb.texinfo (Supported Languages): Add Go. |
1942 | (Go): New node. | |
1943 | ||
f02e2b19 YQ |
1944 | 2012-04-25 Yao Qi <[email protected]> |
1945 | ||
1946 | * gdbint.texinfo (Testsuite): New section `Board settings'. | |
1947 | ||
68d41a48 JK |
1948 | 2012-04-23 Jan Kratochvil <[email protected]> |
1949 | ||
1950 | * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}]. | |
1951 | Three times. | |
1952 | ||
174bb630 JK |
1953 | * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}. |
1954 | Three times. | |
1955 | ||
0511cc75 JK |
1956 | 2012-04-22 Jan Kratochvil <[email protected]> |
1957 | ||
1958 | * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet | |
1959 | by @table @asis. Fix formatting of one item. | |
1960 | ||
0070f25a JK |
1961 | 2012-04-18 Jan Kratochvil <[email protected]> |
1962 | ||
1963 | * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo. | |
1964 | ||
4dc84fd1 JK |
1965 | 2012-04-17 Jan Kratochvil <[email protected]> |
1966 | ||
1967 | New option "set debug auto-load". | |
1968 | * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode. | |
1969 | (auto-load verbose mode): New node. | |
1970 | ||
bccbefd2 JK |
1971 | 2012-04-17 Jan Kratochvil <[email protected]> |
1972 | ||
1973 | New option "set auto-load safe-path". | |
1974 | * gdb.texinfo (Auto-loading): Extend the "show auto-load" | |
1975 | and "info auto-load" examples for safe-path. Put there also references | |
1976 | for "set auto-load safe-path" and "show auto-load safe-path". | |
1977 | New menu item for Auto-loading safe path. | |
1978 | (Auto-loading safe path): New node. | |
1979 | (Python Auto-loading): Update the expected output from "Missing" | |
1980 | to "No". | |
1981 | ||
bf88dd68 JK |
1982 | 2012-04-17 Jan Kratochvil <[email protected]> |
1983 | ||
1984 | auto-load: Implementation. | |
1985 | * gdb.texinfo (Mode Options): New anchor for -nx. | |
1986 | (Startup): New anchors for Option -init-eval-command, | |
1987 | Home Directory Init File | |
1988 | and Init File in the Current Directory during Startup. | |
1989 | Mention set auto-load local-gdbinit with a reference. | |
1990 | Change the sample code to "set auto-load python-scripts". | |
1991 | (Threads): New anchor set libthread-db-search-path. | |
1992 | Provide references to libthread_db.so.1 file. | |
1993 | (Controlling GDB): New menu item for Auto-loading. | |
1994 | (Auto-loading, Init File in the Current Directory) | |
1995 | (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes. | |
1996 | (Python): Rename the menu item Auto-loading to Python Auto-loading. | |
1997 | (Writing a Pretty-Printer, Objfiles In Python): Update the renamed | |
1998 | reference. | |
1999 | (Auto-loading): Rename to ... | |
2000 | (Python Auto-loading): ... here. Change "set auto-load-scripts" to | |
2001 | "set auto-load python-scripts", new anchor for it. Change | |
2002 | "show auto-load-scripts" to "show auto-load python-scripts", new anchor | |
2003 | for it. Change "info auto-load-scripts" | |
2004 | to "info auto-load python-scripts", new anchor for it. Change "scripts" | |
2005 | to "Python scripts". | |
2006 | ||
8264ba82 AG |
2007 | 2012-04-14 Anton Gorenkov <[email protected]> |
2008 | ||
2009 | PR mi/13393 | |
2010 | * gdb.texinfo (Print Settings): Extend the description for "set print | |
2011 | object". | |
2012 | (GDB/MI Variable Objects): Extend the description for -var-create and | |
2013 | -var-list-children. | |
2014 | ||
06fc020f SCR |
2015 | 2012-04-11 Siva Chandra Reddy <[email protected]> |
2016 | ||
2017 | * gdb.texinfo (Examining Data): Document the 'explore' command. | |
2018 | ||
7191c139 JB |
2019 | 2012-03-28 Joel Brobecker <[email protected]> |
2020 | ||
2021 | * gdb.texinfo (GDB/MI Variable Objects): Document what happens | |
2022 | to the children of a varobj and its update range when -var-update | |
2023 | returns that the varobj's type changed. | |
2024 | ||
3708f05e JK |
2025 | 2012-03-27 Jan Kratochvil <[email protected]> |
2026 | ||
2027 | * gdb.texinfo (Auto-loading): Move @menu to the end of @node. | |
2028 | Create two new links fir 'objfile-gdb.py file' | |
2029 | and 'dotdebug_gdb_scripts section'. | |
2030 | ||
8e0583c8 JK |
2031 | 2012-03-27 Jan Kratochvil <[email protected]> |
2032 | ||
2033 | * gdb.texinfo (Auto-loading): Rename node reference | |
2034 | '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'. | |
2035 | Twice. | |
2036 | (.debug_gdb_scripts section): Rename the node ... | |
2037 | (dotdebug_gdb_scripts section): ... here. | |
2038 | (Maintenance Commands): Also rename this node reference. | |
2039 | ||
7b282c5a SCR |
2040 | 2012-03-22 Siva Chandra Reddy <[email protected]> |
2041 | ||
2042 | * gdb.texinfo (Python API/Values From Inferior): Add description | |
2043 | about the new method Value.referenced_value. Add description on | |
2044 | how Value.dereference is different (and similar) to | |
2045 | Value.referenced_value. | |
2046 | ||
8320cc4f JK |
2047 | 2012-03-19 Jan Kratochvil <[email protected]> |
2048 | ||
2049 | * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and | |
2050 | --init-eval-command=COMMAND, -iex. | |
2051 | (Startup): Describe -iex and -ix. Simplify the example | |
2052 | for "set auto-load-scripts off". | |
2053 | ||
481860b3 GB |
2054 | 2012-03-16 Gary Benson <[email protected]> |
2055 | ||
2056 | PR breakpoints/10738 | |
2057 | * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item | |
2058 | stating that GDB cannot set breakpoints on inlined functions. | |
2059 | (Mode Options): Document --use-deprecated-index-sections. | |
2060 | (Index Section Format): Document new index section version format. | |
2061 | ||
c4aeac85 TT |
2062 | 2012-03-15 Tom Tromey <[email protected]> |
2063 | ||
2064 | * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl". | |
2065 | ||
16899756 DE |
2066 | 2012-03-13 Doug Evans <[email protected]> |
2067 | ||
2068 | * gdb.texinfo (Help): Change apropos example to use "alias" instead | |
2069 | of "reload". | |
2070 | (Symbols): Delete docs for set/show symbol-reloading. | |
2071 | * gdbint.texinfo (Defining Other Architecture Features): Delete | |
2072 | SYMBOL_RELOADING_DEFAULT. | |
2073 | * refcard.tex: Delete reference to symbol-reloading. | |
2074 | ||
9b224c5e PA |
2075 | 2012-03-07 Pedro Alves <[email protected]> |
2076 | ||
2077 | * gdb.texinfo (General Query Packets): Document new | |
2078 | QProgramSignals packet. | |
2079 | * gdb.texinfo (Remote configuration): Mention | |
2080 | "program-signals-packet". | |
2081 | ||
169081d0 TG |
2082 | 2012-03-05 Tristan Gingold <[email protected]> |
2083 | ||
2084 | * gdb.texinfo (General Query Packets): Document xfer:uib:read. | |
2085 | ||
d1feda86 YQ |
2086 | 2012-03-03 Yao Qi <[email protected]> |
2087 | ||
2088 | * gdb.texinfo (In-Process Agent): New node. | |
2089 | Document new commands. | |
2090 | (General Query Packets): Add packet `QAgent'. | |
2091 | ||
1faeff08 MR |
2092 | 2012-03-01 Maciej W. Rozycki <[email protected]> |
2093 | ||
2094 | * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp. | |
2095 | ||
7d74f244 DE |
2096 | 2012-03-01 Scott J. Goldman <[email protected]> |
2097 | ||
2098 | * gdb.texinfo (Commands In Python): Put example python macro in | |
2099 | COMMAND_USER category rather than COMMAND_OBSCURE. | |
2100 | Document gdb.COMMAND_USER. | |
2101 | (User-defined Commands): Update documentation to clarify | |
2102 | "set/show max-user-call-depth" and "show user" don't apply to python | |
2103 | commands. Update documentation to clarify "help user-defined" may | |
2104 | also include python commands defined as COMMAND_USER. | |
2105 | ||
6fe37d23 JK |
2106 | 2012-02-25 Jan Kratochvil <[email protected]> |
2107 | ||
2108 | * gdb.texinfo (Startup): Add option -ex description to the option -x | |
2109 | description. | |
2110 | ||
83364271 LM |
2111 | 2012-02-24 Luis Machado <[email protected]> |
2112 | ||
2113 | * gdb.texinfo (Setting Breakpoints): Mention and explain the | |
2114 | condition-evaluation breakpoint parameter. | |
2115 | Mention condition-evaluation mode being shown in "info break". | |
2116 | (Break Conditions): Add description for target-side | |
2117 | conditional breakpoints. | |
2118 | (Remote Configuration): Mention conditional-breakpoints-packet. | |
2119 | (Packets): Add cond-expr parameter to Z0/Z1 packets and explain | |
2120 | cond-expr. | |
2121 | (General Query Packets): Mention new ConditionalBreakpoint feature. | |
2122 | ||
bdb1994d TT |
2123 | 2012-02-22 Tom Tromey <[email protected]> |
2124 | ||
2125 | * gdb.texinfo (Blocks In Python): Clarify block iteration. | |
2126 | ||
4d241c86 TT |
2127 | 2012-02-17 Tom Tromey <[email protected]> |
2128 | ||
2129 | PR python/10753: | |
2130 | * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load | |
2131 | directory. | |
2132 | ||
816338b5 SS |
2133 | 2012-02-14 Stan Shebs <[email protected]> |
2134 | ||
2135 | * gdb.texinfo (Disabling Breakpoints): Document enable count. | |
2136 | ||
cc30c4bd PA |
2137 | 2012-02-13 Pedro Alves <[email protected]> |
2138 | ||
2139 | * gdb.texinfo (MIPS boards): Refer to mips-elf instead of | |
2140 | mips-idt-ecoff. | |
2141 | ||
035d1e5b YQ |
2142 | 2012-02-09 Yao Qi <[email protected]> |
2143 | ||
2144 | * gdb.texinfo (Symbols In Python): Add missing `@end defvar'. | |
2145 | ||
f0823d2c TT |
2146 | 2012-02-07 Tom Tromey <[email protected]> |
2147 | ||
2148 | * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and | |
2149 | Symbol.value. | |
2150 | ||
64e7d9dd TT |
2151 | 2012-02-07 Tom Tromey <[email protected]> |
2152 | ||
2153 | * gdb.texinfo (Symbols In Python): Document Symbol.line. | |
2154 | ||
4220b2f8 TS |
2155 | 2012-01-27 Thomas Schwinge <[email protected]> |
2156 | ||
2157 | * gdb.textinfo (Packets): Move vCont paragraph to the correct place. | |
2158 | ||
edcc5120 TT |
2159 | 2012-01-24 Tom Tromey <[email protected]> |
2160 | ||
2161 | * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch | |
2162 | unload". | |
2163 | (Files): Mention new catch commands. | |
2164 | (GDB/MI Async Records): Likewise. | |
2165 | ||
53fe1783 GB |
2166 | 2012-01-24 Gary Benson <[email protected]> |
2167 | ||
2168 | Delete #if 0'd out code. | |
2169 | * gdb.texinfo (Frame Info): Remove "info catch". | |
2170 | ||
b9e7b9c3 UW |
2171 | 2012-01-20 Ulrich Weigand <[email protected]> |
2172 | ||
2173 | * gdb.texinfo (Remote Configuration): Document | |
2174 | "set remote hostio-readlink-packet" command. | |
2175 | (General Query Packets): Document vFile:readlink packet. | |
2176 | ||
4aac40c8 TT |
2177 | 2012-01-16 Tom Tromey <[email protected]> |
2178 | ||
2179 | * gdb.texinfo (Specify Location): Document relative file name | |
2180 | handling. | |
2181 | ||
cafec441 TT |
2182 | 2012-01-16 Tom Tromey <[email protected]> |
2183 | ||
2184 | * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter. | |
2185 | ||
0ee339bc JK |
2186 | 2012-01-13 Jan Kratochvil <[email protected]> |
2187 | Eli Zaretskii <[email protected]> | |
2188 | ||
2189 | * gdbint.texinfo (Coding Standards): Require braces for two lines of | |
2190 | code. | |
2191 | ||
72384ba3 PH |
2192 | 2012-01-11 Paul Hilfinger <[email protected]> |
2193 | ||
2194 | * gdb.texinfo (Variables): Document use of :: for non-static | |
2195 | variables. | |
2196 | ||
ce1b17c4 JB |
2197 | 2012-01-05 Joel Brobecker <[email protected]> |
2198 | ||
2199 | * gdbint.texinfo (Start of New Year Procedure): Update | |
2200 | to replace use of copyright.sh by use of copyright.py. | |
2201 | ||
217bff3e JK |
2202 | 2012-01-02 Jan Kratochvil <[email protected]> |
2203 | ||
2204 | Remove the gdbtui binary. | |
2205 | * all-cfg.texi (GDBTUI): Remove. | |
2206 | * gdb.texinfo (Mode Options): Remove the GDBTUI reference. | |
2207 | (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference. | |
2208 | * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'. | |
2209 | ||
cc72b2a2 KP |
2210 | 2011-12-23 Kevin Pouget <[email protected]> |
2211 | ||
2212 | Introduce gdb.FinishBreakpoint in Python. | |
2213 | * gdb.texinfo (Finish Breakpoints in Python): New subsection. | |
2214 | (Python API): Add menu entry for Finish Breakpoints. | |
2215 | ||
13ac8d2c JK |
2216 | 2011-12-19 Jan Kratochvil <[email protected]> |
2217 | ||
2218 | * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing | |
2219 | tests. | |
2220 | ||
e0f9f062 DE |
2221 | 2011-12-16 Doug Evans <[email protected]> |
2222 | ||
2223 | * gdb.texinfo (Server): Document -/stdio argument to gdbserver. | |
2224 | ||
80b6e756 PM |
2225 | 2011-12-16 Phil Muldoon <[email protected]> |
2226 | ||
1c3ad6ab | 2227 | * gdb.texinfo (Python Commands): Remove "maint set/show print |
80b6e756 PM |
2228 | stack". Add documentation for "set/show python print-stack". |
2229 | ||
2fb860fc PA |
2230 | 2011-12-14 Pedro Alves <[email protected]> |
2231 | ||
2232 | * gdb.texinfo (Implementing a Remote Stub): Explain that you | |
2233 | should transfer control to the stub in the startup code instead of | |
2234 | in main. Mention the need to get past the initial breakpoint. | |
2235 | ||
f8eba3c6 TT |
2236 | 2011-12-06 Tom Tromey <[email protected]> |
2237 | ||
2238 | * gdb.texinfo (Set Breaks): Update for new behavior. | |
2239 | ||
2268b414 JK |
2240 | 2011-12-02 Jan Kratochvil <[email protected]> |
2241 | ||
2242 | * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library | |
2243 | List Format for SVR4 Targets'. | |
2244 | (General Query Packets): New item qXfer:libraries-svr4:read. | |
2245 | (Library List Format for SVR4 Targets): New node. | |
2246 | ||
ae6f0d5b TT |
2247 | 2011-12-01 Tom Tromey <[email protected]> |
2248 | ||
2249 | * gdb.texinfo (Writing a Pretty-Printer): Use append method, not | |
2250 | add. | |
2251 | ||
36dfb11c TT |
2252 | 2011-11-22 Tom Tromey <[email protected]> |
2253 | ||
2254 | * gdb.texinfo (GDB/MI Async Records): Document new *stopped | |
2255 | reasons. | |
2256 | ||
f196051f SS |
2257 | 2011-11-20 Stan Shebs <[email protected]> |
2258 | ||
2259 | * gdb.texinfo (Starting and Stopping Trace Experiments): Document | |
2260 | note-related options and variables. | |
2261 | (Tracepoint Packets): Document packet changes. | |
2262 | ||
f85b53f8 SD |
2263 | 2011-11-20 Sanjoy Das <[email protected]> |
2264 | ||
2265 | * gdb.texinfo (JIT Interface): Add documentation on writing and | |
2266 | usind JIT debug info readers. | |
2267 | (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT | |
2268 | Debug Info Readers): New nodes. | |
2269 | ||
bfccc43c YQ |
2270 | 2011-11-18 Yao Qi <[email protected]> |
2271 | ||
2272 | * gdb.texinfo (Create and Delete Tracepoints): Mention pending | |
2273 | tracepoint. | |
2274 | ||
c011a4f4 DE |
2275 | 2011-11-15 Doug Evans <[email protected]> |
2276 | ||
2277 | * gdb.texinfo (Files): Document basenames-may-differ. | |
2278 | ||
ed59ded5 DE |
2279 | 2011-11-14 Doug Evans <[email protected]> |
2280 | ||
2281 | * gdb.texinfo (Shell Commands): Document "!". | |
2282 | ||
405f8e94 SS |
2283 | 2011-11-14 Stan Shebs <[email protected]> |
2284 | Kwok Cheung Yeung <[email protected]> | |
2285 | ||
2286 | * gdb.texinfo (Create and Delete Tracepoints): Describe what is | |
2287 | needed to get shorter fast tracepoints. | |
2288 | (Tracepoint Packets): Document new qTMinFTPILen packet. | |
2289 | ||
1e4d1764 YQ |
2290 | 2011-11-14 Yao Qi <[email protected]> |
2291 | ||
2292 | * gdb.texinfo (Create and Delete Tracepoints): Describe changed | |
2293 | behavior of tracepoint. | |
2294 | (General Query Packets): New feature InstallInTrace. | |
2295 | (Remote Configuration): Document "set remote | |
2296 | install-in-trace-packet". | |
2297 | ||
71eba9c2 | 2298 | 2011-11-12 Matt Rice <[email protected]> |
2299 | ||
2300 | * gdb.texinfo (C Preprocessor Macros): Remove info definitions. | |
2301 | Add arguments to info macro. | |
2302 | ||
e0f8f636 TT |
2303 | 2011-11-10 Tom Tromey <[email protected]> |
2304 | ||
2305 | * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC | |
2306 | manual. | |
2307 | (Variables): Don't mention -gdwarf-2. Link to Compilation node. | |
2308 | (Macros): Add a footnote. | |
2309 | (C): Remove paragraph about compiler options. | |
2310 | (C Constants): Mention wide character and string constants. | |
2311 | (C Plus Plus Expressions): Update compiler option advice. Mention | |
2312 | using declarations. Mention ADL. Remove old HP compiler | |
2313 | information. | |
2314 | ||
625c0d47 TT |
2315 | 2011-11-10 Tom Tromey <[email protected]> |
2316 | ||
2317 | PR c++/9257: | |
2318 | * gdb.texinfo (Print Settings): Add an extra note about the need | |
2319 | for a vtable. | |
2320 | ||
4be2aacc MR |
2321 | 2011-11-08 Maciej W. Rozycki <[email protected]> |
2322 | ||
2323 | * gdb.texinfo (MIPS): Remove duplicate "auto" reference from | |
2324 | "set mips abi" documentation. | |
2325 | ||
0a1c4d10 DE |
2326 | 2011-11-04 Doug Evans <[email protected]> |
2327 | ||
2328 | * gdb.texinfo (Maintenance Commands): Update docs of "maint time". | |
2329 | ||
aad1c02c TT |
2330 | 2011-11-03 Tom Tromey <[email protected]> |
2331 | ||
2332 | * gdb.texinfo (Stopping): Add menu entry. | |
2333 | (Continuing and Stepping): Restore @node. Use @section, not | |
2334 | @subsection. | |
2335 | ||
983fb131 MR |
2336 | 2011-11-03 Maciej W. Rozycki <[email protected]> |
2337 | ||
2338 | * gdb.texinfo (Skipping Over Functions and Files): Remove node | |
2339 | designation. Fix "Specify Location" cross-reference. | |
2340 | ||
3065dfb6 SS |
2341 | 2011-11-02 Stan Shebs <[email protected]> |
2342 | ||
2343 | * gdb.texinfo (Tracepoint Action Lists): Document collect/s. | |
2344 | (General Query Packets): Describe tracenz feature. | |
2345 | * agentexpr.texi (Bytecode Descriptions): Describe tracenz. | |
2346 | ||
0aaaf063 PK |
2347 | 2011-10-28 Paul Koning <[email protected]> |
2348 | ||
2349 | * gdb.texinfo (gdb.types): Rename deepitems to deep_items. | |
2350 | ||
2231f1fb KP |
2351 | 2011-10-27 Kevin Pouget <[email protected]> |
2352 | ||
2353 | * gdb.texinfo ((Frames In Python): Document | |
2354 | gdb.FRAME_UNWIND_FIRST_ERROR contant. | |
2355 | ||
5110b5df PK |
2356 | 2011-10-26 Paul Koning <[email protected]> |
2357 | ||
2358 | * gdb.texinfo (gdb.types): Document new deepitems function. | |
2359 | ||
22dbab46 PK |
2360 | 2011-10-25 Paul Koning <[email protected]> |
2361 | ||
2362 | PR python/13327 | |
2363 | ||
2364 | * gdb.texinfo (Values From Inferior): Add is_lazy attribute, | |
2365 | fetch_lazy method. | |
2366 | ||
9df2fbc4 PM |
2367 | 2011-10-20 Phil Muldoon <[email protected]> |
2368 | ||
2369 | PR python/12656 | |
2370 | ||
2371 | * gdb.texinfo (Blocks In Python): Document is_static, is_global, | |
2372 | global_block, static_block function. | |
2373 | ||
f05e2e1d TT |
2374 | 2011-10-19 Tom Tromey <[email protected]> |
2375 | ||
2376 | * gdb.texinfo (Commands In Python): Add missing "@"s. | |
2377 | ||
a7fc3f37 KP |
2378 | 2011-10-13 Kevin Pouget <[email protected]> |
2379 | ||
2380 | PR python/13285 Document named constants for frame unwind stop reasons | |
2381 | * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_* | |
2382 | constants. | |
2383 | ||
5048e516 JK |
2384 | 2011-10-12 Jan Kratochvil <[email protected]> |
2385 | ||
2386 | Fix compatibility with texinfo versions older than 4.12. | |
2387 | * Makefile.in (MAKEINFO): Set to @MAKEINFO@. | |
2388 | (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New. | |
2389 | (MAKEHTMLFLAGS): Use MAKEINFO_CMD. | |
2390 | (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD. | |
2391 | * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible. | |
2392 | Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables | |
2393 | CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B. | |
2394 | ||
5a56e9c5 DE |
2395 | 2011-10-09 Doug Evans <[email protected]> |
2396 | ||
2397 | * gdb.texinfo (Extending GDB): Document alias command. | |
2398 | ||
36b11add JK |
2399 | 2011-10-09 Jan Kratochvil <[email protected]> |
2400 | ||
2401 | Support @entry in input expressions. | |
2402 | * gdb.texinfo (Variables): Describe @entry names suffix. | |
2403 | (Print Settings): Add anchor for `set print entry-values'. | |
2404 | ||
e18b2753 JK |
2405 | 2011-10-09 Jan Kratochvil <[email protected]> |
2406 | Eli Zaretskii <[email protected]> | |
2407 | ||
2408 | Display @entry parameter values (without references). | |
2409 | * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call | |
2410 | example. | |
2411 | (Print Settings): New description of set print entry-values and show | |
2412 | print entry-values. | |
2413 | ||
111c6489 JK |
2414 | 2011-10-09 Jan Kratochvil <[email protected]> |
2415 | Eli Zaretskii <[email protected]> | |
2416 | ||
2417 | Recognize virtual tail call frames. | |
2418 | * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames. | |
2419 | (Tail Call Frames): New node. | |
2420 | (Frames In Python): Add gdb.TAILCALL_FRAME. | |
2421 | ||
9c15afc4 DE |
2422 | 2011-10-07 Doug Evans <[email protected]> |
2423 | ||
2424 | * gdb.texinfo (gdb.printing): Document new `replace' arg to | |
2425 | register_pretty_printer. | |
2426 | ||
99f5279d PM |
2427 | 2011-10-07 Phil Muldoon <[email protected]> |
2428 | ||
2429 | PR python/12930 | |
2430 | PR python/12802 | |
2431 | ||
2432 | * gdb.texinfo (Breakpoints In Python): Clarify behavior in the | |
2433 | stop method. | |
2434 | ||
03583c20 UW |
2435 | 2011-10-07 Ulrich Weigand <[email protected]> |
2436 | ||
2437 | * gdb.texinfo (Starting your Program): "set disable-randomization" | |
2438 | is no longer Linux-specific. | |
2439 | (Remote Configuration): Document "set remote | |
2440 | disable-randomization-packet". | |
2441 | (General Query Packets): Document "QDisableRandomization" packet | |
2442 | and add it to "qSupported" list. | |
2443 | ||
bd054e06 KP |
2444 | 2011-10-07 Kevin Pouget <[email protected]> |
2445 | ||
2446 | Allow Python notification of new object-file loadings. | |
2447 | * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent' | |
2448 | event type. | |
2449 | ||
cb6be26b KP |
2450 | 2011-10-04 Kevin Pouget <[email protected]> |
2451 | ||
2452 | PR python/12691: Add the inferior to Python exited event | |
2453 | * gdb.texinfo (Events In Python): Describe exited inferior attribute. | |
2454 | ||
a05336a1 JB |
2455 | 2011-10-03 Joel Brobecker <[email protected]> |
2456 | ||
2457 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor | |
2458 | rephasing. | |
2459 | ||
5d77fe44 JB |
2460 | 2011-10-03 Joel Brobecker <[email protected]> |
2461 | ||
2462 | * gdb.texinfo (GDB/MI Ada Tasking Commands): New node. | |
2463 | (GDB/MI Miscellaneous Commands): Add `ada-task-info' | |
2464 | as possible feature returned by the `-list-features' | |
2465 | command. | |
2466 | ||
699df94d PK |
2467 | 2011-09-28 Paul Koning <[email protected]> |
2468 | ||
2469 | * gdb.texinfo (gdb.Type): Document field access by dictionary | |
2470 | key syntax. | |
2471 | ||
24bdad53 YQ |
2472 | 2011-09-28 Yao Qi <[email protected]> |
2473 | ||
2474 | * gdb.texinfo (Files): Update options for `add-symbol-file'. | |
2475 | Add one space after option `-s'. Remove @r{} markup. | |
2476 | ||
6710bf39 SS |
2477 | 2011-09-27 Stan Shebs <[email protected]> |
2478 | ||
2479 | * gdb.texinfo (Tracepoint Action Lists): Document $_ret. | |
2480 | ||
d99f7e48 HZ |
2481 | 2011-09-16 Hui Zhu <[email protected]> |
2482 | ||
2483 | * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300 | |
2484 | to *(unsigned char *)$esp@300. | |
2485 | ||
d812018b PK |
2486 | 2011-09-15 Paul Koning <[email protected]> |
2487 | ||
2488 | * gdb.texinfo: Make style of Python functions and methods match | |
2489 | the syntax of Python. Also put class and module names explicitly | |
2490 | on function, member, and variable names, matching Python | |
2491 | documentation conventions. | |
2492 | ||
2aa48337 KP |
2493 | 2011-09-15 Kevin Pouget <[email protected]> |
2494 | ||
2495 | PR Python/12692 Add gdb.selected_inferior() to Python interface. | |
2496 | * gdb.texinfo (Inferiors In Python): Describe new | |
2497 | gdb.selected_inferior() function. | |
2498 | ||
6839b47f KP |
2499 | 2011-09-15 Kevin Pouget <[email protected]> |
2500 | ||
2501 | Handle multiple breakpoint hits in Python interface: | |
2502 | * gdb.texinfo (Events In Python): New function documentation: | |
2503 | gdb.BreakpointEvent.breakpoints. Indicate that | |
2504 | gdb.BreakpointEvent.breakpoint is now deprecated. | |
2505 | ||
26829f2b JB |
2506 | 2011-09-04 Joel Brobecker <[email protected]> |
2507 | ||
2508 | * gdb.texinfo: Set EDITION to "Tenth" and change ISBN. | |
2509 | ||
a9f54f60 TT |
2510 | 2011-08-25 Andrew Oakley <[email protected]> |
2511 | ||
2512 | * gdb.texinfo (Types In Python): Document 'bitpos' for enums. | |
2513 | ||
fa3a4f15 PM |
2514 | 2011-08-17 Phil Muldoon <[email protected]> |
2515 | ||
2516 | * gdb.texinfo (Prompt): Add set/show extended-prompt | |
2517 | documentation | |
2518 | (Basic Python): Add prompt_hook anchor. | |
2519 | (Python modules): Reword module text to reflect multiple modules. | |
2520 | (gdb.prompt): Document gdb.prompt module. | |
2521 | ||
224bbe49 YQ |
2522 | 2011-08-14 Yao Qi <[email protected]> |
2523 | ||
78d85199 YQ |
2524 | * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet. |
2525 | ||
2526 | 2011-08-14 Yao Qi <[email protected]> | |
2527 | ||
2528 | * gdb.texinfo (Standard Target Features): Document C6x features. | |
224bbe49 YQ |
2529 | (TIC6x Features): New node. |
2530 | ||
457e09f0 DE |
2531 | 2011-08-12 Doug Evans <[email protected]> |
2532 | ||
2533 | * gdb.texinfo (Symbols In Python): Document symbol.type. | |
2534 | ||
5e239b84 PM |
2535 | 2011-08-09 Phil Muldoon <[email protected]> |
2536 | ||
2537 | * gdb.texinfo (Python): Document command and function | |
2538 | auto-loading. | |
2539 | ||
177bc839 JK |
2540 | 2011-07-26 Jan Kratochvil <[email protected]> |
2541 | Eli Zaretskii <[email protected]> | |
2542 | ||
2543 | * gdb.texinfo (whatis, ptype): Highlight their differences. Describe | |
2544 | typedefs unrolling. Extend the sample code by an inner typedef and | |
2545 | outer typedefs unrolling. | |
2546 | ||
1a532630 PP |
2547 | 2011-07-26 Paul Pluzhnikov <[email protected]> |
2548 | ||
2549 | * gdb.texinfo (Caching Remote Data): Document {set,show} dcache | |
2550 | size and line-size. | |
2551 | ||
9b158ba0 | 2552 | 2011-07-21 Matt Rice <[email protected]> |
2553 | ||
2554 | PR macros/12999 | |
2555 | * gdb.texinfo (Macros): Add info definitions and info macros commands. | |
2556 | Update text and cindex entries for info macro command. | |
2557 | ||
d17b6f81 PM |
2558 | 2011-07-21 Phil Muldoon <[email protected]> |
2559 | ||
2560 | * observer.texi (GDB Observers): Add before_prompt observer. | |
2561 | * gdb.texinfo (Basic Python): Add documentation for prompt | |
2562 | substitution. | |
2563 | ||
713389e0 PM |
2564 | 2011-07-11 Phil Muldoon <[email protected]> |
2565 | ||
2566 | PR python/12438 | |
2567 | * gdb.texinfo (Python Commands): Add deprecate note to maint | |
2568 | set/show python print-stack. Document set/show python | |
2569 | print-backtrace. | |
2570 | ||
177b42fe TJB |
2571 | 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com> |
2572 | ||
2573 | * gdb.texinfo: Fix typos. | |
2574 | ||
900e11f9 JK |
2575 | 2011-07-01 Tom Tromey <[email protected]> |
2576 | ||
2577 | * gdb.texinfo (Debugging Output): Document set debug | |
2578 | check-physname. | |
2579 | ||
39c4d40a TT |
2580 | 2011-06-29 Tom Tromey <[email protected]> |
2581 | ||
2582 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document | |
2583 | breakpoint-notifications feature. | |
2584 | ||
6f5def7d UW |
2585 | 2011-06-29 Ulrich Weigand <[email protected]> |
2586 | ||
2587 | * gdb.texinfo (Target Description): Remove warning about | |
2588 | possibly unstable format. | |
2589 | ||
8cf64490 TT |
2590 | 2011-06-03 Tom Tromey <[email protected]> |
2591 | ||
2592 | * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field. | |
2593 | (Events In Python): Note that exit_code is optional. | |
2594 | ||
393eab54 PA |
2595 | 2011-05-17 Pedro Alves <[email protected]> |
2596 | ||
2597 | * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is | |
2598 | required for multi-threading support. | |
2599 | (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and | |
2600 | Hc are deprecated for multi-threading debugging. Point readers at | |
2601 | the vCont packet. | |
2602 | ||
75fc9810 DE |
2603 | 2011-05-15 Doug Evans <[email protected]> |
2604 | ||
2605 | * gdb.texinfo (Auto-loading): Document printing of missing scripts. | |
2606 | ||
01124a23 DE |
2607 | 2011-05-13 Doug Evans <[email protected]> |
2608 | ||
98a5dd13 DE |
2609 | * gdb.texinfo (Threads): Document $sdir,$pdir. |
2610 | (Server): Document $pdir exception. | |
2611 | ||
dbaefcf7 DE |
2612 | * gdb.texinfo (Auto-loading): Document "info auto-load-scripts". |
2613 | ||
cc63ef9b DE |
2614 | * gdb.texinfo (Threads): Clarify default value for |
2615 | libthread-db-search-path. | |
7e0396aa | 2616 | |
01124a23 DE |
2617 | * gdb.texinfo (Completion): Update example. |
2618 | (Debugging Output): Delete `set/show debug lin-lwp-async'. | |
2619 | ||
d248b706 KY |
2620 | 2011-05-12 Kwok Cheung Yeung <[email protected]> |
2621 | ||
2622 | * gdb.texinfo: Document change in the behaviour of the enable and | |
2623 | disable GDB commands when applied to tracepoints. | |
2624 | Document the EnableDisableTracepoints remote stub feature. | |
2625 | Document QTEnable and QTDisable in the list of tracepoint packets. | |
2626 | ||
cc88a640 JK |
2627 | 2011-05-11 Jan Kratochvil <[email protected]> |
2628 | ||
2629 | * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to | |
2630 | hsuser.texi. | |
2631 | * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and | |
2632 | comment to hsuser.texi. Change rluser.texi name in the comment. | |
2633 | ||
84e578fb DE |
2634 | 2011-05-10 Doug Evans <[email protected]> |
2635 | ||
2636 | * gdb.texinfo (Threads): If an empty path is provided for | |
2637 | libthread-db-search-path it is reset to its default value. | |
2638 | (Server): Ditto. | |
2639 | ||
478aac75 DE |
2640 | 2011-05-09 Doug Evans <[email protected]> |
2641 | ||
2642 | * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin. | |
2643 | ||
9c06b0b4 TJB |
2644 | 2011-05-06 Sergio Durigan Junior <[email protected]> |
2645 | Thiago Jung Bauermann <[email protected]> | |
2646 | ||
2647 | Implement support for PowerPC BookE masked watchpoints. | |
2648 | * gdb.texinfo (Set Watchpoints): Document mask parameter. | |
2649 | (PowerPC Embedded): Mention support of masked watchpoints. | |
2650 | ||
9ed350ad JB |
2651 | 2011-05-03 Joel Brobecker <[email protected]> |
2652 | ||
2653 | * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with | |
2654 | `@value{GDBN}'. | |
2655 | ||
4ceed123 JB |
2656 | 2011-05-03 Joel Brobecker <[email protected]> |
2657 | ||
2658 | * gdb.texinfo (titlepage): Remove dedication. | |
2659 | (In Memoriam): New appendix. | |
2660 | ||
559a7a62 JK |
2661 | 2011-04-27 Jan Kratochvil <[email protected]> |
2662 | Eli Zaretskii <[email protected]> | |
2663 | ||
2664 | * gdb.texinfo (Index Section Format): Change the version to 5. | |
2665 | Describe the different formula. | |
2666 | ||
03f2bd59 JK |
2667 | 2011-04-24 Jan Kratochvil <[email protected]> |
2668 | Eli Zaretskii <[email protected]> | |
2669 | ||
2670 | * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor | |
2671 | for disconnected tracing. | |
2672 | (Multi-Process Mode for @code{gdbserver}): Mention --multi and | |
2673 | extended-remote relationship. Mention --once. | |
2674 | (TCP port allocation lifecycle of @code{gdbserver}): New. | |
2675 | ||
d9b1a651 EZ |
2676 | 2011-04-23 Eli Zaretskii <[email protected]> |
2677 | ||
2678 | * gdb.texinfo (Server): Improve indexing. Index all optional | |
2679 | switches to gdbserver. | |
2680 | ||
90476074 TT |
2681 | 2011-04-20 Tom Tromey <[email protected]> |
2682 | ||
2683 | * gdb.texinfo (Index Section Format): New node. | |
2684 | (Top): Add new node to menu. | |
2685 | ||
c21236dc PA |
2686 | 2011-04-20 Pedro Alves <[email protected]> |
2687 | ||
2688 | * gdb.texinfo (Maintenance Commands): Document `maint print | |
2689 | remote-registers'. | |
2690 | ||
05c8c3f5 TT |
2691 | 2011-04-20 Tom Tromey <[email protected]> |
2692 | ||
2693 | * gdb.texinfo (Trace File Format): Move node later. | |
2694 | ||
7a9dd1b2 TT |
2695 | 2011-04-19 Tom Tromey <[email protected]> |
2696 | ||
2697 | * gdbint.texinfo (Register Information Functions): Remove | |
2698 | duplicate "the". | |
2699 | * gdb.texinfo (Emacs): Remove duplicate "to". | |
2700 | (GDB/MI Variable Objects): Remove duplicate "the". | |
2701 | (General Query Packets): Likewise. | |
2702 | ||
4368ebeb JB |
2703 | 2011-04-02 Joel Brobecker <[email protected]> |
2704 | ||
2705 | * gdb.texinfo (GDB/MI Output Records): Fix menu entry for | |
2706 | "GDB/MI Ada Exception Information" node. | |
2707 | ||
956a9fb9 JB |
2708 | 2011-04-01 Joel Brobecker <[email protected]> |
2709 | ||
2710 | * gdb.texinfo (GDB/MI Ada Exception Information): Document | |
2711 | the "exception-name" field in the *stopped async record. | |
2712 | ||
f1310107 TJB |
2713 | 2011-03-31 Thiago Jung Bauermann <[email protected]> |
2714 | Sergio Durigan Junior <[email protected]> | |
2715 | ||
2716 | Implement support for PowerPC BookE ranged breakpoints. | |
2717 | * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints. | |
2718 | ||
8786b2bd TT |
2719 | 2011-03-28 Tom Tromey <[email protected]> |
2720 | ||
2721 | * gdb.texinfo (Set Tracepoints): Fix typo. | |
2722 | ||
9ef07c8c TT |
2723 | 2011-03-24 Tom Tromey <[email protected]> |
2724 | ||
2725 | * gdb.texinfo (Specify Location): Document `function:label' | |
2726 | linespec. | |
2727 | ||
99c3dc11 PM |
2728 | 2011-03-18 Phil Muldoon <[email protected]> |
2729 | ||
f1310107 | 2730 | PR python/12149 |
99c3dc11 PM |
2731 | |
2732 | * gdb.texinfo (Basic Python): Update gdb.write and flush text. | |
2733 | ||
29703da4 PM |
2734 | 2011-03-17 Phil Muldoon <[email protected]> |
2735 | ||
2736 | * gdb.texinfo (Blocks In Python): Add is_valid method description. | |
2737 | (Inferiors In Python): Likewise. | |
2738 | (Threads In Python): Likewise. | |
2739 | (Symbols In Python): Likewise. | |
2740 | (Objfiles In Python): Likewise. | |
2741 | (Symbol Tables In Python): Likewise. | |
2742 | ||
c9174737 PA |
2743 | 2011-03-15 Pedro Alves <[email protected]> |
2744 | ||
2745 | * gdb.texinfo (Auto Display) <undisplay, enable display, disable | |
2746 | display>: Explain that the commands accept number ranges. | |
2747 | ||
7371cf6d PM |
2748 | 2011-03-14 Phil Muldoon <[email protected]> |
2749 | ||
2750 | * gdb.texinfo (Breakpoints In Python): Add description and example | |
2751 | of Python stop function operation. | |
2752 | ||
ecec24e6 PM |
2753 | 2011-03-10 Phil Muldoon <[email protected]> |
2754 | ||
2755 | * gdb.texinfo (Parameters In Python): Document get_set_string and | |
2756 | get_show_string methods. | |
2757 | ||
6dcd5565 JK |
2758 | 2011-02-28 Jan Kratochvil <[email protected]> |
2759 | ||
2760 | * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis. | |
2761 | ||
81896e36 JK |
2762 | * gdb.texinfo (Starting and Stopping Trace Experiments): Fix |
2763 | circular-trace-buffer name. | |
2764 | ||
5e30da2c JB |
2765 | 2011-02-28 Joel Brobecker <[email protected]> |
2766 | ||
2767 | * gdb.texinfo (Inferiors and Programs): Fix small error introduced | |
2768 | in the previous change. | |
2769 | ||
3bd0f5ef | 2770 | 2011-02-27 Michael Snyder <[email protected]> |
af624141 MS |
2771 | |
2772 | * gdb.texinfo (Inferiors and Programs): Update commands to show | |
2773 | that they can accept multiple arguments. | |
2774 | ||
4ec7539c JB |
2775 | 2011-02-24 Joel Brobecker <[email protected]> |
2776 | ||
2777 | Revert the following patch (code patch was not approved): | |
2778 | 2011-02-21 Hui Zhu <[email protected]> | |
2779 | * agentexpr.texi (bytecode descriptions): add printf. | |
2780 | * gdb.texinfo (tracepoint action lists): add printf. | |
2781 | ||
82809774 DE |
2782 | 2011-02-23 Doug Evans <[email protected]> |
2783 | ||
2784 | * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}. | |
2785 | ||
e5a67952 MS |
2786 | 2011-02-23 Michael Snyder <[email protected]> |
2787 | ||
2788 | * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break. | |
2789 | (Set Watchpoints): Add @dots{} to argument of info watchpoints. | |
2790 | (Listing Tracepoints): Add @dots{} to argument of info tracepoints. | |
2791 | ||
6e6fbe60 DE |
2792 | 2011-02-22 Doug Evans <[email protected]> |
2793 | ||
2794 | * gdb.texinfo (Symbols In Python): Document lookup_global_symbol. | |
2795 | Clarify behaviour of lookup_symbol when `block' argument is omitted, | |
2796 | add description of result, fix @defun formatting. | |
2797 | ||
f994e27a HZ |
2798 | 2011-02-21 Hui Zhu <[email protected]> |
2799 | ||
2800 | * agentexpr.texi (Bytecode Descriptions): Add printf. | |
2801 | * gdb.texinfo (Tracepoint Action Lists): Add printf. | |
2802 | ||
c7f96d2b TT |
2803 | 2011-02-18 Tom Tromey <[email protected]> |
2804 | ||
2805 | * agentexpr.texi (Bytecode Descriptions): Document pick and rot. | |
2806 | ||
60f98dde MS |
2807 | 2011-02-14 Michael Snyder <[email protected]> |
2808 | ||
2809 | * gdb.texinfo (threads): Document argument for "info threads" cmd. | |
2810 | Document new command "thread find". | |
2811 | ||
08e796bc MS |
2812 | 2011-02-14 Michael Snyder <[email protected]> |
2813 | ||
2814 | * gdb.texinfo (Threads): Update example of new thread message. | |
2815 | ||
b3b9301e PA |
2816 | 2011-02-14 Pedro Alves <[email protected]> |
2817 | ||
2818 | * gdb.texinfo (Remote Configuration): Mention set/show remote | |
2819 | traceframe-info. | |
2820 | (Tools/Packages Optional for Building GDB): Mention that expat is | |
2821 | used for traceframe info. | |
2822 | (Remote Protocol) <Menu>: Add "Traceframe Info Format". | |
2823 | (General Query Packets) <qSupported>: Describe the | |
2824 | qXfer:traceframe-info:read feature. | |
2825 | (qXfer::read): Describe qXfer:traceframe-info:read. | |
2826 | (Traceframe Info Format): New section. | |
2827 | ||
cef35b0f PA |
2828 | 2011-02-04 Pedro Alves <[email protected]> |
2829 | ||
2830 | * gdbint.texinfo (Formatting): Mention some formatting guidelines | |
2831 | for casts and unary operators. | |
2832 | ||
f1cbe1d3 TT |
2833 | 2011-02-04 Tom Tromey <[email protected]> |
2834 | ||
2835 | * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded | |
2836 | is not useful. | |
2837 | ||
585fdaa1 PA |
2838 | 2011-01-25 Pedro Alves <[email protected]> |
2839 | ||
2840 | * gdb.texinfo: s/value optimized out/optimized out/g | |
2841 | ||
7bfc9434 JB |
2842 | 2011-01-21 Joel Brobecker <[email protected]> |
2843 | ||
2844 | * gdb.texinfo (Other Misc Settings): Rework part of the | |
2845 | documentation of the "set interactive mode" command. | |
2846 | ||
4694da01 TT |
2847 | 2011-01-19 Tom Tromey <[email protected]> |
2848 | ||
2849 | * gdb.texinfo (Threads): Document thread name output and `thread | |
2850 | name' command. | |
2851 | (Threads In Python): Document Thread.name attribute. | |
2852 | (GDB/MI Thread Commands): Document thread attributes. | |
2853 | ||
b716877b AB |
2854 | 2011-01-12 Andrew Burgess <[email protected]> |
2855 | ||
2856 | * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect | |
2857 | changes in mi/mi-cmd-disas.c | |
2858 | ||
13fd8b81 TT |
2859 | 2011-01-12 Tom Tromey <[email protected]> |
2860 | ||
2861 | * gdb.texinfo (Threads): Remove duplicate text. Update examples. | |
2862 | Fix "thread apply" text. | |
2863 | ||
e09342b5 TJB |
2864 | 2011-01-11 Sergio Durigan Junior <[email protected]> |
2865 | Thiago Jung Bauermann <[email protected]> | |
2866 | ||
2867 | Implement support for PowerPC BookE ranged watchpoints. | |
2868 | * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and | |
2869 | the "set powerpc exact-watchpoints" flag. | |
2870 | ||
06e65f44 TT |
2871 | 2011-01-07 Tom Tromey <[email protected]> |
2872 | ||
2873 | * gdb.texinfo (Python API): Add descriptions to @menu items. | |
2874 | ||
d8e22779 TT |
2875 | 2011-01-06 Tom Tromey <[email protected]> |
2876 | ||
2877 | * gdb.texinfo (Frames In Python): Document gdb.newest_thread. | |
2878 | ||
a255712f PP |
2879 | 2010-01-06 Paul Pluzhnikov <[email protected]> |
2880 | ||
e09342b5 | 2881 | * gdb.texinfo (Debugging Output): Document "set debug jit". |
a255712f | 2882 | |
ccfc3d6e TT |
2883 | 2011-01-06 Tom Tromey <[email protected]> |
2884 | ||
2885 | PR python/12133: | |
2886 | * gdb.texinfo (Frames In Python): Document various frame | |
2887 | constants. | |
2888 | ||
44944448 JB |
2889 | 2011-01-05 Joel Brobecker <[email protected]> |
2890 | ||
2891 | * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo, | |
2892 | doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi, | |
2893 | doc/refcard.tex, doc/stabs.texinfo: Copyright year update. | |
2894 | ||
42ea3d7a JK |
2895 | 2011-01-03 Jan Kratochvil <[email protected]> |
2896 | ||
2897 | * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi. | |
2898 | (clean): Add GDBvn.texi. | |
2899 | ||
720d1a40 JB |
2900 | 2010-12-29 Joel Brobecker <[email protected]> |
2901 | ||
2902 | * gdb.texinfo (Ada Glitches): Remove paragraph describing the | |
2903 | occasional case where the debugger prints an array address | |
2904 | instead of the array itself. | |
2905 | ||
ad196637 PA |
2906 | 2010-12-23 Pedro Alves <[email protected]> |
2907 | ||
2908 | * gdb.texinfo (Packets) <read registers packet>: Document support | |
2909 | for registers that were not collected. | |
2910 | ||
a86caf66 DE |
2911 | 2010-12-15 Doug Evans <[email protected]> |
2912 | ||
2913 | * gdb.texinfo (Startup): Document auto-loading of scripts during | |
2914 | startup. | |
2915 | (Auto-loading): Delete "maint set python auto-load on|off". | |
2916 | Add "set auto-load-scripts on|off". | |
2917 | ||
aae1c79a DE |
2918 | 2010-12-07 Doug Evans <[email protected]> |
2919 | ||
2920 | * gdb.texinfo (Mode Options): Document -data-directory. | |
2921 | (Data Files): Add reference to -data-directory. | |
2922 | ||
4e04c971 DE |
2923 | 2010-11-29 Doug Evans <[email protected]> |
2924 | ||
2925 | * gdb.texinfo (Pretty-Printer Introduction): Change | |
2926 | printer-name:subprinter-name to printer-name;subprinter-name. | |
2927 | ||
94b6973e PM |
2928 | 2010-11-29 Phil Muldoon <[email protected]> |
2929 | ||
2930 | PR python/12199 | |
2931 | ||
2932 | * gdb.texinfo (Breakpoints In Python): Document "delete" method. | |
2933 | ||
39037522 TT |
2934 | 2010-11-23 Tom Tromey <[email protected]> |
2935 | ||
2936 | * gdb.texinfo (Top): Check SYSTEM_READLINE. | |
2937 | (Editing): Likewise. | |
2938 | (Command History): Likewise. | |
2939 | (TUI Keys): Likewise. | |
2940 | (Bug Reporting): Conditionally include rluser.texi and | |
2941 | inc-history.texinfo. | |
2942 | * Makefile.in (READLINE_TEXI_INCFLAG): New variable. | |
2943 | (GDB_DOC_SOURCE_INCLUDES): Add comment. | |
2944 | (GDBvn.texi): Set SYSTEM_READLINE when appropriate. | |
2945 | (gdb.dvi): Use READLINE_TEXI_INCFLAG. | |
2946 | (gdb.pdf): Likewise. | |
2947 | (gdb.info): Likewise. | |
2948 | (gdb/index.html): Likewise. | |
2949 | ||
5ae98d25 TT |
2950 | 2010-11-23 Tom Tromey <[email protected]> |
2951 | ||
2952 | * Makefile.in (Makefile): Run ../config.status. | |
2953 | (distclean): Update. | |
2954 | * configure: Remove. | |
2955 | * configure.ac: Remove. | |
2956 | ||
621c8364 TT |
2957 | 2010-11-12 Tom Tromey <[email protected]> |
2958 | ||
2959 | * gdb.texinfo (Basic Python): Update. Add xref. | |
2960 | (Exception Handling): Document new exception classes. | |
2961 | (Types In Python): Update. | |
2962 | (Frames In Python): Update. | |
2963 | ||
84f4c1fe PM |
2964 | 2010-11-11 Phil Muldoon <[email protected]> |
2965 | ||
2966 | * gdb.texinfo (Breakpoints In Python): Document "internal" | |
2967 | parameter, and visible attribute. | |
2968 | ||
99e7ae30 DE |
2969 | 2010-11-05 Doug Evans <[email protected]> |
2970 | ||
2971 | * gdb.texinfo (Source Path): Document "set directories". | |
2972 | ||
f4b8a18d KW |
2973 | 2010-11-05 Ken Werner <[email protected]> |
2974 | ||
2975 | * gdb.texinfo: (Summary) Add mention about OpenCL C language support. | |
2976 | (OpenCL C): New node. | |
2977 | ||
7b51bc51 DE |
2978 | 2010-11-02 Doug Evans <[email protected]> |
2979 | ||
2980 | * gdb.texinfo (Pretty Printing): Expand into three sections, | |
2981 | introduction, example, and commands. | |
2982 | (Python API): Delete section Disabling Pretty-Printers, merge into | |
2983 | Selecting Pretty-Printers. | |
2984 | (Writing a Pretty-Printer): New section. Move the pretty-printer | |
2985 | example here, and reformat to match python coding style. Add a second | |
2986 | example using the gdb.printing module. | |
2987 | (Python modules): Add gdb.printing. | |
2988 | ||
9eeee977 DE |
2989 | 2010-10-29 Doug Evans <[email protected]> |
2990 | ||
2991 | * gdb.texinfo (Python): Fix long line. | |
2992 | ||
a0e0ffdf DE |
2993 | 2010-10-20 Doug Evans <[email protected]> |
2994 | ||
2995 | * gdbint.texinfo (Misc Guidelines): Renamed from Coding. | |
2996 | All references updated. Correct sections marked as subsections. | |
2997 | (Coding Standards): New chapter. Move the coding standard related | |
2998 | subsections here. Add section on Python coding standards. | |
2999 | ||
0e3509db DE |
3000 | 2010-10-13 Doug Evans <[email protected]> |
3001 | ||
3002 | * gdb.texinfo (Python): Add "Python modules". | |
3003 | (Types in Python): Add reference to gdb.types section. | |
3004 | (Python modules): New node. | |
3005 | ||
44592cc4 DE |
3006 | 2010-10-11 Doug Evans <[email protected]> |
3007 | ||
3008 | * gdb.texinfo (Values From Inferior): Add reference to "Types in | |
3009 | Python" from gdb.Value.type description. | |
3010 | ||
6e1bb179 JB |
3011 | 2010-09-28 Joel Brobecker <[email protected]> |
3012 | ||
3013 | * gdb.texinfo (Ravenscar Profile): New node. | |
3014 | ||
e8467610 TT |
3015 | 2010-09-22 Tom Tromey <[email protected]> |
3016 | ||
3017 | * gdb.texinfo (Values From Inferior): Mention Value.__init__. | |
3018 | ||
fccd1d1e EZ |
3019 | 2010-09-22 Eli Zaretskii <[email protected]> |
3020 | ||
3021 | * gdb.texinfo (Values From Inferior): Clarify that | |
3022 | value.dynamic_type works only in C++ programs with RTTI. | |
3023 | ||
c1b6b909 TT |
3024 | 2010-09-15 Paul Bolle <[email protected]> |
3025 | ||
3026 | * gdb.texinfo (Character Sets): Correctly reference host-charset | |
3027 | in example. | |
3028 | ||
7d288aaa TT |
3029 | 2010-09-13 Tom Tromey <[email protected]> |
3030 | ||
3031 | * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>: | |
3032 | Document "fullname" and "from". | |
3033 | ||
f75d858b MK |
3034 | 2010-09-01 Marc Khouzam <[email protected]> |
3035 | ||
3036 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new | |
3037 | feature `reverse' output by -list-target-features. | |
3038 | ||
83b9503b L |
3039 | 2010-08-31 H.J. Lu <[email protected]> |
3040 | ||
3041 | * gdb.texinfo (i386 Features): Remove an extra "@item". | |
3042 | ||
03f17ccf TT |
3043 | 2010-08-30 Tom Tromey <[email protected]> |
3044 | ||
3045 | PR python/11792: | |
3046 | * gdb.texinfo (Values From Inferior): Document dynamic_type. | |
3047 | ||
9779414d DJ |
3048 | 2010-08-24 Daniel Jacobowitz <[email protected]> |
3049 | ||
3050 | * gdb.texinfo (ARM Features): Document | |
3051 | org.gnu.gdb.arm.m-profile. | |
3052 | ||
f9ffd4bb TT |
3053 | 2010-08-23 Tom Tromey <[email protected]> |
3054 | ||
3055 | PR python/11145: | |
3056 | * gdb.texinfo (Values From Inferior): Document dynamic_cast and | |
3057 | reinterpret_cast methods. | |
3058 | ||
702c2711 TT |
3059 | 2010-08-23 Tom Tromey <[email protected]> |
3060 | ||
3061 | PR python/11915: | |
3062 | * gdb.texinfo (Types In Python): Document array method. | |
3063 | ||
66b73624 TJB |
3064 | 2010-08-18 Thiago Jung Bauermann <[email protected]> |
3065 | ||
3066 | * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register. | |
3067 | ||
06a64a0b TT |
3068 | 2010-08-16 Tom Tromey <[email protected]> |
3069 | ||
3070 | * gdb.texinfo (Set Watchpoints): Document -location option. | |
3071 | ||
a3a7127e DE |
3072 | 2010-08-13 Doug Evans <[email protected]> |
3073 | ||
3074 | * gdb.texinfo (.debug_gdb_scripts section): Fix typo. | |
3075 | ||
8dedea02 VP |
3076 | 2010-08-13 Vladimir Prus <[email protected]> |
3077 | ||
3078 | * gdb.texinfo (GDB/MI Data Manipulation): Document | |
3079 | -data-read-memory-raw and -data-write-memory-raw. | |
3080 | ||
ca5c20b6 | 3081 | 2010-08-11 Tom Tromey <[email protected]> |
889bf7c5 | 3082 | Phil Muldoon <[email protected]> |
ca5c20b6 PM |
3083 | |
3084 | * gdb.texinfo (Basic Python): Describe post_event API. | |
3085 | ||
cb2e07a6 PM |
3086 | 2010-08-11 Phil Muldoon <[email protected]> |
3087 | ||
3088 | * gdb.texinfo (Basic Python): Describe solib_address and | |
889bf7c5 | 3089 | decode_line Python APIs |
cb2e07a6 | 3090 | |
464b3efb TT |
3091 | 2010-08-10 Tom Tromey <[email protected]> |
3092 | ||
3093 | * gdb.texinfo (Pretty Printing API): Document | |
3094 | gdb.default_visualizer. | |
3095 | ||
c29c521f TT |
3096 | 2010-08-10 Tom Tromey <[email protected]> |
3097 | ||
3098 | Revert gdb-add-index addition: | |
3099 | * gdb.texinfo (Index Files): Don't document gdb-add-index. | |
3100 | ||
5da1313b JK |
3101 | 2010-08-07 Jan Kratochvil <[email protected]> |
3102 | Eli Zaretskii <[email protected]> | |
3103 | ||
3104 | * gdb.texinfo (Mode Options) <-batch> | |
3105 | (Basic Python) <gdb.execute>: Describe setting width and height. | |
3106 | ||
02d868e8 PP |
3107 | 2010-07-31 Paul Pluzhnikov <[email protected]> |
3108 | ||
3109 | * gdb.texinfo (Threads): Document 'debug libthread-db'. | |
3110 | ||
c2bbed2a TT |
3111 | 2010-07-30 Tom Tromey <[email protected]> |
3112 | ||
3113 | * gdb.texinfo (Index Files): Mention gdb-add-index. | |
3114 | ||
6c13bbe1 HZ |
3115 | 2010-07-30 Hui Zhu <[email protected]> |
3116 | ||
3117 | * gdb.texinfo (Inferiors and Programs): Update the introduce of | |
3118 | "detach inferior" and "kill inferior". | |
3119 | ||
53a71c06 CR |
3120 | 2010-07-28 CHENG Renquan <[email protected]> |
3121 | ||
3122 | * gdb.texinfo (Machine Code): Update description of two forms of | |
3123 | arguments, and add new example to demonstrate the new form. | |
3124 | ||
5374244e PM |
3125 | 2010-07-27 Phil Muldoon <[email protected]> |
3126 | ||
3127 | * gdb.texinfo (Values From Inferior): Add value inferior function | |
3128 | call description. | |
3129 | ||
8ea5bce5 JK |
3130 | 2010-07-19 Jan Kratochvil <[email protected]> |
3131 | ||
3132 | * gdb.texinfo (Active Targets): Fix wrong comma placement. | |
3133 | ||
c0edd9ed JK |
3134 | 2010-07-19 Jan Kratochvil <[email protected]> |
3135 | Eli Zaretskii <[email protected]> | |
3136 | ||
3137 | Make core files the process_stratum. | |
3138 | * gdb.texinfo (Active Targets): Remove core_stratum. Include | |
3139 | record_stratum example. | |
3140 | ||
9291a0cd TT |
3141 | 2010-07-13 Tom Tromey <[email protected]> |
3142 | ||
3143 | * gdb.texinfo (Index Files): New node. | |
3144 | ||
f5011d11 TT |
3145 | 2010-07-13 Tom Tromey <[email protected]> |
3146 | ||
3147 | * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'. | |
3148 | ||
0f5238ed TT |
3149 | 2010-07-13 Tom Tromey <[email protected]> |
3150 | ||
3151 | * gdb.texinfo (Specify Location): Document labels. | |
3152 | ||
74c761c1 PA |
3153 | 2010-07-01 Pedro Alves <[email protected]> |
3154 | ||
3155 | * gdb.texinfo (Create and Delete Tracepoints): Add more index | |
3156 | entries for fast tracepoints and static tracepoints. | |
3157 | ||
501994c0 PA |
3158 | 2010-07-01 Pedro Alves <[email protected]> |
3159 | ||
3160 | * gdb.texinfo (General Query Packets) <qfThreadInfo, | |
3161 | qsThreadInfo>: Spell out `l' as ell. | |
3162 | ||
0fb4aa4b PA |
3163 | 2010-07-01 Pedro Alves <[email protected]> |
3164 | ||
3165 | * gdb.texinfo (Convenience Variables): Document $_sdata. | |
3166 | (Commands to Set Tracepoints): Describe static tracepoints. Add | |
3167 | `Listing Static Tracepoint Markers' menu entry. Document | |
3168 | "strace". | |
3169 | (Tracepoint Action Lists): Document collecting $_sdata. | |
3170 | (Listing Static Tracepoint Markers): New subsection. | |
3171 | (Tracepoints support in gdbserver): Mention static tracepoints. | |
3172 | (remote packets, enabling and disabling): Mention | |
3173 | read-sdata-object. | |
3174 | (General Query Packets) <qSupported>: Document qXfer:sdata:read | |
3175 | and StaticTracepoint. | |
3176 | Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets. | |
3177 | Document qXfer:sdata:read. | |
3178 | (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat. | |
3179 | ||
dc3b15be JB |
3180 | 2010-06-29 Joel Brobecker <[email protected]> |
3181 | ||
3182 | * gdb.texinfo (Threads In Python): Fix unmatched @end table. | |
3183 | ||
595939de PM |
3184 | 2010-06-28 Phil Muldoon <[email protected]> |
3185 | Tom Tromey <[email protected]> | |
3186 | Thiago Jung Bauermann <[email protected]> | |
3187 | ||
3188 | * gdb.texinfo (Inferiors In Python): New node. | |
3189 | * gdb.texinfo (Threads In Python): New node. | |
3190 | ||
9279c692 JB |
3191 | 2010-06-28 Joel Brobecker <[email protected]> |
3192 | ||
3193 | * gdb.texinfo (Python): Document what the python directory is | |
3194 | and what its location is. | |
3195 | (Basic Python): Document the gdb.PYTHONDIR constant. | |
3196 | ||
bc9f0842 TT |
3197 | 2010-06-25 Tom Tromey <[email protected]> |
3198 | ||
3199 | PR python/10808: | |
3200 | * gdb.texinfo (Basic Python): Document new gdb.execute argument. | |
3201 | ||
f1421989 HZ |
3202 | 2010-06-24 Hui Zhu <[email protected]> |
3203 | ||
3204 | * gdb.texinfo: (Commands for Controlled Output): Add | |
3205 | documentation for command "eval". | |
3206 | ||
e4c0cfae SS |
3207 | 2010-06-21 Stan Shebs <[email protected]> |
3208 | ||
3209 | * gdb.texinfo: Add explicit @node and @appendix for GFDL. | |
3210 | * annotate.texinfo: Ditto. | |
3211 | * gdbint.texinfo: Ditto. | |
3212 | * stabs.texinfo: Ditto. | |
3213 | ||
bb08c432 HZ |
3214 | 2010-06-22 Hui Zhu <[email protected]> |
3215 | ||
3216 | * gdb.texinfo: (Process Record and Replay): Add documentation | |
3217 | for command "set record memory-query". | |
3218 | ||
4f5d9f07 SS |
3219 | 2010-06-21 Stan Shebs <[email protected]> |
3220 | ||
3221 | * gdb.texinfo: Relicense under GFDL version 1.3. | |
3222 | * annotate.texinfo: Relicense under GFDL version 1.3. | |
3223 | * gdbint.texinfo: Relicense under GFDL version 1.3. | |
3224 | * stabs.texinfo: Relicense under GFDL version 1.3. | |
3225 | * fdl.texi: Update to version 1.3. | |
3226 | ||
6aed2dbc SS |
3227 | 2010-06-18 Stan Shebs <[email protected]> |
3228 | ||
a61408f8 SS |
3229 | * gdb.texinfo (Operating System Auxiliary Information): Describe |
3230 | "info os" when no arguments given. | |
3231 | ||
6aed2dbc SS |
3232 | * gdb.texinfo (Debugging Programs with Multiple Threads): Describe |
3233 | $_thread. | |
3234 | ||
24e933df HZ |
3235 | 2010-06-18 Hui Zhu <[email protected]> |
3236 | ||
3237 | * gdb.texinfo: (Process Record and Replay): Add documentation | |
3238 | for commands "record save" and "record restore". | |
3239 | ||
65d79d4b SDJ |
3240 | 2010-06-16 Jan Kratochvil <[email protected]> |
3241 | ||
3242 | * gdb.texinfo: Include information about the correct use | |
3243 | of addresses in the `watch' command. | |
3244 | ||
d914c394 SS |
3245 | 2010-06-11 Stan Shebs <[email protected]> |
3246 | ||
3247 | * gdb.texinfo (Observer Mode): New section. | |
3248 | (General Query Packets): Document QAllow. | |
889bf7c5 | 3249 | |
967cf477 DE |
3250 | 2010-06-04 Doug Evans <[email protected]> |
3251 | ||
3252 | * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'. | |
3253 | ||
aaf4119b DE |
3254 | 2010-06-03 Doug Evans <[email protected]> |
3255 | ||
3256 | * gdbint.texinfo (Coding): Add subsection on command names. | |
3257 | ||
9eae7c52 TT |
3258 | 2010-06-02 Tom Tromey <[email protected]> |
3259 | ||
3260 | * gdb.texinfo (Maintenance Commands): Document maint set dwarf2 | |
3261 | always-disassemble. | |
3262 | ||
fa593d66 PA |
3263 | 2010-06-01 Pedro Alves <[email protected]> |
3264 | ||
3265 | * gdb.texinfo (Set Tracepoints): Mention tracepoints support in | |
3266 | gdbserver, and add cross reference. | |
3267 | (Tracepoints support in gdbserver): New subsection. | |
3268 | ||
dde08ee1 PA |
3269 | 2010-05-26 Pedro Alves <[email protected]> |
3270 | ||
3271 | * gdb.texinfo (General Query Packets) <qSupported>: Describe the | |
3272 | `qRelocInsn' feature. | |
3273 | (Relocate instruction reply packet): New subsection | |
3274 | of `Tracepoint Packets'. | |
3275 | (Tracepoint Packets): Mention that packets QTDP and QTStart | |
3276 | support the qRelocInsn request, and add cross reference to new | |
3277 | subsection. | |
3278 | ||
07ca107c DE |
3279 | 2010-05-25 Doug Evans <[email protected]> |
3280 | ||
3281 | * gdb.texinfo (Exception Handling): Document gdb.GdbError. | |
3282 | (Commands In Python): Document gdb.string_to_argv. | |
3283 | ||
c25c4a8b JK |
3284 | 2010-05-02 Jan Kratochvil <[email protected]> |
3285 | ||
3286 | * gdbint.texinfo (Host Definition): Remove items NORETURN and | |
3287 | ATTR_NORETURN. | |
3288 | ||
d7b32ed3 | 3289 | 2010-04-29 Phil Muldoon <[email protected]> |
c25c4a8b JK |
3290 | Tom Tromey <[email protected]> |
3291 | Thiago Jung Bauermann <[email protected]> | |
d7b32ed3 | 3292 | |
c25c4a8b | 3293 | * gdb.texinfo (Parameters In Python): New Node. |
d7b32ed3 | 3294 | |
6aecb9c2 JB |
3295 | 2010-04-29 Mihail Zenkov <[email protected]> |
3296 | ||
3297 | * gdb.texinfo: (Summary) Add mention about D language support. | |
3298 | (Filenames): Add D suffixes. | |
3299 | (D): New node. | |
3300 | ||
b7da9e9f PM |
3301 | 2010-04-26 Pierre Muller <[email protected]> |
3302 | ||
3303 | * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation | |
3304 | of macro deleted from GDB code. | |
3305 | ||
ab38a727 PA |
3306 | 2010-04-24 Pedro Alves <[email protected]> |
3307 | ||
3308 | * gdb.texinfo (Commands to specify files): Describe what how GDB | |
3309 | looks up DOS-based filesystem paths on the system root. Document | |
3310 | the new `set/show target-file-system-kind' commands. | |
3311 | ||
66d09542 DE |
3312 | 2010-04-23 Doug Evans <[email protected]> |
3313 | ||
3314 | * gdb.texinfo (Python): Move Auto-loading section here ... | |
3315 | (Python API): from here. | |
3316 | (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts. | |
3317 | (Maintenance Commands): Add docs for "maint print section-scripts". | |
3318 | ||
8bd10a10 CM |
3319 | 2010-04-20 Chris Moller <[email protected]> |
3320 | ||
3321 | * gdb.texinfo (Setting Breakpoints): Added description of | |
3322 | filename-qualified rbreak. | |
3323 | * refcard.tex (Breakpoints and Watchpoints): Added brief | |
3324 | description of filename-qualified rbreak. | |
3325 | ||
4c374409 JK |
3326 | 2010-04-22 Jan Kratochvil <[email protected]> |
3327 | ||
3328 | * gdb.texinfo (Data): New @menu reference to Pretty Printing. | |
3329 | (Python API): Change the reference to Pretty Printing API. | |
3330 | (Pretty Printing): Move the user part under the Data node. Reformat | |
3331 | the sample output to 72 columns. Create a new reference to Pretty | |
3332 | Printing API. Rename the API part ... | |
3333 | (Pretty Printing API): To a new node name. | |
3334 | (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python) | |
3335 | (GDB/MI Variable Objects): Change references to Pretty Printing API. | |
3336 | ||
5a9351ae SS |
3337 | 2010-04-21 Stan Shebs <[email protected]> |
3338 | ||
3339 | * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions | |
889bf7c5 | 3340 | and commands. |
5a9351ae | 3341 | (Listing Tracepoints): Update to reflect current behavior. |
889bf7c5 | 3342 | |
9a22f0d0 PM |
3343 | 2010-04-22 Pierre Muller <[email protected]> |
3344 | ||
3345 | * gdb.texinfo (Examining memory): Update for change in string | |
3346 | display with explicit size. | |
3347 | ||
6149aea9 PA |
3348 | 2010-04-19 Pedro Alves <[email protected]> |
3349 | ||
3350 | PR breakpoints/8554. | |
3351 | ||
3352 | * gdb.texinfo (Save Breakpoints): New node. | |
3353 | (save-tracepoints): Rename to ... | |
3354 | (save tracepoints): ... this. Mention that `save-tracepoints' is | |
3355 | a deprecated alias to `save tracepoints'. | |
3356 | ||
711e434b PM |
3357 | 2010-04-16 Pierre Muller <[email protected]> |
3358 | ||
645797a8 | 3359 | * gdb.texinfo ($_tlb): Document new automatic convinience variable. |
711e434b PM |
3360 | (info w32 thread-information-block): Document new command. |
3361 | (qGetTIBAddress): Document new gdbserver query. | |
3362 | (maint set/show show-all-tib): Document new command. | |
3363 | ||
3f7b2faa DE |
3364 | 2010-04-15 Doug Evans <[email protected]> |
3365 | ||
fa33c3cd DE |
3366 | * gdb.texinfo (Python API): Add progspaces section. |
3367 | (Selecting Pretty-Printers): Progspace pretty-printers are | |
3368 | searched too. | |
3369 | (Progspaces In Python): New section. | |
3370 | ||
3f7b2faa DE |
3371 | * gdb.texinfo (Command Files): Add docs for new "source -s" option. |
3372 | ||
79f283fe PM |
3373 | 2010-04-14 Phil Muldoon <[email protected]> |
3374 | ||
3375 | * gdb.texinfo (Pretty Printing): Document behaviour when to_string | |
3376 | returns None. | |
3377 | ||
87290684 SS |
3378 | 2010-04-09 Stan Shebs <[email protected]> |
3379 | ||
3380 | * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>: | |
3381 | Describe the `frames-created' field, tweak grammar. | |
3382 | ||
a97153c7 PA |
3383 | 2010-04-09 Pedro Alves <[email protected]> |
3384 | ||
3385 | * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>: | |
3386 | Describe the `circular' and `disconnected' fields. | |
3387 | ||
5c5dcc1b L |
3388 | 2010-04-09 H.J. Lu <[email protected]> |
3389 | ||
3390 | * gdb.texinfo (maint print registers): Mention unavailable and | |
3391 | invisible registers. | |
3392 | ||
adc36818 PM |
3393 | 2010-04-09 Phil Muldoon <[email protected]> |
3394 | Thiago Jung Bauermann <[email protected]> | |
5c5dcc1b | 3395 | Tom Tromey <[email protected]> |
adc36818 PM |
3396 | |
3397 | * gdb.texinfo (Breakpoints In Python): New Node. | |
3398 | ||
33da3f1c SS |
3399 | 2010-04-08 Stan Shebs <[email protected]> |
3400 | ||
3401 | * gdb.texinfo (Tracepoint Packets): Describe disconn and circular | |
3402 | trace status fields. | |
3403 | ||
3a13a53b L |
3404 | 2010-04-08 H.J. Lu <[email protected]> |
3405 | ||
3406 | * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx | |
3407 | optional. Make org.gnu.gdb.i386.avx requires | |
3408 | org.gnu.gdb.i386.avx. | |
3409 | ||
08001717 DE |
3410 | 2010-04-08 Doug Evans <[email protected]> |
3411 | ||
3412 | * gdb.texinfo (Command Files): Document that gdb skips $cdir in | |
3413 | search path, and document that gdb only scans the search path if | |
3414 | the script's path doesn't specify a directory. | |
3415 | ||
c375651d DE |
3416 | 2010-04-05 Doug Evans <[email protected]> |
3417 | ||
3418 | * gdb.texinfo (maint show python auto-load): Fix typo. | |
3419 | ||
af54718e SS |
3420 | 2010-04-04 Stan Shebs <[email protected]> |
3421 | ||
d77f58be SS |
3422 | * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym. |
3423 | (Setting Watchpoints): Update description of "info watch". | |
3424 | (Disabling Breakpoints): Only "info break" lists all. | |
3425 | ||
af54718e SS |
3426 | * gdb.texinfo (Tracepoint Restrictions): Document PC inference. |
3427 | (tdump): Explain how tdump works. | |
3428 | ||
86b17b60 PA |
3429 | 2010-04-01 Pedro Alves <[email protected]> |
3430 | ||
3431 | * gdb.texinfo (Break Commands): Clarify `commands' changes, and | |
3432 | add cross reference. | |
3433 | ||
ff12863f PA |
3434 | 2010-03-31 Pedro Alves <[email protected]> |
3435 | ||
3436 | * gdb.texinfo (TUI Commands): Mention that in some cases, these | |
3437 | commands error out. | |
3438 | ||
f68eb612 L |
3439 | 2010-03-30 H.J. Lu <[email protected]> |
3440 | ||
3441 | * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx. | |
3442 | ||
c8d5aac9 L |
3443 | 2010-03-30 H.J. Lu <[email protected]> |
3444 | ||
3445 | * gdb.texinfo (General Query Packets): Add xmlRegisters. | |
3446 | ||
7d13fe92 SS |
3447 | 2010-03-29 Stan Shebs <[email protected]> |
3448 | Nathan Sidwell <[email protected]> | |
3449 | ||
3450 | * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the | |
3451 | GDBN equivalent. | |
3452 | (Set Tracepoints): Remove mention that conditional tracepoints | |
3453 | don't exist. | |
3454 | (Tracepoint Actions): Clarify when while-stepping collection | |
3455 | happens, note that while-stepping does not automatically collect | |
3456 | $pc. | |
3457 | ||
409873ef | 3458 | 2010-03-29 Stan Shebs <[email protected]> |
889bf7c5 | 3459 | |
409873ef SS |
3460 | * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc. |
3461 | (General Query Packets): Describe TracepointSource. | |
3462 | ||
ee8e71d4 EZ |
3463 | 2010-03-27 Matt Rice <[email protected]> |
3464 | ||
c8d5aac9 L |
3465 | * gdb.texinfo (ARM): Document arguments to "target sim". |
3466 | (Set Catchpoints): Use @dots{} instead of @r{...}. | |
ee8e71d4 | 3467 | |
99b5e152 PA |
3468 | 2010-03-26 Pedro Alves <[email protected]> |
3469 | ||
3470 | * gdb.texinfo (Tracepoint Packets): Remove mention that | |
3471 | terror:string may be plain text, and drop mention of X prefix. | |
3472 | ||
cd64ee31 VP |
3473 | 2010-03-26 Vladimir Prus <[email protected]> |
3474 | ||
3475 | * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref. | |
3476 | ||
6c28cbf2 SS |
3477 | 2010-03-24 Stan Shebs <[email protected]> |
3478 | ||
3479 | * gdb.texinfo (Tracepoint Packets): Document trace error status. | |
3480 | ||
95a42b64 TT |
3481 | 2010-03-24 Tom Tromey <[email protected]> |
3482 | ||
3483 | PR breakpoints/9352: | |
3484 | * gdb.texinfo (Break Commands): Update. | |
3485 | ||
18148017 VP |
3486 | 2010-03-24 Vladimir Prus <[email protected]> |
3487 | ||
3488 | * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint | |
3489 | commands. | |
3490 | ||
4daf5ac0 SS |
3491 | 2010-03-16 Stan Shebs <[email protected]> |
3492 | ||
3493 | * gdb.texinfo (Starting and Stopping Trace Experiments): Describe | |
3494 | circular-trace-buffer. | |
3495 | (Tracepoint Packets): Describe QTBuffer, and details of the | |
3496 | qTStatus reply. | |
3497 | ||
c9429232 SS |
3498 | 2010-03-12 Stan Shebs <[email protected]> |
3499 | Nathan Sidwell <[email protected]> | |
3500 | ||
3501 | * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is | |
3502 | doing instruction stepping. | |
3503 | (Tracepoint Restrictions): New node. | |
3504 | ||
ccefe4c4 TT |
3505 | 2010-03-10 Tom Tromey <[email protected]> |
3506 | ||
3507 | * gdbint.texinfo (Symbol Handling): Update. | |
3508 | ||
7c953934 TT |
3509 | 2010-03-08 Tom Tromey <[email protected]> |
3510 | ||
3511 | PR cli/9591: | |
3512 | * gdb.texinfo (Mode Options): Mention lack of pagination and | |
3513 | confirmation with --batch. | |
3514 | (Screen Size): Mention --batch. | |
3515 | (Messages/Warnings): Likewise. | |
3516 | ||
f870a310 TT |
3517 | 2010-03-05 Tom Tromey <[email protected]> |
3518 | ||
3519 | * gdb.texinfo (Basic Python): Document target_charset and | |
3520 | target_wide_charset. | |
3521 | ||
78e2826b TT |
3522 | 2010-03-05 Tom Tromey <[email protected]> |
3523 | ||
3524 | * gdb.texinfo (Data): Link to pretty-printing. | |
3525 | (Output Formats): Likewise. Correct text. | |
3526 | ||
f5dff777 DJ |
3527 | 2010-03-01 Daniel Jacobowitz <[email protected]> |
3528 | ||
3529 | * gdb.texinfo (Types): Describe <struct> and <flags>. | |
3530 | ||
dc00d89f PM |
3531 | 2010-02-28 Phil Muldoon <[email protected]> |
3532 | ||
3533 | * gdb.texinfo (Frames In Python): Add block parameter and | |
3534 | description to read_var text. | |
3535 | ||
5107b149 | 3536 | 2010-02-26 Phil Muldoon <[email protected]> |
c8d5aac9 | 3537 | Tom Tromey <[email protected]> |
5107b149 PM |
3538 | |
3539 | * gdb.texinfo (Types In Python): Describe block argument in | |
3540 | template_argument and gdb.lookup_type. | |
3541 | ||
e03e5e7b TT |
3542 | 2010-02-24 Tom Tromey <[email protected]> |
3543 | ||
3544 | * gdb.texinfo (Cygwin Native): Fix typo. | |
3545 | ||
f3e9a817 PM |
3546 | 2010-02-24 Phil Muldoon <[email protected]> |
3547 | ||
3548 | * gdb.texinfo (Frames In Python): Add block, find_sal, function | |
3549 | and select method descriptions. | |
3550 | (Python API): Add Blocks In Python, Symbols in Python and Symbol | |
3551 | Tables in Python to menu. | |
3552 | (Blocks In Python): New node. | |
3553 | (Symbols In Python): New node. | |
3554 | (Symbol Tables in Python): New node. | |
3555 | ||
a79b8f6e VP |
3556 | 2010-02-24 Vladimir Prus <[email protected]> |
3557 | ||
3558 | Multiexec MI | |
3559 | ||
3560 | gdb/ | |
3561 | * breakpoint.c (clear_syscall_counts): Take struct inferior*. | |
3562 | ||
3563 | gdb/doc/ | |
3564 | * gdb.texinfo (GDB/MI Command Syntax): Document notification | |
3565 | changes. | |
3566 | (GDB/MI Program Execution): Document current behaviour of | |
3567 | --all and --thread-group. | |
3568 | (GDB/MI Miscellaneous Commands): Document -add-inferior and | |
3569 | -remove-inferior. | |
3570 | * observer.texi (inferior_added, inferior_removed): New | |
3571 | observers. | |
3572 | ||
629d6a47 TT |
3573 | 2010-02-19 Tom Tromey <[email protected]> |
3574 | ||
3575 | * gdbint.texinfo (Getting Started): Fix @node. | |
3576 | (Debugging GDB): Likewise. | |
3577 | ||
c09529e5 JB |
3578 | 2010-02-13 Joel Brobecker <[email protected]> |
3579 | ||
3580 | * gdbint.texinfo (Testsuite): New section "Testsuite Configuration", | |
3581 | documenting the gdb_test_timeout variable. | |
3582 | ||
540aa8e7 MS |
3583 | 2010-02-12 Jakob Engblom <[email protected]> |
3584 | ||
3585 | * gdb.texinfo (MI commands): Added documentation of --reverse | |
3586 | option to a set of MI commands. Restructured documentation of MI | |
3587 | commands --exec-continue to reflect the complexity of reverse | |
3588 | execution. | |
3589 | ||
081dfbf7 PA |
3590 | 2010-02-12 Pedro Alves <[email protected]> |
3591 | ||
3592 | * gdb.texinfo (Using the Collected Data): Specify that the address | |
3593 | range of `tfind outsize' is exclusive, and that the address range | |
3594 | of `tfind range' is inclusive. | |
3595 | (Tracepoint Packets): Specify that the address range of | |
3596 | `QTFrame:range' is inclusive, and that the address range of | |
3597 | `QTFrame:outside' is exclusive | |
3598 | ||
8e9c5e02 VP |
3599 | 2010-02-12 Vladimir Prus <[email protected]> |
3600 | ||
3601 | * gdb.texinfo (GDB/MI Result Records): Clarify ^running. | |
3602 | ||
92981e24 TT |
3603 | 2010-02-10 Tom Tromey <[email protected]> |
3604 | ||
3605 | * gdb.texinfo (Debugging Output): Document set debug parser and | |
3606 | show debug parser. | |
3607 | ||
075b51b7 L |
3608 | 2010-02-09 H.J. Lu <[email protected]> |
3609 | ||
3610 | * gdb.texinfo (Predefined Target Types): Add i387_ext, | |
3611 | i386_eflags and i386_mxcsr. | |
3612 | ||
3bb8d5c3 L |
3613 | 2010-02-08 H.J. Lu <[email protected]> |
3614 | ||
3615 | * gdb.texinfo: Document i386 target features. | |
3616 | ||
c5f80513 DE |
3617 | 2010-02-05 Doug Evans <[email protected]> |
3618 | ||
3619 | * gdbint.texinfo (Testsuite): Add a new section to document the | |
3620 | various DejaGnu variables that may be overridden. | |
1be00882 | 3621 | Document INTERNAL_GDBFLAGS. |
c5f80513 | 3622 | |
6ac33a4e TT |
3623 | 2010-02-04 Tom Tromey <[email protected]> |
3624 | ||
3625 | PR cli/8830: | |
3626 | * gdb.texinfo (Files): -readnow comes before the filename for file | |
3627 | and symbol-file. | |
3628 | ||
a1dcb23a DJ |
3629 | 2010-02-01 Daniel Jacobowitz <[email protected]> |
3630 | ||
3631 | * gdb.texinfo (Architecture-Specific Protocol Details): New section. | |
3632 | Document ARM breakpoint types. | |
3633 | (Register Packet Format): Move into the new section. | |
3634 | (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets. | |
3635 | ||
95433b34 JB |
3636 | 2010-01-21 Joel Brobecker <[email protected]> |
3637 | ||
3638 | * gdb.texinfo (File Options): Adjust the documentation of this | |
3639 | switch to refer to the "source" command rather than partially | |
3640 | duplicating some of the relevant information. | |
3641 | (Extending GDB): Introduce and document the set/show script-extension | |
3642 | setting. | |
3643 | (Command Files): Add note explaining that the "source" command | |
3644 | is also used to evalute scripts written in other languages. | |
3645 | Remove the short slightly incorrect reference to sourcing Python | |
3646 | scripts. | |
3647 | (Python Commands): Document how to execute a Python script from GDB. | |
3648 | ||
8d576872 JB |
3649 | 2010-01-19 Joel Brobecker <[email protected]> |
3650 | ||
3651 | * gdb.texinfo (Command Files): Fix typo. | |
3652 | ||
8150ff9c JB |
3653 | 2010-01-18 Tom Tromey <[email protected]> |
3654 | ||
3655 | * gdb.texinfo (File Options): Document -x on .py files. | |
3656 | (Command Files): Document handling of Python scripts. | |
3657 | ||
23db03a6 JZ |
3658 | 2010-01-18 Jie Zhang <[email protected]> |
3659 | ||
3660 | * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi. | |
3661 | ||
00bf0b85 SS |
3662 | 2010-01-15 Stan Shebs <[email protected]> |
3663 | ||
3664 | * gdb.texinfo (Trace Files): New section. | |
3665 | (Tracepoint Packets): Document QTSave and qTBuffer. | |
3666 | (Trace File Format): New appendix. | |
3667 | ||
be759fcf PM |
3668 | 2010-01-13 Phil Muldoon <[email protected]> |
3669 | ||
3670 | * gdb.texinfo (Values From Inferior): Document lazy_string value | |
3671 | method. | |
3672 | (Python API): Add Lazy strings menu item. | |
3673 | (Lazy Strings In Python): New node. | |
3674 | ||
dc146f7c VP |
3675 | 2010-01-13 Vladimir Prus <[email protected]> |
3676 | ||
3677 | * gdb.texinfo (GDB/MI Thread Information): New. | |
3678 | (GDB/MI Async Records): Document the core field in *stopped. | |
3679 | (GDB/MI Miscellaneous Commands): Expand -list-thread-groups | |
3680 | documentation | |
3681 | (Process list): Document that osdata document may contain | |
3682 | threads. | |
3683 | (Remote Serial Protocol): Document qXfer:threads. | |
3684 | ||
d5551862 SS |
3685 | 2010-01-06 Stan Shebs <[email protected]> |
3686 | ||
3687 | * gdb.texinfo (Starting and Stopping Trace Experiments): Document | |
3688 | disconnected tracing. | |
3689 | (Tracepoint Packets): Document new protocol. | |
3690 | ||
7a697b8d SS |
3691 | 2010-01-05 Stan Shebs <[email protected]> |
3692 | ||
3693 | * gdb.texinfo (Create and Delete Tracepoints): Describe fast | |
3694 | tracepoints. | |
3695 | (Tracepoint Packets): Describe remote protocol for fast | |
3696 | tracepoints. | |
3697 | ||
e6f3ec50 JB |
3698 | 2010-01-01 Joel Brobecker <[email protected]> |
3699 | ||
3700 | Update the "Start of New Year Procedure". | |
3701 | * gdbint.texinfo: Add the list of files that need to be updated | |
3702 | manually. Minor reformatting. | |
3703 | ||
ddc4e9c1 JB |
3704 | 2010-01-01 Joel Brobecker <[email protected]> |
3705 | ||
3706 | * refcard.tex: Update copyright year in header and text. | |
3707 | ||
9d2897ad JB |
3708 | 2010-01-01 Joel Brobecker <[email protected]> |
3709 | ||
3710 | * agentexpr.texi: Add 2010 to the list of copyright years. | |
3711 | * annotate.texinfo: Likewise. | |
3712 | * gdb.texinfo: Likewise. | |
3713 | * gdbint.texinfo: Likewise. | |
3714 | * observer.texi: Likewise. | |
3715 | * stabs.texinfo: Likewise. | |
3716 | ||
6da95a67 SS |
3717 | 2009-12-31 Stan Shebs <[email protected]> |
3718 | ||
3719 | * gdb.texinfo (Tracepoint Actions): Describe teval. | |
889bf7c5 | 3720 | |
236f1d4d SS |
3721 | 2009-12-29 Stan Shebs <[email protected]> |
3722 | ||
3723 | * gdb.texinfo (Tracepoint Actions): Describe default-collect. | |
889bf7c5 | 3724 | |
f61e138d SS |
3725 | 2009-12-28 Stan Shebs <[email protected]> |
3726 | ||
3727 | * gdb.texinfo (Trace State Variables): New section. | |
3728 | (Tracepoint Packets): Describe trace state variable packets. | |
3729 | * agentexpr.texi (Bytecode Descriptions): Describe trace state | |
3730 | variable bytecodes. | |
3731 | ||
0fe7935b DJ |
3732 | 2009-12-28 Daniel Jacobowitz <[email protected]> |
3733 | ||
3734 | * gdb.texinfo (Symbols): "info variables" prints definitions, not | |
3735 | declarations. | |
3736 | ||
a6b29f87 VP |
3737 | 2009-12-21 Vladimir Prus <[email protected]> |
3738 | ||
3739 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that | |
3740 | -gdb-exit behaviour. | |
3741 | ||
5e4bde96 JB |
3742 | 2009-12-20 Joel Brobecker <[email protected]> |
3743 | ||
3744 | * gpl.texi: Update to version 3 of the GPL. | |
3745 | ||
a1715244 JB |
3746 | 2009-12-20 Joel Brobecker <[email protected]> |
3747 | ||
3748 | * Makefile.in: Update copyright header. | |
3749 | * observer.texi: Fix the copyright header of the generated files. | |
3750 | ||
361ae042 PM |
3751 | 2009-12-08 Phil Muldoon <[email protected]> |
3752 | ||
3753 | * gdb.texinfo (Types In Python): Describe range function. | |
3754 | ||
bfd31e71 PM |
3755 | 2009-12-03 Richard Ward <[email protected]> |
3756 | ||
3757 | * gdb.texinfo (Types In Python): Describe "is_base_class". | |
3758 | ||
57a1d736 TT |
3759 | 2009-12-03 Tom Tromey <[email protected]> |
3760 | ||
3761 | * gdb.texinfo (Basic Python): Document gdb.parse_and_eval. | |
3762 | ||
8cebebb9 PP |
3763 | 2009-12-02 Paul Pluzhnikov <[email protected]> |
3764 | ||
3765 | * observer.texi: New memory_changed observer. | |
3766 | ||
16af530a TT |
3767 | 2009-12-01 Tom Tromey <[email protected]> |
3768 | ||
3769 | * gdb.texinfo (Reverse Execution): Fix typo. | |
3770 | ||
b6199126 DJ |
3771 | 2009-11-24 Daniel Jacobowitz <[email protected]> |
3772 | ||
3773 | PR gdb/8704 | |
3774 | ||
3775 | * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers | |
3776 | are allowed after the breakpoint condition. | |
3777 | ||
7a6973ad TT |
3778 | 2009-11-23 Tom Tromey <[email protected]> |
3779 | ||
3780 | PR python/10782: | |
3781 | * gdb.texinfo (Types In Python): Document Type.pointer. | |
3782 | ||
21a0512e PP |
3783 | 2009-11-23 Paul Pluzhnikov <[email protected]> |
3784 | ||
3785 | * gdb.texinfo (Machine Code): Adjust. | |
889bf7c5 | 3786 | |
a5832c8f PA |
3787 | 2009-11-11 Pedro Alves <[email protected]> |
3788 | ||
3789 | * agentexpr.texi (Tracing On Symmetrix): Delete section. | |
3790 | (Using Agent Expressions): Delete cross reference. | |
3791 | ||
1eb7cd77 JB |
3792 | 2009-11-07 Joel Brobecker <[email protected]> |
3793 | ||
3794 | * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage | |
3795 | and @settitle directives up to help makeinfo find them. | |
3796 | ||
24ddea62 JK |
3797 | 2009-11-02 Jan Kratochvil <[email protected]> |
3798 | ||
3799 | * gdb.texinfo (set debug-file-directory, show debug-file-directory) | |
3800 | (Auto-loading): Use plural and note one can use multiple components now. | |
3801 | ||
3afae151 VP |
3802 | 2009-11-01 Vladimir Prus <[email protected]> |
3803 | ||
3804 | * gdb.texinfo (GDB/MI Stack Manipulation): Make | |
3805 | -stack-list-arguments have the same documentation for parameter | |
3806 | as -stack-list-locals. Add comas. | |
3807 | ||
14ff2235 PM |
3808 | 2009-10-27 Tom Tromey <[email protected]> |
3809 | Eli Zaretskii <[email protected]> | |
3810 | ||
c8d5aac9 | 3811 | PR python/10781 |
14ff2235 PM |
3812 | |
3813 | * gdb.texinfo (Values From Inferior): Document cast method. | |
3814 | ||
9c419145 PP |
3815 | 2009-10-22 Paul Pluzhnikov <[email protected]> |
3816 | ||
3817 | * gdb.texinfo (Machine Code): Mention function name in disasssembly | |
3818 | and adjust example. | |
889bf7c5 | 3819 | |
29153c24 MS |
3820 | 2009-10-22 Michael Snyder <[email protected]> |
3821 | ||
3822 | * gdb.texinfo (Process Record and Replay): Document new form of | |
889bf7c5 | 3823 | info record command. Also document the new save and restore |
29153c24 MS |
3824 | commands. |
3825 | ||
2b28d209 PP |
3826 | 2009-10-21 Paul Pluzhnikov <[email protected]> |
3827 | ||
3828 | * gdb.texinfo (Machine Code): Mention current pc marker. | |
3829 | (Memory): Likewise. | |
3830 | ||
6c95b8df PA |
3831 | 2009-10-19 Pedro Alves <[email protected]> |
3832 | Stan Shebs <[email protected]> | |
3833 | ||
3834 | * observer.texi (new_inferior): Rename to... | |
3835 | (inferior_appeared): ... this. | |
3836 | ||
3837 | * gdb.texinfo (Inferiors): Rename node to ... | |
3838 | (Inferiors and Programs): ... this. Mention running multiple | |
3839 | programs in the same debug session. | |
3840 | <info inferiors>: Mention the new 'Executable' column if "info | |
3841 | inferiors". Update examples. Document the "add-inferior", | |
3842 | "clone-inferior", "remove-inferior" and "maint info | |
3843 | program-spaces" commands. | |
3844 | (Process): Rename node to... | |
3845 | (Forks): ... this. Document "set|show follow-exec-mode". | |
3846 | ||
2f8132f3 MS |
3847 | 2009-10-11 Michael Snyder <[email protected]> |
3848 | ||
3849 | * gdb.texinfo (ReverseStep): Show default as "unsupported". | |
3850 | (ReverseContinue): Ditto. | |
3851 | ||
cba4b2d3 PP |
3852 | 2009-10-08 Paul Pluzhnikov <[email protected]> |
3853 | ||
3854 | * gdb.texinfo (Server): Document libthread-db-search-path. | |
889bf7c5 | 3855 | |
da082f17 JK |
3856 | 2009-10-08 Jan Kratochvil <[email protected]> |
3857 | ||
3858 | * gdbint.texinfo (i386_stopped_by_hwbp): Remove. | |
3859 | ||
08be9d71 ME |
3860 | 2009-10-06 Michael Eager <[email protected]> |
3861 | ||
3862 | * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze. | |
3863 | (Embedded Processors): Add MicroBlaze. | |
3864 | (MicroBlaze): New. Describe Xilinx MicroBlaze | |
3865 | ||
08a0efd0 PA |
3866 | 2009-10-04 Pedro Alves <[email protected]> |
3867 | ||
3868 | * gdb.texinfo (Remote Protocol): Don't mention vCont;T. | |
3869 | ||
cbb8f428 EZ |
3870 | 2009-09-26 Pierre Muller <[email protected]> |
3871 | ||
3872 | * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK. | |
3873 | ||
30a4a70c JB |
3874 | 2009-09-23 Joel Brobecker <[email protected]> |
3875 | ||
3876 | * observer.texi (solib_unloaded): Document explicitly the fact that | |
3877 | this observer is called before the associated symbols are unloaded. | |
3878 | ||
b3372f91 VP |
3879 | 2009-09-19 Vladimir Prus <[email protected]> |
3880 | ||
3881 | * gdb.texinfo (GDB/MI Stack Manipulation): Document | |
3882 | -stack-list-variables. | |
3883 | ||
f43030c4 TT |
3884 | 2009-09-18 Tom Tromey <[email protected]> |
3885 | ||
3886 | * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing | |
3887 | is experimental. | |
3888 | ||
ec7e75e7 PP |
3889 | 2009-09-17 Paul Pluzhnikov <[email protected]> |
3890 | ||
3891 | * gdb.texinfo (convenince variables): Mention | |
3892 | $_siginfo could be empty. | |
f43030c4 | 3893 | |
0cc7d26f TT |
3894 | 2009-09-15 Tom Tromey <[email protected]> |
3895 | ||
3896 | * gdb.texinfo (GDB/MI Variable Objects): Document | |
3897 | -enable-pretty-printing, -var-set-update-range, dynamic varobjs. | |
3898 | Expand -var-update documentation. | |
3899 | ||
a96d9b2e SDJ |
3900 | 2009-09-14 Sergio Durigan Junior <[email protected]> |
3901 | ||
3902 | * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall | |
3903 | feature. | |
3904 | ||
005ca36a JB |
3905 | 2009-09-13 Daniel Jacobowitz <[email protected]> |
3906 | ||
3907 | * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id. | |
3908 | ||
0d772ac9 MS |
3909 | 2009-09-10 Michael Snyder <[email protected]> |
3910 | ||
3911 | * gdb.texinfo (qSupported): Mention new ReverseContinue and | |
3912 | ReverseStep replies to the qSupported query. | |
3913 | ||
14fb1bac JB |
3914 | 2009-09-10 Joel Brobecker <[email protected]> |
3915 | ||
3916 | Add documentation for set/show interactive-mode. | |
3917 | * gdb.texinfo (Other Misc Settings): New node. | |
3918 | ||
29b090c0 DE |
3919 | 2009-09-01 Doug Evans <[email protected]> |
3920 | ||
3921 | * gdb.texinfo (Caching Data of Remote Targets): Add note on | |
3922 | non-stop mode's affect on remote caching. | |
3923 | ||
4e5d721f DE |
3924 | 2009-08-31 Jacob Potter <[email protected]> |
3925 | Doug Evans <[email protected]> | |
3926 | ||
3927 | * gdb.texinfo (Caching Data of Remote Targets): Update text. | |
3928 | Mark `set/show remotecache' options as obsolete. | |
3929 | Document new `set/show stack-cache' option. | |
3930 | Update text for `info dcache'. | |
3931 | ||
55333a84 DE |
3932 | 2009-08-27 Doug Evans <[email protected]> |
3933 | ||
3934 | * gdb.texinfo (Symbols): Delete `set print symbol-loading'. | |
3935 | (Files): Add note on new optional regex arg to `info sharedlibrary'. | |
3936 | ||
bc3a0b4d RW |
3937 | 2009-08-26 Ralf Wildenhues <[email protected]> |
3938 | ||
3939 | * gdbint.texinfo (Releasing GDB): Fix confusing sentence | |
3940 | about autoconf. | |
3941 | ||
3a1ff0b6 PA |
3942 | 2009-08-25 Pedro Alves <[email protected]> |
3943 | ||
3944 | * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors" | |
3945 | small example, and describe its columns. Replace "inferior-id" by | |
3946 | "infno" throughout. | |
3947 | ||
81ecdfbb RW |
3948 | 2009-08-22 Ralf Wildenhues <[email protected]> |
3949 | ||
af542c2e RW |
3950 | * gdbint.texinfo (Releasing GDB): Point to |
3951 | README-maintainer-mode file for required autoconf version. | |
3952 | * configure.ac: Do not substitute datarootdir, htmldir, | |
3953 | pdfdir, docdir. Do not process --with-datarootdir, | |
3954 | --with-htmldir, --with-pdfdir, --with-docdir. | |
3955 | * configure: Regenerate. | |
3956 | ||
81ecdfbb RW |
3957 | * configure: Regenerate. |
3958 | ||
4efc6507 DE |
3959 | 2009-08-20 Reid Kleckner <[email protected]> |
3960 | ||
3961 | * gdb.texinfo: Add chapter on JIT interface. | |
3962 | ||
43089a6e NR |
3963 | 2009-08-07 Nick Roberts <[email protected]> |
3964 | ||
3965 | * gdb.texinfo (Server Prefix): Explain that server prefix suppresses | |
889bf7c5 | 3966 | confirmation request. |
43089a6e | 3967 | |
99e008fe EZ |
3968 | 2009-08-05 Jeremy Bennett <[email protected]> |
3969 | ||
c8d5aac9 L |
3970 | * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified |
3971 | CRC definitions. | |
99e008fe | 3972 | |
48cb2d85 VP |
3973 | 2009-08-03 Vladimir Prus <[email protected]> |
3974 | ||
3975 | * gdb.texinfo (GDB/MI Breakpoint Commands): Document | |
889bf7c5 | 3976 | -break-commands. |
48cb2d85 | 3977 | |
ff1a52c6 UW |
3978 | 2009-07-31 Ulrich Weigand <[email protected]> |
3979 | ||
3980 | * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the | |
3981 | "set spu auto-flush-cache" and "show spu auto-flush-cache" commands. | |
3982 | ||
3285f3fe UW |
3983 | 2009-07-31 Ulrich Weigand <[email protected]> |
3984 | ||
3985 | * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the | |
3986 | "set spu stop-on-load" and "show spu stop-on-load" commands. | |
3987 | ||
e35359c5 UW |
3988 | 2009-07-31 Ulrich Weigand <[email protected]> |
3989 | ||
3990 | * gdb.texinfo (Target Descriptions): Document <compatible> element. | |
3991 | ||
58d6951d DJ |
3992 | 2009-07-28 Daniel Jacobowitz <[email protected]> |
3993 | ||
3994 | * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and | |
3995 | org.gnu.gdb.arm.neon. | |
3996 | ||
08d16641 PA |
3997 | 2009-07-20 Pedro Alves <[email protected]> |
3998 | ||
3999 | * gdb.texinfo (Target Description Format): Mention the new <osabi> | |
4000 | optional element. | |
4001 | (subsection OS ABI): New subsection. | |
4002 | ||
782b2b07 SS |
4003 | 2009-07-14 Stan Shebs <[email protected]> |
4004 | ||
4005 | * gdb.texinfo (Tracepoint Conditions): New section. | |
4006 | (General Query Packets): Describe ConditionalTracepoints. | |
4007 | (Tracepoint Packets): Describe condition field. | |
4008 | (Maintenance Commands): Describe maint agent-eval. | |
4009 | * agentexpr.texi (Using Agent Expressions): Mention eval usage. | |
4010 | ||
9b117ef3 HZ |
4011 | 2009-07-11 Hui Zhu <[email protected]> |
4012 | ||
4013 | * gdb.texinfo (disassemble): Add a new modifier /r | |
4014 | to "disassemble" command to make it print the raw instructions | |
4015 | in hex as well as in symbolic form. | |
4016 | ||
f5a33284 TT |
4017 | 2009-07-09 Tom Tromey <[email protected]> |
4018 | ||
4019 | * gdbint.texinfo (Testsuite): Document parallel make check. | |
4020 | ||
812f7342 TT |
4021 | 2009-07-09 Tom Tromey <[email protected]> |
4022 | ||
4023 | * gdbint.texinfo (Testsuite): Document test transcripts. | |
4024 | ||
fbb8f299 PM |
4025 | 2009-07-10 Phil Muldoon <[email protected]> |
4026 | ||
4027 | * gdb.texinfo (Values From Inferior): Add length parameter | |
4028 | description. | |
4029 | ||
dd8f35ac EZ |
4030 | 2009-07-04 Chris Genly <[email protected]> |
4031 | ||
4032 | * gdb.texinfo (GDB/MI Variable Objects): Document child definition | |
4033 | in -var-list-children. Fix example according to what the code | |
4034 | does. | |
4035 | ||
2277426b PA |
4036 | 2009-07-02 Pedro Alves <[email protected]> |
4037 | ||
4038 | * gdb.texinfo (Debugging multiple inferiors): Document the | |
4039 | "inferior", "detach inferior" and "kill inferior" commands. | |
4040 | (Debugging Programs with Multiple Processes): Adjust to mention | |
4041 | generic "inferior" commands. Delete mention of "detach fork" and | |
4042 | "delete fork". Cross reference to "Debugging multiple inferiors" | |
4043 | section. | |
4044 | ||
a6d9a66e UW |
4045 | 2009-07-02 Ulrich Weigand <[email protected]> |
4046 | ||
5af949e3 UW |
4047 | * gdbint.texinfo (Item Output Functions): Update signature |
4048 | for ui_out_field_core_addr. | |
4049 | ||
4050 | 2009-07-02 Ulrich Weigand <[email protected]> | |
4051 | ||
4052 | * gdbint.texinfo (Examples of Use of @code{ui_out} functions): | |
a6d9a66e UW |
4053 | Update example code extrated from breakpoint.c. |
4054 | ||
9901a55b | 4055 | 2009-06-28 Paul Pluzhnikov <[email protected]> |
889bf7c5 | 4056 | |
9901a55b PP |
4057 | * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented |
4058 | MI commands. | |
4059 | (GDB/MI Symbol Query): Likewise. | |
4060 | (GDB/MI File Commands): Likewise. | |
4061 | (GDB/MI File Transfer Commands): Likewise. | |
4062 | (GDB/MI Target Manipulation): Likewise. | |
4063 | (GDB/MI Miscellaneous Commands): Likewise. | |
889bf7c5 | 4064 | |
edb3359d DJ |
4065 | 2009-06-27 Daniel Jacobowitz <[email protected]> |
4066 | ||
4067 | * gdb.texinfo (Debugging Optimized Code): New chapter. | |
4068 | (Compiling for Debugging): Reference it. Move some | |
4069 | text to the new section. | |
4070 | ||
7cd1089b PM |
4071 | 2009-06-15 Phil Muldoon <[email protected]> |
4072 | ||
4073 | * doc/gdb.texinfo (Calling): Document | |
4074 | set-unwind-on-terminating-exception usage. | |
4075 | ||
d4db2f36 PA |
4076 | 2009-06-11 Pedro Alves <[email protected]> |
4077 | ||
4078 | * gdb.texinfo (All-Stop): Document new 'set schedule-multiple' | |
4079 | command. | |
4080 | ||
d1a7880c PA |
4081 | 2009-06-07 Pedro Alves <[email protected]> |
4082 | ||
4083 | * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all | |
4084 | references. | |
4085 | ||
473f94e6 UW |
4086 | 2009-06-04 Ulrich Weigand <[email protected]> |
4087 | ||
4088 | * gdbint.texinfo: Rename formal parameters to gdbarch function | |
4089 | protoypes from "current_gdbarch" to "gdbarch". | |
4090 | ||
8f500870 TT |
4091 | 2009-05-28 Tom Tromey <[email protected]> |
4092 | ||
4093 | * gdb.texinfo (Basic Python): Change get_parameter to parameter. | |
4094 | ||
b6313243 TT |
4095 | 2009-05-27 Tom Tromey <[email protected]> |
4096 | ||
4097 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python" | |
4098 | feature. | |
4099 | (GDB/MI Variable Objects): Document -var-set-visualizer. | |
4100 | ||
4101 | 2009-04-02 Tom Tromey <[email protected]> | |
4102 | ||
4103 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python" | |
4104 | feature. | |
4105 | (GDB/MI Variable Objects): Document -var-set-visualizer. | |
4106 | ||
a6bac58e TT |
4107 | 2009-05-27 Tom Tromey <[email protected]> |
4108 | Thiago Jung Bauermann <[email protected]> | |
4109 | Phil Muldoon <[email protected]> | |
4110 | ||
4111 | * gdb.texinfo (Objfiles In Python): Reference pretty printing. | |
4112 | (Pretty Printing): New node. | |
4113 | (Selecting Pretty-Printers): Likewise. | |
4114 | (Python API): Update. | |
4115 | (Output Formats): Document /r format. | |
4116 | ||
2c74e833 TT |
4117 | 2009-05-27 Thiago Jung Bauermann <[email protected]> |
4118 | Tom Tromey <[email protected]> | |
4119 | ||
4120 | * gdb.texinfo (Types In Python): New node. | |
4121 | (Values From Inferior): "type" is now an attribute. | |
4122 | (Python API): Update. | |
4123 | ||
89c73ade TT |
4124 | 2009-05-27 Tom Tromey <[email protected]> |
4125 | Thiago Jung Bauermann <[email protected]> | |
4126 | Phil Muldoon <[email protected]> | |
4127 | ||
4128 | * gdb.texinfo: Add @syncodeindex for `tp'. | |
4129 | (Python API): Update. | |
4130 | (Auto-loading): New node. | |
4131 | (Objfiles In Python): New node. | |
4132 | ||
17a37d48 PP |
4133 | 2009-05-15 Paul Pluzhnikov <[email protected]> |
4134 | ||
4135 | * gdb.texinfo (Threads): Document libthread-db-search-path. | |
889bf7c5 | 4136 | |
6718376f NR |
4137 | 2009-05-15 Nick Roberts <[email protected]> |
4138 | ||
4139 | * gdb.texinfo (GDB/MI General Design): Break up into four nodes. | |
4140 | ||
cbe54154 PA |
4141 | 2009-05-12 Pedro Alves <[email protected]> |
4142 | ||
4143 | * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint | |
4144 | show-debug-regs' docs by 'maint set show-debug-regs' and 'maint | |
4145 | show show-debug-regs' docs. | |
4146 | ||
8e05493c EZ |
4147 | 2009-05-08 Eli Zaretskii <[email protected]> |
4148 | ||
4149 | * gdb.texinfo (Process Record and Replay): Add description of | |
4150 | reverse execution. | |
4151 | ||
b39f4988 JB |
4152 | 2009-05-07 Joel Brobecker <[email protected]> |
4153 | ||
4154 | * gdbint.texinfo (Adding support for debugging core files): New node. | |
4155 | (Native Debugging): Remove the ``Native core file Support'' section. | |
4156 | ||
a2311334 EZ |
4157 | 2009-05-01 Eli Zaretskii <[email protected]> |
4158 | ||
4159 | * gdb.texinfo (Process Record and Replay): Improve and clarify. | |
4160 | Add index entries. | |
4161 | ||
53cc454a | 4162 | 2009-04-30 Hui Zhu <[email protected]> |
c8d5aac9 | 4163 | Michael Snyder <[email protected]> |
53cc454a | 4164 | |
a2311334 EZ |
4165 | * gdb.texinfo: (Process Record and Replay): Add documentation for |
4166 | process record and replay. | |
53cc454a | 4167 | |
484086b7 JK |
4168 | 2009-04-29 Jan Kratochvil <[email protected]> |
4169 | ||
4170 | * gdb.texinfo (Macros): Note command-line for `info macro'. Append | |
4171 | a new part on command-line defined macros. | |
4172 | ||
32ae1842 EZ |
4173 | 2009-04-25 Eli Zaretskii <[email protected]> |
4174 | ||
4175 | * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and | |
4176 | clarify the wording. | |
4177 | ||
b14b1491 TT |
4178 | 2009-04-23 Tom Tromey <[email protected]> |
4179 | ||
4180 | * gdb.texinfo (Data Files): New node. | |
4181 | (GDB Files): Update menu. | |
4182 | ||
5c1e86e1 JB |
4183 | 2009-04-23 Joel Brobecker <[email protected]> |
4184 | ||
4185 | * gdbint.texinfo (Defining Other Architecture Features): Remove | |
e346fb8f | 4186 | entry for PROCESS_LINENUMBER_HOOK. |
5c1e86e1 | 4187 | |
83eba9b7 VP |
4188 | 2009-04-22 Vladimir Prus <[email protected]> |
4189 | ||
4190 | * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump. | |
4191 | ||
e31198c4 HZ |
4192 | 2009-04-22 Hui Zhu <[email protected]> |
4193 | ||
4194 | * gdb.texinfo (disassemble-next-line): Set the default of | |
4195 | disassemble-next-line to off. | |
4196 | ||
26e251b6 JM |
4197 | 2009-04-21 Joseph Myers <[email protected]> |
4198 | ||
4199 | * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir, | |
4200 | --with-htmldir): New. | |
4201 | * configure: Regenerate. | |
4202 | * Makefile.in (datarootdir, docdir): Define. | |
4203 | (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info | |
4204 | instead of $(SET_TEXINPUTS). | |
4205 | (gdbint.dvi, gdbint.pdf): Use same -I options as for building | |
4206 | gdbint.info instead of $(SET_TEXINPUTS). | |
4207 | (gdbint/index.html): Use same -I options as for building | |
4208 | gdbint.info. | |
4209 | (stabs.dvi, stabs.pdf): Use same -I options as for building | |
4210 | stabs.info instead of $(SET_TEXINPUTS). | |
4211 | (stabs/index.html): Use same -I options as for building | |
4212 | stabs.info. | |
4213 | (annotate.dvi, annotate.pdf): Use same -I options as for building | |
4214 | annotate.info instead of $(SET_TEXINPUTS). | |
4215 | (annotate/index.html): Use same -I options as for building | |
4216 | annotate.info. | |
4217 | ||
eac35c4e DD |
4218 | 2009-04-21 David Daney <[email protected]> |
4219 | ||
4220 | * gdb.texinfo (maint show-debug-regs): Remove mention of x86. | |
4221 | ||
29b0e8a2 JM |
4222 | 2009-04-21 Joseph Myers <[email protected]> |
4223 | ||
4224 | * gdb.texinfo (Source Path): Document --with-relocated-sources. | |
4225 | ||
2b831889 | 4226 | 2009-04-18 Carlos O'Donell <[email protected]> |
c8d5aac9 | 4227 | Joseph Myers <[email protected]> |
2b831889 JM |
4228 | |
4229 | * Makefile.in (MAKEHTML): Set to makeinfo --html. | |
4230 | (MAKEHTMLFLAGS): Set to empty. | |
4231 | (html__strip_dir): Define. | |
4232 | (HTMLFILES): Define. | |
4233 | (HTMLFILES_INSTALL): Define. | |
4234 | (install-html): Copy new automake rule. | |
4235 | (html): Depend on $(HTMLFILES). | |
4236 | (gdb_toc.html): Rename to gdb/index.html. | |
4237 | (gdbint_toc.html): Rename to gdbint/index.html. | |
4238 | (stabs_toc.html): Rename to stabs/index.html. | |
4239 | (annotate_toc.html): Rename to annotate/index.html. | |
4240 | ||
89a34d1b JM |
4241 | 2009-04-17 Carlos O'Donell <[email protected]> |
4242 | ||
4243 | * Makefile.in: Set pdfdir and htmldir from configure | |
4244 | substitutions. | |
4245 | * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir. | |
4246 | * configure: Regenerate. | |
4247 | ||
a2d5da46 JB |
4248 | 2009-04-16 Joel Brobecker <[email protected]> |
4249 | ||
4250 | * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT. | |
4251 | This macro is no longer used. | |
4252 | ||
732f6a93 TT |
4253 | 2009-04-15 Tom Tromey <[email protected]> |
4254 | ||
4255 | * gdb.texinfo (Character Sets): Document default character set. | |
4256 | ||
87f9adc1 PM |
4257 | 2009-04-14 Pierre Muller <[email protected]> |
4258 | ||
4259 | * gdbint.texinfo: Change server name from sources.redhat.com to | |
4260 | sourceware.org throughout. | |
4261 | ||
2c88c651 JB |
4262 | 2009-04-09 Joel Brobecker <[email protected]> |
4263 | ||
4264 | * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning | |
4265 | about a missing dot or coma after @xref. | |
4266 | ||
4f5376b2 JB |
4267 | 2009-04-02 Joel Brobecker <[email protected]> |
4268 | ||
4269 | * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first | |
4270 | example, and add a small explanation about it. | |
4271 | (Print Settings): Change the documentation of the "set print | |
4272 | frame-arguments" to reflect the fact that the default is now "scalars". | |
4273 | ||
a0381d3a JB |
4274 | 2009-04-02 Joel Brobecker <[email protected]> |
4275 | ||
4276 | * gdb.texinfo (Print Settings): Add kindex for command "set | |
4277 | print frame-arguments". | |
4278 | ||
45ac276d JB |
4279 | 2009-03-31 Joel Brobecker <[email protected]> |
4280 | ||
4281 | * gdb.texinfo (Ada Tasks): Add documentation about task-specific | |
4282 | breakpoints. | |
4283 | (Set Breaks): Add reference to thread-specific and task-specific | |
4284 | breakpoints. | |
4285 | ||
32cd1edc JB |
4286 | 2009-03-31 Joel Brobecker <[email protected]> |
4287 | ||
4288 | * gdb.texinfo (Ada Tasks): Remove the documentation about | |
4289 | the "Running" state, as this state has been eliminated. | |
4290 | Now all runnable tasks are shown as "Runnable". | |
4291 | ||
1042e4c0 SS |
4292 | 2009-03-30 Stan Shebs <[email protected]> |
4293 | ||
4294 | * gdb.texinfo (Tracepoints): Describe tracepoints as a | |
4295 | special case of breakpoints. | |
4296 | (Enable and Disable Tracepoints): Mention deprecation. | |
4297 | (Listing Tracepoints): Update description and example. | |
4298 | ||
f8f6f20b TJB |
4299 | 2009-03-30 Thiago Jung Bauermann <[email protected]> |
4300 | ||
4301 | * gdb.texinfo (Frames in Python): New node. | |
4302 | (Python API): Update. | |
4303 | ||
c0c6f777 TJB |
4304 | 2009-03-29 Thiago Jung Bauermann <[email protected]> |
4305 | ||
4306 | * gdb.texinfo (Values From Inferior): Change gdb.Value.address | |
4307 | from a method to an attribute. | |
4308 | ||
def2b000 TJB |
4309 | 2009-03-26 Thiago Jung Bauermann <[email protected]> |
4310 | ||
4311 | * gdb.texinfo (Values From Inferior): Document is_optimized_out | |
4312 | attribute. | |
4313 | ||
a07daef3 PA |
4314 | 2009-03-25 Pedro Alves <[email protected]> |
4315 | ||
4316 | * observer.texi (thread_exit): Add "silent" parameter. | |
4317 | ||
f3b1572e PA |
4318 | 2009-03-22 Pedro Alves <[email protected]> |
4319 | ||
4320 | * observer.texi (about_to_proceed): New. | |
4321 | ||
587afa38 EZ |
4322 | 2009-03-21 Jeremy Bennett <[email protected]> |
4323 | ||
4324 | * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type | |
4325 | field throughout to handle types with spaces in them. Fix typos | |
4326 | found by aspell. | |
4327 | (Summary, Requirements, Contributors): New first chapter, | |
4328 | "Summary" added, old Requirements section moved there, and new | |
4329 | section, "Contributors" added. | |
4330 | (Initializing a New Architecture, Register Representation) | |
4331 | (Frame Interpretation, Inferior Call Setup, Adding a New Target) | |
4332 | (Porting gdb): These sections extended and updated. | |
4333 | (Compiler Characteristics): This section (empty) deleted. | |
4334 | (Defining Other Architecture Features): This section renamed and | |
4335 | duplicate material removed from (formerly "Target Conditionals"). | |
4336 | Use braces {} in @deftypeXX type field throughout to handle types | |
4337 | with spaces in them. Typos found by aspell fixed. | |
4338 | ||
4339 | * stack_frame.svg: New file, source of image for gdbint.texinfo. | |
4340 | * stack_frame.pdf: Version of image for PDF output. | |
4341 | * stack_frame.png: Version of image for HTML output and for Emacs. | |
4342 | * stack_frame.txt: Version of image for Info output. | |
1db61298 | 4343 | * stack_frame.eps: Version of image for TeX DVI output. |
587afa38 | 4344 | |
10af6951 EZ |
4345 | 2009-03-21 Eli Zaretskii <[email protected]> |
4346 | ||
4347 | * gdb.texinfo (Character Sets): Fix last change. | |
4348 | ||
cc924cad TJB |
4349 | 2009-03-21 Thiago Jung Bauermann <[email protected]> |
4350 | ||
4351 | * gdb.texinfo (Values From Inferior): Fix optional arguments | |
4352 | markup. | |
4353 | (Commands In Python): Adjust argument names of gdb.Command.__init__ | |
4354 | to what the function accepts as keywords. | |
4355 | ||
bc3b79fd TJB |
4356 | 2008-03-20 Tom Tromey <[email protected]> |
4357 | ||
4358 | * gdb.texinfo (Convenience Vars): Document convenience functions. | |
4359 | (Functions In Python): New node. | |
4360 | (Python API): Update. | |
4361 | ||
6c7a06a3 TT |
4362 | 2009-03-20 Tom Tromey <[email protected]> |
4363 | ||
4364 | * gdb.texinfo (Character Sets): Remove obsolete text. Document | |
4365 | set target-wide-charset. | |
4366 | (Requirements): Mention iconv. | |
4367 | ||
b646ddd4 HZ |
4368 | 2009-03-17 Hui Zhu <[email protected]> |
4369 | ||
4370 | * gdb.texinfo: Change the introduce of "disassemble-next-line". | |
4371 | ||
91440f57 HZ |
4372 | 2009-03-17 Hui Zhu <[email protected]> |
4373 | ||
4374 | * gdb.texinfo: Add documentation for disassemble-next-line. | |
4375 | ||
8fd41227 TJB |
4376 | 2009-03-16 Thiago Jung Bauermann <[email protected]> |
4377 | ||
4378 | * gdb.texinfo (Commands In Python): Remove tindex entries. | |
4379 | ||
61ff14c6 JK |
4380 | 2009-03-15 Jan Kratochvil <[email protected]> |
4381 | ||
4382 | * gdb.texinfo (Returning): New description for missing debug info. | |
4383 | ||
0b16c5cf PA |
4384 | 2009-03-14 Pedro Alves <[email protected]> |
4385 | ||
4386 | * gdb.texinfo (Remote Configuration): Document query-attached. | |
61ff14c6 | 4387 | (General Query Packets): Document qAttached. |
0b16c5cf | 4388 | |
32fc0df9 PA |
4389 | 2009-03-05 Pedro Alves <[email protected]> |
4390 | ||
4391 | * gdb.texinfo (Background Execution): Better describe the set | |
4392 | target-async command. | |
4393 | (Maintenance Commands): Delete description of the `maint set/show | |
4394 | linux-async' and `maint set/show remote-async' commands. | |
4395 | ||
134eb42c VP |
4396 | 2009-02-18 Vladimir Prus <[email protected]> |
4397 | ||
4398 | * gdb.texinfo (GDB/MI Async Records): Add double-spaces | |
4399 | between sentences. | |
4400 | ||
c86cf029 VP |
4401 | 2009-02-18 Vladimir Prus <[email protected]> |
4402 | ||
4403 | * gdb.texinfo (GDB/MI Async Records): Document the | |
4404 | =library-loaded and =library-unloaded notifications. | |
4405 | ||
3ea85240 VP |
4406 | 2009-02-17 Vladimir Prus <[email protected]> |
4407 | ||
4408 | * observer.texi (test_notification): New observer. | |
4409 | ||
1d33d6ba VP |
4410 | 2009-02-14 Vladimir Prus <[email protected]> |
4411 | ||
61ff14c6 JK |
4412 | * observer.texi: Add parameter 'print_frame' to normal_stop |
4413 | observer. | |
1d33d6ba | 4414 | |
d721c933 EZ |
4415 | 2009-02-07 Eli Zaretskii <[email protected]> |
4416 | ||
4417 | * gdb.texinfo (Basic Python): Fix change from 2009-02-04. | |
4418 | (Commands In Python): Fix COMMAND_* constants in last change. Use | |
4419 | @kbd for interactive input. Add cross-references and index | |
4420 | entries. | |
4421 | ||
4aa995e1 PA |
4422 | 2009-02-06 Pedro Alves <[email protected]> |
4423 | ||
4424 | * gdb.texinfo (Signals): Document $_siginfo. | |
4425 | (Convenience Variables): Mention $_siginfo. | |
4426 | (Remote Configuration): Document qXfer:siginfo:read, | |
4427 | qXfer:siginfo:write packets, and the read-siginfo-object, | |
4428 | write-siginfo-object commands. | |
4429 | ||
5f5233d4 PA |
4430 | 2009-02-06 Pedro Alves <[email protected]> |
4431 | ||
4432 | * gdbint.texinfo (Values): New chapter. | |
4433 | ||
d8906c6f TJB |
4434 | 2009-02-06 Tom Tromey <[email protected]> |
4435 | ||
4436 | * gdb.texinfo (Python API): Add entry for Commands In Python. | |
4437 | (Commands In Python): New node. | |
4438 | ||
b6cb8e7d TJB |
4439 | 2009-02-05 Tom Tromey <[email protected]> |
4440 | ||
4441 | * gdb.texinfo (Values From Inferior): Document Value.string. | |
4442 | ||
12453b93 TJB |
4443 | 2009-02-05 Tom Tromey <[email protected]> |
4444 | ||
4445 | * gdb.texinfo (Basic Python): Document execute's from_tty | |
4446 | argument. | |
4447 | ||
08c637de TJB |
4448 | 2009-02-04 Tom Tromey <[email protected]> |
4449 | ||
4450 | * gdb.texinfo (Basic Python): Document gdb.history. | |
4451 | ||
592375cd VP |
4452 | 2009-01-30 Vladimir Prus <[email protected]> |
4453 | ||
4454 | * gdb.texinfo (GDB/MI Thread Commands): Document the | |
4455 | 'current-thread-id' field. Remove the example with zero threads, | |
4456 | since current GDB won't ever report that if there's inferior. | |
4457 | ||
41447f92 VP |
4458 | 2009-01-30 Vladimir Prus <[email protected]> |
4459 | ||
4460 | * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d | |
4461 | option to -break-insert. | |
4462 | ||
098b41a6 JG |
4463 | 2009-01-28 Daniel Jacobowitz <[email protected]> |
4464 | Jerome Guitton <[email protected]> | |
4465 | ||
4466 | * gdb.texinfo (Startup): Document --with-system-gdbinit. | |
4467 | (System-wide configuration): New section. | |
4468 | ||
3c16cced PA |
4469 | 2009-01-26 Pedro Alves <[email protected]> |
4470 | ||
4471 | PR gdb/7580: | |
4472 | * gdb.texinfo (Maintenance Commands): Document "maint set|show | |
4473 | internal-error|internal-warning quit|corefile ask|yes|no". | |
4474 | ||
62709adf PA |
4475 | 2009-01-26 Pedro Alves <[email protected]> |
4476 | ||
4477 | * gdb.texinfo (Using the `gdbserver' Program): Document | |
4478 | --remote-debug. | |
4479 | ||
7ce58dd2 DE |
4480 | 2009-01-23 Doug Evans <[email protected]> |
4481 | ||
4482 | * gdb.texinfo: Add nexti to list of commands that support | |
4483 | background execution. | |
4484 | ||
adb483fe DJ |
4485 | 2009-01-14 Daniel Jacobowitz <[email protected]> |
4486 | ||
4487 | * gdb.texinfo (Define, Hooks): Document prefix command support. | |
4488 | ||
a67ec3f4 | 4489 | 2009-01-14 Joseph Myers <[email protected]> |
c8d5aac9 | 4490 | Carlos O'Donell <[email protected]> |
a67ec3f4 JM |
4491 | |
4492 | Fixes for makeinfo --html. | |
4493 | ||
4494 | * annotate.texinfo: Use @copying and @insertcopying. Use | |
4495 | @ifnottex in place of @ifinfo. | |
4496 | * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in | |
4497 | place of @ifinfo. Use @ifnotinfo for one index entry. | |
4498 | * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex | |
4499 | in place of @ifinfo. | |
4500 | * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex | |
4501 | in place of @ifinfo. Include contents at start unconditionally. | |
4502 | ||
84fcdf95 PA |
4503 | 2009-01-13 Pedro Alves <[email protected]> |
4504 | ||
4505 | * gdb.texinfo (General Query Packets): Remove @var{} around the | |
4506 | "spu" literal string. | |
4507 | ||
fa3a767f PA |
4508 | 2009-01-07 Pedro Alves <[email protected]> |
4509 | ||
4510 | * gdb.texinfo (Error in Breakpoints): Delete mention of "The same | |
4511 | program may be running in another process" errors. | |
4512 | * gdbint.texinfo (Native Conditionals): Delete | |
4513 | ONE_PROCESS_WRITETEXT description. | |
4514 | ||
9cb011d3 JB |
4515 | 2009-01-07 Joel Brobecker <[email protected]> |
4516 | ||
4517 | * gdbint.texinfo (Start of New Year Procedure): Add the "coding" | |
4518 | emacs local variable to be placed at the end of the ChangeLog. | |
4519 | Add server.c and gdbreplay.c to the list of files where the | |
4520 | copyright year needs to be updated. | |
4521 | ||
84603566 SL |
4522 | 2009-01-06 Sandra Loosemore <[email protected]> |
4523 | ||
4524 | * gdb.texinfo (Remote Configuration): Document new | |
4525 | "set/show tcp auto-retry" and "set/show tcp connect-timeout" | |
4526 | commands. | |
4527 | ||
a53f55d8 PA |
4528 | 2008-12-28 Pedro Alves <[email protected]> |
4529 | ||
4530 | * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention | |
4531 | FETCH_INFERIOR_REGISTERS. | |
4532 | (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE, | |
4533 | FETCH_INFERIOR_REGISTERS descriptions. Remove | |
4534 | gdbarch_get_longjmp_target descrition, since already described in | |
4535 | Target Conditionals. Move gdbarch_fp0_regnum description to ... | |
4536 | (Target Conditionals): ... here. | |
4537 | ||
077e0a52 JB |
4538 | 2008-12-16 Joel Brobecker <[email protected]> |
4539 | ||
4540 | * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in | |
4541 | examples. | |
4542 | (Additions to Ada): Likewise. Add the missing opening and closing | |
4543 | parenthesis of the GDB prompt in one of the examples. | |
4544 | ||
023eb17c JB |
4545 | 2008-12-14 Joel Brobecker <[email protected]> |
4546 | ||
4547 | * gdb.texinfo (Omissions from Ada): Remove incorrect documentation | |
4548 | about the result of 'Address not being of type System.Address. | |
4549 | This problem has been fixed a while ago. | |
4550 | ||
c3b108f7 VP |
4551 | 2008-12-02 Vladimir Prus <[email protected]> |
4552 | ||
4553 | MI non-stop and multiprocess docs. | |
4554 | ||
c8d5aac9 L |
4555 | * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design' |
4556 | (GDB/MI Output Records): New section 'GDB/MI Frame Information' | |
4557 | Adjust documentation for *stopped, document =thread-created, | |
4558 | =thread-exited, =thread-group-created and =thread-group-exited. | |
4559 | (GDB/MI Thread Commands): Document the 'state' field in | |
4560 | -thread-info output. | |
4561 | (GDB/MI Program Execution): Mention --all and --thread-group | |
4562 | options. | |
4563 | (GDB/MI Variable Objects): Describe floating and fixed variable | |
4564 | objects. | |
4565 | (GDB/MI Miscellaneous Commands): Document -list-thread-groups. | |
c3b108f7 | 4566 | |
07e059b5 VP |
4567 | 2008-12-02 Vladimir Prus <[email protected]> |
4568 | ||
c8d5aac9 L |
4569 | * gdb.texinfo (Operating System Information): New appendix. |
4570 | (Operating System Auxiliary Information): Document 'info os processes' | |
4571 | (Remote Configuration): Document 'osdata' | |
4572 | (General Query Packets): Document qXfer:osdata:read. | |
07e059b5 | 4573 | |
a80b95ba TG |
4574 | 2008-11-27 Tristan Gingold <[email protected]> |
4575 | ||
4576 | * gdb.texinfo (Darwin): Document Darwin specific features. | |
4577 | ||
a655d424 JK |
4578 | 2008-11-25 Jan Kratochvil <[email protected]> |
4579 | ||
4580 | * gdbint.texinfo (Target Conditionals): Extend the | |
4581 | gdbarch_breakpoint_from_pc description. | |
4582 | ||
249e1128 VP |
4583 | 2008-11-22 Vladimir Prus <[email protected]> |
4584 | ||
4585 | * gdb.texinfo (M68K Features): Fix typo. | |
4586 | ||
c14c28ba PP |
4587 | 2008-11-18 Paul Pluzhnikov <[email protected]> |
4588 | ||
4589 | * gdb.texinfo (Symbols): Mention printing containing | |
4590 | image name in "info symbol". | |
4591 | (Maint translate-address): Likewise. | |
889bf7c5 | 4592 | |
394a6666 JB |
4593 | 2008-11-18 Joel Brobecker <[email protected]> |
4594 | ||
4595 | * gdb.texinfo (Set Catchpoints): Remove the documentation of | |
4596 | commands "catch load" and "catch unload". | |
4597 | ||
66bb093b VP |
4598 | 2008-11-17 Vladimir Prus <[email protected]> |
4599 | ||
4600 | * gdb.texinfo (GDB/MI Async Records): Document | |
c8d5aac9 | 4601 | =thread-selected. |
889bf7c5 | 4602 | |
4a92f99b VP |
4603 | 2008-11-17 Vladimir Prus <[email protected]> |
4604 | ||
c8d5aac9 | 4605 | * observer.texi (new_inferior, inferior_exit): New observers. |
4a92f99b | 4606 | |
f0323ca0 PA |
4607 | 2008-10-27 Pedro Alves <[email protected]> |
4608 | ||
4609 | * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES, | |
4610 | .mt files, TM_CLIBS or TM_CDEPS. | |
4611 | (x86 Watchpoints): Don't mention TDEPFILES. | |
4612 | ||
8b23ecc4 SL |
4613 | 2008-10-24 Sandra Loosemore <[email protected]> |
4614 | ||
4615 | * gdb.texinfo (Remote Protocol): Add new nodes to menu. | |
4616 | (Overview): Mention notifications and non-stop mode behavior. | |
4617 | (Packets): Update documentation of ?, vAttach, vCont, and vRun | |
4618 | with non-stop mode behavior. Add vStopped description. | |
4619 | (Stop Reply Packets): Update list of packets that return | |
4620 | stop replies. Mention non-stop behavior. | |
4621 | (General Query Packets): Document QNonStop packet and associated | |
4622 | qSupported query response. | |
4623 | (Interrupts): Clarify multi-threaded behavior. Mention non-stop | |
4624 | behavior. | |
4625 | (Notification Packets): New section. | |
4626 | (Remote Non-Stop): New section. | |
4627 | (File-I/O Overview): Mention non-stop behavior. | |
4628 | ||
fff08868 HZ |
4629 | 2008-10-24 Hui Zhu <[email protected]> |
4630 | Pedro Alves <[email protected]> | |
4631 | ||
4632 | * gdb.texinfo (displaced-stepping): Describe the auto mode | |
4633 | setting, and say it's the default. This is now a mainstream | |
4634 | setting instead of a maintenance setting. | |
4635 | ||
252fbfc8 PA |
4636 | 2008-10-23 Pedro Alves <[email protected]> |
4637 | ||
4638 | * observer.texi (thread_stop_requested): New. | |
4639 | ||
20924a55 JB |
4640 | 2008-10-22 Joel Brobecker <[email protected]> |
4641 | ||
4642 | * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes. | |
4643 | (Patching): Replace incorrect usage of @samp by @kbd. | |
4644 | ||
bacec72f MS |
4645 | 2008-10-17 Michael Snyder <[email protected]> |
4646 | ||
4647 | * gdb.texinfo: Add documentation for reverse execution. | |
4648 | ||
a08702d6 | 4649 | 2008-10-16 Thiago Jung Bauermann <[email protected]> |
bd4f7d68 | 4650 | Eli Zaretskii <[email protected]> |
a08702d6 TJB |
4651 | |
4652 | * gdb.texinfo. (Values From Inferior): New subsubsection. | |
4653 | ||
d97bc12b DE |
4654 | 2008-10-06 Doug Evans <[email protected]> |
4655 | ||
4656 | * gdb.texinfo (set debug dwarf2-die): Document it. | |
4657 | ||
87f67dba JB |
4658 | 2008-10-01 Joel Brobecker <[email protected]> |
4659 | ||
4660 | * gdb.texinfo (catch) [exception]: Document how to insert | |
4661 | a breakpoint on user-defined exceptions when the exception | |
4662 | name is identical to one of the language-defined ones. | |
4663 | ||
2fae03e8 TT |
4664 | 2008-09-27 Tom Tromey <[email protected]> |
4665 | ||
4666 | * gdb.texinfo (Macros): Remove text about stringification, | |
4667 | varargs, and splicing. | |
4668 | ||
5c6ce71d TT |
4669 | 2008-09-27 Tom Tromey <[email protected]> |
4670 | ||
4671 | * gdbint.texinfo (Language Support): Remove text about omitting | |
4672 | support for a language. | |
4673 | ||
07128da0 DE |
4674 | 2008-09-23 Doug Evans <[email protected]> |
4675 | ||
4676 | * gdb.texinfo (info dcache): Update. | |
4677 | ||
b90a069a SL |
4678 | 2008-09-22 Sandra Loosemore <[email protected]> |
4679 | ||
4680 | * gdb.texinfo (Packets): Add info on thread-id syntax and | |
4681 | multiprocess extensions. | |
4682 | <D>: Document multiprocess form of packet. | |
4683 | <H>: Use thread-id syntax. | |
4684 | <T>: Likewise. | |
4685 | <vCont>: Likewise. Note this is required for multiprocess. | |
4686 | <vKill>: New packet. | |
4687 | (Stop Reply Packets) <T>: Use thread-id syntax. | |
4688 | <W>: Document multiprocess form of reply. | |
4689 | <X>: Likewise. | |
4690 | (General Query Packets) <qC>: Use thread-id syntax. | |
4691 | <qfThreadInfo>: Likewise. | |
4692 | <qGetTLSAddr>: Likewise. | |
4693 | <qP>: Likewise. | |
4694 | <qSupported>: Add "multiprocess" feature. | |
4695 | <qThreadExtraInfo>: Use thread-id syntax. | |
4696 | ||
b77209e0 PA |
4697 | 2008-09-22 Stan Shebs <[email protected]> |
4698 | ||
4699 | * gdb.texinfo (Inferiors): New section. | |
4700 | ||
3d0bb823 PA |
4701 | 2008-09-12 Pedro Alves <[email protected]> |
4702 | ||
4703 | * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES. | |
4704 | ||
f8dcfc0a UW |
4705 | 2008-09-11 Ulrich Weigand <[email protected]> |
4706 | ||
4707 | * gdbint.texinfo (Target Conditionals): Remove documentation | |
4708 | for gdbarch_name_of_malloc. | |
4709 | ||
8775bb90 MS |
4710 | 2008-09-03 Angela Marie Thomas <[email protected]> |
4711 | ||
4712 | * gdb.texinfo (Interrupts): Mention TCP interface for | |
4713 | sending BREAK. | |
4714 | ||
f1838a98 UW |
4715 | 2008-08-26 Ulrich Weigand <[email protected]> |
4716 | ||
4717 | * gdb.texinfo (Commands to Specify Files): Document "remote:" | |
4718 | argument prefix to "set sysroot". | |
4719 | ||
158c7665 PH |
4720 | 2008-08-21 Paul N. Hilfinger <[email protected]> |
4721 | ||
4722 | * gdb.texinfo (Omissions from Ada): Describe new treatment of True | |
4723 | and False. | |
4724 | ||
30e026bb VP |
4725 | 2008-08-20 Vladimir Prus <[email protected]> |
4726 | ||
c8d5aac9 L |
4727 | * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table |
4728 | for possible features of -list-features. | |
30e026bb | 4729 | |
c6ebd6cf VP |
4730 | 2008-08-19 Vladimir Prus <[email protected]> |
4731 | ||
c8d5aac9 | 4732 | * gdb.texinfo (Background execution): Adjust example |
c6ebd6cf VP |
4733 | (GDB/MI Miscellaneous Commands): Document -list-target-features. |
4734 | ||
aeac0ff9 VP |
4735 | 2008-08-19 Vladimir Prus <[email protected]> |
4736 | ||
4737 | * doc/gdb.texinfo (PowerPC): Fix typo. | |
4738 | (PowerPC features): Fix typo. | |
4739 | ||
5231c1fd PA |
4740 | 2008-08-18 Pedro Alves <[email protected]> |
4741 | ||
4742 | * observer.texi (thread_ptid_changed): New. | |
4743 | ||
677c5bb1 LM |
4744 | 2008-08-18 Luis Machado <[email protected]> |
4745 | ||
4746 | * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7. | |
4747 | (PowerPC features): Mention feature set for VSX registers. | |
4748 | ||
f3a2dd1a JB |
4749 | 2008-08-13 Joel Brobecker <[email protected]> |
4750 | ||
4751 | * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding | |
4752 | the direct visibility of all names in user-written packages. | |
4753 | ||
33e5cbd6 PA |
4754 | 2008-08-13 Pedro Alves <[email protected]> |
4755 | ||
4756 | * gdb.texinfo (breakpoint always-inserted) Describe the auto mode | |
4757 | setting, and make it the default. | |
4758 | (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from | |
4759 | non-stop script example. | |
4760 | ||
d0384fc4 TJB |
4761 | 2008-08-12 Thiago Jung Bauermann <[email protected]> |
4762 | ||
4763 | * gdbint.texinfo (Raw and Virtual Register Representations): Fix | |
4764 | reference to the "Using Different Register and Memory Data | |
4765 | Representation" section. | |
4766 | ||
a6f3e723 SL |
4767 | 2008-08-12 Sandra Loosemore <[email protected]> |
4768 | ||
4769 | * gdb.texinfo (Remote Configuration): Document set remote noack-packet. | |
4770 | (Remote Protocol): Add Packet Acknowledgment to menu. | |
4771 | (Overview): Mention +/- can be disabled, and point to new section | |
4772 | where this is discussed in detail. | |
4773 | (General Query Packets): Document QStartNoAckMode packet, and | |
4774 | corresponding qSupported reply. | |
4775 | (Packet Acknowledgment): New section. | |
4776 | ||
0606b73b SL |
4777 | 2008-08-11 Sandra Loosemore <[email protected]> |
4778 | Pedro Alves <[email protected]> | |
4779 | ||
4780 | * gdb.texinfo (Threads): Move paragraph about automatic thread | |
4781 | selection to All-Stop Mode subsection. | |
4782 | (Thread Stops): Reorganize existing material into subsections. | |
4783 | Add introductory blurb and menu. | |
4784 | (Non-Stop Mode): New subsection. | |
4785 | (Background Execution): New subsection. | |
4786 | (Maintenance Commands): Add cross-references from async mode | |
4787 | commands to the new Background Execution section. | |
4788 | ||
d57a3c85 TJB |
4789 | 2008-08-06 Tom Tromey <[email protected]> |
4790 | ||
4791 | * gdb.texinfo (Extending GDB): New chapter. | |
4792 | (Sequences): Demoted chapter, now a section under the new | |
4793 | Extending GDB chapter. | |
4794 | (Python): New section. | |
4795 | ||
6d76a53d SS |
4796 | 2008-07-31 Stan Shebs <[email protected]> |
4797 | ||
4798 | * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE. | |
4799 | ||
1f70da6a SS |
4800 | 2008-07-29 Stan Shebs <[email protected]> |
4801 | ||
4802 | * gdbint.texinfo: General round of cleanup and minor | |
4803 | clarifications. | |
4804 | (Breakpoint Handling): Remove mention of BREAKPOINT macro. | |
4805 | (Longjmp Support): Update description to reflect how it is done | |
4806 | for targets without using native header. | |
4807 | (Symbol Handling): Add a little more general explanation. | |
4808 | (COFF, ELF): Mention stabs encapsulation. | |
4809 | (DWARF 3): New section. | |
4810 | (Adding a New Host): Scrub out some obsolete bits. | |
4811 | (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c. | |
4812 | (Host Conditionals): Remove descriptions of NO_STD_REGS, | |
4813 | HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE, | |
4814 | PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR, | |
4815 | SEEK_SET, STOP_SIGNAL, USG. | |
4816 | (Raw and Virtual Register Representations): Ditto for | |
4817 | DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE, | |
4818 | DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE. | |
4819 | (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM, | |
4820 | DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN, | |
4821 | DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS, | |
4822 | DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET, | |
4823 | DEPRECATED_REGISTER_VIRTUAL_SIZE, | |
4824 | DEPRECATED_REGISTER_VIRTUAL_TYPE, | |
4825 | DEPRECATED_USE_STRUCT_CONVENTION. | |
4826 | Describe gdbarch_deprecated_fp_regnum. | |
4827 | Update description of gdbarch_print_insn. | |
4828 | (Adding a New Target): Scrub out obsolete bits. | |
4829 | (Obsolete Conditionals): Remove entire section. | |
4830 | ||
383f836e TT |
4831 | 2008-07-25 Tom Tromey <[email protected]> |
4832 | ||
4833 | * observer.texi (GDB Observers): Document new observers: | |
4834 | breakpoint_created, breakpoint_deleted, breakpoint_modified, | |
4835 | tracepoint_created, tracepoint_deleted, tracepoint_modified, | |
4836 | architecture_changed. | |
4837 | ||
cfd8ab24 SS |
4838 | 2008-07-21 Stan Shebs <[email protected]> |
4839 | ||
4840 | * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code | |
4841 | instead of IN_SOLIB_DYNSYM_RESOLVE_CODE. | |
4842 | ||
781b42b0 TT |
4843 | 2008-07-21 Tom Tromey <[email protected]> |
4844 | ||
4845 | * observer.texi (GDB Observers): Remove obsolete comment. | |
4846 | <executable_changed>: Remove argument. | |
4847 | ||
d7d9f01e TT |
4848 | 2008-07-18 Tom Tromey <[email protected]> |
4849 | ||
4850 | * gdb.texinfo (Macros): Update. Use @code rather than @command. | |
4851 | ||
bf250677 DE |
4852 | 2008-07-10 Doug Evans <[email protected]> |
4853 | ||
4854 | * doc/gdb.texinfo: Document "set print symbol-loading on|off". | |
4855 | ||
10568435 JK |
4856 | 2008-07-10 Jan Kratochvil <[email protected]> |
4857 | ||
4858 | * gdb.texinfo (Starting): Document "set disable-randomization". | |
4859 | ||
5ae4183a AS |
4860 | 2008-07-07 Andreas Schwab <[email protected]> |
4861 | ||
4862 | * gdb.texinfo (GDB/MI Target Manipulation): Fix last change. | |
4863 | ||
b56e7235 VP |
4864 | 2008-07-06 Vladimir Prus <[email protected]> |
4865 | ||
4866 | * gdb.texinfo (GDB/MI Target Manipulation): Add | |
4867 | example of -target-attach. | |
4868 | ||
e1ac3328 VP |
4869 | 2008-06-10 Vladimir Prus <[email protected]> |
4870 | ||
4871 | * observer.texi (target_resumed): New observer. | |
5ae4183a | 4872 | * gdb.texinfo (GDB/MI Output Records): Document *running. |
e1ac3328 | 4873 | |
65d12d83 TT |
4874 | 2008-06-06 Tom Tromey <[email protected]> |
4875 | ||
4876 | * gdb.texinfo (Completion): Add field name example. | |
4877 | ||
fbc5282e MK |
4878 | 2008-06-06 Marc Khouzam <[email protected]> |
4879 | ||
4880 | * gdb.texinfo (GDB/MI Program Context): Added example | |
4881 | to -exec-arguments | |
5ae4183a | 4882 | |
fbc5282e | 4883 | 2008-06-05 Nick Roberts <[email protected]> |
bcf6fc3a NR |
4884 | |
4885 | * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed | |
4886 | annotation. | |
4887 | ||
c16158bc | 4888 | 2008-06-05 Vladimir Prus <[email protected]> |
5ae4183a AS |
4889 | Nathan Sidwell <[email protected]> |
4890 | Joseph Myers <[email protected]> | |
c16158bc JM |
4891 | |
4892 | * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION | |
4893 | and ACX_BUGURL. | |
4894 | * configure: Regenerate. | |
4895 | * Makefile.in (PKGVERSION, BUGURL_TEXI): Define. | |
4896 | (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT. | |
4897 | * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove | |
4898 | mailing-list-specific text about bug reporting unless | |
4899 | BUGURL_DEFAULT. | |
4900 | ||
75c99385 PA |
4901 | 2008-06-05 Pedro Alves <[email protected]> |
4902 | ||
4903 | * gdb.texinfo (-target-select): Remove reference to target async. | |
4904 | (Maintenance Commands): Document "maint set/show remote-async". | |
4905 | ||
1763a388 MK |
4906 | 2008-06-04 Marc Khouzam <[email protected]> |
4907 | ||
4908 | * gdb.texinfo (GDB/MI File Transfer Commands): Typo | |
4909 | in -target-file-get section. | |
5ae4183a | 4910 | |
d0d064df PA |
4911 | 2008-05-22 Pedro Alves <[email protected]> |
4912 | ||
9b562ab8 PA |
4913 | * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub |
4914 | killing the inferior when it is already debugging a process. | |
d0d064df | 4915 | |
8dfa32fc JB |
4916 | 2008-05-21 Joel Brobecker <[email protected]> |
4917 | ||
4918 | * gdb.texinfo (Continuing and Stepping): Document the new "fin" | |
4919 | abbreviation for "finish". | |
4920 | ||
55f996a7 NR |
4921 | 2008-05-21 Nick Roberts <[email protected]> |
4922 | ||
4923 | * annotate.texinfo (Multi-threaded Apps): New node for new annotation. | |
4924 | ||
ba2b1c56 DJ |
4925 | 2008-05-15 Daniel Jacobowitz <[email protected]> |
4926 | ||
4927 | * gdbint.texinfo (Target Conditionals): Delete entry for | |
4928 | gdbarch_dwarf_reg_to_regnum. | |
4929 | ||
08388c79 DE |
4930 | 2008-05-09 Doug Evans <[email protected]> |
4931 | ||
a3c83fae | 4932 | * gdb.texinfo: Document "find" command, qSearch:memory packet. |
08388c79 | 4933 | |
d14508fe DE |
4934 | 2008-05-05 Doug Evans <[email protected]> |
4935 | ||
4936 | * gdb.texinfo (disassemble): Document /m modifier. | |
4937 | ||
e2b7ddea VP |
4938 | 2008-05-05 Vladimir Prus <[email protected]> |
4939 | ||
5ae4183a AS |
4940 | * gdb.texinfo (Maintenance Commands): Clarify that "maint time" |
4941 | will not report the time of commands that run the target. | |
e2b7ddea | 4942 | |
8eb41542 VP |
4943 | 2008-05-03 Vladimir Prus <[email protected]> |
4944 | ||
4945 | * gdb.texinfo (GDB/MI Output Records): Add | |
4946 | missing semicolon. | |
4947 | ||
82f68b1c VP |
4948 | 2008-05-03 Vladimir Prus <[email protected]> |
4949 | ||
4950 | * gdb.texinfo (GDB/MI Output Records): | |
4951 | Document =thread-create and =thread-exited. | |
4952 | ||
fa0f268d VP |
4953 | 2008-05-03 Vladimir Prus <[email protected]> |
4954 | ||
4955 | * gdb.texinfo (GDB/MI Development and Front Ends): | |
82f68b1c | 4956 | Remove mention of dmi-discuss. |
fa0f268d | 4957 | |
063bfe2e VP |
4958 | 2008-05-03 Pedro Alves <[email protected]> |
4959 | ||
4960 | * observer.texi (thread_exit): New. | |
4961 | ||
237fc4c9 PA |
4962 | 2008-05-02 Pedro Alves <[email protected]> |
4963 | ||
4964 | * gdb.texinfo (Debugging Output): Document "set/show debug | |
4965 | displaced". | |
4966 | (Maintenance Commands): Document "maint set/show | |
4967 | can-use-displaced-stepping". | |
4968 | ||
0428b8f5 DJ |
4969 | 2008-05-02 Daniel Jacobowitz <[email protected]> |
4970 | ||
4971 | * gdb.texinfo (ARM): Document set/show arm fallback-mode | |
4972 | and set/show arm force-mode. | |
4973 | ||
5009afc5 AS |
4974 | 2008-05-02 Andreas Schwab <[email protected]> |
4975 | ||
4976 | * gdbint.texinfo (Algorithms): Describe | |
4977 | target_watchpoint_addr_within_range. | |
4978 | ||
669fac23 DJ |
4979 | 2008-04-30 Daniel Jacobowitz <[email protected]> |
4980 | ||
4981 | * gdbint.texinfo (Stack Frames): New chapter. | |
4982 | (Algorithms): Move Frames text to the new chapter. | |
4983 | (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document | |
4984 | gdbarch_dummy_id instead of gdbarch_unwind_dummy_id. | |
4985 | ||
721c02de VP |
4986 | 2008-04-24 Vladimir Prus <[email protected]> |
4987 | ||
5ae4183a AS |
4988 | * gdb.texinfo (GDB/MI Output Syntax): Clarify that async |
4989 | output does not necessary include any tokens. | |
721c02de | 4990 | |
c055b101 CV |
4991 | 2008-04-22 Corinna Vinschen <[email protected]> |
4992 | ||
4993 | * gdb.texinfo (Set SH Calling convention): New @item. | |
4994 | (Show SH Calling convention): Ditto. | |
4995 | ||
68837c9d MD |
4996 | 2008-04-22 Markus Deuling <[email protected]> |
4997 | ||
4998 | * gdb.texinfo (Fortran Operators): Describe '%' operator. | |
4999 | ||
2e9132cc EZ |
5000 | 2008-04-20 Eli Zaretskii <[email protected]> |
5001 | ||
5002 | * gdb.texinfo (Set Breaks): Mention that multiple location | |
5003 | breakpoints need line number info. Add index entries. | |
5004 | ||
31fffb02 CS |
5005 | 2008-04-19 Craig Silverstein <[email protected]> |
5006 | ||
5007 | * gdb.texinfo (Requirements): Add an optional requirement on | |
5008 | zlib. | |
5009 | * gdbint.texinfo (Debugging File Formats): Add new subsection for | |
5010 | Compressed DWARF 2. | |
5011 | ||
a47ec5fe AR |
5012 | 2008-04-16 Aleksandar Ristovski <[email protected]> |
5013 | ||
5014 | * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the | |
5015 | sample output for 'stopped,reason="breakpoint-hit"' message. | |
5016 | (GDB/MI Program Execution): Likewise. | |
5017 | ||
de051565 MK |
5018 | 2008-04-09 Marc Khouzam <[email protected]> |
5019 | ||
5ae4183a | 5020 | * gdb.texinfo (GDB/MI Variable Objects): Add anchor to |
de051565 MK |
5021 | -var-set-format. Add -f option to -var-evaluate-expression. |
5022 | ||
6ba66d6a JB |
5023 | 2008-04-03 Joel Brobecker <[email protected]> |
5024 | ||
5025 | * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside | |
5026 | new node "Ambiguous Expressions". Replace references to this | |
5027 | node by references to "Ambiguous Expressions" throughout. | |
5028 | (Ambiguous Expressions): New node. | |
5029 | ||
1e26b4f8 DJ |
5030 | 2008-03-26 Daniel Jacobowitz <[email protected]> |
5031 | ||
5032 | * gdb.texinfo (MIPS Features, PowerPC Features): Add @node. | |
5033 | ||
b84876c2 PA |
5034 | 2008-03-21 Pedro Alves <[email protected]> |
5035 | ||
5036 | * gdb.texinfo (Debugging Output): Document | |
5037 | "set/show debug lin-lwp-async". | |
5038 | (Maintenance Commands): Document "maint set/show linux-async". | |
5039 | ||
63092375 DJ |
5040 | 2008-03-21 Daniel Jacobowitz <[email protected]> |
5041 | ||
5042 | * gdb.texinfo (Expressions): Update description of malloced arrays. | |
5043 | ||
8e8901c5 VP |
5044 | 2008-03-15 Vladimir Prus <[email protected]> |
5045 | ||
5046 | * gdb.texinfo (Thread Commands): Document | |
5047 | -thread-info. Remove -thread-list-all-threads. | |
5048 | ||
1fddbabb PA |
5049 | 2008-03-14 Pedro Alves <[email protected]> |
5050 | Sandra Loosemore <[email protected]> | |
5051 | ||
5052 | * gdb.texinfo (Library List Format): Update to mention the | |
5053 | possibility to pass section addresses instead of segment | |
5054 | addresses. | |
5055 | ||
ccd213ac DJ |
5056 | 2008-03-10 Daniel Jacobowitz <[email protected]> |
5057 | ||
5058 | * gdb.texinfo (Starting): Document "set exec-wrapper". | |
5059 | (Server): Document gdbserver --wrapper. | |
5060 | ||
fa4727a6 DJ |
5061 | 2008-03-03 Daniel Jacobowitz <[email protected]> |
5062 | ||
5063 | * gdb.texinfo (Set Watchpoints): Mention watchpoints on | |
5064 | unreadable memory. Delete obsolete SPARClite reference. | |
5065 | ||
8edfe269 DJ |
5066 | 2008-02-28 Daniel Jacobowitz <[email protected]> |
5067 | ||
5068 | * gdb.texinfo (Starting): Mention always-running targets. | |
5069 | (Target Commands): Add an anchor for load. | |
5070 | (Connecting): Explain continue instead of run. | |
5071 | ||
1843f87b DJ |
5072 | 2008-02-27 Daniel Jacobowitz <[email protected]> |
5073 | ||
5074 | * gdb.texinfo (Debugging Output): Document "set debug timestamp". | |
5075 | ||
f9082629 NR |
5076 | 2008-02-26 Nick Roberts <[email protected]> |
5077 | ||
5078 | * gdb.texinfo (Set Breaks): Revert description of Enb column of | |
5079 | breakpoint table. | |
5080 | ||
fd96d250 PA |
5081 | 2008-02-19 Pedro Alves <[email protected]> |
5082 | ||
5083 | * gdb.texinfo (vAttach, vRun): Remove requirement of the stub | |
5084 | killing the inferior when it is already debugging a process. | |
5085 | ||
36af4ef6 MD |
5086 | 2008-02-13 Markus Deuling <[email protected]> |
5087 | ||
5088 | * gdbint.texinfo (Build Script): New section. Mention new build script | |
5089 | gdb_buildall.sh. | |
5090 | ||
cda4ce5a JB |
5091 | 2008-02-01 Jim Blandy <[email protected]> |
5092 | ||
5093 | * gdb.texinfo (Help): Summarize 'info args' correctly. | |
5094 | ||
4acd40f3 TJB |
5095 | 2008-01-30 Thiago Jung Bauermann <[email protected]> |
5096 | ||
5097 | * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers | |
5098 | available in PowerPC architecture. | |
5099 | (Embedded Processors): Change node name of PowerPC item in menu. | |
5100 | (PowerPC): Rename to... | |
5101 | (PowerPC Embedded): this. | |
5102 | (Architectures): Add new PowerPC item in menu. | |
5103 | (PowerPC): New node. | |
5104 | ||
6e6c6f50 DJ |
5105 | 2008-01-30 Daniel Jacobowitz <[email protected]> |
5106 | ||
5107 | * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for | |
5108 | commands. | |
5109 | ||
5ee187d7 DJ |
5110 | 2008-01-30 Daniel Jacobowitz <[email protected]> |
5111 | ||
5112 | * gdb.texinfo (Setting Catchpoints): Mention features | |
5113 | supported on GNU/Linux. | |
5114 | ||
e275c0d9 NR |
5115 | 2008-01-30 Nick Roberts <[email protected]> |
5116 | ||
5117 | * gdb.texinfo (GDB/MI File Commands): Describe new output | |
5118 | field for MI command -file-list-exec-source-file. | |
5119 | ||
2d717e4f DJ |
5120 | 2008-01-29 Daniel Jacobowitz <[email protected]> |
5121 | ||
5122 | * gdb.texinfo (Using the `gdbserver' Program): Add security | |
5123 | warning. Rearrange into subsections and subsubsections. Document | |
5124 | --multi and --debug. Correct --with-sysroot typo. Update --attach | |
5125 | usage. Make load reference clearer. Document monitor exit. | |
5126 | (Remote Configuration): Document set remote exec-file, attach-packet, | |
5127 | and run-packet. | |
5128 | (Packets): Document vAttach and vRun. | |
5129 | ||
d35a4257 | 5130 | 2008-01-29 Nick Roberts <[email protected]> |
f663676d NR |
5131 | |
5132 | * gdb.texinfo (Processes): Mention process command. | |
889bf7c5 | 5133 | detach-on-follow -> detach-on-fork. |
f663676d | 5134 | |
c78d192c DJ |
5135 | 2008-01-28 Daniel Jacobowitz <[email protected]> |
5136 | ||
5137 | * gdbint.texinfo (Native Conditionals): Remove | |
5138 | SHELL_COMMAND_CONCAT and SHELL_FILE. | |
5139 | ||
d35a4257 EZ |
5140 | 2008-01-26 Eli Zaretskii <[email protected]> |
5141 | ||
5142 | * gdb.texinfo (Specify Location): Improve wording. | |
5143 | ||
93815fbf VP |
5144 | 2008-01-23 Chris Demetriou <[email protected]> |
5145 | ||
5146 | * gdb.texinfo (Threads): Document new "set print thread-events" | |
5147 | and "show print thread-events" commands. | |
5148 | ||
2a25a5ba EZ |
5149 | 2008-01-19 Eli Zaretskii <[email protected]> |
5150 | ||
5151 | * gdb.texinfo (Specify Location): New section. | |
5152 | (Delete Breaks, Edit, Set Breaks): Remove description of | |
5153 | locations. Instead, add a reference to "Specify Location". | |
5154 | (Machine Code, Jumping, Thread Stops, Continuing and Stepping) | |
5155 | (Symbols): Refer to "Specify Location" for the valid forms of | |
5156 | linespecs and locations. | |
5157 | ||
32c9a795 MD |
5158 | 2008-01-18 Markus Deuling <[email protected]> |
5159 | ||
5160 | * gdbint.texinfo (Target Conditionals): Replace the description of | |
5161 | BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian. | |
5162 | ||
b17828ca JB |
5163 | 2008-01-12 Paul Hilfinger <[email protected]> |
5164 | ||
5165 | * gdb.texinfo (C Operators): Remove incorrect parenthetical comment | |
5166 | about &&var, which is rejected by the expression parser. | |
5167 | ||
0aea4bf3 LM |
5168 | 2008-01-09 Luis Machado <[email protected]> |
5169 | ||
5170 | * gdb.texinfo (Output): Update documentation on using printf with DFP | |
5171 | types. | |
5172 | ||
febe4383 TJB |
5173 | 2008-01-07 Thiago Jung Bauermann <[email protected]> |
5174 | ||
5175 | * gdb.texinfo (C and C++): Add Decimal Floating Point format | |
5176 | subsubsection. | |
5177 | (Decimal Floating Point format): New subsubsection. | |
5178 | ||
7a404eba PA |
5179 | 2008-01-05 Pedro Alves <[email protected]> |
5180 | ||
5181 | * gdb.texinfo (File Options): Remove mention of the attempt to | |
5182 | open a core file with the -p option. Don't list -c as a valid | |
5183 | option to attach to a process. | |
5184 | ||
a4d9b460 PA |
5185 | 2008-01-05 Pedro Alves <[email protected]> |
5186 | ||
5187 | * gdbint.texinfo (Host Conditionals): Remove mention of | |
5188 | ALIGN_STACK_ON_ENTRY. | |
5189 | ||
6ec2edbe JB |
5190 | 2008-01-05 Joel Brobecker <[email protected]> |
5191 | ||
5192 | * gdbint.texinfo (Start of New Year Procedure): Add item | |
5193 | describing how to update the source and documentation copyright | |
5194 | notices. | |
5195 | ||
d8b2a693 JB |
5196 | 2007-12-18 Jim Blandy <[email protected]> |
5197 | ||
ab209b3a | 5198 | * gdb.texinfo (Set Watchpoints): Integrate per-thread |
d8b2a693 JB |
5199 | watchpoint explanation into the main description of the watchpoint |
5200 | command; update synopses of 'watch', 'rwatch', and 'awatch' | |
5201 | commands. | |
5202 | ||
8b4ed427 VP |
5203 | 2007-12-18 Vladimir Prus <[email protected]> |
5204 | ||
5205 | * gdb.texinfo (Miscellaneous gdb/mi Commands): | |
5206 | Document 'pending-breakpoints' feature of | |
5207 | -list-features. | |
5208 | ||
37e4754d LM |
5209 | 2007-12-17 Luis Machado <[email protected]> |
5210 | ||
669fac23 | 5211 | * gdb.texinfo: Add new parameter's description. |
37e4754d | 5212 | |
1d3811f6 DJ |
5213 | 2007-12-16 Daniel Jacobowitz <[email protected]> |
5214 | ||
5215 | * gdb.texinfo (Overview): Clarify run-length encoding | |
5216 | example. Remove the restriction on "+" and "-" characters. | |
5217 | ||
c1c25a1a EZ |
5218 | 2007-12-15 Eli Zaretskii <[email protected]> |
5219 | ||
5220 | * gdb.texinfo (Host I/O Packets): Fix xref syntax. | |
5221 | ||
afe8ab22 | 5222 | 2007-12-14 Vladimir Prus <[email protected]> |
5ae4183a | 5223 | |
afe8ab22 VP |
5224 | * gdb.texinfo (GDB/MI Breakpoint Commands): Document |
5225 | the -f option for -break-insert, remove -r option, | |
5226 | and clarify specification of location. | |
5227 | ||
a6b151f1 DJ |
5228 | 2007-11-30 Daniel Jacobowitz <[email protected]> |
5229 | ||
5230 | * gdb.texinfo (Debugging Programs with Multiple Processes): Correct | |
5231 | formatting. | |
5232 | (Remote Debugging): Add File Transfer section. | |
5233 | (Remote Configuration): Document Host I/O packets. | |
5234 | (GDB/MI): Add GDB/MI File Transfer Commands section. | |
c1c25a1a | 5235 | (Host I/O Packets): New section in "Remote Protocol". |
a6b151f1 DJ |
5236 | (Packets): Add vFile. |
5237 | ||
3b784c4f EZ |
5238 | 2007-11-17 Eli Zaretskii <[email protected]> |
5239 | ||
5240 | * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of | |
5241 | breakpoints with multiple locations. | |
5242 | (Breakpoint Menus): Improve wording. | |
5243 | (Output): Fix last change. | |
5244 | ||
a4ce5b0d UW |
5245 | 2007-11-17 Ulrich Weigand <[email protected]> |
5246 | ||
5247 | * Makefile.in (Makefile): Do not depend on target_makefile_frag. | |
5248 | ||
1b39d5c0 DE |
5249 | 2007-11-15 Doug Evans <[email protected]> |
5250 | ||
5251 | * gdb.texinfo (Symbols): Update output of "maint info symtabs". | |
5252 | ||
7a72d44c VP |
5253 | 2007-11-15 Vladimir Prus <[email protected]> |
5254 | ||
5255 | * gdbint.texinfo (Native Conditionals): Remove | |
5256 | mention of CLEAR_SOLIB. | |
5ae4183a | 5257 | |
6d1829bf | 5258 | 2007-11-11 Joel Brobecker <[email protected]> |
b4740add JB |
5259 | |
5260 | * gdb.texinfo (Print Settings): Add documentation for "set/show | |
5261 | print frame-arguments". | |
5262 | ||
1a619819 LM |
5263 | 2007-11-05 Luis Machado <[email protected]> |
5264 | ||
3b784c4f | 5265 | * gdb.texinfo (Output): Update printf command's description. |
1a619819 | 5266 | |
55eddb0f DJ |
5267 | 2007-10-30 Daniel Jacobowitz <[email protected]> |
5268 | ||
5269 | * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set | |
5270 | powerpc soft-float". | |
5271 | ||
9cceb671 DJ |
5272 | 2007-10-24 Daniel Jacobowitz <[email protected]> |
5273 | ||
5274 | * gdb.texinfo (Files): Correct formatting. Mention Expat | |
5275 | requirement. | |
5276 | (Requirements for Building GDB): Expand the list of Expat | |
5277 | uses. | |
5278 | (Library List Format, Memory Map Format): Mention Expat. | |
5279 | (Target Descriptions): Update Expat wording. | |
5280 | ||
83acabca DJ |
5281 | 2007-10-24 Daniel Jacobowitz <[email protected]> |
5282 | ||
5283 | * gdbint.texinfo (Register and Memory Data, Target Conditionals): | |
5284 | Document that gdbarch_convert_register_p should return zero for no-op | |
5285 | conversions. | |
5286 | ||
e35879db UW |
5287 | 2007-10-22 Ulrich Weigand <[email protected]> |
5288 | ||
83acabca | 5289 | * gdbint.texi (Compiler Characteristics): Move documentation |
e35879db UW |
5290 | of set_gdbarch_sofun_address_maybe_missing back to ... |
5291 | (Target Conditionals): ... here to fix build break. | |
5292 | ||
203c3895 UW |
5293 | 2007-10-19 Ulrich Weigand <[email protected]> |
5294 | ||
83acabca | 5295 | * gdbint.texi (Target Conditionals): Remove documentation of |
203c3895 UW |
5296 | SOFUN_ADDRESS_MAYBE_MISSING, replaced by ... |
5297 | (Compiler Characteristics): ... documentation of | |
5298 | set_gdbarch_sofun_address_maybe_missing. | |
5299 | ||
11411de3 DJ |
5300 | 2007-10-17 Daniel Jacobowitz <[email protected]> |
5301 | ||
5302 | * gdbint.texinfo (Target Conditionals): Use | |
5303 | frame_unwind_register_unsigned in examples instead of | |
5304 | frame_unwind_unsigned_register. | |
5305 | ||
7cc46491 DJ |
5306 | 2007-10-15 Daniel Jacobowitz <[email protected]> |
5307 | ||
5308 | * gdb.texinfo (Predefined Target Types): Add int128 | |
5309 | and uint128. | |
5310 | (Standard Target Features): Add PowerPC features. | |
5311 | ||
81adfced DJ |
5312 | 2007-10-15 Daniel Jacobowitz <[email protected]> |
5313 | ||
5314 | * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc". | |
5315 | ||
c1874924 UW |
5316 | 2007-10-12 Ulrich Weigand <[email protected]> |
5317 | ||
5318 | * gdbint.texi (Target Conditionals): Remove documentation | |
5319 | of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, | |
5320 | gdbarch_extract_return_value, and gdbarch_store_return_value. | |
5321 | ||
f6e56ab3 UW |
5322 | 2007-10-12 Ulrich Weigand <[email protected]> |
5323 | ||
5324 | * gdbint.texi (Target Conditionals): Remove documentation of | |
5325 | and references to DEPRECATED_REG_STRUCT_HAS_ADDR. | |
5326 | ||
56cf5405 KH |
5327 | 2007-10-11 Kazu Hirata <[email protected]> |
5328 | ||
5329 | * gdb.texinfo: Mention that inaccessible-by-default is on by | |
5330 | default. | |
5331 | ||
35156bae DJ |
5332 | 2007-10-11 Daniel Jacobowitz <[email protected]> |
5333 | ||
5334 | * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK. | |
5335 | ||
d983da9c DJ |
5336 | 2007-09-30 Daniel Jacobowitz <[email protected]> |
5337 | ||
5338 | * gdb.texinfo (Setting Watchpoints): Adjust warning text about | |
5339 | multi-threaded watchpoints. | |
5340 | * gdbint.texinfo (Watchpoints): Describe how watchpoints are | |
5341 | checked. Describe sticky notification. Expand description | |
5342 | of steppable and continuable watchpoints. | |
5343 | (Watchpoints and Threads): New subsection. | |
5344 | ||
fe6fbf8b VP |
5345 | 2007-09-28 Vladimir Prus <[email protected]> |
5346 | ||
5347 | * gdb.texinfo (Setting Breakpoints): Revise | |
5348 | documentation for pending breakpoints. Document | |
5349 | breakpoints with multiple locations. | |
5ae4183a | 5350 | |
084344da VP |
5351 | 2007-09-19 Vladimir Prus <[email protected]> |
5352 | ||
5353 | * gdb.texinfo (Miscellaneous gdb/mi Commands): | |
5354 | Document -list-features. | |
5ae4183a | 5355 | |
82160952 EZ |
5356 | 2007-09-15 Eli Zaretskii <[email protected]> |
5357 | ||
5358 | * gdb.texinfo (Output): Spell out which features of C's printf are | |
5359 | not supported by GDB's printf. | |
7e27a47a EZ |
5360 | (Separate Debug Files): More accurate wording regarding build ID |
5361 | and a reference to the ld manual rather than the Fedora wiki. | |
82160952 | 5362 | |
ea37ba09 DJ |
5363 | 2007-09-04 Daniel Jacobowitz <[email protected]> |
5364 | Jim Blandy <[email protected]> | |
5365 | ||
5366 | * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'. | |
5367 | (Examining Memory): Update mentions of the 's' format. | |
5368 | (Automatic Display): Likewise. | |
5369 | ||
b8533aec DJ |
5370 | 2007-09-02 Daniel Jacobowitz <[email protected]> |
5371 | ||
5372 | * gdb.texinfo: Update the FSF's Back-Cover Text. | |
5373 | ||
83f83d7f JK |
5374 | 2007-09-02 Jan Kratochvil <[email protected]> |
5375 | Eli Zaretskii <[email protected]> | |
5376 | ||
5377 | * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal. | |
5378 | Fixed the ``build ID'' name. New binaries build instructions for the | |
5379 | build ID inclusion. Explain how the commands are specific to the build | |
5380 | ID vs. debug link. | |
5381 | ||
c7e83d54 EZ |
5382 | 2007-09-01 Eli Zaretskii <[email protected]> |
5383 | ||
5384 | * gdb.texinfo (Separate Debug Files): Fix last change. Add | |
5385 | indexing for ``build ID'' support. | |
5386 | ||
d3750b24 JK |
5387 | 2007-09-01 Jan Kratochvil <[email protected]> |
5388 | ||
5389 | * gdb.texinfo (Separate Debug Files): Included a BUILD ID description. | |
5390 | Enlisted BUILD ID to the debug file searching example. | |
5391 | Included a BUILD ID `.note.gnu.build-id' section description. | |
5392 | Updated/added the debug files splitting instructions for OBJCOPY. | |
5393 | ||
02142340 VP |
5394 | 2007-08-31 Vladimir Prus <[email protected]> |
5395 | ||
5396 | * gdb.texinfo (Variable Objects): Adjust docs | |
5397 | for -var-info-expression and document | |
5398 | -var-info-path-expression. | |
5399 | ||
d3bdde98 JB |
5400 | 2007-08-20 Jim Blandy <[email protected]> |
5401 | ||
3fb6a982 JB |
5402 | * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish. |
5403 | (title page): Include the dedication in the printed manual, as a | |
5404 | separate page after the copyright notice. | |
5ae4183a | 5405 | |
d3bdde98 JB |
5406 | * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html: |
5407 | don't break a @var across a line. | |
5408 | ||
c80a96a8 MR |
5409 | 2007-07-25 Maciej W. Rozycki <[email protected]> |
5410 | ||
5411 | * Makefile.in (MAKEHTMLFLAGS): Also search the current directory | |
5412 | for include files. | |
5413 | ||
5824a901 NR |
5414 | 2007-07-12 Nick Roberts <[email protected]> |
5415 | ||
5416 | * gdb.texinfo (Server Prefix): New node. Adapt from existing node | |
5ae4183a AS |
5417 | in annotate.texinfo. |
5418 | (Command History): Link to new node. | |
5824a901 | 5419 | |
d52e7ea3 UW |
5420 | 2007-07-05 Markus Deuling <[email protected]> |
5421 | ||
5422 | * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description. | |
5423 | ||
5fc14d0a EZ |
5424 | 2007-07-05 Eli Zaretskii <[email protected]> |
5425 | ||
5426 | * gdbint.texinfo (Target Conditionals): Fix last change. | |
5427 | ||
4a9bb1df UW |
5428 | 2007-07-03 Markus Deuling <[email protected]> |
5429 | ||
5430 | * gdb.texinfo: Replace following macros by their appropriate gdbarch | |
5431 | routines: | |
5432 | (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER) | |
5433 | (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS) | |
5434 | (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS) | |
5435 | (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT) | |
5436 | (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT) | |
5437 | (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT | |
5438 | (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM) | |
5439 | (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM) | |
5440 | (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION) | |
5441 | (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER) | |
5442 | (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE) | |
5443 | (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT) | |
5444 | (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK) | |
5445 | (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE) | |
5446 | (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS) | |
5447 | (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P). | |
5448 | (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS) | |
5449 | (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS) | |
5450 | (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER) | |
5451 | (SOFTWARE_SINGLE_STEP_P) | |
5452 | ||
5453 | (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc) | |
5454 | (print_registers_info, push_dummy_code, unwind_dummy_id): Rework | |
5455 | ||
5456 | (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH) | |
5457 | (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER) | |
5458 | (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO) | |
5459 | (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START) | |
5460 | (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE) | |
5461 | (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN) | |
5462 | (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY) | |
5463 | (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT) | |
5464 | (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX) | |
5465 | (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description. | |
5466 | ||
5467 | (Converting an existing Target Architecture to Multi-arch): Remove | |
5468 | section. | |
5469 | ||
5470 | (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example. | |
5471 | (gdbarch_addr_bits_remove): Add code example. | |
5472 | ||
5473 | * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name. | |
5474 | ||
cfa9d6d9 DJ |
5475 | 2007-07-02 Daniel Jacobowitz <[email protected]> |
5476 | ||
5477 | * gdb.texinfo (Remote Configuration): Document library-info-packet. | |
5478 | Add other missing entries. Adjust the table size to fit. | |
5479 | (Stop Reply Packets): Use @itemize instead of @enumerate. Document | |
5480 | stop reasons including the new "library" event. | |
5481 | (General Query Packets): Adjust table widths for qSupported. Mention | |
5482 | qXfer:libraries:read reply to qSupported and document the new packet. | |
5483 | (Library List Format): New section. | |
5484 | ||
159fcc13 JK |
5485 | 2007-07-01 Jan Kratochvil <[email protected]> |
5486 | ||
5487 | * gdb.texinfo (Attach): Fixed GDB exit inferior detachment. | |
5488 | ||
f66d1690 MS |
5489 | 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx> |
5490 | ||
5491 | * gdbint.texinfo (Table, Tuple and List Functions) Fix typo. | |
5492 | ||
67102876 NR |
5493 | 2007-06-25 Nick Roberts <[email protected]> |
5494 | ||
5495 | * gdbint.texinfo (Register and Memory Data): Break sections | |
5496 | into nodes and add a menu. | |
5497 | ||
a4642986 MR |
5498 | 2007-06-21 Maciej W. Rozycki <[email protected]> |
5499 | ||
5500 | * gdb.texinfo (Examining Memory): Document the new behaviour. | |
5501 | ||
e9c17194 VP |
5502 | 2007-06-21 Vladimir Prus <[email protected]> |
5503 | ||
5504 | * gdb.texinfo (Standard Target Features): Document | |
5505 | m68k features. | |
5506 | ||
31d99776 DJ |
5507 | 2007-06-18 Daniel Jacobowitz <[email protected]> |
5508 | ||
5509 | * gdb.texinfo (General Query Packets): Document qOffsets changes. | |
5510 | ||
1780a0ed DJ |
5511 | 2007-06-13 Daniel Jacobowitz <[email protected]> |
5512 | ||
5513 | * gdb.texinfo (Target Description Format): Add version attribute | |
5514 | for <target>. | |
5515 | ||
822b6570 DJ |
5516 | 2007-06-13 Daniel Jacobowitz <[email protected]> |
5517 | ||
5518 | * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux. | |
5519 | ||
f8b73d13 DJ |
5520 | 2007-06-13 Daniel Jacobowitz <[email protected]> |
5521 | ||
5522 | * gdb.texinfo (MIPS Features): New subsection. | |
5523 | ||
0e7f50da UW |
5524 | 2007-06-12 Ulrich Weigand <[email protected]> |
5525 | Markus Deuling <[email protected]> | |
5526 | ||
5527 | * gdb.texinfo (General Query Packets): Document qXfer:spu:read | |
5528 | and qXfer:spu:write packets and mention them under qSupported. | |
5529 | ||
23d964e7 UW |
5530 | 2007-06-12 Ulrich Weigand <[email protected]> |
5531 | Markus Deuling <[email protected]> | |
5532 | ||
5533 | * gdb.texinfo (Architectures): Add new SPU section to document | |
5534 | Cell Broadband Engine SPU architecture specific commands. | |
5535 | ||
9f708cb2 VP |
5536 | 2007-06-09 Vladimir Prus <[email protected]> |
5537 | ||
5538 | * gdb.texinfo (GDB/MI Variable Objects): Editorial | |
5539 | comments. | |
5540 | ||
7579b5f8 NR |
5541 | 2007-06-07 Nick Roberts <[email protected]> |
5542 | ||
5543 | * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1. | |
5544 | ||
bf06d120 JB |
5545 | 2007-05-29 Jim Blandy <[email protected]> |
5546 | ||
5547 | * gdb.texinfo (Overview): Doc fix. | |
5548 | ||
23776285 MR |
5549 | 2007-05-22 Maciej W. Rozycki <[email protected]> |
5550 | ||
5551 | * gdb.texinfo (Remote Configuration): Document "set/show | |
5552 | remoteflow". | |
5553 | ||
1a69e1e4 DJ |
5554 | 2007-05-16 Daniel Jacobowitz <[email protected]> |
5555 | ||
bf06d120 JB |
5556 | * gdb.texinfo (MIPS): Remove documentation for set mips |
5557 | saved-gpreg-size, show mips saved-gpreg-size, and set mips | |
5558 | stack-arg-size. | |
1a69e1e4 | 5559 | |
46ba6afa | 5560 | 2007-05-14 Bob Wilson <[email protected]> |
5ae4183a | 5561 | |
46ba6afa BW |
5562 | * all-cfg.texi (GDBTUI): New. |
5563 | * gdb.texinfo (Mode Options): Use GDBTUI variable. | |
5564 | (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands) | |
5565 | (TUI Configuration): Edit to improve clarity and fix problems of | |
5566 | both style and content. | |
5ae4183a | 5567 | |
06d3b283 UW |
5568 | 2007-05-11 Ulrich Weigand <[email protected]> |
5569 | ||
5570 | * observer.texi (GDB Observers): New observer "new_objfile". | |
5571 | ||
179101d6 UW |
5572 | 2007-05-08 Ulrich Weigand <[email protected]> |
5573 | ||
5574 | * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS. | |
5575 | ||
25d5ea92 VP |
5576 | 2007-04-14 Vladimir Prus <[email protected]> |
5577 | ||
5578 | * gdb.texinfo (GDB/MI Variable Objects): Document | |
5579 | frozen variables objects. | |
5ae4183a | 5580 | |
ea35711c DJ |
5581 | 2007-04-13 Daniel Jacobowitz <[email protected]> |
5582 | ||
5583 | * gdb.texinfo (Memory): Reference Remote Debugging chapter. | |
5584 | (Character Sets, Caching Data of Remote Targets): Likewise. | |
5585 | (Targets): Delete Remote node. Move its text... | |
5586 | (Debugging Remote Programs): ...to here. Delete description | |
5587 | of the "remote" command. | |
5588 | (Remote configuration): Delete description of "set remotedevice" | |
5589 | and "show remotedevice". | |
5590 | (Embedded Processors): Delete H8/300, H8/500, and SH nodes. | |
5591 | ||
db2e3e2e BW |
5592 | 2007-04-11 Bob Wilson <[email protected]> |
5593 | ||
5ae4183a AS |
5594 | * gdb.texinfo (Contributors, Continuing and Stepping) |
5595 | (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options) | |
5596 | (General Query Packets, File-I/O Remote Protocol Extension) | |
5597 | (Protocol Basics, The F Reply Packet, Write) | |
5598 | (Protocol-specific Representation of Datatypes, Memory Transfer): | |
5599 | Fix hyphenation, punctuation and grammar problems. | |
5600 | (Cygwin Native): Likewise. Also fix misuse of @pxref and use | |
5601 | 'section' instead of 'subsection' in the text. | |
5602 | (Non-debug DLL Symbols): Avoid 'subsubsection' in the text. | |
5603 | (i386): Remove period from section name. | |
db2e3e2e BW |
5604 | (Installing GDB, Requirements, Running Configure, Separate Objdir) |
5605 | (Config Names, Configure Options): Use @file{configure}. | |
5606 | ||
8a3dae3e DJ |
5607 | 2007-04-11 Daniel Jacobowitz <[email protected]> |
5608 | ||
5609 | * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple | |
5610 | and tab expansion. | |
5611 | ||
1a92f856 DJ |
5612 | 2007-04-10 Daniel Jacobowitz <[email protected]> |
5613 | ||
5614 | * gdbint.texinfo (SOM): Correct location of the SOM reader. | |
5615 | ||
79a6e687 | 5616 | 2007-04-02 Bob Wilson <[email protected]> |
5ae4183a | 5617 | |
79a6e687 BW |
5618 | * gdb.texinfo: Consistently capitalize all significant words in |
5619 | node names, chapter titles, section titles, and headings. Update | |
5620 | cross references to match. | |
5621 | (Starting and Stopping Trace Experiment): Make node name plural. | |
5622 | (Breakpoint related warnings): Hyphenate "Breakpoint-related". | |
5ae4183a | 5623 | |
ad527d2e PA |
5624 | 2007-03-30 Pedro Alves <[email protected]> |
5625 | ||
5626 | * gdb.texinfo (WinCE): Delete obsolete subsection. | |
5627 | ||
7ce59000 DJ |
5628 | 2007-03-30 Daniel Jacobowitz <[email protected]> |
5629 | ||
5630 | * gdb.texinfo (M68K): Remove obsolete ROM monitors. | |
5631 | * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c | |
5632 | references. | |
5633 | ||
8807d78b DJ |
5634 | 2007-03-30 Daniel Jacobowitz <[email protected]> |
5635 | ||
5636 | * gdb.texinfo (Startup): Delete references to some alternate | |
5637 | names for .gdbinit. | |
5638 | (Thread): Remove LynxOS reference. | |
5639 | (Tandem ST2000): Delete target-specific documentation. | |
5640 | * gdbint.texinfo (Symbol Handling): Remove mention of NLM. | |
5641 | (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE | |
5642 | and GDB_OSABI_LYNXOS. | |
5643 | ||
5f402660 UW |
5644 | 2007-03-29 Ulrich Weigand <[email protected]> |
5645 | ||
5646 | * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE. | |
5647 | ||
bac718a6 UW |
5648 | 2007-03-27 Ulrich Weigand <[email protected]> |
5649 | ||
5650 | * gdbint.texinfo (Target Conditionals): Remove mention of | |
5651 | DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT, | |
5652 | and DEPRECATED_LITTLE_REMOTE_BREAKPOINT. | |
5653 | ||
9453113a DJ |
5654 | 2007-03-27 Brooks Moses <[email protected]> |
5655 | ||
5656 | * Makefile.in: Add "pdfdir" installation | |
5657 | directory, PDFTEX macro, support for "install-pdf" target, | |
5658 | and rules for making a pdf version of refcard.texi. | |
5659 | * refcard.tex: Specify paper size for PDF output. | |
5660 | ||
ae21e955 | 5661 | 2007-03-26 Bob Wilson <[email protected]> |
5ae4183a | 5662 | |
ae21e955 | 5663 | * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines. |
5ae4183a | 5664 | |
3f94c067 | 5665 | 2007-03-26 Bob Wilson <[email protected]> |
5ae4183a | 5666 | |
3f94c067 BW |
5667 | * gdb.texinfo (Invoking GDB): Use @value{GDBP}. |
5668 | (Source Path, Character Sets, Macros, Define) | |
5669 | (GDB/MI Result Records, GDB/MI Simple Examples) | |
5670 | (GDB/MI Program Execution, GDB/MI File Commands) | |
5671 | (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}. | |
5672 | (Bug Reporting): Use @value{GCC}. | |
5ae4183a | 5673 | |
12c27660 | 5674 | 2007-03-26 Bob Wilson <[email protected]> |
5ae4183a | 5675 | |
12c27660 BW |
5676 | * gdb.texinfo (Help): Fix formatting of examples. |
5677 | (Variables): Use @ifnotinfo instead of @iftex. | |
5678 | (Non-debug DLL symbols): Use @ref instead of @pxref. | |
5679 | (Sparclet File): Use @samp instead of quotes. | |
5ae4183a | 5680 | |
ce9341a1 BW |
5681 | 2007-03-26 Bob Wilson <[email protected]> |
5682 | ||
5683 | * gdb.texinfo (Variables, C): Update cross reference to GCC docs. | |
5684 | ||
c8f4133a BW |
5685 | 2007-03-26 Bob Wilson <[email protected]> |
5686 | ||
5687 | * gdb.texinfo (Top): Move TUI and Annotations menu entries to match | |
5688 | the order of the nodes. | |
5689 | (C Operators, C Constants, Debugging C): Remove extra menus. | |
5690 | (Method Names in Commands): Do not specify next/prev/up nodes. | |
5ae4183a | 5691 | |
c8f4133a | 5692 | 2007-03-26 Bob Wilson <[email protected]> |
d52fb0e9 BW |
5693 | |
5694 | * gdb.texinfo (File Options): Add missing parenthesis. | |
5695 | (Breakpoints, Special Fortran commands, PowerPC): Fix typos. | |
5696 | ||
c74d0ad8 DJ |
5697 | 2007-02-26 Daniel Jacobowitz <[email protected]> |
5698 | ||
5699 | * gdb.texinfo (Monitor commands for gdbserver): New subsection. | |
5700 | ||
ff6f572f DJ |
5701 | 2007-02-26 Daniel Jacobowitz <[email protected]> |
5702 | ||
669fac23 | 5703 | * gdb.texinfo (Standard Target Features): Mention |
ff6f572f DJ |
5704 | case insensitivity. |
5705 | (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt. | |
5706 | ||
994337c3 NR |
5707 | 2007-02-18 Nick Roberts <[email protected]> |
5708 | ||
5709 | * gdb.texinfo (Top): Put Appendix A after numbered sections. | |
5710 | (Files): Add section name to argument list for pxref. | |
5711 | (Non-debug DLL symbols): Don't use `see' for pxref. | |
5712 | (Embedded Processors): Fix typo. | |
5713 | (GDB/MI Breakpoint Commands): Execution commands generate | |
5714 | *stopped not ^done. | |
5715 | ||
eb819d70 NR |
5716 | 2007-02-13 Nick Roberts <[email protected]> |
5717 | ||
5718 | * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of | |
5719 | values for in_scope. Mention that only root variables can be | |
5720 | updated. | |
5721 | (GDB/MI Development and Front Ends): Explain new values may be | |
5722 | added to existing fields. | |
5723 | ||
123dc839 DJ |
5724 | 2007-02-08 Daniel Jacobowitz <[email protected]> |
5725 | ||
5726 | * gdb.texinfo (-target-disconnect): Use @smallexample. | |
5727 | (Requirements): Add anchor for Expat. Update description. | |
5728 | (Target Descriptions): Mention Expat. | |
5729 | (Target Description Format): Document new elements. Use | |
5730 | @smallexample. | |
5731 | (Predefined Target Types, Standard Target Features): New sections. | |
669fac23 | 5732 | * gdbint.texinfo (Target Descriptions): New section. |
123dc839 | 5733 | |
108546a0 DJ |
5734 | 2007-02-07 Daniel Jacobowitz <[email protected]> |
5735 | ||
5736 | * gdb.texinfo (Target Description Format): Add section on XInclude. | |
5737 | ||
95a98c01 NR |
5738 | 2006-02-03 Nick Roberts <[email protected]> |
5739 | ||
5740 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new | |
5741 | command -enable-timings. | |
5742 | ||
f4b3909f EZ |
5743 | 2007-02-02 Markus Deuling <[email protected]> (tiny change) |
5744 | ||
5ae4183a | 5745 | * gdbint.texinfo (Operation System ABI Variant Handling): Update |
f4b3909f EZ |
5746 | descriptions for new/deleted elements in gdb_osabi. Add missing |
5747 | description for function generic_elf_osabi_sniff_abi_tag_sections. | |
5748 | ||
c7ba131e JB |
5749 | 2007-01-29 Joel Brobecker <[email protected]> |
5750 | ||
5751 | * gdb.texinfo (Maintenance Commands): Add documentation for | |
5752 | the new "maint print target-stack" command. | |
5753 | ||
3a60f64e JK |
5754 | 2007-01-26 Jan Kratochvil <[email protected]> |
5755 | Eli Zaretskii <[email protected]> | |
5756 | ||
f4b3909f | 5757 | * gdb.texinfo: Describe CHAR array vs. string identification rules. |
3a60f64e | 5758 | |
c582f8b6 EZ |
5759 | 2007-01-26 Eli Zaretskii <[email protected]> |
5760 | ||
5761 | * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting): | |
5762 | Use @value{NGCC} instead of @value{GCC}. | |
5763 | ||
d3e8051b EZ |
5764 | 2007-01-20 Ralf Wildenhues <[email protected]> (tiny change) |
5765 | ||
5766 | * agentexpr.texi: Fix typos. | |
5767 | * annotate.texinfo: Likewise. | |
5768 | * gdb.texinfo: Likewise. | |
5769 | * gdbint.texinfo: Likewise. | |
5770 | * observer.texi: Likewise. | |
5771 | * stabs.texinfo: Likewise. | |
5772 | ||
86f04699 EZ |
5773 | 2007-01-20 Markus Deuling <[email protected]> (tiny change) |
5774 | ||
5775 | * gdbint.texinfo (Support Libraries): Remove mmalloc | |
5776 | entry. Describe readline library. | |
5777 | ||
23181151 DJ |
5778 | 2007-01-09 Daniel Jacobowitz <[email protected]> |
5779 | ||
5780 | * gdb.texinfo (Target Descriptions): New section. | |
5781 | (General Query Packets): Add QPassSignals anchor. Mention | |
5782 | qXfer:features:read under qSupported. Expand mentions of | |
5783 | qXfer:memory-map:read and QPassSignals. Document | |
5784 | qXfer:features:read. | |
5785 | ||
f822c95b DJ |
5786 | 2007-01-08 Daniel Jacobowitz <[email protected]> |
5787 | ||
5788 | * gdb.texinfo (Commands to specify files): Describe | |
5789 | "set sysroot" and "show sysroot". | |
5790 | (Using the `gdbserver' program): Lowercase argument | |
5791 | to @var. Expand description of setting up GDB on the | |
5792 | host. | |
5793 | ||
8936fcda JB |
5794 | 2007-01-05 Joel Brobecker <[email protected]> |
5795 | ||
5796 | * gdb.texinfo (Set Catchpoints): Add documentation for the new | |
5797 | catch exception, catch exception unhandled, and catch assert | |
5798 | commands. | |
5799 | ||
e776119f DJ |
5800 | 2007-01-04 Daniel Jacobowitz <[email protected]> |
5801 | ||
5802 | * gdb.texinfo (Debugging Output): Document "set debug xml" | |
5803 | and "show debug xml". | |
5804 | ||
aa79a185 DJ |
5805 | 2007-01-04 Daniel Jacobowitz <[email protected]> |
5806 | ||
5807 | * gdbint.texinfo (Compiler Warnings): Update for -Wall use. | |
5808 | ||
7f893741 JB |
5809 | 2007-01-01 Joel Brobecker <[email protected]> |
5810 | ||
5811 | * gdbint.texinfo (Start of New Year Procedure): Add missing item. | |
5812 | ||
a1b5960f VP |
5813 | 2006-12-08 Vladimir Prus <[email protected]> |
5814 | ||
5815 | * gdb.texinfo (GDB/MI Variable Objects): Wrap historical | |
5816 | note in @ignore, to be removed later if nobody complains. | |
5817 | ||
9f470e6e NR |
5818 | 2006-12-04 Nick Roberts <[email protected]> |
5819 | ||
5820 | * gdb.texinfo (GDB/MI Variable Objects): Describe -c option | |
5821 | of -var-delete. | |
5822 | ||
765dc015 | 5823 | 2006-11-22 Vladimir Prus <[email protected]> |
5ae4183a | 5824 | |
765dc015 | 5825 | * gdb.texinfo (Setting breakpoints): Document |
5ae4183a AS |
5826 | automatic software/hardware breakpoint usage and |
5827 | the "set breakpoint auto-hw" command. | |
765dc015 | 5828 | |
4b5752d0 VP |
5829 | 2006-11-21 Vladimir Prus <[email protected]> |
5830 | ||
5831 | * gdb.texinfo (Memory Access Checking): New. | |
5832 | ||
89be2091 DJ |
5833 | 2006-11-16 Daniel Jacobowitz <[email protected]> |
5834 | ||
5835 | * gdb.texinfo (Remote configuration): Mention | |
5836 | "pass-signals-packet". | |
5837 | (General Query Packets): Document QPassSignals. Fix | |
5838 | a typo. | |
5839 | ||
ca3bf3bd DJ |
5840 | 2006-11-14 Maxim Grigoriev <[email protected]> |
5841 | ||
5842 | * gdb.texinfo (Contributors): Add contributors of Xtensa port. | |
5843 | ||
427c3a89 DJ |
5844 | 2006-11-14 Daniel Jacobowitz <[email protected]> |
5845 | ||
5846 | * gdb.texinfo (Remote configuration): Rewrite documentation for | |
5847 | packet configuration commands. | |
5848 | (OS Information): Adjust reference to qXfer:auxv:read. | |
5849 | (General Query Packets): Remove references to read-aux-vector-packet | |
5850 | and set remote get-thread-local-storage-address. | |
5851 | ||
7a107747 DJ |
5852 | 2006-11-10 Daniel Jacobowitz <[email protected]> |
5853 | ||
5854 | * gdbint.texinfo (Target Architecture Definition): Add new | |
5855 | Initializing a New Architecture section. | |
5856 | ||
1c56eb0e EZ |
5857 | 2006-10-31 David Taylor <[email protected]> |
5858 | ||
5859 | * stabs.texinfo (Macro define and undefine): New node describing | |
5860 | stabs for #define and #undef. | |
5861 | ||
f73adfeb AS |
5862 | 2006-10-27 Andreas Schwab <[email protected]> |
5863 | ||
5864 | * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork". | |
5865 | ||
fd60e0df EZ |
5866 | 2006-10-21 Eli Zaretskii <[email protected]> |
5867 | ||
5868 | * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and | |
5869 | clarify on the possible meanings of ``expression'' watched by | |
5870 | watchpoints. Add indexing. | |
e5ac9b53 EZ |
5871 | (Prompting, Errors, Invalidation, Annotations for Running) |
5872 | (Source Annotations): Fix index entries by adding "annotation" to | |
5873 | them, to discriminate from index entries that point to the more | |
5874 | general topic descriptions. | |
fd60e0df | 5875 | |
52bb452f DJ |
5876 | 2006-10-17 Daniel Jacobowitz <[email protected]> |
5877 | ||
5878 | * gdbint.texinfo (Target Vector Definition): Move most | |
5879 | content into Existing Targets. Add a menu. | |
5880 | (Existing Targets): New section, moved from Target Vector | |
5881 | Definition. Use @subsection. | |
5882 | (Managing Execution State): New section. | |
5883 | ||
58955e58 BW |
5884 | 2006-10-16 Bob Wilson <[email protected]> |
5885 | ||
5886 | * gdb.texinfo (ST2000): Use Ctrl- instead of C-. | |
5887 | ||
c8aa23ab EZ |
5888 | 2006-10-15 Eli Zaretskii <[email protected]> |
5889 | ||
5890 | * gdb.texinfo (Sample Session, Invocation, Quitting GDB) | |
5891 | (Command Syntax, Signals, Backtrace, Connecting) | |
5892 | (Remote configuration, Renesas Boards, Console I/O): Fix last | |
5893 | change: use Ctrl- instead of C-, except wrt Emacs. | |
5894 | (File-I/O Examples): Put Ctrl-c in @kbd. | |
5895 | (Cygwin Native, File-I/O Overview, The Ctrl-C message) | |
5896 | (Console I/O): Use @samp with Ctrl-. | |
45ac1734 EZ |
5897 | (Signals, Set Breaks, Set Watchpoints): Document optional |
5898 | arguments to `info signals' `handle', `info breakpoints', and | |
5899 | `info watchpoints'. | |
c8aa23ab | 5900 | |
e7109c7e EZ |
5901 | 2006-10-14 Eli Zaretskii <[email protected]> |
5902 | ||
5903 | * gdb.texinfo (Backtrace): Fix last change. | |
5904 | ||
de3aea7b NR |
5905 | 2006-10-14 Nick Roberts <[email protected]> |
5906 | ||
5907 | * gdb.texinfo (Backtrace): Order correctly and add other cases. | |
5908 | ||
7f9087cb BW |
5909 | 2006-10-10 Bob Wilson <[email protected]> |
5910 | ||
c8aa23ab EZ |
5911 | * gdb.texinfo (Command Syntax, Connecting, Remote configuration) |
5912 | (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode) | |
5913 | (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage. | |
7f9087cb | 5914 | |
68437a39 DJ |
5915 | 2006-09-21 Vladimir Prus <[email protected]> |
5916 | Daniel Jacobowitz <[email protected]> | |
5917 | ||
5918 | * gdb.texinfo (Packets): Document vFlashErase, | |
5919 | vFlashWrite and vFlashDone packets. | |
5920 | (General Query Packets): Document qXfer:memory-map:read. | |
5921 | Add a new feature for qXfer:memory-map:read. | |
5922 | (Memory map format): New section. | |
5923 | (Target Commands): Mention that gdb can write flash. | |
5924 | ||
fd79ecee DJ |
5925 | 2006-09-21 Vladimir Prus <[email protected]> |
5926 | Daniel Jacobowitz <[email protected]> | |
5927 | ||
5928 | * gdb.texinfo (Memory Region Attributes): Mention target-supplied | |
5929 | memory regions and "mem auto". | |
5930 | ||
350da6ee DJ |
5931 | 2006-09-21 Nathan Sidwell <[email protected]> |
5932 | ||
5933 | * gdbint.texinfo (Array Containers): New section. | |
5934 | ||
2f1acb09 VP |
5935 | 2006-09-17 Vladimir Prus <[email protected]> |
5936 | ||
5937 | * gdb.texinfo (GDB/MI Stack Manipulation): Mention that | |
5938 | -stack-list-arguments HIGH_FRAME argument can be larger then the | |
5939 | actual number of frames. | |
5940 | ||
2ab1eb7a VP |
5941 | 2006-09-07 Vladimir Prus <[email protected]> |
5942 | ||
5943 | * gdb.texinfo (GDB/MI Stack Manipulation): Mention that | |
5ae4183a AS |
5944 | -stack-list-locals HIGH_FRAME argument can be larger then the |
5945 | actual number of frames. | |
2ab1eb7a | 5946 | |
599b237a BW |
5947 | 2006-09-02 Bob Wilson <[email protected]> |
5948 | ||
5949 | * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets, | |
5950 | Register Packet Format, Tracepoint Packets): Fix spelling errors. | |
5951 | ||
25ab7e6d EZ |
5952 | 2006-09-02 Eli Zaretskii <[email protected]> |
5953 | ||
5954 | * gdbint.texinfo (Overall Structure): New section "Source Tree | |
5955 | Structure". | |
5956 | ||
940178d3 JB |
5957 | 2006-08-17 Jim Blandy <[email protected]> |
5958 | ||
5959 | * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T' | |
5960 | responses. | |
5961 | ||
30daae6c JB |
5962 | 2006-08-08 Joel Brobecker <[email protected]> |
5963 | ||
5964 | * gdb.texinfo (Source Path): Add documentation for new | |
5965 | substitute-path commands. | |
5966 | ||
7fa2210b DJ |
5967 | 2006-08-08 Daniel Jacobowitz <[email protected]> |
5968 | ||
5969 | * gdb.texinfo (Installing GDB): Update menu. Move text to... | |
5970 | (Running Configure): ...here. | |
5971 | (Requirements): New node. Mention expat. | |
5972 | ||
3d00d119 DJ |
5973 | 2006-08-08 Vladimir Prus <[email protected]> |
5974 | ||
5ae4183a | 5975 | * gdb.texinfo (Target Commands): Remove |
3d00d119 DJ |
5976 | 'set download-write-size' and 'show download-write-size'. |
5977 | ||
0cbfa4ee DJ |
5978 | 2006-08-01 Daniel Jacobowitz <[email protected]> |
5979 | ||
5980 | * stabs.texinfo (Member Type Descriptor): Correct example for | |
5981 | pointer to member types. | |
5982 | ||
16026cd7 AS |
5983 | 2006-07-21 Andrew Stubbs <[email protected]> |
5984 | ||
5985 | * gdb.texinfo (Optional warnings and messages): Add | |
5986 | 'set/show trace-commands'. | |
5987 | (Command files): Add '-v' to source command. | |
5988 | ||
0876f84a DJ |
5989 | 2006-07-12 Daniel Jacobowitz <[email protected]> |
5990 | ||
5991 | * gdb.texinfo (OS Information): Update qPart reference to | |
5992 | qXfer. | |
5993 | (Remote configuration): Likewise. | |
5994 | (Overview): Move @cindex to the start of a paragraph. Talk | |
5995 | about binary data encoding. | |
5996 | (Packets): Refer to the overview for the details of the X | |
5997 | packet encoding. | |
5998 | (General Query Packets): Remove qPart description. Add qXfer | |
5999 | description. Add an anchor to qSupported. Correct feature | |
6000 | table title. Add a new feature for qXfer:auxv:read. | |
6001 | (Interrupts): Add a missing parenthesis. | |
6002 | ||
2ec3381a DJ |
6003 | 2006-07-05 Daniel Jacobowitz <[email protected]> |
6004 | ||
669fac23 | 6005 | * gdb.texinfo (KOD): Remove node. |
2ec3381a DJ |
6006 | (GDB/MI Kod Commands): Remove commented out node. |
6007 | ||
594fe323 EZ |
6008 | 2006-07-01 Eli Zaretskii <[email protected]> |
6009 | ||
6010 | * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples) | |
6011 | (GDB/MI Breakpoint Commands, GDB/MI Program Context) | |
6012 | (GDB/MI Thread Commands, GDB/MI Program Execution) | |
6013 | (GDB/MI Stack Manipulation, GDB/MI Variable Objects) | |
6014 | (GDB/MI Data Manipulation, GDB/MI Symbol Query) | |
6015 | (GDB/MI File Commands, GDB/MI Target Manipulation) | |
6016 | (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb), | |
6017 | since the MI prompt is hard-wired into the code. | |
6018 | ||
7e3fb70c NR |
6019 | 2006-07-01 Nick Roberts <[email protected]> |
6020 | ||
6021 | * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully. | |
6022 | (GDB/MI Simple Examples): Use @subheading for "A Bad Command". | |
6023 | (GDB/MI Data Manipulation): Remove description of unimplemented | |
6024 | display related commands as variable objects perform this function | |
6025 | and are superior: -display-delete, -display-disable, | |
6026 | -display-enable, -display-insert and -display-list. Move | |
6027 | -environment-cd, -environment-directory, -environment-path | |
6028 | and -environment-pwd to "Program Context". | |
6029 | (GDB/MI Program Control): Rename to "Program Execution". Move | |
6030 | -exec-arguments -exec-abort to... | |
6031 | (GDB/MI Program Context): ...here. New node split from "Data | |
6032 | Manipulation". | |
6033 | ||
be2a5f71 DJ |
6034 | 2006-06-21 Daniel Jacobowitz <[email protected]> |
6035 | ||
6036 | * gdb.texinfo (Remote configuration): Document set / show | |
6037 | remote supported-packets. | |
6038 | (General Query Packets): Document qSupported packet. | |
6039 | ||
fc320d37 SL |
6040 | 2006-06-10 Sandra Loosemore <[email protected]> |
6041 | ||
6042 | * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling, | |
6043 | and font markup. | |
6044 | (Protocol basics): Likewise. | |
6045 | (The F request packet): Likewise. | |
6046 | (The F reply packet): Likewise. | |
6047 | (Memory transfer): Move this node to be a subsubsection of | |
6048 | "Protocol specific representation of datatypes". | |
6049 | (The Ctrl-C message): More copy editing. | |
6050 | (Console I/O): Likewise. | |
6051 | (The isatty call): Delete this node, and merge its content into | |
6052 | the "isatty" node. Fixed references elsewhere. | |
6053 | (The system call): Delete this node, and merge its content into | |
6054 | the "system" node. Fixed references elsewhere. | |
6055 | (open): Reformat to use @table, and add appropriate font markup. | |
6056 | (close): Likewise. | |
6057 | (read): Likewise. | |
6058 | (write): Likewise. | |
6059 | (lseek): Likewise. | |
6060 | (rename): Likewise. | |
6061 | (unlink): Likewise. | |
6062 | (stat/fstat): Likewise. | |
6063 | (gettimeofday): Likewise. | |
6064 | (isatty): Likewise. | |
6065 | (system): Likewise, plus minor changes to fix confusing wording. | |
6066 | (Integral datatypes): Fix font markup. | |
6067 | (Pointer values): Likewise. | |
6068 | (struct stat): Fix markup to use @table, plus minor copy editing. | |
6069 | (struct timeval): Fix font markup, plus minor copy editing. | |
6070 | (Constants): Minor copy editing. | |
6071 | (Errno values): Add font markup. | |
6072 | (File-I/O Examples): Likewise. | |
6073 | ||
158fdf5c NR |
6074 | 2006-06-10 Nick Roberts <[email protected]> |
6075 | ||
6076 | * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements. | |
6077 | (GDB/MI Simple Examples): Move node up one level. Use real | |
6078 | examples. | |
6079 | (GDB/MI Compatibility with CLI): Update. | |
6080 | (GDB/MI Result Records): Add "connected" and "exit" result | |
6081 | classes. | |
6082 | (GDB/MI Stream Records): Clarify target output. | |
6083 | (GDB/MI Command Description Format): Modify example description. | |
6084 | (GDB/MI Breakpoint Table Commands): Rename to... | |
6085 | (GDB/MI Breakpoint Commands): ...this | |
6086 | (GDB/MI Breakpoint Commands): Add optional thread field. | |
6087 | (GDB/MI Program Control): Add an introduction. Move "Program | |
6088 | termination" examples into exec-run description. | |
6089 | (GDB/MI File Commands): Mention similar CLI commands. | |
6090 | (GDB/MI Miscellaneous Commands): Move to end. Mention "show version" | |
6091 | is similar to "-gdb-version". | |
6092 | ||
ddb50cd7 EZ |
6093 | 2006-06-09 Eli Zaretskii <[email protected]> |
6094 | ||
6095 | * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})". | |
6096 | ||
2aef0d6b NR |
6097 | 2006-06-02 Nick Roberts <[email protected]> |
6098 | ||
6099 | * gdb.texinfo (GDB/MI Development and Front Ends): Use | |
6100 | sourceware.org for mailing lists. | |
d5e40d59 | 6101 | (GDB/MI File Commands): New node split from Program Control. |
2aef0d6b | 6102 | |
383a5c52 NR |
6103 | 2006-06-01 Nick Roberts <[email protected]> |
6104 | ||
d5e40d59 | 6105 | * gdb.texinfo (GDB/MI Development and Front Ends): New node. |
383a5c52 | 6106 | |
e16b02ee EZ |
6107 | 2006-05-22 Eli Zaretskii <[email protected]> |
6108 | ||
6109 | * gdb.texinfo (Cygwin Native): Fix last change. | |
6110 | ||
be90c084 CF |
6111 | 2006-05-22 Christopher Faylor <[email protected]> |
6112 | ||
6113 | * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions. | |
6114 | ||
347ceba5 NR |
6115 | 2006-05-15 Nick Roberts <[email protected]> |
6116 | ||
6117 | * gdbint.texinfo (Algorithms): Correct spelling and punctuation. | |
6118 | (Releasing GDB, Testsuite): Remove details for including DejaGnu. | |
6119 | ||
369af7bd DJ |
6120 | 2006-05-14 Daniel Jacobowitz <[email protected]> |
6121 | ||
6122 | * gdb.texinfo (General Query Packets): Recommend not starting | |
6123 | new packets with qC and clarify. | |
6124 | ||
2ffdbde8 | 6125 | 2006-05-13 Gaius Mulley <[email protected]> |
229582b7 GM |
6126 | |
6127 | * gdb.texinfo (M2 Types): New section. | |
72019c9c | 6128 | |
16d1a084 DJ |
6129 | 2006-05-10 Daniel Jacobowitz <[email protected]> |
6130 | ||
6131 | * agentexpr.texi: Add a copyright and license notice. | |
6132 | * observer.texi: Likewise, with GPL clause for function prototypes. | |
6133 | Remove trailing whitespace. | |
6134 | ||
aa56d27a JB |
6135 | 2006-05-05 Jim Blandy <[email protected]> |
6136 | ||
6137 | * gdb.texinfo (General Query Packets): Document conventions for | |
6138 | terminating packet names, and their violations. | |
6139 | ||
5bdf8622 DJ |
6140 | 2006-05-05 Daniel Jacobowitz <[email protected]> |
6141 | ||
6142 | * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1. | |
6143 | * gdb.texinfo: Likewise. | |
6144 | ||
605a56cb DJ |
6145 | 2006-05-05 Daniel Jacobowitz <[email protected]> |
6146 | ||
6147 | * gdb.texinfo (Remote Configuration): Remove "set remotedebug" | |
6148 | and "show remotedebug". | |
6149 | (Debugging Output): Add additional index entries. | |
6150 | ||
b8db102d MS |
6151 | 2006-04-27 Michael Snyder <[email protected]> |
6152 | ||
6153 | * gdb.texinfo (delete-fork): Command renamed to "delete fork". | |
6154 | ||
c5e30d01 AC |
6155 | 2006-04-22 Andrew Cagney <[email protected]> |
6156 | ||
6157 | * gdb.texinfo (Contributors): Credit frame unwinder contributors. | |
6158 | * gdbint.texinfo (Algorithms): Fix errors in frame documentation. | |
6159 | ||
8181d85f DJ |
6160 | 2006-04-18 Daniel Jacobowitz <[email protected]> |
6161 | ||
6162 | * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert | |
6163 | and remove breakpoint prototypes. | |
6164 | (Watchpoints): Move description of target_insert_hw_breakpoint and | |
6165 | target_remove_hw_breakpoint ... | |
6166 | (Breakpoints): ... to here. Document target_insert_breakpoint and | |
6167 | target_remove_breakpoint. | |
6168 | ||
4f553f88 JB |
6169 | 2006-04-17 Jim Blandy <[email protected]> |
6170 | ||
6171 | * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c, | |
6172 | and C packets are optional. | |
6173 | ||
cd852561 FR |
6174 | 2006-04-14 Frederic Riss <[email protected]> |
6175 | ||
6176 | * gdb.texinfo (Specifying source directories): Update the description | |
6177 | of the source file search to reflect the fact that the source path | |
6178 | always contains at least $cdir and $cwd. | |
6179 | ||
b620eb07 MS |
6180 | 2006-03-31 Michael Snyder <[email protected]> |
6181 | ||
6182 | * gdb.texinfo: Update copyright dates. | |
6183 | ||
3156cdaf EZ |
6184 | 2006-03-31 Eli Zaretskii <[email protected]> |
6185 | ||
6186 | * gdb.texinfo (Overview): Add an index entry to "empty response". | |
6187 | ||
7d30c22d JB |
6188 | 2006-03-28 Jim Blandy <[email protected]> |
6189 | ||
6190 | * gdbint.texinfo (Prologue Analysis): New section. | |
6191 | ||
86941c27 JB |
6192 | 2006-03-07 Jim Blandy <[email protected]> |
6193 | ||
66b8c7f6 JB |
6194 | * gdb.texinfo (Connecting): Document 'target remote pipe'. |
6195 | ||
1a10341b JB |
6196 | * gdb.texinfo (Target Commands): Update text describing how to |
6197 | specify a target. Refer to the detailed section on remote | |
6198 | debugging, not the brief mention. | |
6199 | ||
86941c27 JB |
6200 | * gdb.texinfo (Connecting): Organize the different 'target remote' |
6201 | connection methods into a table. Add a 'target remote' index | |
6202 | entry. (!!!) | |
6203 | ||
62f3a2ba FF |
6204 | 2006-02-17 Fred Fish <[email protected]> |
6205 | ||
6206 | * gdb.texinfo (Symbols): Update descriptions of 'whatis' and | |
6207 | 'ptype' commands to reflect the fact that the only significant | |
6208 | difference between them is that ptype prints the complete type | |
6209 | description instead of just the name. | |
6210 | ||
8b9a88ea WZ |
6211 | 2006-02-13 Wu Zhou <[email protected]> |
6212 | ||
6213 | * gdbint.texinfo (Watchpoints): Delete | |
6214 | TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT. | |
6215 | ||
7e8dc855 NR |
6216 | 2006-02-10 Nick Roberts <[email protected]> |
6217 | ||
6218 | * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and | |
6219 | times fields where needed. Fix typos. Update general form given | |
6220 | for output of -break-insert. | |
6221 | (GDB/MI): Abbreviate some unnecessarily long fullnames. | |
6222 | ||
c91d38aa DJ |
6223 | 2006-02-06 Daniel Jacobowitz <[email protected]> |
6224 | ||
6225 | * gdbint.texinfo (Symbol Handling): Add a section | |
6226 | on memory management. | |
6227 | ||
38fcd64c DJ |
6228 | 2006-02-06 Vladimir Prus <[email protected]> |
6229 | ||
6230 | * gdb.texinfo (Breakpoint table commands): Document the fullname | |
6231 | field in -break-list output. | |
6232 | ||
219eec71 EZ |
6233 | 2006-02-03 Eli Zaretskii <[email protected]> |
6234 | ||
6235 | * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of | |
6236 | debugging information produced by the various "set debug..." | |
6237 | options. | |
6238 | ||
ae5a43e0 DJ |
6239 | 2006-02-01 Daniel Jacobowitz <[email protected]> |
6240 | ||
6241 | * gdb.texinfo (Files): Remove obsolete bits from the description | |
6242 | of "symbol-file". | |
6243 | ||
a9f158ec JB |
6244 | 2006-01-25 Jim Blandy <[email protected]> |
6245 | ||
6246 | * gdbint.texinfo (Testsuite): Explain how to run selected tests. | |
6247 | ||
410dd08e JB |
6248 | 2006-01-24 Jim Blandy <[email protected]> |
6249 | ||
6250 | * gdbint.texinfo (Frames): Document the basics of GDB's register | |
6251 | unwinding model, and explain the existence of the "sentinel" frame. | |
6252 | ||
4b505b12 AS |
6253 | 2006-01-23 Andrew Stubbs <[email protected]> |
6254 | ||
6255 | * gdb.texinfo (Choosing files): Mention that -directory is used | |
6256 | for script files. | |
6257 | (Specifying source directories): Likewise. | |
6258 | (Command files): Explain how script files are found. | |
6259 | ||
839c27b7 EZ |
6260 | 2006-01-21 Eli Zaretskii <[email protected]> |
6261 | ||
6262 | * gdb.texinfo (Backtrace): Describe how to get backtrace of all | |
6263 | the threads in a multi-threaded program. | |
6264 | (Threads): The threadno argument of "thread apply" can be a range | |
6265 | of numbers. | |
6266 | ||
7be93b9e JB |
6267 | 2006-01-18 Jim Blandy <[email protected]> |
6268 | ||
6269 | * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list | |
6270 | of warning flags. | |
6271 | ||
fcc73fe3 EZ |
6272 | 2006-01-13 Eli Zaretskii <[email protected]> |
6273 | ||
6274 | * gdb.texinfo (Sequences): Improve menu annotations. | |
6275 | (Define): Add index entries for arguments of user-defined | |
6276 | commands. Move the description of flow-control commands... | |
6277 | (Command Files): ...to here. Document loop_break and | |
6278 | loop_continue. | |
ca91424e EZ |
6279 | (Define, Command Files): Document `end' and add index entries for |
6280 | it. | |
fcc73fe3 | 6281 | |
5c95884b MS |
6282 | 2006-01-04 Michael Snyder <[email protected]> |
6283 | ||
6284 | * gdb.texinfo: Add documentation for linux-fork. | |
5ae4183a | 6285 | * gdbint.texinfo: Add internal documentation for checkpoints. |
5c95884b | 6286 | |
860701dc PH |
6287 | 2006-01-02 Paul N. Hilfinger <[email protected]> |
6288 | ||
6289 | * gdb.texinfo (Omissions from Ada): Document that there is now | |
6290 | limited aggregate support. | |
6291 | ||
36b80e65 EZ |
6292 | 2005-12-28 Eli Zaretskii <[email protected]> |
6293 | ||
6294 | * gdb.texinfo (Registers): Describe how to refer to SSE and MMX | |
6295 | registers and the likes. | |
6296 | ||
c1468174 EZ |
6297 | 2005-12-24 Eli Zaretskii <[email protected]> |
6298 | ||
6299 | * gdb.texinfo (Target Commands, Bug Reporting, File Options) | |
6300 | (Symbols): Fix usage of "e.g.". | |
359df76b | 6301 | (Memory Region Attributes): Fix usage of "etc." |
c1468174 EZ |
6302 | |
6303 | * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging) | |
6304 | (Coding): Fix usage of "e.g.". | |
6305 | ||
c02a867d EZ |
6306 | 2005-12-23 Eli Zaretskii <[email protected]> |
6307 | ||
5ae4183a AS |
6308 | * stabs.texinfo: |
6309 | * refcard.tex: | |
c02a867d | 6310 | * gpl.texi: |
5ae4183a AS |
6311 | * gdbint.texinfo: |
6312 | * gdb.texinfo: | |
6313 | * gdb-cfg.texi: | |
c02a867d | 6314 | * fdl.texi: |
5ae4183a AS |
6315 | * annotate.texinfo: |
6316 | * all-cfg.texi: | |
c02a867d EZ |
6317 | * Makefile.in: Add (C) after Copyright. Update the FSF |
6318 | address. | |
6319 | ||
fad38dfa EZ |
6320 | 2005-12-03 Eli Zaretskii <[email protected]> |
6321 | ||
6322 | * gdb.texinfo (Connecting): Explain that `monitor' is a way to | |
6323 | extend GDB with commands for external monitor. | |
6324 | ||
53e5f3cf AS |
6325 | 2005-12-02 Andrew Stubbs <[email protected]> |
6326 | ||
6327 | * gdb.texinfo (Convenience variables): Add init-if-undefined command. | |
6328 | ||
55f6ca0f JB |
6329 | 2005-11-25 Joel Brobecker <[email protected]> |
6330 | ||
6331 | * gdbint.texinfo (Start of New Year Procedure): New chapter. | |
6332 | ||
c1947b85 JB |
6333 | 2005-11-21 Jim Blandy <[email protected]> |
6334 | ||
6335 | * gdb.texinfo (Tracepoint Packets): Document restrictions on | |
6336 | placement of 'R' actions in tracepoint action packets; document | |
6337 | dependence of 'X' and 'M' actions on a preceding 'R' action for | |
6338 | their registers. | |
6339 | ||
9d29849a JB |
6340 | 2005-11-19 Jim Blandy <[email protected]> |
6341 | ||
6342 | * gdb.texinfo (Tracepoint Packets): New node. | |
6343 | (General Query Packets): Add entries for the tracepoint packets, | |
6344 | referring to the "Tracepoint Packets" node. | |
6345 | (Tracepoints): Add reference to "Tracepoint Packets". | |
5ae4183a | 6346 | |
9a6253be KB |
6347 | 2005-11-18 Kevin Buettner <[email protected]> |
6348 | ||
6349 | * gdb.texinfo (set remotebreak): Add anchor. | |
6350 | (X packet): Likewise. | |
6351 | (Remote Protocol): Add new section `Interrupts' and new index | |
6352 | entry `interrupts (remote protocol)'. | |
6353 | ||
5f3bebba JB |
6354 | 2005-11-18 Jim Blandy <[email protected]> |
6355 | ||
6356 | * gdb.texinfo (Packets): Move information out of 'q' and 'Q' | |
6357 | entries into the General Query Packets section. Add a | |
6358 | cross-reference to that section. Drop description of replies, as | |
6359 | these are covered in the descriptions of each packet. | |
6360 | (General Query Packets): Add introductory text. Explain naming | |
6361 | conventions, and how the end of a name is recognized. | |
6362 | ||
9a7a1b36 KB |
6363 | 2005-11-17 Kevin Buettner <[email protected]> |
6364 | ||
0564b6cf | 6365 | * gdb.texinfo (Remote configuration): Fix typo in description of |
9a7a1b36 KB |
6366 | "set remotebreak" command. |
6367 | ||
b8ff78ce JB |
6368 | 2005-11-16 Jim Blandy <[email protected]> |
6369 | ||
6370 | * gdb.texinfo (Packets, Stop Reply Packets) | |
6371 | (General Query Packets): Various formatting cleanups. | |
6372 | - Use @samp for packet contents. | |
6373 | - Drop summaries from packet @item lines; the same information appears | |
6374 | immediately below in the description. | |
6375 | - Delete paragraph breaks after packet @item commands, so that the | |
6376 | description appears directly to the right of the packet prototype | |
6377 | in the printed manual, if it fits. | |
6378 | - Place spaces in packet prototypes between @vars and non-@var | |
6379 | letters, and explain that they're just for formatting. | |
6380 | - Use @dots{} instead of '...'. | |
6381 | - Fix uses of @code where @var was needed. | |
6382 | - Replace "deprecated" markers with English text spelling out the | |
6383 | packet's status and the preferred alternatives. | |
6384 | - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear | |
6385 | what this ever meant. | |
6386 | - Remove "(draft)" markers on 'i' packets; nobody has commented on | |
6387 | this for a long time. | |
6388 | - Remove "(draft)" markers on 'z' and 'Z' packets; these have been | |
6389 | implemented several times, and have been in use for years. | |
6390 | ||
8ffe2530 JB |
6391 | 2005-11-15 Jim Blandy <[email protected]> |
6392 | ||
c43c5473 JB |
6393 | * gdb.texinfo (Packets): Add index entries for 'm' packet |
6394 | disclaimers. | |
5ae4183a | 6395 | |
fb031cdf JB |
6396 | * gdb.texinfo (Packets): Clarify lack of restrictions on behavior |
6397 | of stub when processing an 'm' packet. | |
6398 | ||
8ffe2530 JB |
6399 | * gdb.texinfo (Packets): Mention that packets beginning with |
6400 | letters are reserved once, at the top, instead of actually listing | |
6401 | them all and saying "reserved". | |
6402 | ||
c03c782f AS |
6403 | 2005-11-15 Andrew Stubbs <[email protected]> |
6404 | ||
6405 | * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'. | |
6406 | Change @var{$arg0 to @code{$arg0. | |
6407 | ||
814e32d7 WZ |
6408 | 2005-11-14 Wu Zhou <[email protected]> |
6409 | ||
6410 | * gdb.texinfo (Fortran): Add some words about Fortran debugging. | |
6411 | ||
fa93a9d8 JB |
6412 | 2005-11-12 Jim Blandy <[email protected]> |
6413 | ||
6414 | * gdb.texinfo (General Query Packets): Put packets in alphabetical | |
6415 | order. Remove extraneous 'z'. | |
6416 | ||
8a5a3c82 AS |
6417 | 2005-11-07 Andrew Stubbs <[email protected]> |
6418 | ||
6419 | * gdb.texinfo (Choosing files): Add --eval-command. | |
6420 | ||
4b0ad762 AS |
6421 | 2005-11-04 Andrew Stubbs <[email protected]> |
6422 | ||
6423 | * gdb.texinfo (Choosing modes): Add --return-child-result. | |
6424 | ||
6425 | ||
1a088d06 AS |
6426 | 2005-11-01 Andrew Stubbs <[email protected]> |
6427 | ||
6428 | * gdb.texinfo (Choosing modes): Add --batch-silent. | |
6429 | ||
656d5e12 EZ |
6430 | 2005-10-28 Eli Zaretskii <[email protected]> |
6431 | ||
6432 | * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under | |
6433 | "The -var-update Command". | |
6434 | ||
3c9c013a JB |
6435 | 2005-10-03 Joel Brobecker <[email protected]> |
6436 | ||
6437 | * gdb.texinfo (Print Settings): Add documentation for set/show | |
6438 | print array-indexes. | |
6439 | ||
7ba3cf9c DJ |
6440 | 2005-09-17 Daniel Jacobowitz <[email protected]> |
6441 | ||
6442 | * gdb.texinfo (Contributors): Thank Andrew Cagney for releases | |
6443 | 6.2 and 6.3. | |
6444 | ||
a94ab193 EZ |
6445 | 2005-08-27 Eli Zaretskii <[email protected]> |
6446 | ||
6447 | * gdb.texinfo (File Options): Don't document --mapped, it's gone | |
6448 | since 19-Jan-2004. | |
6449 | (Files): Likewise. | |
ab1adacd EZ |
6450 | (Variables, Symbols): Document the "<incomplete type>" message and |
6451 | its reasons. | |
a94ab193 | 6452 | |
ca06016a FF |
6453 | 2005-08-01 Fred Fish <[email protected]> |
6454 | ||
6455 | * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference. | |
6456 | ||
cf58170d NR |
6457 | 2005-07-15 Nick Roberts <[email protected]> |
6458 | ||
6459 | * gdb.texinfo (GDB/MI Variable Objects): Describe print-values | |
6460 | option for -var-list-children and -var-update. | |
6461 | (GDB/MI Stack Manipulation): Simplify description of | |
6462 | print-values option for -stack-list-locals. | |
6463 | (GDB/MI Command Description Format): Clarify. | |
6464 | (Mode Options): Spelling of superseded. | |
6465 | ||
38f1196a BR |
6466 | 2005-07-12 Bob Rossi <[email protected]> |
6467 | ||
6468 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show | |
6469 | corresponding GDB command comment. | |
6470 | ||
3cb3b8df BR |
6471 | 2005-07-06 Bob Rossi <[email protected]> |
6472 | ||
6473 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set | |
6474 | and -inferior-tty-show. | |
6475 | (Input/Output): Document "set/show inferior-tty" and tty alias. | |
6476 | ||
10fac096 NW |
6477 | 2005-07-02 Nathan J. Williams <[email protected]> |
6478 | ||
6479 | * gdb.texinfo (Packets): Change description of 'D' packet to note | |
6480 | that GDB does wait for a response. | |
6481 | ||
d1b6db76 NR |
6482 | 2005-06-22 Nick Roberts <[email protected]> |
6483 | ||
6484 | * gdb.texinfo (History) Rename "Command History". | |
6485 | (Command History): Move node "Server Prefix" from section on | |
6486 | Annotations here. | |
6487 | ||
29629dcf NR |
6488 | 2005-06-19 Nick Roberts <[email protected]> |
6489 | ||
6490 | * gdb.texinfo (GDB/MI Stack Manipulation): | |
6491 | Re-instate -stack-info-frame with example. Say that it gets | |
6492 | info on selected frame, not current frame. | |
6493 | ||
397ca115 EZ |
6494 | 2005-06-18 Eli Zaretskii <[email protected]> |
6495 | ||
6496 | * gdb.texinfo (Server): Clarify that `file' should be used before | |
6497 | connecting to the server. | |
6498 | (Files): Add an xref to the above description. | |
51274035 EZ |
6499 | (Output Formats): More detailed description of the `c' format. |
6500 | (Memory): List explicitly all the formats supported by `x'. | |
638ac427 | 6501 | (Threads): Add an @cindex entry for "thread apply". |
fc8be69e | 6502 | (Files): Document the possibility of loading unlinked object |
59b7b46f EZ |
6503 | files. Add more indexing for solib-absolute-prefix and |
6504 | --with-sysroot. | |
76d17f34 EZ |
6505 | (Machine Code): Document possible problems with locations in |
6506 | shared libraries. | |
d416eeec EZ |
6507 | (Backtrace): Document that free-standing environments do not need |
6508 | to have a `main' function. | |
397ca115 | 6509 | |
74f6deaa NR |
6510 | 2005-06-18 Nick Roberts <[email protected]> |
6511 | ||
6512 | * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to | |
6513 | -stack-info-frame. | |
6514 | ||
a9967aef AC |
6515 | 2005-06-07 Andrew Cagney <[email protected]> |
6516 | ||
6517 | * gdb.texinfo (Contributors): Note the original multi-arch | |
6518 | contributors. | |
6519 | ||
e09f16f9 EZ |
6520 | 2005-06-03 Eli Zaretskii <[email protected]> |
6521 | ||
6522 | * gdb.texinfo (Registers): Add index entries for the standard | |
6523 | registers. | |
6524 | (Frames): Add cross-reference from frame pointer description to | |
6525 | the Registers node. | |
6526 | (Annotations Overview): Fix the reference to GDB name. | |
6527 | ||
d87ba7ee EZ |
6528 | 2005-06-01 Eli Zaretskii <[email protected]> |
6529 | ||
6530 | * gdb.texinfo (Set Watchpoints): Remove @vindex entry for | |
6531 | can-use-hw-watchpoints. | |
6532 | ||
034dad6f BR |
6533 | 2005-05-28 Bob Rossi <[email protected]> |
6534 | ||
6535 | * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating | |
6536 | the possible reasons why an exec async record would be returned to FE. | |
6537 | ||
ffed4509 AC |
6538 | 2005-05-26 Andrew Cagney <[email protected]> |
6539 | ||
6540 | * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and | |
6541 | Andrew Cagney implemented the original GDB/MI. | |
6542 | ||
e22e55c9 OF |
6543 | 2005-05-23 Orjan Friberg <[email protected]> |
6544 | ||
6545 | * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi | |
6546 | documentation. Add documentation for cris-mode. | |
6547 | ||
a78e13ce EZ |
6548 | 2005-05-20 Eli Zaretskii <[email protected]> |
6549 | ||
6550 | * gdb.texinfo (Numbers): Explain the example and make the wording | |
6551 | more acurate. | |
6552 | ||
76ff342d DJ |
6553 | 2005-05-17 Daniel Jacobowitz <[email protected]> |
6554 | Dennis Brueni <[email protected]> | |
6555 | ||
6556 | * gdb.texinfo (GDB/MI Breakpoint Table Commands) | |
6557 | (GDB/MI Data Manipulation, GDB/MI Program Control) | |
6558 | (GDB/MI Stack Manipulation): Update examples to include the fullname | |
6559 | attribute in stack frames. | |
6560 | ||
119b882a EZ |
6561 | 2005-05-12 Eli Zaretskii <[email protected]> |
6562 | ||
6563 | * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we | |
6564 | do with other non-standard names of init files. | |
6565 | ||
6fc08d32 EZ |
6566 | 2005-05-11 Eli Zaretskii <[email protected]> |
6567 | ||
6568 | * gdb.texinfo (Command Files): Move the description of the startup | |
6569 | from here... | |
6570 | (Startup): ...to this new subsection of the Invocation chapter. | |
6571 | Rearrange the description of init files more logically and add a | |
6572 | cross-reference to "Command Files". Document the special gdbinit | |
6573 | name for CISCO 68k. Expand the description of what GDB does | |
6574 | during startup. | |
6575 | (History): Add index entry for HISTSIZE. | |
6576 | ||
a561754a MK |
6577 | 2005-05-02 Mark Kettenis <[email protected]> |
6578 | ||
6579 | * gdb.texinfo (Files): Remove documentation for auto-solib-limit. | |
6580 | ||
2eecc4ab EZ |
6581 | 2005-05-02 Eli Zaretskii <[email protected]> |
6582 | ||
6583 | * gdb.texinfo (SVR4 Process Information, The isatty call) | |
6584 | (The system call): Don't use foo(N) notation for man pages and | |
6585 | functions. | |
514c4d71 | 6586 | (Compilation, DJGPP Native): Improve wording. |
2eecc4ab | 6587 | |
18999be5 EZ |
6588 | 2005-04-27 Eli Zaretskii <[email protected]> |
6589 | ||
6590 | * gdb.texinfo (Backtrace): Describe backtraces with arguments that | |
6591 | were optimized away. | |
6592 | ||
0abb7bc7 EZ |
6593 | 2005-04-22 Eli Zaretskii <[email protected]> |
6594 | ||
6595 | * gdb.texinfo (Remote configuration): Document "set/show | |
6596 | get-thread-local-storage-address". Add cross-reference to the | |
6597 | description of the qGetTLSAddr packet. | |
6598 | (General Query Packets): Mention "set remote | |
6599 | get-thread-local-storage-address" and add a reference to its | |
6600 | description. | |
6601 | ||
6f61acb1 NR |
6602 | 2005-04-19 Nick Roberts <[email protected]> |
6603 | ||
6604 | * gdb.texinfo (Backtrace): Describe 'bt full'. | |
6605 | ||
9d59903a NR |
6606 | 2005-04-17 Nick Roberts <[email protected]> |
6607 | ||
6608 | * gdb.texinfo (Mode Options): Fix typo. | |
6609 | (GDB/MI): Describe how to invoke GDB/MI. | |
6610 | ||
721c2651 EZ |
6611 | 2005-04-16 Eli Zaretskii <[email protected]> |
6612 | ||
6613 | * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all | |
a5adf40f | 6614 | references changed. Add description of "info udot". |
721c2651 EZ |
6615 | (Files): Document "set/show stop-on-solib-events". |
6616 | (M32R/D): Document "set/show download-path", "set/show | |
6617 | board-address", "set/show server-address", "upload", "tload". | |
ba04e063 EZ |
6618 | Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma", |
6619 | "use_mon_code", "use_ib_break", "use_dbt_break". | |
721c2651 EZ |
6620 | (Maintenance Commands): Improve indexing. |
6621 | (Target Commands): Document "set/show hash", "set/show debug | |
6622 | monitor". | |
6623 | (SVR4 Process Information): Document "info pidlist" and "info | |
6624 | meminfo". Document "set/show procfs-tarce" and "set/show | |
6625 | procfs-file". Document "proc-trace-*" and "proc-untrace-*". | |
6626 | (Symbols, The Print Command with Objective-C): Improve indexing. | |
6627 | (Objective-C): Add references to "info classes" and "info | |
6628 | selectors". | |
c45da7e6 EZ |
6629 | (Debugging Output): Improve wording. Document "set/show debug |
6630 | solib-frv". Fix "set/show debugvarobj". | |
ba04e063 EZ |
6631 | (Set Breaks): Add index entry for "hardware breakpoints". |
6632 | (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain", | |
6633 | and "set/show usehardbreakpoints". | |
6634 | (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show | |
6635 | monitor-prompt", "set/show monitor-warnings", "pmon". | |
c45da7e6 EZ |
6636 | (ARM): Document "rdilogfile", "rdilogenable", "set/show |
6637 | rdiromatzero", "set/show rdiheartbeat". | |
6638 | (PowerPC): Document SDS-specific commands "set/show sdstimeout", | |
6639 | "sds". | |
6640 | (Embedded Processors): Document the "sim" command. | |
6641 | (Remote): Document the "remote" command. | |
6642 | (DJGPP Native): Document the "info serial" command. | |
6643 | (Threads): Document "maint info sol-threads". | |
6644 | (Files): Document "nosharedlibrary", "add-symbol-file-from-memory". | |
6645 | (Set Breaks): Improve indexing. | |
6646 | (Command Syntax): Add a reference to dont-repeat. | |
6647 | (Define): Document "dont-repeat". | |
6648 | (TUI Commands): Document "tabset". | |
6649 | (WinCE): New subsection. Document "set/show remotedirectory", | |
6650 | "set/show remoteupload", "set/show remoteaddhost". | |
721c2651 | 6651 | |
14d6dd68 EZ |
6652 | 2005-04-15 Eli Zaretskii <[email protected]> |
6653 | ||
6654 | * gdb.texinfo (Hurd Native): New subsection, documents | |
6655 | Hurd-specific commands. | |
a64548ea | 6656 | (Maintenance Commands): Add cross-reference to "Debugging Output". |
da316a69 | 6657 | (Debugging Output): Document "set/show debug lin-lwp". |
a64548ea EZ |
6658 | (MIPS): Improve documentation of heuristic-fence-post. Document |
6659 | "set/show mips abi", "set/show mips saved-gpreg-size", "set/show | |
6660 | mips stack-arg-size", "set/show mips mask-address", "set/show mips | |
6661 | remote-mips64-transfers-32bit-regs", "set/show debug mips". | |
e2f4edfd | 6662 | (ARM): Document ARM-specific commands. |
a64548ea EZ |
6663 | (AVR): New section. Document "info io_registers". |
6664 | (CRIS): New section. Document "set/show cris-version" and | |
6665 | "set/show cris-dwarf2-cfi". | |
6666 | (HPPA): New section. Document "set/show debug hppa" and "maint | |
6667 | print unwind". | |
a5adf40f | 6668 | (Neutrino): New subsection. Document "set/show debug nto-debug". |
a64548ea | 6669 | (Super-H): New section. Document the "regs" command. |
721c2651 | 6670 | (Debugging Output): Document "set/show debug aix-thread". |
14d6dd68 | 6671 | |
9c16f35a EZ |
6672 | 2005-04-09 Eli Zaretskii <[email protected]> |
6673 | ||
6674 | * gdb.texinfo (Print Settings): Document "set/show print | |
6675 | pascal_static-members", "set print repeats", "show print | |
6676 | null-stop". Improve indexing. Fix documentation of "set print | |
6677 | union". | |
6678 | (Pascal): New section. | |
6679 | (Supported languages): Rename from "Support"; all references | |
6680 | updated. Add a menu item for Pascal. | |
6681 | (Numbers): Document "set radix. | |
6682 | (Screen Size): Document "set/show pagination". | |
6683 | (MIPS Embedded): Remove "set processor" documentation. | |
6684 | (Remote configuration): Document "set/show X/P/Z-packet", | |
6685 | "set/show read-aux-vector-packet", "set/show remote | |
6686 | symbol-lookup-packet", "set/show remote verbose-resume-packet", | |
6687 | "set/show remoteaddresssize", "set/show remotebaud", "set/show | |
6688 | remotedebug", "set/show remotebreak", "set/show remotedevice", | |
6689 | "set/show remotelogfile". | |
6690 | (Auxiliary Vector): Add reference to the description of the | |
6691 | read-aux-vector-packet setting. | |
6692 | (Set Watchpoints): Add a cross-reference to "set remote | |
6693 | hardware-breakpoint-limit". | |
6694 | (General Query Packets): Add indexing of requests and | |
6695 | cross-references to related commands in "Remote configuration". | |
6696 | (File-I/O Overview, The system call): Fix wording and typos. | |
6697 | (Thread Stops): Add index entries. | |
6698 | (Continuing and Stepping): Document "show step-mode". | |
6699 | (i386): New node. Document "set/show struct-convention". | |
6700 | (Files): Document "show trust-readonly-sections". | |
6701 | (Calling): Document "set/show unwindonsignal". | |
6702 | (Messages/Warnings): Add index entries. | |
6703 | (Maintenance Commands): Document "set/show watchdog". | |
6704 | (Annotations Overview): Document "show annotate". | |
6705 | (Set Watchpoints): Add index entries. | |
6706 | (Symbols): Fix doc of case-sensitive. | |
6707 | (ABI): Document "show coerce-float-to-double". | |
6708 | (Convenience Vars, Help): Improve indexing. | |
6709 | (Machine Code): Document "show disassembly-flavor". | |
6710 | (Debugging C plus plus): Document "show overload-resolution". | |
6711 | (Value History, Signaling): Add index entries. | |
6712 | ||
6713 | 2005-04-08 Eli Zaretskii <[email protected]> | |
6714 | ||
6715 | * gdb.texinfo (Show): Move @kindex entries to their proper places. | |
6716 | (Processes): Fix wording. | |
6717 | (History, List, Logging output, Define, Symbols, Print Settings): | |
6718 | Improve indexing. | |
6719 | ||
a8f24a35 EZ |
6720 | 2005-04-03 Eli Zaretskii <[email protected]> |
6721 | ||
6722 | * gdb.texinfo (Targets): Document "set/show architecture". Remove | |
6723 | redundant index entry for "target" command. | |
6724 | (Backtrace): Add index entries. | |
6725 | (Symbols, Fortran): Document the "set case-sensitive" command. | |
6726 | (DJGPP Native): Document "set com1base", "set com1irq", etc. | |
6727 | (Print Settings): Add index entry for "set demangle-style". | |
6728 | (Target Commands): Document "set download-write-size". | |
6729 | (Debugging Output): Document "set exec-done-display". | |
6730 | ||
09d4efe1 EZ |
6731 | 2005-04-02 Eli Zaretskii <[email protected]> |
6732 | ||
6733 | * gdb.texinfo (Files): Fix the name and documentation of | |
6734 | add-shared-symbol-files. Document its alias assf. Update the | |
6735 | list of OSs where GDB supports shared libraries. Fix markup. | |
6736 | (Continuing and Stepping): Add reference to @var{location} in the | |
6737 | text. | |
6738 | (Dump/Restore Files): Fix reference to @{filename}. | |
6739 | (Help): Fix wording. | |
6740 | (Attach): Ditto. | |
6741 | (Set Watchpoints): Ditto. | |
6742 | (Backtrace): Remove redundant index entries. Improve index | |
6743 | entries. | |
6744 | (Delete Breaks): Fix wording. | |
6745 | (Memory): Document the compare-sections command. | |
6746 | (Memory Region Attributes): Improve wording. | |
6747 | (Disabling): Improve wording. | |
6748 | (Fortran): New subsection. Document the "info common" command. | |
6749 | (Help): Document aliases "info copying" and "info warranty". | |
6750 | (Caching Remote Data): New section. Document the "set/show | |
6751 | remotecache" and "info dcache" commands. | |
6752 | (Show): Fix wording of the documentation of the "set | |
6753 | extension-language" command. | |
6754 | (Signals): Add index entry for "info handle". | |
6755 | (Memory Region Attributes): Fix punctuation. | |
6756 | (Symbols): Change the arg name to "location" and refer to it in | |
6757 | the text. Fix wording of "info types" doc. | |
6758 | (Threads): Fix usage of @enumerate @item's. | |
6759 | (Listing Tracepoints): Add index entry for "info tp". | |
6760 | (Set Watchpoints): Add xref to "info break" description. | |
6761 | (Macros): Add an index entry for "macro exp1". Document the | |
6762 | "macro list" command. | |
6763 | (Maintenance Commands): Document "flushregs", "maint agent", | |
6764 | "maint check-symtabs", "maint cplus", "maint demangle", "maint | |
6765 | deprecate", "maint undeprecate", "maint dump-me", "maint packet", | |
6766 | "maint print architecture", "maint print objfiles", "maint print | |
6767 | statistics", "maint print type", "maint show-debug-regs", "maint | |
6768 | space", "maint time", and "maint translate-address". | |
6769 | (Connecting): Document the "monitor" command. | |
6770 | (Annotations Overview): Describe the "set annotate" command. | |
6771 | ||
82f2d802 EZ |
6772 | 2005-04-01 Eli Zaretskii <[email protected]> |
6773 | ||
6774 | * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints. | |
6775 | Rearrange index entries and improve wording about support for | |
6776 | hardware watchpoints. | |
6777 | ||
7d51c7de BR |
6778 | 2005-03-10 Bob Rossi <[email protected]> |
6779 | ||
6780 | * gdb.texinfo: Update copyright | |
6781 | ||
68c71a2e TR |
6782 | 2005-02-09 Theodore A. Roth <[email protected]> |
6783 | ||
6784 | * gdb.texinfo (General Query Packets): Fix texinfo compile warning and | |
6785 | error. | |
6786 | ||
83761cbd KB |
6787 | 2005-02-03 Kevin Buettner <[email protected]> |
6788 | ||
6789 | * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet. | |
6790 | ||
9f1c6395 MS |
6791 | 2005-01-17 Michael Snyder <[email protected]> |
6792 | ||
6793 | * gdb.texinfo: Fix spelling, infinte -> infinite. | |
6794 | ||
fbd1b305 MK |
6795 | 2005-01-08 Mark Kettenis <[email protected]> |
6796 | ||
6797 | * observer.texi (GDB Observers): Document "solib_loaded". | |
6798 | ||
3ace7edb AC |
6799 | 2005-01-07 Andrew Cagney <[email protected]> |
6800 | ||
bec39cab AC |
6801 | * configure.ac: Rename configure.in, require autoconf 2.59. |
6802 | * configure: Re-generate. | |
6803 | ||
3ace7edb AC |
6804 | * configure.in: Replace configdirs with multiple references to |
6805 | AC_CONFIG_SUBDIRS. | |
6806 | * configure: Re-generate. | |
5ae4183a | 6807 | |
53531fc1 AC |
6808 | 2005-01-04 Andrew Cagney <[email protected]> |
6809 | ||
6810 | * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD) | |
6811 | part of the version number. | |
6812 | ||
536ffdb7 MK |
6813 | 2004-12-24 Mark Kettenis <[email protected]> |
6814 | ||
6815 | * gdbint.texinfo (Algorithms): Remove description of | |
6816 | TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS. | |
6817 | ||
e1aac25b JB |
6818 | 2004-12-07 Jim Blandy <[email protected]> |
6819 | ||
6820 | * gdb.texinfo (General Query Packets): Specify that thread ID's in | |
6821 | the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal | |
6822 | numbers. | |
6823 | ||
f47b1503 AS |
6824 | 2004-12-07 Andreas Schwab <[email protected]> |
6825 | ||
6826 | * gdb.texinfo (Mode Options): Document -l option. | |
6827 | ||
b6b8ece6 EZ |
6828 | 2004-12-04 Eli Zaretskii <[email protected]> |
6829 | ||
6830 | * gdbint.texinfo (Algorithms): More accurate description of | |
6831 | STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address | |
6832 | is not needed unless data-read and data-access watchpoints are | |
6833 | supported. Add a description of how GDB checks whether the | |
6834 | inferior stopped because a watchpoint was hit. | |
6835 | ||
01371747 EZ |
6836 | 2004-11-23 Eli Zaretskii <[email protected]> |
6837 | ||
6838 | * gdb.texinfo (Files): Add cross-reference to description of | |
6839 | -readnow command-line switch. | |
6840 | ||
2315ffec RC |
6841 | 2004-11-10 Randolph Chung <[email protected]> |
6842 | ||
6843 | * gdb.texinfo: Document set/show backtrace past-entry commands. | |
6844 | Rearrange index entries for set/show backtrace past-main. | |
6845 | ||
69065f5d AC |
6846 | 2004-11-10 Jon Beniston <[email protected]> |
6847 | ||
6848 | Committed by Andrew Cagney <[email protected]>. | |
5ae4183a AS |
6849 | * gdb.texinfo (Remote Serial Protocol): Further describe |
6850 | binary transfer escaping mechanism . | |
69065f5d | 6851 | |
30e91e0b RC |
6852 | 2004-11-08 Randolph Chung <[email protected]> |
6853 | ||
6854 | * gdb.texinfo (inferior_debugging info): Document "set debug infrun" | |
6855 | and "show debug infrun". Add index entries. | |
6856 | ||
60bf7e09 EZ |
6857 | 2004-10-23 Eli Zaretskii <[email protected]> |
6858 | ||
6859 | * gdb.texinfo (SVR4 Process Information): Document subcommands of | |
6860 | "info proc" that are already implemented. Add index entries. | |
6861 | (Working Directory): Add a cross-reference to "info proc" command. | |
dcaf7c2c EZ |
6862 | (Files): Add a tip for decreasing memory used for symtabs from |
6863 | shared libraries. | |
f018e82f EZ |
6864 | (Starting): Fix whitespace; make "elaboration" stand out where it |
6865 | is first used, and add an index entry for the term. | |
f8568604 EZ |
6866 | (Calling): Expand and elaborate text. Add "print". Add the |
6867 | description of problems with weak aliases. | |
384ee23f | 6868 | (Core File Generation): New section. |
60bf7e09 | 6869 | |
d52fe014 AC |
6870 | 2004-10-12 Andrew Cagney <[email protected]> |
6871 | ||
6872 | * gdbint.texinfo (Versions and Branches): New chapter. | |
6873 | (Releasing GDB): Delete "Versions and Branches" section. | |
6874 | (Top): Add "Versions and Branches". | |
6875 | ||
703663ab EZ |
6876 | 2004-10-08 Eli Zaretskii <[email protected]> |
6877 | ||
6878 | * gdb.texinfo (Editing, History): Add cross-references to the | |
6879 | included Readline and History user documentation. Remove | |
6880 | references to the symbol have-readline-appendices which is unused | |
6881 | and undefined. | |
6882 | (History): Fix indexing. | |
6883 | ||
ac77d04f JJ |
6884 | 2004-10-08 Jeff Johnston <[email protected]> |
6885 | ||
6886 | * gdbint.texinfo (target_stopped_data_address): Update to | |
6887 | new prototype. | |
6888 | (i386_stopped_data_address): Update prototype and description. | |
6889 | (i386_stopped_by_watchpoint): New function and description. | |
6890 | ||
e07c999f PH |
6891 | 2004-10-03 Paul N. Hilfinger <[email protected]> |
6892 | ||
6893 | * gdb.texinfo (Filenames): Add Ada suffixes. | |
6894 | (Ada) New section. | |
6895 | ||
2e868123 AC |
6896 | 2004-09-27 Andrew Cagney <[email protected]> |
6897 | Robert Picco <[email protected]> | |
6898 | ||
6899 | * gdb.texinfo (Packets): Document the "p" packet. | |
6900 | ||
02a57714 JM |
6901 | 2004-09-21 Jason Molenda ([email protected]) |
6902 | ||
6903 | * gdb.texinfo (Paths and Names of the Source Files): Document the | |
6904 | meaning of values in the 'desc' field of a SO stab. | |
6905 | ||
ae038cb0 DJ |
6906 | 2004-09-20 Daniel Jacobowitz <[email protected]> |
6907 | ||
6908 | * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2 | |
6909 | max-cache-age" and "maint show dwarf2 max-cache-age". | |
6910 | ||
f7dc1244 EZ |
6911 | 2004-09-16 Eli Zaretskii <[email protected]> |
6912 | ||
6913 | * gdb.texinfo (Set Breaks): Add index entry for setting | |
6914 | breakpoints on overloaded C++ functions that are not members of | |
6915 | any classes. Add an example and an index entry for setting | |
6916 | breakpoints on all program functions. | |
6917 | (Character Sets, Macros, Overlay Commands) | |
6918 | (Non-debug DLL symbols, GDB/MI Output Syntax) | |
6919 | (Annotations Overview, Maintenance Commands, File-I/O Overview): | |
6920 | Use "(@value{GDBP})" instead of a literal "(gdb)". | |
6921 | ||
f810308b AC |
6922 | 2004-09-12 Andrew Cagney <[email protected]> |
6923 | ||
6924 | * gdbint.texinfo (Native Debugging): Delete description of | |
6925 | FILES_INFO_HOOK. | |
6926 | ||
15a661f3 PH |
6927 | 2004-09-11 Paul Hilfinger <[email protected]> |
6928 | ||
5ae4183a AS |
6929 | * gdbint.texinfo (User Interface): Change local_hex_string_custom |
6930 | to hex_string_custom (not historically correct, but more | |
15a661f3 PH |
6931 | understandable, given the current code). |
6932 | ||
f3219c75 AC |
6933 | 2004-09-03 Andrew Cagney <[email protected]> |
6934 | ||
6935 | * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS. | |
6936 | ||
f3bb6704 JJ |
6937 | 2004-09-01 Jeff Johnston <[email protected]> |
6938 | ||
6939 | * observer.texi (solib_unloaded): New observer. | |
6940 | ||
8d2c00cb AC |
6941 | 2004-08-24 Andrew Cagney <[email protected]> |
6942 | ||
6943 | * gdbint.texinfo (Target Architecture Definition): Add missing | |
6944 | comma. | |
6945 | ||
e7dc800a MC |
6946 | 2004-08-20 Michael Chastain <[email protected]> |
6947 | ||
6948 | * (Using the Testsuite): build != host is supported, | |
6949 | but some test scripts do not support build != host. | |
6950 | ||
73b03683 MK |
6951 | 2004-08-14 Mark Kettenis <[email protected]> |
6952 | ||
6953 | * gdbint.texinfo (Host Definition): Delete description of | |
6954 | FCLOSE_PROVIDED and GETENV_PROVIDED. | |
6955 | ||
c0ccb908 MK |
6956 | 2004-08-05 Mark Kettenis <[email protected]> |
6957 | ||
6958 | * gdbint.texinfo (Host Definition): Delete description of | |
6959 | NO_SYS_FILE. | |
6960 | (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and | |
6961 | PTRACE_FP_BUG. | |
6962 | ||
9c8dbfa9 AC |
6963 | 2004-08-05 Andrew Cagney <[email protected]> |
6964 | ||
6965 | * gdbint.texinfo (Target Architecture Definition): Delete | |
6966 | reference to deprecated_read_fp. | |
6967 | ||
f42accbe AC |
6968 | 2004-08-02 Andrew Cagney <[email protected]> |
6969 | ||
6970 | * gdbint.texinfo (Target Architecture Definition): Delete | |
6971 | description of DEPRECATED_REGISTER_BYTES. | |
6972 | ||
0b66e38c EZ |
6973 | 2004-07-30 Baurjan Ismagulov <[email protected]> |
6974 | ||
6975 | * gdb.texinfo (Source Path): Document the new behavior of | |
6976 | searching for the source files. | |
6977 | ||
15387254 EZ |
6978 | 2004-07-17 Eli Zaretskii <[email protected]> |
6979 | ||
6980 | * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording. | |
6981 | (Search, Expressions, Arrays, Variables, Data, Machine Code) | |
6982 | (Auto Display): Improve indexing. | |
6983 | ||
2c07db7a AC |
6984 | 2004-07-16 Andrew Cagney <[email protected]> |
6985 | ||
6986 | * gdb.texinfo (Mode Options): Delete documentation on "-async" and | |
6987 | "-noasync". | |
6988 | ||
4644b6e3 EZ |
6989 | 2004-07-09 Eli Zaretskii <[email protected]> |
6990 | ||
6991 | * gdb.texinfo: Fix @kindex entries so that multiple commands that | |
6992 | have the same prefix have only their prefix in the index. | |
6993 | ||
7561d450 MK |
6994 | 2004-07-03 Mark Kettenis <[email protected]> |
6995 | ||
6996 | * gdb.texinfo (BSD libkvm Interface): New node (section) | |
6997 | (Native): Add it to the menu. | |
6998 | ||
67bebe79 MK |
6999 | 2004-07-01 Mark Kettenis <[email protected]> |
7000 | ||
7001 | * gdbint.texinfo (Target Architecture Definition): Remove | |
7002 | PCC_SOL_BROKEN. | |
7003 | ||
1a6923e0 MK |
7004 | 2004-06-24 Mark Kettenis <[email protected]> |
7005 | ||
7006 | * gdbint.texinfo (Target Architecture Definition): Remove | |
7007 | SUN_FIXED_LBRAC_BUG. | |
7008 | ||
b435e160 AC |
7009 | 2004-06-26 Andrew Cagney <[email protected]> |
7010 | ||
7011 | * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf. | |
7012 | ||
b5622e8d AC |
7013 | 2004-06-20 Andrew Cagney <[email protected]> |
7014 | ||
7015 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
7016 | USE_STRUCT_CONVENTION. | |
7017 | ||
e0c07bf0 MC |
7018 | 2004-06-19 Michael Chastain <[email protected]> |
7019 | ||
7020 | gdb.texinfo (Bug Reporting): Mention session recording, | |
7021 | with the script command or Emacs. | |
7022 | ||
782263ab AC |
7023 | 2004-06-18 Andrew Cagney <[email protected]> |
7024 | ||
7025 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
7026 | FUNCTION_START_OFFSET. | |
7027 | ||
03727ca6 AC |
7028 | 2004-06-14 Andrew Cagney <[email protected]> |
7029 | ||
7030 | Based on changes from Karl Berry. | |
7031 | * gdb.texinfo: Do not use @sc in a direntry. | |
7032 | * stabs.texinfo: Change @dircateogry to "Software development". | |
7033 | * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto. | |
7034 | ||
97092415 AC |
7035 | 2004-06-13 Andrew Cagney <[email protected]> |
7036 | ||
7037 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7038 | description of RETURN_VALUE_ON_STACK. | |
7039 | ||
1f6d4158 AC |
7040 | 2004-06-09 Andrew Cagney <[email protected]> |
7041 | ||
7042 | * gdbint.texinfo (Native Debugging): Restore "@table @code" | |
7043 | deleted by previous patch. | |
7044 | ||
d966f0cb AC |
7045 | 2004-06-08 Andrew Cagney <[email protected]> |
7046 | ||
7047 | * gdbint.texinfo (Native Debugging): Delete documentation on | |
7048 | ATTACH_DETACH. | |
7049 | ||
86fe4aaa RC |
7050 | 2004-06-06 Randolph Chung <[email protected]> |
7051 | ||
7052 | * gdb.texinfo (push_dummy_call): Use @code{struct value}. | |
7053 | ||
d4b6d575 RC |
7054 | 2004-06-06 Randolph Chung <[email protected]> |
7055 | ||
5ae4183a | 7056 | * gdb.texinfo (push_dummy_call): Update argument list to match |
d4b6d575 RC |
7057 | the new push_dummy_call method signature. Describe the function |
7058 | argument. | |
7059 | ||
4e8b0763 JB |
7060 | 2004-05-24 Joel Brobecker <[email protected]> |
7061 | ||
7062 | * gdb.texinfo (Starting): Document new start command. | |
7063 | ||
59caf092 AC |
7064 | 2004-05-21 Andrew Cagney <[email protected]> |
7065 | ||
7066 | * observer.texi (GDB Observers): Document "inferior_created". | |
7067 | ||
e4a2df64 AC |
7068 | 2004-05-08 Andrew Cagney <[email protected]> |
7069 | ||
e6b55ae2 AC |
7070 | * gdbint.texinfo (Target Architecture Definition): Delete |
7071 | description of DO_DEFERRED_STORES. | |
7072 | ||
28954179 AC |
7073 | * gdbint.texinfo (Target Architecture Definition): Delete |
7074 | references to DEPRECATED_FIX_CALL_DUMMY. | |
7075 | ||
434b87dd AC |
7076 | * gdbint.texinfo (Target Architecture Definition): Delete |
7077 | description of DEPRECATED_CALL_DUMMY_WORDS, | |
7078 | DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY. | |
7079 | ||
58d28df8 AC |
7080 | * gdbint.texinfo (Target Architecture Definition): Delete |
7081 | description of DEPRECATED_PUSH_DUMMY_FRAME. | |
7082 | ||
e4a2df64 AC |
7083 | * gdbint.texinfo (Target Architecture Definition): Delete |
7084 | reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET. | |
7085 | ||
2b4855ab AC |
7086 | 2004-05-07 Andrew Cagney <[email protected]> |
7087 | ||
7088 | * observer.texi (GDB Observers): Add "Debugging" section. Include | |
7089 | cross reference to "set/show debug observer". | |
7090 | * gdb.texinfo (Debugging Output): Document "set/show debug | |
7091 | observer". | |
7092 | ||
fcf70625 AC |
7093 | 2004-05-01 Andrew Cagney <[email protected]> |
7094 | ||
7095 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7096 | description of DEPRECATED_PC_IN_SIGTRAMP. | |
7097 | ||
8ee56bcf AC |
7098 | 2004-04-30 Andrew Cagney <[email protected]> |
7099 | ||
7100 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7101 | documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined. | |
7102 | ||
67ab9a76 OF |
7103 | 2004-04-30 Orjan Friberg <[email protected]> |
7104 | ||
7105 | * observer.texi (GDB Observers): Correct spelling. | |
7106 | ||
79346bcb OF |
7107 | 2004-04-26 Orjan Friberg <[email protected]> |
7108 | ||
7109 | * observer.texi (GDB Observers): Add target_changed event. | |
7110 | ||
7a464420 AC |
7111 | 2004-04-08 Andrew Cagney <[email protected]> |
7112 | ||
7113 | * observer.texi (GDB Observers): Rework, provide generic observer | |
7114 | definitions and then a list of observable events. | |
7115 | ||
6cdf9d98 AC |
7116 | 2004-04-04 Andrew Cagney <[email protected]> |
7117 | ||
7118 | * gdbint.texinfo (Host Definition): Delete reference to | |
7119 | NO_SIGINTERRUPT. | |
7120 | ||
ddc135a4 AC |
7121 | 2004-04-02 Andrew Cagney <[email protected]> |
7122 | ||
7123 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7124 | reference to DEPRECATED_CALL_DUMMY_LENGTH. | |
7125 | ||
6a1b180d SC |
7126 | 2004-03-28 Stephane Carrez <[email protected]> |
7127 | ||
7128 | * gdb.texinfo (TUI Commands): Document tui reg commands. | |
7129 | ||
d0d5df6f AC |
7130 | 2004-03-26 Andrew Cagney <[email protected]> |
7131 | ||
7132 | * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention | |
7133 | "gdbtui". | |
7134 | (Mode Options): Mention "gdbtui". Use "Text" not "Terminal". | |
7135 | (Contributors): Mention both Text and Terminal User Interface. | |
7136 | ||
aa2a3f87 AC |
7137 | 2004-03-23 Andrew Cagney <[email protected]> |
7138 | ||
7139 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
7140 | references to SIGTRAMP_START and SIGTRAMP_END. | |
7141 | ||
f561f026 AC |
7142 | 2004-03-23 Andrew Cagney <[email protected]> |
7143 | ||
7144 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
7145 | references to PC_IN_SIGTRAMP. | |
7146 | ||
33cb8b0f AC |
7147 | 2004-03-19 Andrew Cagney <[email protected]> |
7148 | ||
7149 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7150 | reference to GDB_TARGET_IS_HPPA. | |
7151 | ||
fc989b7a AC |
7152 | 2004-03-18 Andrew Cagney <[email protected]> |
7153 | ||
7154 | * gdbint.texinfo (Coding): Update section on gdbarch_data, | |
7155 | describe pre_init and post_init. | |
7156 | ||
701b08bb DJ |
7157 | 2004-03-09 Daniel Jacobowitz <[email protected]> |
7158 | ||
7159 | * gdb.texinfo (Debugging Output): Document values for "set debug | |
7160 | target". | |
7161 | ||
faae5abe AC |
7162 | 2004-02-28 Andrew Cagney <[email protected]> |
7163 | ||
7164 | * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer. | |
7165 | ||
dd79a6cf JJ |
7166 | 2004-02-26 Jeff Johnston <[email protected]> |
7167 | ||
7168 | * gdb.texinfo (breakpoints): Add information about the | |
7169 | new "set breakpoint pending" and "show breakpoint pending" | |
7170 | commands. | |
7171 | ||
e7f16015 AC |
7172 | 2004-02-26 Andrew Cagney <[email protected]> |
7173 | ||
7174 | * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc | |
7175 | in Per-architecture module data section. | |
7176 | ||
7161a3a6 RM |
7177 | 2004-02-25 Roland McGrath <[email protected]> |
7178 | ||
7179 | * gdb.texinfo (General Query Packets): Document qPart:... packets. | |
7180 | ||
2154891a AC |
7181 | 2004-02-24 Andrew Cagney <[email protected]> |
7182 | ||
7183 | * annotate.texinfo: Wrap fdl.texi include in raise/lower sections. | |
7184 | * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto. | |
7185 | * fdl.texi: Import Version 1.2, November 2002. | |
7161a3a6 | 7186 | |
6c74ac8b AC |
7187 | 2004-02-17 Andrew Cagney <[email protected]> |
7188 | ||
7189 | * gdb.texinfo (Mode Options): Note that "mi1" is deprecated. | |
7190 | ||
19772a2c AC |
7191 | 2004-02-16 Andrew Cagney <[email protected]> |
7192 | ||
7193 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
7194 | FRAMELESS_FUNCTION_INVOCATION. | |
7195 | ||
c9830293 AC |
7196 | 2004-02-16 Andrew Cagney <[email protected]> |
7197 | ||
7198 | * gdbint.texinfo (Coding): Mention -Wunused-function. | |
7199 | ||
b9d26eb9 AC |
7200 | 2004-02-14 Andrew Cagney <[email protected]> |
7201 | ||
7202 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7203 | description of DEPRECATED_CALL_DUMMY_STACK_ADJUST. | |
7204 | ||
49efadf5 EZ |
7205 | 2004-02-12 Elena Zannoni <[email protected]> |
7206 | ||
7207 | * gdb.texinfo: Properly quote the name "C++". | |
7208 | * gdbint.texinfo: Ditto. | |
7209 | * stabs.texinfo: Ditto. | |
7210 | ||
1eb288ea EZ |
7211 | 2004-02-11 Elena Zannoni <[email protected]> |
7212 | ||
7213 | * gdbint.texinfo (Support Libraries): Add doco about obstacks and | |
7214 | minimal information about libiberty. | |
7215 | ||
e4937fc1 MC |
7216 | 2004-02-06 Michael Chastain <[email protected]> |
7217 | ||
7218 | * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}. | |
7219 | ||
a9331b3f RM |
7220 | 2004-02-04 Roland McGrath <[email protected]> |
7221 | ||
7222 | * gdb.texinfo (Auxiliary Vector): New node (section). | |
7223 | (Data): Add it to the menu. | |
7224 | ||
2650777c JJ |
7225 | 2004-02-02 Jeff Johnston <[email protected]> |
7226 | ||
7227 | * gdb.texinfo (Breakpoints): Add information about pending | |
7228 | breakpoint support. | |
7229 | ||
b4501125 AC |
7230 | 2004-01-26 Andrew Cagney <[email protected]> |
7231 | ||
7232 | * gdb.texinfo (Overview): Delete references to the cisco protocol | |
7233 | including the "N" response. | |
7234 | ||
74055713 AC |
7235 | 2004-01-26 Andrew Cagney <[email protected]> |
7236 | ||
7237 | * gdbint.texinfo (Target Architecture Definition): Rename | |
7238 | EXTRACT_STRUCT_VALUE_ADDRESS to | |
7239 | DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS. | |
a9331b3f | 7240 | |
3bbe9696 EZ |
7241 | 2004-01-24 Eli Zaretskii <[email protected]> |
7242 | ||
7243 | * gdb.texinfo (KOD): Document "show os". Add index entries for | |
7244 | "set/show os" and "info cisco" commands. | |
7245 | ||
5843504f EZ |
7246 | 2004-01-21 Eli Zaretskii <[email protected]> |
7247 | ||
7248 | * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir). | |
7249 | ||
9175c9a3 MC |
7250 | 2004-01-19 Michael Chastain <[email protected]> |
7251 | ||
7252 | * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, | |
7253 | MMAP_BASE_ADDRESS, MMAP_INCREMENT. | |
7254 | ||
8e94b928 NR |
7255 | 2004-01-19 Nick Roberts <[email protected]> |
7256 | ||
7257 | * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to | |
7258 | -stack-list-locals. | |
7259 | (GDB/MI Variable Objects): Describe extension to | |
7260 | -var-list-children. | |
7261 | ||
a20cf136 DJ |
7262 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
7263 | ||
7264 | * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document. | |
7265 | ||
afb18d0f AC |
7266 | 2004-01-17 Andrew Cagney <[email protected]> |
7267 | ||
7268 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7269 | documentation on DEPRECATED_NPC_REGNUM. | |
7270 | ||
b51970ac DJ |
7271 | 2004-01-13 Daniel Jacobowitz <[email protected]> |
7272 | ||
7273 | * gdb.texinfo: Update copyright year. Mention that set | |
7274 | follow-fork-mode is supported on GNU/Linux. Remove documentation of | |
7275 | "set follow-fork-mode ask". | |
7276 | ||
0f0cffd2 AC |
7277 | 2004-01-13 Andrew Cagney <[email protected]> |
7278 | ||
7279 | * gdbint.texinfo: Update copyright year. | |
7280 | (Coding): Add -Wunused-label to list of -Werror warnings. | |
7281 | ||
c552b3bb | 7282 | 2004-01-08 Jason Molenda <[email protected]> |
5ae4183a | 7283 | Eli Zaretskii <[email protected]> |
c552b3bb JM |
7284 | |
7285 | * gdb.texinfo: Update copyright. | |
7286 | (Objective-C): "methodName" typeo fixed. Add @code/@var markup | |
7287 | around names, as appropriate. Minor syntax cleanup of | |
7288 | _NSPrintForDebugger explanation. Two spaces after periods. | |
7289 | GDBN used instead of lit. "gdb". Index entries added for | |
7290 | print-object and _NSPrintForDebugger. @noindent added in one spot. | |
7291 | ||
afe157ca EZ |
7292 | 2003-11-11 Elena Zannoni <[email protected]> |
7293 | ||
7294 | * stabs.texinfo: Add dircategory and direntry commands. | |
7295 | * annotate.texinfo: Ditto. | |
7296 | ||
963e2bb7 AC |
7297 | 2003-11-10 Andrew Cagney <[email protected]> |
7298 | ||
7299 | * gdbint.texinfo (Target Architecture Definition): Replace the | |
7300 | return_value method's "inval" and "outval" parameters with | |
7301 | "readbuf" and "writebuf". | |
7302 | ||
1d8b2f28 JB |
7303 | 2003-10-28 Jim Blandy <[email protected]> |
7304 | ||
7305 | * gdb.texinfo (The F request packet, The F reply packet): Renamed | |
7306 | from "The `F' request packet" and "The `F' reply packet", to make | |
7307 | texi2dvi happy. | |
7308 | (File-I/O remote protocol extension): Update menu entries, too. | |
7309 | ||
36d86913 MC |
7310 | 2003-10-26 Michael Chastain <[email protected]> |
7311 | ||
7312 | * gdb.texinfo (Thread Stops): Document the issue with | |
7313 | premature return from system calls in multi-threaded programs. | |
7314 | ||
ce2826aa AC |
7315 | 2003-10-24 Andrew Cagney <[email protected]> |
7316 | ||
7317 | * annotate.texinfo: Fix "fortunatly"[sic]. | |
7318 | ||
f24c5e49 KI |
7319 | 2003-10-23 Kei Sakamoto <[email protected]> |
7320 | ||
7321 | * gdb.texinfo (Contributors to GDB): Replace "Renesas" | |
7322 | with "Hitachi" and "Mitsubishi". | |
7323 | ||
92ad9cd9 AC |
7324 | 2003-10-20 Andrew Cagney <[email protected]> |
7325 | ||
7326 | * gdbint.texinfo (Target Architecture Definition): Document | |
7327 | gdbarch_return_value. Add cross references from | |
7328 | USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and | |
7329 | STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS. | |
7330 | ||
0ab4b752 MK |
7331 | 2003-10-18 Mark Kettenis <[email protected]> |
7332 | ||
7333 | * gdbint.texinfo (Target Architecture Definition): Document | |
7334 | regset_from_core_section. | |
fb3e19c0 KI |
7335 | |
7336 | 2003-10-16 Kei Sakamot Sakamoto <[email protected]> | |
7337 | ||
7338 | * gdb.texinfo (M32R/D): Mention m32rsdi target. | |
7339 | ||
a9331b3f | 7340 | 2003-10-15 Kevin Buettner <[email protected]> |
e4d5f7e1 KB |
7341 | |
7342 | From Anthony Green <[email protected]>: | |
5ae4183a | 7343 | * gdb.texinfo (Breakpoints related warnings): Insert into menu. |
e4d5f7e1 | 7344 | |
1485d690 KB |
7345 | 2003-10-14 Kevin Buettner <[email protected]> |
7346 | ||
889bf7c5 PA |
7347 | * gdb.texinfo (Breakpoint related warnings): New node. |
7348 | * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document. | |
a9331b3f | 7349 | |
86d30acc DJ |
7350 | 2003-10-13 Daniel Jacobowitz <[email protected]> |
7351 | ||
7352 | * gdb.texinfo (Remote Protocol): Document v and vCont. | |
7353 | ||
172c2a43 KI |
7354 | 2003-10-10 Kei Sakamoto <[email protected]> |
7355 | ||
7356 | * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas". | |
7357 | * gdbint.texinfo: Ditto. | |
7358 | ||
71952f4c AC |
7359 | 2003-10-09 Andrew Cagney <[email protected]> |
7360 | ||
7361 | From 2003-09-18 David Anderson <[email protected]>: | |
7362 | * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with | |
7363 | "command". | |
7364 | ||
268e2188 AC |
7365 | 2003-10-03 Andrew Cagney <[email protected]> |
7366 | ||
7367 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
7368 | IBM6000_TARGET. Mention that it implies an RS/6000 system and not | |
7369 | just target. | |
7370 | ||
12c266ea | 7371 | 2003-10-02 Andrew Cagney <[email protected]> |
2e092625 | 7372 | |
f30992d4 | 7373 | * gdbint.texinfo (Target Architecture Definition): Rename |
12c266ea AC |
7374 | REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE. |
7375 | * gdb.texinfo (Packets, Stop Reply Packets): Ditto. | |
7376 | * gdbint.texinfo (Target Architecture Definition): Rename | |
7377 | ||
7378 | 2003-09-30 Andrew Cagney <[email protected]> | |
7379 | ||
f30992d4 | 7380 | REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE. |
a9331b3f | 7381 | (Target Architecture Definition): |
f30992d4 | 7382 | |
2e092625 AC |
7383 | * gdbint.texinfo (Target Architecture Definition): Rename |
7384 | REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE. | |
7385 | ||
0717ae8a AC |
7386 | 2003-09-29 Andrew Cagney <[email protected]> |
7387 | ||
dad809b7 AC |
7388 | * gdbint.texinfo (Target Architecture Definition): Delete |
7389 | documentation for NEED_TEXT_START_END. | |
7390 | ||
0717ae8a AC |
7391 | * gdbint.texinfo (Target Architecture Definition): Rename |
7392 | NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to | |
7393 | TARGET_WRITE_PC. | |
a9331b3f | 7394 | |
af6cf26d MC |
7395 | 2003-09-22 Michael Chastain <[email protected]> |
7396 | ||
7397 | * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp. | |
7398 | ||
ee206350 AG |
7399 | 2003-09-21 Anthony Green <[email protected]> |
7400 | ||
7401 | * gdbint.texinfo (Target Architecture Definition): Fix typos. | |
7402 | ||
a38c9fe6 MK |
7403 | 2003-09-21 Mark Kettenis <[email protected]> |
7404 | ||
7405 | * gdbint.texinfo (Target Architecture Definition): Document | |
7406 | stabs_argument_has_addr. | |
7407 | ||
77949794 AC |
7408 | 2003-09-18 Andrew Cagney <[email protected]> |
7409 | ||
7410 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7411 | documentation on REGISTER_NAMES. | |
7412 | ||
8e823e25 MK |
7413 | 2003-09-13 Mark Kettenis <[email protected]> |
7414 | ||
7415 | * gdbint.texinfo (Target Architecture Definition): Replace | |
7416 | REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR. | |
7417 | ||
f27dd7fd AC |
7418 | 2003-09-11 Andrew Cagney <[email protected]> |
7419 | ||
7420 | * gdbint.texinfo (Target Architecture Definition): Replace | |
7421 | STACK_ALIGN with DEPRECATED_STACK_ALIGN. | |
7422 | ||
8b148df9 AC |
7423 | 2003-08-18 Andrew Cagney <[email protected]> |
7424 | ||
7425 | * gdbint.texinfo (Target Architecture Definition): Document | |
7426 | "frame_red_zone_size". | |
7427 | ||
25d29d70 AC |
7428 | 2003-08-09 Andrew Cagney <[email protected]> |
7429 | ||
7430 | * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main" | |
7431 | with "set/show backtrace past-main" and "set/show backtrace | |
7432 | limit". | |
7433 | ||
c938e9b0 L |
7434 | 2003-08-08 H.J. Lu <[email protected]> |
7435 | ||
7436 | * Makefile.in (install-info): Support DESTDIR. | |
7437 | (install-html): Likewise. | |
7438 | ||
64fabec2 AC |
7439 | 2003-08-07 Andrew Cagney <[email protected]> |
7440 | ||
7441 | Patch from Nick Roberts. | |
7442 | * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key | |
7443 | bindings. Remove description of send-gdb-command. | |
7444 | ||
2fcf52f0 AC |
7445 | 2003-08-07 Andrew Cagney <[email protected]> |
7446 | ||
7447 | * gdb.texinfo (Mode Options): Mention that "mi2" was included in | |
7448 | GDB 6.0. | |
7449 | ||
086432e2 AC |
7450 | 2003-08-06 Andrew Cagney <[email protected]> |
7451 | ||
7452 | * gdb.texinfo (Mode Options): Mention that level three is the | |
7453 | highest available and that level 2 is deprecated. | |
7454 | (Annotations Overview): Mention annotation levels. Cross reference | |
7455 | to "Limitations of the Annotation Interface" in annotate.texi. | |
7456 | (TODO, Value Annotations, Frame Annotations): Delete section. | |
7457 | (Displays, Breakpoint Info): Delete. | |
7458 | ||
e5249f67 AC |
7459 | 2003-08-04 Andrew Cagney <[email protected]> |
7460 | ||
7461 | * agentexpr.texi: Delete @bye. | |
7462 | * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi" | |
7463 | (stabs.info): Add $(srcdir) to include search path. | |
7464 | (html): Depend on "annotate_toc.html", and not "annotate.html". | |
7465 | * stabs.texinfo: Ditto. Include "fdl.texi". | |
7466 | * gdbint.texinfo: Update copyright statement's list of invariant | |
7467 | sections. | |
7468 | ||
e6f672d2 AC |
7469 | 2003-07-28 Andrew Cagney <[email protected]> |
7470 | ||
7471 | * Makefile.in (INFO_DEPS): Add annotate.info. | |
7472 | (dvi, ps, html, pdf): Add annotate. | |
7473 | (ANNOTATE_DOC_SOURCE_INCLUDES): New macro. | |
7474 | (ANNOTATE_DOC_BUILD_INCLUDES): New macro. | |
7475 | (ANNOTATE_DOC_FILES): New macro. | |
7476 | (ANNOTATE_TEX_TMPS): New macro. | |
7477 | (annotate.info, annotate_toc.html): Specify dependencies. | |
7478 | (annotate.ps, annotate.pdf, annotate.dvi): Ditto. | |
7479 | * annotate.texinfo: Rename annotate.texi. Get building. Add | |
7480 | "Migrating to GDB/MI" and "Limitations of the Annotation | |
7481 | Interface" chapters. Mention why it is not part of the user | |
7482 | guide. Update copyright notice. Include "fdl.texi". | |
7483 | ||
72ffddc9 SC |
7484 | 2003-07-26 Stephane Carrez <[email protected]> |
7485 | ||
7486 | * gdb.texinfo (TUI Keys): Document C-x o key to switch active window. | |
7487 | ||
a9f12a31 DJ |
7488 | 2003-07-24 Daniel Jacobowitz <[email protected]> |
7489 | ||
7490 | * gdbint.texinfo (libgdb components): Correct a GDB to GDBN. | |
7491 | ||
b1fe9455 DJ |
7492 | 2003-07-24 Daniel Jacobowitz <[email protected]> |
7493 | ||
7494 | * gdb.texinfo (Server): Mention pidof. | |
7495 | ||
153721e6 AC |
7496 | 2003-07-22 Andrew Cagney <[email protected]> |
7497 | ||
7498 | * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror | |
7499 | list. | |
7500 | ||
0fac0b41 DJ |
7501 | 2003-06-28 Daniel Jacobowitz <[email protected]> |
7502 | ||
7503 | * gdb.texinfo (Logging output): New chapter. | |
7504 | ||
4e562065 JB |
7505 | 2003-06-24 Joel Brobecker <[email protected]> |
7506 | ||
7507 | * gdb.texinfo (Unsupported languages): New section. | |
7508 | (Languages): Add link to new section. | |
7509 | ||
f2c06f52 AC |
7510 | 2003-06-22 Andrew Cagney <[email protected]> |
7511 | ||
7512 | * gdb.texinfo (Contributors): Mention 6.0 release engineer. | |
7513 | ||
b4177fca DJ |
7514 | 2003-06-22 Daniel Jacobowitz <[email protected]> |
7515 | ||
7516 | * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers. | |
7517 | ||
f418dd93 DJ |
7518 | 2003-06-22 Daniel Jacobowitz <[email protected]> |
7519 | ||
7520 | * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi. | |
7521 | * agentexpr.texi: Retitle section, and change it to an appendix. | |
7522 | Comment out texinfo initialization. Factor a @var{} into two | |
7523 | pieces to prevent makeinfo warnings. | |
7524 | * gdb.texinfo: Add Agent Expressions appendix. | |
7525 | ||
4ca61388 DJ |
7526 | 2003-06-19 Daniel Jacobowitz <[email protected]> |
7527 | ||
7528 | * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED. | |
7529 | ||
07f31aa6 DJ |
7530 | 2003-06-18 Daniel Jacobowitz <[email protected]> |
7531 | ||
5ae4183a | 7532 | * gdb.texinfo (Remote Debugging): New section "Connecting to a |
07f31aa6 DJ |
7533 | remote target". Document the "detach" and "disconnect" commands. |
7534 | (Server, Netware, Debug Session): Reference "Connecting to a | |
7535 | remote target". | |
7536 | (GDB/MI Target Manipulation): Document "-target-disconnect". | |
7537 | ||
2dd0da42 AC |
7538 | 2003-06-13 Andrew Cagney <[email protected]> |
7539 | ||
7540 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
7541 | REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and | |
7542 | BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC. | |
7543 | ||
e7a3abfc JB |
7544 | 2003-06-09 Jim Blandy <[email protected]> |
7545 | ||
7546 | * gdb.texinfo (Separate Debug Files): Remove extra semicolon. | |
7547 | ||
25e3a86b AC |
7548 | 2003-06-08 Andrew Cagney <[email protected]> |
7549 | ||
7550 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7551 | documentation on FRAME_ARGS_ADDRESS_CORRECT. | |
7552 | ||
a9e5fdc2 AC |
7553 | 2003-06-08 Andrew Cagney <[email protected]> |
7554 | ||
7555 | * gdbint.texinfo (Target Architecture Definition): Document | |
7556 | "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP. | |
7557 | ||
b37303ee AF |
7558 | 2003-06-07 Adam Fedor <[email protected]> |
7559 | ||
7560 | * gdb.texinfo: Add Objective-C documentation. | |
7561 | ||
39fe6e80 AC |
7562 | 2003-06-01 Andrew Cagney <[email protected]> |
7563 | ||
7564 | * gdbint.texinfo (Target Architecture Definition): Add "func_addr" | |
7565 | parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr". | |
7566 | ||
125309b2 AC |
7567 | 2003-05-21 Andrew Cagney <[email protected]> |
7568 | ||
7569 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7570 | references to "extract_address" and "store_address". | |
7571 | ||
b8b527c5 AC |
7572 | 2003-05-16 Andrew Cagney <[email protected]> |
7573 | ||
7574 | * gdbint.texinfo (Target Architecture Definition): Replace | |
7575 | REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo, | |
7576 | DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE. | |
7577 | ||
50e3ee83 TR |
7578 | 2003-05-14 Theodore A. Roth <[email protected]> |
7579 | ||
7580 | * gdbint.texinfo (Breakpoint Handling): Correct a double negative. | |
7581 | ||
44e2be90 L |
7582 | 2003-05-10 H.J. Lu <[email protected]> |
7583 | ||
7584 | * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S). | |
7585 | (gdb.dvi): Likewise. | |
7586 | (gdb.pdf): Likewise. | |
7587 | (links2roff): Likewise. | |
7588 | ||
df5215a6 JB |
7589 | 2003-05-08 Jim Blandy <[email protected]> |
7590 | ||
7591 | * gdb.texinfo (Dump/Restore Files): Update documentation for | |
7592 | 'dump', 'append', and 'restore': note that format argument is | |
7593 | optional; simplify presentation of the command variants; and be | |
7594 | more precise about the formats. | |
7595 | ||
5e7b2f39 JB |
7596 | 2003-05-07 Jim Blandy <[email protected]> |
7597 | ||
7598 | * gdb.texinfo (Symbols): Update documentation: 'maint list | |
7599 | symtabs' and 'maint list psymtabs' have been renamed 'maint info | |
7600 | symtabs' and 'maint info psymtabs'. | |
7601 | ||
b1e29e33 AC |
7602 | 2003-05-05 Andrew Cagney <[email protected]> |
7603 | ||
7604 | * gdbint.texinfo (Target Architecture Definition): Make | |
7605 | CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH, | |
7606 | FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and | |
7607 | CALL_DUMMY_BREAKPOINT_OFFSET deprecated. | |
7608 | ||
00905d52 AC |
7609 | 2003-05-04 Andrew Cagney <[email protected]> |
7610 | ||
7611 | * gdb.texinfo (Maintenance Commands): Document "maint print | |
7612 | dummy-frames". | |
7613 | ||
54ff5908 AC |
7614 | 2003-05-04 Andrew Cagney <[email protected]> |
7615 | ||
7616 | * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}. | |
7617 | ||
32e7087d JB |
7618 | 2003-05-03 J. Brobecker <[email protected]> |
7619 | ||
7620 | Thierry Schneider <[email protected]> | |
7621 | * gdb.texinfo (section GDB/MI Symbol Query): Add documentation | |
7622 | for new MI command. | |
7623 | ||
7043d8dc AC |
7624 | 2003-05-03 Andrew Cagney <[email protected]> |
7625 | ||
7626 | * gdbint.texinfo (Target Architecture Definition): Document | |
7627 | push_dummy_code. Add cross references. | |
7628 | ||
e33d66ec EZ |
7629 | 2003-05-02 Elena Zannoni <[email protected]> |
7630 | ||
7631 | * gdb.texinfo (Character Sets): Update to reflect new behavior of | |
7632 | set/show charsets commands. | |
7633 | ||
0ba6dca9 AC |
7634 | 2003-04-28 Andrew Cagney <[email protected]> |
7635 | ||
7636 | * gdbint.texinfo (Target Architecture Definition): Replace | |
7637 | read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp, | |
7638 | DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM. | |
7639 | ||
d7a27068 AC |
7640 | 2003-04-28 Andrew Cagney <[email protected]> |
7641 | ||
7642 | * gdbint.texinfo (Target Architecture Definition): Rename | |
7643 | "tm_print_insn" to "deprecated_tm_print_insn". | |
7644 | ||
44ea7b70 JB |
7645 | 2003-04-09 Jim Blandy <[email protected]> |
7646 | ||
7647 | * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint | |
7648 | list psymtabs'. | |
7649 | ||
fb8f8949 AC |
7650 | 2003-04-08 Andrew Cagney <[email protected]> |
7651 | ||
7652 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7653 | references to EXTRA_FRAME_INFO. | |
7654 | ||
32fb0f22 AC |
7655 | 2003-04-08 Andrew Cagney <[email protected]> |
7656 | ||
7657 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7658 | PRINT_TYPELESS_INTEGER. | |
7659 | ||
6be67e67 JB |
7660 | 2003-04-02 J. Brobecker <[email protected]> |
7661 | ||
7662 | * observer.texi (GDB Observers): Adjust the documentation for the | |
7663 | normal_stop notification to better describe reality. Fix a couple | |
7664 | of minor typos. | |
7665 | ||
4e35d5f0 BR |
7666 | 2003-04-02 Bob Rossi <[email protected]> |
7667 | ||
a9331b3f | 7668 | * gdb.texinfo (GDB/MI Program Control): Add |
4e35d5f0 BR |
7669 | '-file-list-exec-source-file' |
7670 | ||
e8a8712a AC |
7671 | 2003-03-31 Andrew Cagney <[email protected]> |
7672 | ||
7673 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7674 | references to CALL_DUMMY_P. | |
7675 | ||
6c0e89ed AC |
7676 | 2003-03-30 Andrew Cagney <[email protected]> |
7677 | ||
7678 | * gdbint.texinfo (Target Architecture Definition): Remove | |
7679 | reference to TARGET_WRITE_SP. | |
a9331b3f | 7680 | |
378bfd1b AC |
7681 | 2003-03-27 Andrew Cagney <[email protected]> |
7682 | ||
7683 | * gdbint.texinfo (Target Architecture Definition): Remove | |
7684 | references to write_sp. | |
6c0e89ed | 7685 | |
922fbb7b AC |
7686 | 2003-03-27 Andrew Cagney <[email protected]> |
7687 | ||
7688 | * gdb.texinfo (GDB/MI Variable Objects): Replace @include with | |
7689 | chapter body. Use @smallexample instead of @example. | |
7690 | (Annotations): Ditto. | |
7691 | * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and | |
7692 | annotate.texi. | |
7693 | ||
b81774d8 AC |
7694 | 2003-03-26 Andrew Cagney <[email protected]> |
7695 | ||
7696 | * gdbint.texinfo (Target Architecture Definition): Replace | |
7697 | PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and | |
7698 | dummy_addr parameters. | |
7699 | ||
1bf6d5cc AC |
7700 | 2003-03-25 Andrew Cagney <[email protected]> |
7701 | ||
7702 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7703 | reference to CALL_DUMMY_STACK_ADJUST_P. Rename | |
7704 | CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST. | |
7705 | Add reference to PUSH_ARGUMENTS. | |
7706 | ||
618ce49f AC |
7707 | 2003-03-23 Andrew Cagney <[email protected]> |
7708 | ||
7709 | * gdbint.texinfo (Algorithms, Target Architecture Definition): | |
7710 | Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID. | |
7711 | ||
bcd7e15f JB |
7712 | 2003-03-18 J. Brobecker <[email protected]> |
7713 | ||
7714 | * gdbint.texinfo (Algorithms): Add new section describing the | |
7715 | Observer paradigm. | |
7716 | (Top): Add menu entry to new observer appendix. | |
7717 | * observer.texi: New file. | |
7718 | * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on | |
7719 | new observer.texi file. | |
7720 | ||
9fe8321b AC |
7721 | 2003-03-17 Andrew Cagney <[email protected]> |
7722 | ||
7723 | * gdb.texinfo (DATE): Delete. Remove date from titles. Mention | |
7724 | that GNU Press update the manual version number. | |
7725 | ||
ac2adee5 AC |
7726 | 2003-03-12 Andrew Cagney <[email protected]> |
7727 | ||
7728 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7729 | references to get_saved_register. Rename GET_SAVED_REGISTER to | |
7730 | DEPRECATED_GET_SAVED_REGISTER. | |
7731 | ||
749b82f6 AC |
7732 | 2003-03-13 Andrew Cagney <[email protected]> |
7733 | ||
7734 | * gdbint.texinfo (Target Architecture Definition): Replace | |
7735 | POP_FRAME with DEPRECATED_POP_FRAME. Update description. | |
7736 | ||
8bedc050 AC |
7737 | 2003-03-12 Andrew Cagney <[email protected]> |
7738 | ||
7739 | * gdbint.texinfo (Target Architecture Definition): Rename | |
7740 | FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC. | |
a9331b3f | 7741 | |
0ce1b118 CV |
7742 | 2003-03-10 Corinna Vinschen <[email protected]> |
7743 | ||
7744 | * gdb.texinfo: Add File-I/O documentation. | |
7745 | ||
12cc2063 AC |
7746 | 2003-03-10 Andrew Cagney <[email protected]> |
7747 | ||
7748 | * gdbint.texinfo (Target Architecture Definition): Cross reference | |
7749 | FRAME_SAVED_PC to unwind_pc. Document unwind_pc. | |
7750 | ||
7453dc06 AC |
7751 | 2003-03-07 Andrew Cagney <[email protected]> |
7752 | ||
7753 | * gdb.texinfo (Debugging Output): Mention the "set/show debug | |
7754 | frame" command. | |
7755 | ||
6314f104 AC |
7756 | 2003-03-05 Andrew Cagney <[email protected]> |
7757 | ||
7758 | * gdbint.texinfo (Target Architecture Definition): Document | |
7759 | unwind_dummy_id. Cross reference unwind_dummy_id and | |
7760 | SAVE_DUMMY_FRAME_TOS. | |
7761 | ||
f1212245 DJ |
7762 | 2003-03-05 James Ingham <[email protected]> |
7763 | Daniel Jacobowitz <[email protected]> | |
7764 | ||
7765 | * gdb.texinfo (Configuring the current ABI): Document "set cp-abi" | |
7766 | and "show cp-abi". | |
7767 | ||
77e7e267 AC |
7768 | 2003-03-03 Andrew Cagney <[email protected]> |
7769 | ||
7770 | * gdbint.texinfo (Target Architecture Definition): Document | |
7771 | register_type. | |
7772 | ||
838a8221 AC |
7773 | 2003-03-03 Andrew Cagney <[email protected]> |
7774 | ||
7775 | * stabs.texinfo (Structures): Use @samp and separate @var's | |
7776 | instead of a single @var containing a comma separated list. | |
7777 | (Unions): Ditto. | |
7778 | ||
d7f4a264 DJ |
7779 | 2003-03-02 Daniel Jacobowitz <[email protected]> |
7780 | ||
7781 | * Makefile.in (distclean): Remove config.log. | |
7782 | ||
f30ee0bc AC |
7783 | 2003-03-01 Andrew Cagney <[email protected]> |
7784 | ||
7785 | * gdbint.texinfo (Target Architecture Definition): Rename | |
7786 | FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS. | |
7787 | ||
7788 | 2003-03-01 Andrew Cagney <[email protected]> | |
e9582e71 AC |
7789 | |
7790 | * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to | |
7791 | DEPRECATED_INIT_EXTRA_FRAME_INFO. | |
7792 | ||
be448670 CF |
7793 | 2003-02-23 Raoul Gough <[email protected]> |
7794 | ||
7795 | * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols. | |
7796 | (Non-debug DLL symbols): New node, describing the minimal symbols | |
7797 | loaded from DLLs without real debugging symbols. | |
7798 | ||
501eef12 AC |
7799 | 2003-02-20 Andrew Cagney <[email protected]> |
7800 | ||
7801 | * gdb.texinfo (Set Breaks): Add cross reference to "set remote | |
7802 | hardware-breakpoint-limit". | |
7803 | (Set Watchpoints): Add cross reference to "set remote | |
7804 | hardware-watchpoint-limit". | |
7805 | (Remote configuration options): New section. | |
7806 | ||
21c294e6 AC |
7807 | 2003-02-04 Andrew Cagney <[email protected]> |
7808 | ||
e9be73e4 AC |
7809 | * gdbint.texinfo (Target Architecture Definition): Delete |
7810 | descrption of IS_TRAPPED_INTERNALVAR. | |
7811 | ||
21c294e6 AC |
7812 | From Keith Seitz <[email protected]>: |
7813 | * gdb.texinfo (Interpreters): New chapter. Refer the command-line | |
7814 | option "-i"/"--interpreter" to this chapter. Include index | |
7815 | entries. | |
7816 | ||
0179ffac DC |
7817 | 2003-02-04 David Carlton <[email protected]> |
7818 | ||
7819 | * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+. | |
7820 | (Variables): Recommend stabs+ and DWARF 2. | |
7821 | (C plus plus expressions): Correct info about | |
7822 | compiler versions, debug formats. | |
7823 | (Contributors): Change 'DWARF2' to 'DWARF 2'. | |
7824 | PR symtab/874. | |
7825 | ||
7ca9f392 AC |
7826 | 2003-02-01 Andrew Cagney <[email protected]> |
7827 | ||
7828 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7829 | description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES, | |
7830 | ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and | |
7831 | BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with | |
7832 | references to nindy and i960. | |
7833 | * gdb.texinfo (i960): Delete all references to i960 and nindy. | |
7834 | ||
31a85ea2 AC |
7835 | 2003-02-01 Andrew Cagney <[email protected]> |
7836 | ||
7837 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7838 | FLOAT_INFO. | |
7839 | ||
6b894e49 AC |
7840 | 2003-01-30 Andrew Cagney <[email protected]> |
7841 | ||
7842 | * stabs.texinfo (Member Type Descriptor): Clarify description of | |
7843 | `@'. Suggested by Ben Hutchings. | |
7844 | ||
c48861fb AC |
7845 | 2003-01-29 Andrew Cagney <[email protected]> |
7846 | ||
7847 | * gdb.texinfo (M68K): Delete reference to es1800. | |
7848 | ||
617073a9 AC |
7849 | 2003-01-29 Andrew Cagney <[email protected]> |
7850 | ||
7851 | * gdb.texinfo (Maintenance Commands): Document `maint print | |
7852 | reggroups' and `maint print register-groups'. | |
7853 | * gdbint.texinfo (Target Architecture Definition): Document | |
7854 | register_reggroup_p. | |
7855 | ||
5b5d99cf JB |
7856 | 2003-01-23 Jim Blandy <[email protected]> |
7857 | ||
7858 | * gdb.texinfo (Separate Debug Files): New section. | |
7859 | ||
e7ba9c65 DJ |
7860 | 2003-01-22 Daniel Jacobowitz <[email protected]> |
7861 | ||
7862 | * gdb.texinfo (Maintenance Commands): Add "maint set profile" | |
7863 | and "maint show profile". | |
7864 | ||
94e91d6d MC |
7865 | 2003-01-16 Michael Chastain <[email protected]> |
7866 | ||
7867 | * gdb.texinfo (Installing GDB): Warn against | |
7868 | ".../gdb-VERSION/gdb/configure". | |
7869 | (Separate Objdir): Likewise. | |
7870 | ||
867f3898 AC |
7871 | 2003-01-15 Andrew Cagney <[email protected]> |
7872 | ||
7873 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7874 | definition of PRINT_REGISTER_HOOK. | |
7875 | ||
f153cc92 EZ |
7876 | 2003-01-15 Elena Zannoni <[email protected]> |
7877 | ||
7878 | (OpenRISC 1000): Fix formatting of command names. | |
7879 | ||
c60eb6f1 EZ |
7880 | 2003-01-15 Elena Zannoni <[email protected]> |
7881 | ||
7882 | * gdb.texinfo (Continuing and Stepping): Add new command | |
7883 | 'advance'. Clarify behavior of 'until'. | |
7884 | ||
f5ebfba0 DJ |
7885 | 2003-01-13 Daniel Jacobowitz <[email protected]> |
7886 | ||
7887 | * gdb.texinfo (Files): Document solib-absolute-prefix and | |
7888 | solib-search-path. | |
7889 | ||
4ce8657e MC |
7890 | 2003-01-09 Michael Chastain <[email protected]> |
7891 | ||
7892 | * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete. | |
7893 | (Create a Release): Add new instructions for new @file{src-release}. | |
7894 | Document existing instructions for @file{Makefile.in} as | |
7895 | being for @value{GDBN} 5.3.1 or earlier. | |
7896 | ||
372613e3 AC |
7897 | 2003-01-09 Andrew Cagney <[email protected]> |
7898 | ||
7899 | * gdbint.texinfo (Target Architecture Definition): Mention | |
7900 | frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to | |
7901 | allocate memory. | |
7902 | ||
b4e9345d DJ |
7903 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
7904 | ||
7905 | * gdb.texinfo (Controlling GDB): Add @kindex for | |
7906 | "show osabi". | |
7907 | (Backtraces): Add @kindex's for backtrace-below-main. | |
7908 | ||
98b45e30 DJ |
7909 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
7910 | ||
7911 | * gdb.texinfo (Controlling GDB): Document "set osabi". | |
7912 | ||
95f90d25 DJ |
7913 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
7914 | ||
7915 | * gdb.texinfo (Backtraces): Document "set backtrace-below-main". | |
7916 | * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation. | |
7917 | ||
1e698235 DJ |
7918 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
7919 | ||
7920 | * gdb.texinfo (Controlling GDB): Add ABI section. Document | |
7921 | "set coerce-float-to-double". | |
7922 | * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation. | |
7923 | ||
e632838e AC |
7924 | 2003-01-02 Andrew Cagney <[email protected]> |
7925 | ||
7926 | * stabs.texinfo: Remove obsolete text. | |
7927 | * gdbint.texinfo: Ditto. | |
7928 | * gdb.texinfo: Ditto. | |
7929 | ||
c133ab7a MK |
7930 | 2002-12-22 Mark Kettenis <[email protected]> |
7931 | ||
7932 | * gdbint.texinfo (Target Architecture Definition): Update | |
7933 | description of gdbarch_register_osabi. | |
7934 | ||
f821f325 KH |
7935 | 2002-12-20 Kazu Hirata <[email protected]> |
7936 | ||
7937 | * agentexpr.texi: Fix typos. | |
7938 | * annotate.texi: Likewise. | |
7939 | * fdl.texi: Likewise. | |
7940 | ||
85a6d8d3 | 7941 | 2002-12-10 Andrew Cagney <[email protected]> |
a5afb99f AC |
7942 | |
7943 | * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with | |
7944 | DEPRECATED_INIT_FRAME_PC. | |
7945 | ||
ae45cd16 AC |
7946 | 2002-12-01 Andrew Cagney <[email protected]> |
7947 | ||
7948 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7949 | PC_IN_CALL_DUMMY. | |
7950 | ||
07555a72 AC |
7951 | 2002-11-28 Andrew Cagney <[email protected]> |
7952 | ||
7953 | * gdbint.texinfo (Host Definition): Delete documentation on | |
7954 | USE_GENERIC_DUMMY_FRAMES. | |
7955 | ||
c166cdc7 EZ |
7956 | 2002-11-26 Elena Zannoni <[email protected]> |
7957 | ||
5ae4183a | 7958 | Fix PR gdb/723 and PR gdb/245. |
c166cdc7 EZ |
7959 | * Makefile.in (install-info): Run the install-info command as part |
7960 | of the post install steps only. | |
7961 | (uninstall-info): New target. | |
7962 | (uninstall): New target. | |
7963 | ||
35db0260 EZ |
7964 | 2002-11-22 Elena Zannoni <[email protected]> |
7965 | ||
7966 | * Makefile.in (install): Make install do some real work. | |
7967 | ||
9ba8d803 AC |
7968 | 2002-11-19 Andrew Cagney <[email protected]> |
7969 | ||
7970 | Fix POSIX problem reported by Paul Eggert. | |
7971 | * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'. | |
7972 | Fix PR gdb/527. | |
7973 | ||
903ad3a6 AC |
7974 | 2002-10-26 Andrew Cagney <[email protected]> |
7975 | ||
7976 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7977 | definition of DO_REGISTERS_INFO. | |
7978 | ||
f2abfe65 KB |
7979 | 2002-10-18 Kevin Buettner <[email protected]> |
7980 | ||
7981 | * gdbint.texinfo (Address Classes): Fix problems with insertion | |
7982 | of ``{'' and ``}'' in example. | |
7983 | ||
b5b0480a KB |
7984 | 2002-10-17 Kevin Buettner <[email protected]> |
7985 | ||
7986 | * gdbint.texinfo (Address Classes): New section. | |
7987 | (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, | |
7988 | ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS, | |
7989 | ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and | |
7990 | ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P. | |
7991 | ||
c85508ee KD |
7992 | 2002-10-11 Klee Dienes <[email protected]> |
7993 | ||
7994 | * gdb.texinfo (Registers): Mention vector registers as well as | |
7995 | floating registers in the documentation for 'info registers' and | |
7996 | 'info all-registers'. | |
7997 | ||
6d12fc3d DJ |
7998 | 2002-10-11 Daniel Jacobowitz <[email protected]> |
7999 | ||
8000 | * gdbint.texinfo (CPLUS_MARKER): Remove item. | |
8001 | ||
8d19fbd2 JJ |
8002 | 2002-10-03 Jeff Johnston <[email protected]> |
8003 | ||
8004 | * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int | |
8005 | interface definition. | |
8006 | ||
a37295f9 MM |
8007 | 2002-10-03 Marko Mlinar <[email protected]> |
8008 | ||
8009 | * gdb.texinfo (Target Commands): Add or1k target specific | |
8010 | commands. | |
8011 | * gdb.texinfo (Contributors): Add myself to the contributors list. | |
8012 | ||
da0f9dcd AC |
8013 | 2002-10-01 Andrew Cagney <[email protected]> |
8014 | ||
8015 | * gdb.texinfo (Mode Options): Update --interpreter option. "mi2" | |
8016 | and "mi1" instead of "mi1" and "mi0". | |
8017 | ||
2e834e49 HPN |
8018 | 2002-09-29 Hans-Peter Nilsson <[email protected]> |
8019 | ||
8020 | * gdb.texinfo (Packets): Fix typos "alligned". | |
8021 | Correct z3/Z3 description. Correct z4/Z4 title. | |
8022 | ||
050be0dc AC |
8023 | 2002-09-27 Andrew Cagney <[email protected]> |
8024 | ||
8025 | * all-cfg.texi: Use @sc for GDB and GCC. Update copyright. | |
8026 | ||
1104b9e7 KB |
8027 | 2002-09-25 Kevin Buettner <[email protected]> |
8028 | ||
8029 | * gdb.texinfo: Use GNU/Linux instead of Linux. | |
8030 | ||
512217c7 AC |
8031 | 2002-09-25 Andrew Cagney <[email protected]> |
8032 | ||
8033 | * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''. | |
8034 | ||
10998722 AC |
8035 | 2002-09-24 Andrew Cagney <[email protected]> |
8036 | ||
512217c7 | 8037 | * gdb.texinfo: Replace @example with @smallexample. |
10998722 | 8038 | |
a0eb71c5 KB |
8039 | 2002-09-20 Kevin Buettner <[email protected]> |
8040 | ||
f7dc1244 | 8041 | From Eli Zaretskii <[email protected]>: |
a0eb71c5 KB |
8042 | * gdb.texinfo (Character Sets): Use @smallexample instead of |
8043 | @example. Use GNU/Linux instead of Linux. | |
8044 | ||
8045 | 2002-09-20 Jim Blandy <[email protected]> | |
8046 | ||
8047 | * gdb.texinfo: Add character set documentation. | |
8048 | ||
2f870471 AC |
8049 | 2002-09-19 Andrew Cagney <[email protected]> |
8050 | ||
8051 | * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation. | |
8052 | (Packets): Add cross reference from `b' packet to `z' packets. | |
8053 | ||
790eb8f5 AC |
8054 | 2002-09-19 Andrew Cagney <[email protected]> |
8055 | ||
8d30a00d AC |
8056 | * gdb.texinfo (Maintenance Commands): Document ``maint |
8057 | internal-error'' and ``maint internal-warning''. | |
8058 | ||
790eb8f5 AC |
8059 | * gdbint.texinfo (Target Architecture Definition): Revise |
8060 | description of STACK_ALIGN. Add description of FRAME_ALIGN. | |
8061 | ||
a23a7bf1 JB |
8062 | 2002-09-19 Joel Brobecker <[email protected]> |
8063 | ||
8064 | * gdbint.texinfo (Target Conditionals): Document the new | |
8065 | NAME_OF_MALLOC macro. | |
8066 | ||
299ffc64 AC |
8067 | 2002-09-05 Andrew Cagney <[email protected]> |
8068 | ||
8069 | * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release | |
8070 | engineer. | |
8071 | ||
b7bb15bc SC |
8072 | 2002-09-02 Stephane Carrez <[email protected]> |
8073 | ||
8074 | * gdb.texinfo (TUI Overview): Document status line fields. | |
8075 | ||
3d757584 SC |
8076 | 2002-09-02 Stephane Carrez <[email protected]> |
8077 | ||
8078 | * gdb.texinfo (TUI Commands): Document info win command. | |
8079 | ||
269c21fe SC |
8080 | 2002-09-01 Stephane Carrez <[email protected]> |
8081 | ||
8082 | * gdb.texinfo (TUI Overview): Document breakpoint markers. | |
8083 | ||
7cf36c78 SC |
8084 | 2002-09-01 Stephane Carrez <[email protected]> |
8085 | ||
8086 | * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode. | |
8087 | (TUI Keys): Likewise. | |
8088 | ||
d2c6833e AC |
8089 | 2002-08-25 Andrew Cagney <[email protected]> |
8090 | ||
8091 | * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-'' | |
8092 | for a packet receive. | |
8093 | ||
46d8b1c3 AC |
8094 | 2002-08-25 Andrew Cagney <[email protected]> |
8095 | ||
8096 | * Makefile.in (clean): Move to end of file. | |
8097 | (distclean, maintainer-clean, realclean): Ditto. | |
8098 | (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS, | |
8099 | GDBINT_TEX_TMPS, STABS_TEX_TMPS. | |
8100 | (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi. | |
8101 | (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto. | |
8102 | ||
b0787093 AC |
8103 | 2002-08-24 Andrew Cagney <[email protected]> |
8104 | ||
8105 | * Makefile.in (GDBINT_TEX_TMPS): Define. | |
8106 | (gdbint.dvi, gdbint.pdf): Use | |
8107 | (GDB_TEX_TMPS): Define. | |
8108 | (gdb.dvi, gdb.pdf): Use. | |
8109 | (STABS_TEX_TMPS): Define. | |
8110 | (stabs.dvi, stabs.pdf): Use. | |
8111 | (GDB_DOC_SOURCE_INCLUDES): New macros. | |
8112 | (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros. | |
8113 | (GDBINT_DOC_FILES_INCLUDES): New macros. | |
8114 | (GDBINT_DOC_BUILD_INCLUDES): New macros. | |
8115 | (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros. | |
8116 | (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros. | |
8117 | (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros. | |
8118 | (links2roff): Replace SFILES_INCLUDED with | |
8119 | GDB_DOC_SOURCE_INCLUDES. | |
8120 | (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies. | |
8121 | (gdb.me, gdb.mm, gdb.ms): Update dependencies. | |
8122 | (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update | |
8123 | dependencies. | |
8124 | (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update | |
8125 | dependencies. | |
8126 | (gdbmi.texinfo): Delete rule. | |
8127 | (inc-hist.texinfo): Delete rule. | |
8128 | (rluser.texinfo): Delete rule. | |
8129 | ||
ebba8386 AC |
8130 | 2002-08-23 Andrew Cagney <[email protected]> |
8131 | ||
8132 | * gdbint.texinfo (Target Architecture Definition): Update | |
8133 | STORE_RETURN_VALUE, mention regcache. | |
8134 | ||
0ab7a791 AC |
8135 | 2002-08-21 Andrew Cagney <[email protected]> |
8136 | ||
8137 | * gdbint.texinfo (Target Architecture Definition): Document | |
8138 | print_registers_info. Note that DO_REGISTERS_INFO is deprecated. | |
8139 | ||
ee2d5c50 AC |
8140 | 2002-08-19 Andrew Cagney <[email protected]> |
8141 | ||
8142 | * gdb.texinfo (Remote Protocol): Reformat. Use cross references. | |
8143 | Fix minor typos. Add index entries. | |
8144 | ||
53c69bd7 AC |
8145 | 2002-08-18 Andrew Cagney <[email protected]> |
8146 | ||
8147 | * gdb.texinfo (Data): Add ``Vector Unit'' to menu. | |
8148 | ||
e76f1f2e AC |
8149 | 2002-08-15 Andrew Cagney <[email protected]> |
8150 | ||
8151 | * gdbint.texinfo (Target Architecture Definition): Document | |
8152 | PRINT_VECTOR_INFO. | |
8153 | * gdb.texinfo (Vector Unit): Document "info vectors" command. | |
8154 | ||
0680b120 AC |
8155 | 2002-08-13 Andrew Cagney <[email protected]> |
8156 | ||
8157 | * gdb.texinfo (Maintenance Commands): Document "maint print | |
8158 | registers", "maint print raw-registers" and "maint print | |
8159 | cooked-registers". | |
8160 | ||
3c3bea1c GS |
8161 | 2002-08-08 Grace Sainsbury <[email protected]> |
8162 | ||
a9331b3f | 8163 | From Mark Salter: |
3c3bea1c GS |
8164 | * gdb.texinfo (Protocol): Document T packet extension to |
8165 | allow watchpoint address reporting. | |
8166 | ||
42f9b0a5 AC |
8167 | 2002-08-03 Andrew Cagney <[email protected]> |
8168 | ||
8169 | * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var. | |
8170 | ||
db034ac5 AC |
8171 | 2002-08-01 Andrew Cagney <[email protected]> |
8172 | ||
8173 | * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references | |
8174 | to CHILL. | |
8175 | ||
e2b28d04 AC |
8176 | 2002-08-01 Andrew Cagney <[email protected]> |
8177 | ||
8178 | * gdbint.texinfo (Coding): Revise section "Include Files". | |
8179 | ||
7fb623f7 AC |
8180 | 2002-07-24 Andrew Cagney <[email protected]> |
8181 | ||
8182 | * gdbint.texinfo: Obsolete references to m88k. | |
8183 | * gdb.texinfo: Ditto. | |
8184 | ||
4a2b4636 JB |
8185 | 2002-07-10 Joel Brobecker <[email protected]> |
8186 | ||
7fb623f7 | 8187 | * gdbint.texinfo (Create a release candiate): Add the location |
4a2b4636 JB |
8188 | where the proper version of autoconf can be retrieved. |
8189 | ||
a71ec265 DH |
8190 | 2002-07-09 Don Howard <[email protected]> |
8191 | ||
8192 | * gdb.texinfo (Command Files): Further describe the behavior of | |
8193 | sourced command files. | |
8194 | ||
b9aa90c9 AC |
8195 | 2002-06-27 Andrew Cagney <[email protected]> |
8196 | ||
8197 | * gdbint.texinfo (User Interface): ISO C rather than ISO-C. | |
8198 | (Coding): Clarify ISO C version that GDB assumes. | |
8199 | ||
40dd2248 TT |
8200 | 2002-06-26 Tom Tromey <[email protected]> |
8201 | ||
8202 | * gdbint.texinfo (User Interface): Mention add_setshow_cmd and | |
8203 | add_setshow_cmd_full. | |
8204 | ||
bfac230e DH |
8205 | 2002-06-25 Don Howard <[email protected]> |
8206 | ||
8207 | * gdb.texinfo (Memory Region Attributes): Document new behavior | |
8208 | for 'mem' command. | |
8209 | ||
475b0867 JB |
8210 | 2002-06-11 Jim Blandy <[email protected]> |
8211 | ||
919d772c JB |
8212 | * gdb.texinfo (Symbols): Update documentation for `info source' |
8213 | command. | |
8214 | ||
475b0867 JB |
8215 | * gdb.texinfo (Macros): Call the command `info macro', not |
8216 | `show macro'. | |
8217 | ||
ba8c9337 AC |
8218 | 2002-06-09 Andrew Cagney <[email protected]> |
8219 | ||
8220 | * gdbint.texinfo (Coding): Add section ``Per-architecture module | |
8221 | data''. | |
8222 | ||
1029b7fa MK |
8223 | 2002-06-09 Mark Kettenis <[email protected]> |
8224 | ||
8225 | * gdbint.texinfo (Target Architecture Definition): Document | |
8226 | GDB_OSABI_GO32 and GDB_OSABI_NETWARE. | |
8227 | ||
16737d73 AC |
8228 | 2002-06-08 Andrew Cagney <[email protected]> |
8229 | ||
8230 | * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet | |
8231 | lists. | |
8232 | ||
30107679 AC |
8233 | 2002-06-08 Andrew Cagney <[email protected]> |
8234 | ||
8235 | * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the | |
8236 | Branch''. | |
8237 | ||
3352e23e AC |
8238 | 2002-06-01 Andrew Cagney <[email protected]> |
8239 | ||
8240 | * gdbint.texinfo (Target Architecture Definition): Add section | |
8241 | ``Converting an existing Target Architecture to Multi-arch''. | |
8242 | ||
cbb09e6a AC |
8243 | 2002-05-30 Andrew Cagney <[email protected]> |
8244 | ||
8245 | * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code'' | |
8246 | to ``Obsoleting code''. Revise. | |
8247 | ||
e2e0bcd1 JB |
8248 | 2002-05-17 Jim Blandy <[email protected]> |
8249 | ||
8250 | * gdb.texinfo (C Preprocessor Macros): New chapter. | |
8251 | Include it in the main menu. | |
8252 | (Contributors): Credit Jim Blandy with macro support. | |
8253 | (Compilation): Explain how to get macro information into the | |
8254 | executable. | |
8255 | (Expressions): Note that preprocessor macros are expanded. | |
8256 | ||
9db8d71f DJ |
8257 | 2002-05-14 Daniel Jacobowitz <[email protected]> |
8258 | ||
8259 | * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:' | |
8260 | options for `target remote'. | |
8261 | ||
6d531722 AC |
8262 | 2002-05-13 Andrew Cagney <[email protected]> |
8263 | ||
8264 | * gdbint.texinfo (Target Architecture Definition): Delete | |
8265 | documentation on NNPC_REGNUM. | |
8266 | ||
13d01224 AC |
8267 | 2002-05-11 Andrew Cagney <[email protected]> |
8268 | ||
8269 | * gdbint.texinfo (Target Architecture Definition): Document | |
8270 | REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P. | |
8271 | (Target Architecture Definition): Revise section `Using Different | |
8272 | Register and Memory Data Representations'. Add section `Raw and | |
8273 | Virtual Register Representations'. | |
8274 | ||
b2e75d78 AC |
8275 | 2002-05-11 Andrew Cagney <[email protected]> |
8276 | ||
8277 | * gdbint.texinfo (Target Architecture Definition): Mention | |
8278 | defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE. | |
8279 | (Target Architecture Definition): Mention same. Add references to | |
8280 | web pages. | |
8281 | ||
2c8682ee MS |
8282 | 2002-05-08 Michael Snyder <[email protected]> |
8283 | ||
8284 | * stabs.texinfo (Attributes): Document new "vector" attribute. | |
8285 | ||
0816590b AC |
8286 | 2002-05-04 Andrew Cagney <[email protected]> |
8287 | ||
8288 | * gdbint.texinfo (Releasing GDB): Revise `Create a Release'. | |
8289 | ||
2653173e AC |
8290 | 2002-05-04 Andrew Cagney <[email protected]> |
8291 | ||
8292 | * gdb.texinfo: Delete obsolete references to a29k. | |
8293 | ||
d7bd68ca AC |
8294 | 2002-04-24 Andrew Cagney <[email protected]> |
8295 | ||
8296 | * gdbint.texinfo (Target Architecture Definition): Replace | |
8297 | IN_SIGTRAMP with PC_IN_SIGTRAMP. | |
8298 | ||
21d83aa5 DM |
8299 | 2002-04-24 David S. Miller <[email protected]> |
8300 | ||
8301 | * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition. | |
8302 | ||
7673a6cc DM |
8303 | 2002-04-21 David S. Miller <[email protected]> |
8304 | ||
8305 | * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition. | |
8306 | ||
d49d1e0a AC |
8307 | 2002-04-21 Andrew Cagney <[email protected]> |
8308 | ||
8309 | * gdbint.texinfo (Target Architecture Definition): Delete | |
8310 | definition of HAVE_REGISTER_WINDOWS. | |
8311 | ||
f7dc1244 | 8312 | 2002-04-19 Eli Zaretskii <[email protected]> |
4be31470 EZ |
8313 | |
8314 | * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by | |
8315 | "Theodore A. Roth" <[email protected]>. | |
8316 | ||
5ca0cb28 DH |
8317 | 2002-04-15 Don Howard <[email protected]> |
8318 | ||
f7dc1244 | 8319 | From Eli Zaretskii <[email protected]> |
5ca0cb28 | 8320 | * gdb.texinfo (show max-user-call-depth): Correct formatting. |
a9331b3f | 8321 | Provide a better explaination of this feature. |
5ca0cb28 | 8322 | |
f208ba17 AC |
8323 | 2002-04-14 Andrew Cagney <[email protected]> |
8324 | ||
8325 | * gdbint.texinfo (Target Architecture Definition): Remove | |
8326 | FRAME_CHAIN_COMBINE. | |
8327 | ||
d5ba91de MC |
8328 | 2002-04-12 Michael Chastain <[email protected]> |
8329 | ||
8330 | * gdbint.texinfo (Obsolete Conditionals): Remove reference to | |
8331 | REG_STACK_SEGMENT. | |
8332 | ||
26818220 MC |
8333 | 2002-04-09 Michael Chastain <[email protected]> |
8334 | ||
8335 | * gdbint.texinfo (Obsolete Conditionals): Remove references to | |
8336 | PYRAMID_* macros. | |
8337 | ||
129188f6 AC |
8338 | 2002-04-07 Andrew Cagney <[email protected]> |
8339 | ||
8340 | * gdb.texinfo (Bug Reporting): Document that the web is the | |
8341 | prefered way of submitting bug reports. | |
8342 | (Bug Reporting): Delete the s-mail address as the last resort. | |
8343 | ||
8227c0ff AC |
8344 | 2002-04-05 Andrew Cagney <[email protected]> |
8345 | ||
8346 | * gdbint.texinfo (Target Architecture Definition): Delete | |
8347 | references to TARGET_WRITE_FP and write_fp. | |
8348 | ||
16d9dec6 MS |
8349 | 2002-03-27 Michael Snyder <[email protected]> |
8350 | ||
8351 | * gdb.texinfo: Document new commands dump, append, and restore. | |
8352 | ||
9ae8b82c AC |
8353 | 2002-03-27 Andrew Cagney <[email protected]> |
8354 | ||
8355 | * gdbint.texinfo (Releasing GDB): Revise the section `Before the | |
8356 | Branch'. | |
8357 | ||
474c8240 AC |
8358 | 2002-03-18 Andrew Cagney <[email protected]> |
8359 | ||
8360 | * gdb.texinfo: Change all examples to @smallexample. | |
8361 | * gdbint.texinfo: Ditto. | |
a9331b3f | 8362 | |
fb0ff88f AC |
8363 | 2002-03-18 Andrew Cagney <[email protected]> |
8364 | ||
8365 | * gdbint.texinfo (Releasing GDB): Add section ``Versions and | |
8366 | Branches''. | |
8367 | ||
9bb0a4d8 AC |
8368 | 2002-03-18 Andrew Cagney <[email protected]> |
8369 | ||
8370 | * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit | |
8371 | Policy''. | |
8372 | ||
937f164b FF |
8373 | 2002-03-04 Fred Fish <[email protected]> |
8374 | ||
8375 | * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred, | |
8376 | expresson, suports, dependant, trhe, perhaphs, situtations, | |
8377 | explictily, taged, oportunity, unfortunatly). | |
8378 | ||
a7b40f07 AC |
8379 | 2002-02-24 Andrew Cagney <[email protected]> |
8380 | ||
8381 | * Makefile.in (gdb.info): Add explicit path to gdb.texinfo. | |
8382 | Remove reference to 3.12. | |
8383 | ||
aab4e0ec AC |
8384 | 2002-02-23 Andrew Cagney <[email protected]> |
8385 | ||
8386 | * gdbint.texinfo: Include fdl.texi. | |
8387 | (Top): Add GNU Free Documentation License. | |
8388 | * Makefile.in (SFILES_INCLUDED): Add gpl.texi. | |
8389 | (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi. | |
8390 | (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi. | |
8391 | (gdbint.info): Add srcdir to include path. | |
8392 | * gdb.texinfo: Include gpl.texi. | |
8393 | (Top): Add Copying. | |
8394 | * gpl.texi: New file. | |
8395 | ||
47b95330 AC |
8396 | 2002-02-23 Andrew Cagney <[email protected]> |
8397 | ||
8398 | * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com. | |
8399 | ||
78c47bea PM |
8400 | 2002-02-19 Pierre Muller <[email protected]> |
8401 | ||
8402 | * gdb.texinfo: Document Cygwin native specific commands. | |
8403 | ||
56460a61 DJ |
8404 | 2002-02-15 Daniel Jacobowitz <[email protected]> |
8405 | ||
8406 | * gdb.texinfo: Document gdbserver ``--attach'' command. | |
8407 | ||
def71bfa MS |
8408 | 2002-02-07 Michael Snyder <[email protected]> |
8409 | ||
8410 | * gdb.texinfo (overlays): Change @var(_ovly_debug_event) | |
8411 | to @code(_ovly_debug_event). | |
8412 | ||
c928edc0 AC |
8413 | 2002-02-07 Andrew Cagney <[email protected]> |
8414 | ||
8415 | * gdb.texinfo (How Overlays Work): Shrink the overlay diagram. | |
8416 | ||
81d46470 MS |
8417 | 2002-02-06 Michael Snyder <[email protected]> |
8418 | ||
8419 | * gdb.texinfo (overlays): Mention new magic symbol | |
8420 | '_ovly_debug_event', which allows GDB to keep better track | |
8421 | of overlays. | |
8422 | ||
f7dc1244 | 8423 | 2002-02-03 Eli Zaretskii <[email protected]> |
6ca652b0 EZ |
8424 | |
8425 | * gdb.texinfo (Memory Region Attributes): Fix the wording. | |
8426 | Suggested by Dmitry Sivachenko. | |
8427 | ||
8428 | * (<many nodes>): Fix the spelling and punctuation of "i.e.". | |
8429 | ||
15110bc3 MS |
8430 | 2002-02-01 Michael Snyder <[email protected]> |
8431 | ||
8432 | * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}. | |
8433 | ||
6763aef9 MS |
8434 | 2002-01-30 Michael Snyder <[email protected]> |
8435 | ||
ac282366 MS |
8436 | * gdb.texinfo: (remote protocol): Gramatical fix-up. |
8437 | (set trust-readonly-sections): Document. | |
6763aef9 | 8438 | |
8642bc8f AC |
8439 | 2002-01-29 Andrew Cagney <[email protected]> |
8440 | ||
8441 | * gdbint.texinfo (Releasing GDB): Revise and update. | |
8442 | ||
afe64c1a AC |
8443 | 2002-01-28 Andrew Cagney <[email protected]> |
8444 | ||
8445 | * gdbint.texinfo (Target Architecture Definition): Delete | |
8446 | description of TARGET_BYTE_ORDER_DEFAULT. | |
8447 | ||
f7dc1244 | 8448 | 2002-01-27 Eli Zaretskii <[email protected]> |
59649f2e EZ |
8449 | |
8450 | * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko | |
8451 | <[email protected]>. | |
8452 | ||
3d6e1b5a AC |
8453 | 2002-01-23 Andrew Cagney <[email protected]> |
8454 | ||
8455 | * libgdb.texinfo: Delete file. | |
8456 | ||
6c0e9fb3 AC |
8457 | 2002-01-22 Andrew Cagney <[email protected]> |
8458 | ||
8459 | * gdb.texinfo: Remove makeinfo 3.12 hacks. | |
8460 | * gdbint.texinfo: Ditto. | |
8461 | ||
e0ce93ac AC |
8462 | Tue Jan 22 11:57:38 2002 Andrew Cagney <[email protected]> |
8463 | ||
8464 | * gdb.texinfo: Fix typo ``Remove' -> ``Remote''. | |
8465 | ||
be298bcc AC |
8466 | 2002-01-22 Andrew Cagney <[email protected]> |
8467 | ||
8468 | * Makefile.in: Update copyright. | |
8469 | (TEXI2DVI): Define. | |
8470 | (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI. | |
8471 | (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on | |
8472 | gdb-cfg.texi. | |
8473 | (TEXINDEX, PDFTEX): Delete makefile variables. | |
8474 | ||
8e04817f AC |
8475 | 2002-01-22 Andrew Cagney <[email protected]> |
8476 | ||
8477 | * gdb.texinfo (Protocol): Move section to appendix. | |
8478 | ||
6b2f586d AC |
8479 | 2002-01-21 Andrew Cagney <[email protected]> |
8480 | ||
8481 | * gdb.texinfo (Remote Debugging): Create a menu. | |
8482 | (Top): Add ``Remote Debugging'' to menu. | |
8483 | ||
6f05cf9f AC |
8484 | 2002-01-21 Andrew Cagney <[email protected]> |
8485 | ||
8486 | * gdb.texinfo (Remote): Move the sub-section ``The GDB remote | |
8487 | serial protocol'' from here. | |
8488 | (Remote Debugging): To here. New chapter. | |
8489 | ||
3fd3d7d2 AC |
8490 | 2002-01-20 Andrew Cagney <[email protected]> |
8491 | ||
8492 | * gdbint.texinfo (Target Architecture Definition): Delete | |
8493 | description of TARGET_BYTE_ORDER_SELECTABLE_P. | |
8494 | ||
7fd60527 AC |
8495 | 2002-01-20 Andrew Cagney <[email protected]> |
8496 | ||
8497 | * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh | |
8498 | are no longer needed. | |
8499 | (Porting GDB): Add maintainer note about configure.host. | |
8500 | ||
c2f05ac9 AC |
8501 | 2002-01-20 Andrew Cagney <[email protected]> |
8502 | ||
8503 | * gdbint.texinfo (Target Architecture Definition): Remove | |
8504 | definition of IEEE_FLOAT. | |
8505 | ||
f7dc1244 | 8506 | 2002-01-20 Eli Zaretskii <[email protected]> |
231b2aad EZ |
8507 | |
8508 | * gdb.texinfo: Beautify copyright years; fix a typo. | |
56248298 EZ |
8509 | (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans |
8510 | <[email protected]> | |
231b2aad | 8511 | |
82600034 AC |
8512 | 2002-01-19 Andrew Cagney <[email protected]> |
8513 | ||
8514 | * gdbint.texinfo (Host Definition): Remove references to | |
8515 | MALLOC_INCOMPATIBLE. | |
8516 | ||
7708fa01 AC |
8517 | 2002-01-17 Andrew Cagney <[email protected]> |
8518 | ||
8519 | * gdbint.texinfo (Host Definition): Remove references to XDEPFILES | |
8520 | and xyz-xdep.o. | |
8521 | ||
eb12ee30 AC |
8522 | 2002-01-17 Andrew Cagney <[email protected]> |
8523 | ||
889bf7c5 | 8524 | * gdb.texinfo (Maintenance Commands): Add appendix. |
eb12ee30 AC |
8525 | (Set Breaks): Copy ``maint info breakpoint'' doco to |
8526 | ``Maintenance Commands'' appendix. Add reference. | |
8527 | ||
c9ccaa92 AC |
8528 | 2002-01-17 Andrew Cagney <[email protected]> |
8529 | ||
8530 | * fdl.texi: Remove next/prev from @node. | |
8531 | ||
f7dc1244 | 8532 | 2002-01-17 Eli Zaretskii <[email protected]> |
6826cf00 EZ |
8533 | |
8534 | * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and | |
8535 | for monstrous @multitable (from Brian Youmans). | |
8536 | ||
8537 | * fdl.texi: New file. | |
8538 | ||
8539 | * Makefile.in (SFILES_INCLUDED): Add fdl.texi. | |
8540 | ||
8973da3a AC |
8541 | 2002-01-15 Andrew Cagney <[email protected]> |
8542 | ||
8543 | * gdbint.texinfo (Releasing GDB): New chapter. | |
8544 | ||
7d86b5d5 AC |
8545 | 2002-01-14 Andrew Cagney <[email protected]> |
8546 | ||
8547 | * gdb.texinfo (Embedded Processors, Calling program functions): | |
8548 | Obsolete references to a29k. | |
8549 | ||
cc1cb004 AC |
8550 | 2002-01-13 Andrew Cagney <[email protected]> |
8551 | ||
8552 | * gdbint.texinfo (Coding): Review Cleanups section. Examples | |
8553 | examples. Document that a code-block should do or discard its | |
8554 | cleanups before exit. | |
8555 | ||
79f12247 MS |
8556 | 2002-01-11 Michael Snyder <[email protected]> |
8557 | ||
8558 | * gdb.texinfo (Choosing files): Change @samp to @file. | |
8559 | ||
19837790 MS |
8560 | 2002-01-05 Michael Snyder <[email protected]> |
8561 | ||
8562 | * gdb.texinfo (--pid): Document new command line option (attach). | |
8563 | ||
f7dc1244 | 8564 | 2002-01-07 Eli Zaretskii <[email protected]> |
2c0069bb EZ |
8565 | |
8566 | * gdb.texinfo (Tracepoints): Clarify that tracepoints need support | |
8567 | in the stub. | |
8568 | ||
d7449b42 AC |
8569 | 2002-01-04 Andrew Cagney <[email protected]> |
8570 | ||
8571 | * gdbint.texinfo (Target Architecture Definition): Replace | |
8572 | BIG_ENDIAN with BFD_ENDIAN_BIG. | |
8573 | ||
f23631e4 AC |
8574 | 2002-01-03 Andrew Cagney <[email protected]> |
8575 | ||
8576 | * gdbint.texinfo (Target Architecture Definition): Replace | |
8577 | value_ptr with struct value pointer. | |
8578 | ||
72c9928d EZ |
8579 | 2002-01-02 Eli Zaretskii <[email protected]> |
8580 | ||
8581 | * gdb.texinfo (Free Software): Fix wording. | |
8582 | ||
959acfd1 EZ |
8583 | 2001-12-31 Eli Zaretskii <[email protected]> |
8584 | ||
8585 | * gdb.texinfo (Free Software): New section ``Free Software Needs | |
8586 | Free Documentation''. | |
8587 | ||
f7dc1244 | 8588 | 2001-12-30 Eli Zaretskii <[email protected]> |
2a6585f0 EZ |
8589 | |
8590 | * stabs.texinfo: | |
8591 | * gdb.texinfo: | |
8592 | * gdbint.texinfo: | |
8593 | * libgdb.texinfo: | |
8594 | * annotate.texi: Fix the application of GFDL in the Copyright notice. | |
8595 | ||
6600abed MS |
8596 | 2001-12-29 Michael Snyder <[email protected]> |
8597 | ||
8598 | * gdb.texinfo (maint info sections): Fix typo. | |
8599 | ||
f6680716 MS |
8600 | 2001-12-26 Michael Snyder <[email protected]> |
8601 | ||
fe95c787 MS |
8602 | * gdb.texinfo (maint info sections): Document. |
8603 | ||
a9331b3f | 8604 | * gdb.texinfo (info proc): Comment out documentation for |
f6680716 MS |
8605 | 'info proc' sub-options that are currently not implemented. |
8606 | ||
c3d3ce5b JB |
8607 | 2001-12-20 Jim Blandy <[email protected]> |
8608 | ||
8609 | * gdbint.texinfo (TARGET_CHAR_SIGNED): Document. | |
8610 | ||
778eb05e AC |
8611 | 2001-12-15 Andrew Cagney <[email protected]> |
8612 | ||
8613 | * gdbint.texinfo (Target Architecture Definition): Replace | |
8614 | LITTLE_ENDIAN with BFD_ENDIAN_LITTLE. | |
8615 | ||
2607059c AC |
8616 | 2001-12-01 Andrew Cagney <[email protected]> |
8617 | ||
8618 | * gdbint.texinfo (Host Definition): Delete documentation on | |
8619 | HOST_BYTE_ORDER. | |
8620 | ||
df0cd8c5 JB |
8621 | 2001-11-30 Jim Blandy <[email protected]> |
8622 | ||
8623 | * gdb.texinfo (Overlays): New chapter, documenting GDB's | |
5ae4183a | 8624 | overlay support. Add to top-level menu. |
df0cd8c5 | 8625 | |
88118b3a TT |
8626 | 2001-11-26 Tom Tromey <[email protected]> |
8627 | ||
8628 | * gdb.texinfo (Command Syntax): Document C-o binding. | |
8629 | ||
96565e91 CF |
8630 | 2001-07-26 Christopher Faylor <[email protected]> |
8631 | ||
8632 | * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini | |
8633 | use since it is described in the referenced section. | |
8634 | ||
f7dc1244 | 8635 | From Eli Zaretskii <[email protected]> |
96565e91 CF |
8636 | * gdb.texinfo (Command Files): Reword to make gdb.ini requirement |
8637 | clearer when using DJGPP. | |
8638 | ||
2a3d5645 CF |
8639 | 2001-11-24 Christopher Faylor <[email protected]> |
8640 | ||
8641 | * gdb.texinfo (File Options): Change description of -nx and gdb.ini to | |
8642 | specifically refer to MS-DOS. | |
8643 | (command files): Mention gdb.ini is only used on MS-DOS. | |
8644 | ||
aa26fa3a TT |
8645 | 2001-11-21 Tom Tromey <[email protected]> |
8646 | ||
8647 | * gdb.texinfo (Invoking GDB): Document --args. | |
8648 | (Mode Options): Likewise. | |
8649 | ||
4f8ada06 JB |
8650 | 2001-11-21 Jim Blandy <[email protected]> |
8651 | ||
8652 | * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT): | |
889bf7c5 PA |
8653 | Delete documentation; this macro has been removed from the |
8654 | sources. | |
4f8ada06 | 8655 | |
3fe0dc10 JB |
8656 | 2001-11-13 Jim Blandy <[email protected]> |
8657 | ||
8658 | * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify. | |
8659 | ||
9e5abb06 CV |
8660 | 2001-11-06 Corinna Vinschen <[email protected]> |
8661 | ||
8662 | * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation. | |
8663 | ||
1c5dfdad MS |
8664 | 2001-11-05 Michael Snyder <[email protected]> |
8665 | ||
a9331b3f | 8666 | * gdb.texinfo (info functions): Document use of backslash to |
1c5dfdad MS |
8667 | quote regexp chars in function names such as "operator*()". |
8668 | ||
990f9fe3 FF |
8669 | 2001-11-01 Fred Fish <[email protected]> |
8670 | ||
8671 | * gdbint.texinfo (SOLIB_ADD): Document additional new | |
8672 | "readsyms" arg. | |
8673 | ||
b433d00b DH |
8674 | 2001-10-30 Don Howard <[email protected]> |
8675 | ||
070b1dd3 DH |
8676 | * gdb.texinfo: (Command Files) Added documentation for the |
8677 | behavior of gdb with input redirected from a file. | |
b433d00b | 8678 | |
b7209cb4 FF |
8679 | 2001-10-28 Fred Fish <[email protected]> |
8680 | ||
8681 | * gdb.texinfo (auto-solib-add): Change docs to match | |
8682 | implementation change. | |
8683 | (auto-solib-limit): Add docs for new variable. | |
8684 | ||
1aa20aa8 AC |
8685 | 2001-10-15 Andrew Cagney <[email protected]> |
8686 | ||
8687 | * gdbint.texinfo (Target Architecture Definition): Function | |
8688 | value_as_pointer renamed to value_as_address. | |
8689 | ||
fc0c74b1 AC |
8690 | 2001-10-15 Andrew Cagney <[email protected]> |
8691 | ||
8692 | * gdbint.texinfo (Target Architecture Definition): Default | |
8693 | POINTER_TO_ADDRESS functions assume unsigned addresses. | |
8694 | (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a | |
8695 | posting by Jim Blandy. | |
8696 | ||
f4846649 JB |
8697 | 2001-10-12 Jim Blandy <[email protected]> |
8698 | ||
8699 | * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent | |
8700 | version of texi2html (1.64) doesn't support this flag any more. | |
8701 | ||
f277788b MK |
8702 | 2001-09-08 Mark Kettenis <[email protected]> |
8703 | ||
a9dc4918 MK |
8704 | * gdbint.texinfo (Host Definition): Remove description of |
8705 | MEM_FNS_DECLARED. | |
8706 | ||
d28379df MK |
8707 | * gdbint.texinfo (Host Definition): Remove description of R_OK. |
8708 | ||
f277788b MK |
8709 | * gdbint.texinfo (Host Definition): Remove description of |
8710 | HAVE_SIGSETMASK. | |
8711 | ||
7ccaa899 EZ |
8712 | 2001-09-04 Elena Zannoni <[email protected]> |
8713 | ||
8714 | * gdbint.texinfo (Target Architecture Definition): Add | |
8715 | explanation of TARGET_PRINT_INSN macro. | |
8716 | ||
17d9d558 JB |
8717 | 2001-08-30 Jim Blandy <[email protected]> |
8718 | ||
8719 | * gdb.texinfo (`add-symbol-file'): Correct synopsis. | |
8720 | Explain what it means to load relocatable files. | |
8721 | ||
72cde065 JB |
8722 | 2001-08-28 Jim Blandy <[email protected]> |
8723 | ||
8724 | * gdbint.texinfo: Bring the HTML `top' menu into sync with the | |
8725 | info `top' menu. | |
8726 | ||
9e678452 CF |
8727 | Wed Aug 15 10:47:28 2001 Christopher Faylor <[email protected]> |
8728 | ||
8729 | * gdbint.texinfo: Add a cautionary note about macro use. | |
8730 | ||
a2bea4c3 | 8731 | 2001-08-02 Corinna Vinschen <[email protected]> |
a9331b3f | 8732 | |
a2bea4c3 CV |
8733 | * gdb.texinfo: Explain omitting the hostname in the |
8734 | `target remote' command. | |
8735 | ||
1129bf27 DJ |
8736 | 2001-07-30 Daniel Jacobowitz <[email protected]> |
8737 | ||
8738 | * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY | |
8739 | and END-INFO-DIR-ENTRY. | |
8740 | ||
732b3002 SC |
8741 | 2001-07-28 Stephane Carrez <[email protected]> |
8742 | ||
8743 | * gdb.texinfo (TUI Configuration): Rename tui configuration variables. | |
8744 | ||
89437448 AC |
8745 | 2001-07-25 Andrew Cagney <[email protected]> |
8746 | ||
8747 | * gdbint.texinfo (libgdb): Rewrite. | |
8748 | ||
f7dc1244 | 8749 | 2001-07-26 Eli Zaretskii <[email protected]> |
9a1c15c5 EZ |
8750 | |
8751 | * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted. | |
8752 | ||
c4555f82 SC |
8753 | 2001-07-24 Stephane Carrez <[email protected]> |
8754 | ||
8755 | * gdb.texinfo (TUI): New chapter, document the TUI. | |
8756 | (Mode Options): Document the -tui option. | |
8757 | ||
2f45a6e0 MK |
8758 | 2001-07-23 Mark Kettenis <[email protected]> |
8759 | ||
8760 | * gdbint.texinfo (Host Definition): Remove description of | |
8761 | NEED_POSIX_SETPGID. | |
8762 | ||
f7dc1244 | 8763 | 2001-07-23 Eli Zaretskii <[email protected]> |
9f20bf26 EZ |
8764 | |
8765 | * gdb.tex (DJGPP Native): New node, with descriptions of | |
8766 | DJGPP-specific commands. | |
8767 | ||
be9c6c35 JM |
8768 | 2001-07-19 John R. Moore <[email protected]> |
8769 | ||
8770 | * gdbint.texinfo: Three misspellings. | |
8771 | ||
dfa249fb AC |
8772 | 2001-07-06 Andrew Cagney <[email protected]> |
8773 | ||
8774 | * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty | |
8775 | `test` expressions on bash. Problem reported by Colin Walters. | |
8776 | ||
c72e7388 AC |
8777 | 2001-07-04 Andrew Cagney <[email protected]> |
8778 | ||
8779 | * gdbint.texinfo (User Interface): Update ui-out documentation to | |
8780 | refelect recent UI/MI updates. | |
8781 | ||
94bbb2c0 AC |
8782 | 2001-07-04 Andrew Cagney <[email protected]> |
8783 | ||
8784 | * gdb.texinfo (Mode Options): Mention the mi0 and mi1 | |
8785 | interpreters. | |
8786 | ||
af6c57ea AC |
8787 | 2001-06-15 Andrew Cagney <[email protected]> |
8788 | ||
8789 | * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C | |
8790 | structure and not macros. | |
8791 | (Host Definition): Document that much of this chapter is obsolete. | |
8792 | (Target Architecture Definition): Update list of files that make | |
8793 | up a target architecture. | |
8794 | (Coding): Update. | |
8795 | ||
83aa8bc6 AC |
8796 | 2001-06-28 Andrew Cagney <[email protected]> |
8797 | ||
8798 | * gdbint.texinfo (Target Architecture Definition): Update | |
8799 | EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P. | |
8800 | The latter has been changed to a true predicate. | |
8801 | ||
f7dc1244 | 8802 | 2001-06-17 Eli Zaretskii <[email protected]> |
cb51c4e0 EZ |
8803 | |
8804 | * annotate.texi: Add @noindent where needed. From Dmitry | |
8805 | Sivachenko <[email protected]>. | |
8806 | * gdb.texinfo: Indexing fix. From Dmitry Sivachenko. | |
8807 | ||
656db9b0 AC |
8808 | 2001-06-16 Andrew Cagney <[email protected]> |
8809 | ||
8810 | * gdb.texinfo (Protocol): Fix typo. Extra parenthesis. | |
8811 | ||
df2396a1 AC |
8812 | 2001-06-14 Andrew Cagney <[email protected]> |
8813 | ||
8814 | * gdb.texinfo (Remote Protocol): Document that the ``!'' packet | |
8815 | returns ``OK''. Document that the ``R'' packet does not reply. | |
8816 | ||
0f1f2b0a MS |
8817 | 2001-06-13 Michael Snyder <[email protected]> |
8818 | ||
8819 | * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:". | |
8820 | ||
f7dc1244 | 8821 | 2001-06-13 Eli Zaretskii <[email protected]> |
24f93129 EZ |
8822 | |
8823 | * gdb.texinfo (Signals): Clarify the default setting of signal | |
8824 | handling. | |
8825 | ||
a5d7c491 AC |
8826 | 2001-05-14 Andrew Cagney <[email protected]> |
8827 | ||
8828 | * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item | |
8829 | (FRAME_ARGS_ADDRESS_CORRECT): Ditto. | |
8830 | ||
05a54c4f AC |
8831 | 2001-05-12 Andrew Cagney <[email protected]> |
8832 | ||
8833 | * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in. | |
8834 | ||
f7dc1244 | 8835 | 2001-05-10 Eli Zaretskii <[email protected]> |
dab11f21 EZ |
8836 | |
8837 | * gdbint.texinfo (Clean Design and Portable Implementation): | |
8838 | Renamed from "Clean Design". | |
8839 | (Clean Design and Portable Implementation): Document portable | |
8840 | methods of handling file names, and the associated macros. | |
8841 | ||
f7dc1244 | 8842 | 2001-04-02 Eli Zaretskii <[email protected]> |
f5c37c66 EZ |
8843 | |
8844 | * gdb.texinfo (Tracepoint Actions): Mention the "info scope" | |
8845 | command and provide a cross-reference to its description. | |
8846 | (Symbols): Note that "info scope" is useful for trace experiments. | |
8847 | ||
f7dc1244 | 8848 | 2001-04-01 Eli Zaretskii <[email protected]> |
c534679c | 8849 | |
b37052ae EZ |
8850 | * gdb.texinfo (Symbols): Document "info scope". |
8851 | (Tracepoints): New chapter. | |
8852 | (Contributors): Update for v5.1. | |
8853 | <All nodes>: Change "C++" to "C@t{++}". | |
8854 | ||
0ee54786 EZ |
8855 | * gdbint.texinfo (User Interface): A new section about ui_out |
8856 | functions, based on text written by Fernando Nasser. | |
8857 | ||
c534679c EZ |
8858 | * stabs.texinfo: Change Permissions to GFDL. Update Copyright. |
8859 | ||
f7dc1244 | 8860 | 2001-03-26 Eli Zaretskii <[email protected]> |
3d67e040 | 8861 | |
e9c75b65 EZ |
8862 | * gdb.texinfo: Change Permissions to GFDL. Update Copyright. |
8863 | ||
8864 | * gdbint.texinfo: Change Permissions to GFDL. Update Copyright. | |
8865 | ||
8866 | * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright. | |
8867 | Replace "GDB" with "@value{GDBN}". Fix markup. | |
8868 | ||
8869 | * annotate.texi: Change Permissions to GFDL. Update Copyright. | |
8870 | ||
3d67e040 EZ |
8871 | * gdb.texinfo (Output Formats): Mention "info symbol" and provide |
8872 | a cross-reference to its description. | |
8873 | (Symbols): Document "info symbol". | |
8874 | ||
f7dc1244 | 8875 | 2001-03-21 Eli Zaretskii <[email protected]> |
9742079a EZ |
8876 | |
8877 | * gdbint.texinfo (Algorithms): New section "Watchpoints" and new | |
8878 | subsection "x86 Watchpoints". | |
8879 | (Target Architecture Definition): Document the macros | |
8880 | I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS. | |
8881 | (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS. | |
8882 | ||
b0ed3589 AC |
8883 | 2001-03-20 Andrew Cagney <[email protected]> |
8884 | ||
8885 | * gdbint.texinfo (Target Architecture Definition): Update | |
8886 | definition of SOFTWARE_SINGLE_STEP_P to include empty parameter | |
8887 | list. | |
8888 | ||
b6ba6518 KB |
8889 | 2001-03-06 Kevin Buettner <[email protected]> |
8890 | ||
8891 | * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo, | |
8892 | gdbint.texinfo, refcard.tex: Update/correct copyright notices. | |
8893 | ||
f7dc1244 | 8894 | 2001-02-21 Eli Zaretskii <[email protected]> |
5ece1a18 EZ |
8895 | |
8896 | * gdb.texinfo (Signals): Document "ignore", "noignore", and "all". | |
8897 | ||
f7dc1244 | 8898 | 2001-02-11 Eli Zaretskii <[email protected]> |
56caf160 | 8899 | |
17cc6a06 EZ |
8900 | * gdb.texinfo (Environment): Document that `path' does not change |
8901 | the value of PATH in GDB's own environment (it did in the past, | |
8902 | but that was changed on March 15, 1994). Reported by Doug Evans | |
8903 | <[email protected]>. | |
8904 | ||
56caf160 EZ |
8905 | * gdbint.texinfo: Fix up @itemize lists so that @item is alone on |
8906 | its line. Fix markup of commands and macros. Add an Index node | |
8907 | and index entries. | |
8908 | ||
29e57380 C |
8909 | 2001-01-23 J.T. Conklin <[email protected]> |
8910 | ||
8911 | * gdb.texinfo (Memory region attributes): New manual section. | |
8912 | ||
1c6147de ND |
8913 | 2001-01-04 Nicholas Duffek <[email protected]> |
8914 | ||
8915 | * gdbint.texinfo (POP_FRAME): Document use by return_command. | |
8916 | ||
f7dc1244 | 8917 | 2000-12-25 Eli Zaretskii <[email protected]> |
b157b00f EZ |
8918 | |
8919 | * refcard.tex: Version and copyright fixed. From Phil Edwards | |
8920 | <[email protected]>. | |
8921 | ||
0dcedd82 AC |
8922 | Thu Nov 30 16:57:19 2000 Andrew Cagney <[email protected]> |
8923 | ||
8924 | * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM, | |
889bf7c5 | 8925 | DWARF2_REG_TO_REGNUM): Document. |
0dcedd82 | 8926 | |
3b851bce AC |
8927 | Mon Nov 20 21:29:35 2000 Andrew Cagney <[email protected]> |
8928 | ||
8929 | * gdbint.texinfo (Coding): Update current value of | |
889bf7c5 | 8930 | --enable-build-warnings. Mention --enable-gdb-build-warnings. |
3b851bce | 8931 | |
f7dc1244 | 8932 | 2000-11-19 Eli Zaretskii <[email protected]> |
4a92d011 EZ |
8933 | |
8934 | * gdb.texinfo (Continuing and Stepping): Fixed markup and typos, | |
8935 | as suggested by Dmitry Sivachenko <[email protected]>. | |
8936 | ||
b90a5f51 CF |
8937 | 2000-11-10 Christopher Faylor <[email protected]> |
8938 | ||
8939 | * gdb.texinfo: Document new 'set step-mode' command. | |
8940 | ||
f7dc1244 | 8941 | 2000-10-16 Eli Zaretskii <[email protected]> |
96c405b3 EZ |
8942 | |
8943 | * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling | |
8944 | changes from Dmitry Sivachenko <[email protected]>. | |
8945 | ||
f7dc1244 | 8946 | 2000-09-26 Eli Zaretskii <[email protected]> |
c78b4128 EZ |
8947 | |
8948 | * gdb.texinfo (Hooks): Document the new post-hook functionality. | |
8949 | From Steven Johnson <[email protected]>. | |
8950 | ||
2e685b93 MK |
8951 | 2000-08-10 Mark Kettenis <[email protected]> |
8952 | ||
8953 | * gdbint.texinfo (Overall Structure): Spelling fix. | |
8954 | ||
f7dc1244 | 8955 | 2000-08-10 Eli Zaretskii <[email protected]> |
6f6ef15a EZ |
8956 | |
8957 | * gdbint.texinfo (Target Architecture Definition): Document that | |
8958 | REGISTER_CONVERT_TO_VIRTUAL should only be called on a register | |
8959 | for which REGISTER_CONVERTIBLE returns a zero value. | |
8960 | ||
63ac3005 EZ |
8961 | 2000-07-08 Christopher Faylor <[email protected]> |
8962 | ||
8963 | * Makefile.in (install-info): Find files to install in either the | |
8964 | build or source directories (adapted from Makefile.am). | |
8965 | ||
bd79f757 ND |
8966 | 2000-07-07 Nicholas Duffek <[email protected]> |
8967 | ||
8968 | * stabs.texinfo: Fix spelling errors. | |
8969 | (String Field): FILE-NUMBER starts from 0, not 1. | |
8970 | ||
f7dc1244 | 8971 | 2000-07-05 Eli Zaretskii <[email protected]> |
5f208f6d EZ |
8972 | |
8973 | * refcard.tex: Remove \centerline from the blurb. Patch from | |
5ae4183a | 8974 | Brian Youmans. |
5f208f6d | 8975 | |
f7dc1244 | 8976 | 2000-06-25 Eli Zaretskii <[email protected]> |
cc542d3b EZ |
8977 | |
8978 | * Makefile.in (install-info): Support installation from outside of | |
5ae4183a AS |
8979 | the source directory. Reported by Mark Harig |
8980 | <[email protected]>. | |
cc542d3b | 8981 | |
f3b28801 C |
8982 | 2000-06-20 J.T. Conklin <[email protected]> |
8983 | ||
8984 | * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number. | |
8985 | ||
449f3b6c AC |
8986 | Fri May 26 15:55:33 2000 Andrew Cagney <[email protected]> |
8987 | ||
8988 | * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets. | |
889bf7c5 | 8989 | Generate using pdftex. |
449f3b6c | 8990 | (PDFTEX): Define. |
889bf7c5 | 8991 | (STAGESTUFF, maintainer-clean realclean): Add *.pdf. |
449f3b6c | 8992 | (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the |
889bf7c5 | 8993 | @contents at the start. |
449f3b6c | 8994 | |
f7dc1244 | 8995 | 2000-05-24 Eli Zaretskii <[email protected]> |
48e934c6 EZ |
8996 | |
8997 | * gdb.texinfo: Remove duplicate @syncodeindex. From Brian | |
5ae4183a | 8998 | Youmans. |
48e934c6 | 8999 | |
9e9c5ae7 AC |
9000 | Wed May 24 21:27:58 2000 Andrew Cagney <[email protected]> |
9001 | ||
9002 | From Brian Youmans: | |
9003 | * gdb.texinfo: Fix ``et al.''. | |
9004 | ||
c741b251 AC |
9005 | Tue May 23 22:57:41 2000 Andrew Cagney <[email protected]> |
9006 | ||
9007 | * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for | |
889bf7c5 | 9008 | loop. |
c741b251 | 9009 | |
4ab64e14 JG |
9010 | 2000-05-19 Jimmy Guo <[email protected]> |
9011 | ||
9012 | * configure: Regenerate. | |
9013 | ||
f7dc1244 | 9014 | 2000-05-17 Eli Zaretskii <[email protected]> |
d3229ae3 EZ |
9015 | |
9016 | * Makefile.in (install-info): Run install-info on installed Info | |
9017 | files. | |
9018 | ||
8c70017b AC |
9019 | Fri May 12 20:18:04 2000 Andrew Cagney <[email protected]> |
9020 | ||
a7cb598a | 9021 | * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention |
889bf7c5 | 9022 | Andrew Cagney. |
8c70017b | 9023 | |
f7dc1244 | 9024 | 2000-05-09 Eli Zaretskii <[email protected]> |
598ca718 EZ |
9025 | |
9026 | * gdb.texinfo: Proofreading changes from Brian Youmans. | |
9027 | ||
bf0184be ND |
9028 | 2000-05-01 Nick Duffek <[email protected]> |
9029 | ||
9030 | * gdb.texinfo (Command Files): Mention -x, use @enumerate for | |
9031 | startup sequence, minor edits. | |
9032 | ||
f7dc1244 | 9033 | 2000-05-01 Eli Zaretskii <[email protected]> |
41afff9a EZ |
9034 | |
9035 | * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in | |
9036 | TeX. | |
9037 | ||
9038 | * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries | |
9039 | "@kindex f" into "@kindex f (foo)", otherwise we get index entries | |
9040 | like `n' and `s' which look weird. Convert some of the @kindex to | |
9041 | @vindex, when they refer to variables, not commands. | |
9042 | ||
33e16fad AC |
9043 | Sat Apr 29 17:01:04 2000 Andrew Cagney <[email protected]> |
9044 | ||
9045 | * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes. | |
9046 | ||
f7dc1244 | 9047 | 2000-04-23 Eli Zaretskii <[email protected]> |
7162c0ca EZ |
9048 | |
9049 | * Makefile.in (GDBMI_DIR): New variable. | |
9050 | (SET_TEXINPUTS): Add $(GDBMI_DIR). | |
9051 | (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo. | |
9052 | (gdbmi.texinfo): New target, for texi2roff. | |
9053 | (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo. | |
9054 | (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}". | |
9055 | ||
9056 | * gdb.texinfo (Top): Add GDB/MI to the main menu and @include | |
9057 | gdbmi.texinfo. | |
9058 | (Mode Options): Add xref to GDB/MI docs and remove a FIXME | |
9059 | comment. | |
9060 | ||
d167840f EZ |
9061 | 2000-04-17 Elena Zannoni <[email protected]> |
9062 | ||
9063 | * gdb.texinfo (Files): Update description of add-symbol-file | |
889bf7c5 | 9064 | command. |
d167840f | 9065 | |
f7dc1244 | 9066 | 2000-04-17 Eli Zaretskii <[email protected]> |
8487521e EZ |
9067 | |
9068 | * gdb.texinfo (Porting GDB): Don't use @value in the node name, it | |
9069 | prevents the build (and is generally a Bad Idea). | |
9070 | ||
f7dc1244 | 9071 | 2000-04-17 Eli Zaretskii <[email protected]> |
00e4a2e4 EZ |
9072 | |
9073 | * gdb.texinfo (Protocol): Prevent makeinfo from complaining about | |
9074 | a comma inside @var. | |
9075 | (Command Files): Index markup changes from Dmitry Sivachenko | |
9076 | <[email protected]>. | |
9077 | ||
f7dc1244 | 9078 | 2000-04-16 Eli Zaretskii <[email protected]> |
39ec5655 EZ |
9079 | |
9080 | * Makefile.in (LN_S): Define. | |
9081 | (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't | |
9082 | invoke "ln -s" unless it is known to work. | |
9083 | ||
9084 | * configure.in (AC_PROG_LN_S): Add. | |
9085 | ||
8dc7983f JB |
9086 | 2000-04-14 Jim Blandy <[email protected]> |
9087 | ||
9088 | * gdbint.texinfo (Pointers Are Not Always Addresses): New manual | |
9089 | section. | |
9090 | (Target Conditionals): Document ADDRESS_TO_POINTER, | |
9091 | POINTER_TO_ADDRESS. | |
9092 | ||
1a8237e8 DB |
9093 | 2000-04-11 Daniel Berlin <[email protected]> |
9094 | ||
9095 | * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include | |
9096 | gdb-cfg.texi to get the value. | |
9097 | ||
ca526f1a JB |
9098 | 2000-04-10 Jim Blandy <[email protected]> |
9099 | ||
9100 | * gdbint.texinfo (Target Architecture Definition): Fix | |
9101 | cross-references. | |
9102 | ||
faaafcb4 JB |
9103 | 2000-04-08 Jim Blandy <[email protected]> |
9104 | ||
9105 | * gdbint.texinfo (Using Different Register and Memory Data | |
9106 | Representations): New section. | |
9107 | (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE, | |
889bf7c5 PA |
9108 | REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL, |
9109 | REGISTER_CONVERT_TO_RAW): Document. | |
faaafcb4 | 9110 | |
1b27397f AC |
9111 | Mon Apr 3 19:16:32 2000 Andrew Cagney <[email protected]> |
9112 | ||
9113 | * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex | |
889bf7c5 | 9114 | for acknowledgments. |
1b27397f | 9115 | |
480ff1fb AC |
9116 | Tue Mar 28 18:28:45 2000 Andrew Cagney <[email protected]> |
9117 | ||
9118 | * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with | |
889bf7c5 | 9119 | qThreadExtraInfo. |
480ff1fb | 9120 | |
a9331b3f | 9121 | 2000-03-28 J.T. Conklin <[email protected]> |
f1251bdd | 9122 | |
a9331b3f RM |
9123 | * gdb.texinfo: Clarify which remote debug protocol commands are |
9124 | required and which are optional. | |
f1251bdd | 9125 | |
dbeb8dbd AC |
9126 | Tue Mar 28 16:06:22 2000 Andrew Cagney <[email protected]> |
9127 | ||
9128 | * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew | |
889bf7c5 PA |
9129 | Cagney <[email protected]>. Move @chapter and @node entries |
9130 | back to annotate.texi, rluser.texinfo and inc-hist.texinfo. | |
dbeb8dbd AC |
9131 | * annotate.texi: Update. |
9132 | ||
6d2ebf8b SS |
9133 | 2000-03-28 Stan Shebs <[email protected]> |
9134 | ||
9135 | * gdb.texinfo: Update dates, bump to Eighth Edition (note | |
9136 | expectation of additional changes before release), update | |
9137 | ISBN, add copy of top-level menu for @ifhtml, remove explicit | |
9138 | node links, rephrase and/or shorten lines to fix formatting | |
9139 | problem in both regular and @smallbook formats. | |
9140 | * annotate.texi: Shorten lines in example, use smallexample | |
9141 | consistently everywhere. | |
9142 | * Makefile.in: Add comment about texinfo 4.0 html generation. | |
9143 | (SFILES_INCLUDED): Add annotate.texi. | |
9144 | ||
5d161b24 DB |
9145 | 2000-03-27 Daniel Berlin <[email protected]> |
9146 | ||
5ae4183a AS |
9147 | * gdb.texinfo (Debugging Output): Added new section, documenting |
9148 | the "set/show debug" commands. | |
5d161b24 | 9149 | |
b9deaee7 AC |
9150 | Fri Mar 24 18:06:34 2000 Andrew Cagney <[email protected]> |
9151 | ||
9152 | * annotate.texi (Annotations): When GDBN omit @chapter and @node | |
889bf7c5 | 9153 | entry. |
b9deaee7 AC |
9154 | |
9155 | * gdb.texinfo: Check for @ifinfo instead of @ifnottex. | |
9156 | (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local | |
889bf7c5 | 9157 | @chapter and @node entries. |
a9331b3f | 9158 | |
b9deaee7 | 9159 | * gdb.texinfo: Link all top-level nodes. |
a9331b3f | 9160 | |
9ef47d30 AC |
9161 | Fri Mar 24 17:56:48 2000 Andrew Cagney <[email protected]> |
9162 | ||
9163 | * Makefile.in (install-info): Create $(infodir) before installing | |
889bf7c5 | 9164 | files. |
9ef47d30 | 9165 | |
cfeada60 FN |
9166 | 2000-03-23 Fernando Nasser <[email protected]> |
9167 | ||
9168 | From David Whedon <[email protected]> | |
5ae4183a | 9169 | * gdbint.texinfo : Added paragraphs about command deprecation. |
cfeada60 | 9170 | |
6837a0a2 DB |
9171 | 2000-03-22 Daniel Berlin <[email protected]> |
9172 | ||
9173 | * gdb.texinfo: Add documentation for the apropos command. | |
9174 | ||
bba2971c MS |
9175 | 2000-03-20 Michael Snyder <[email protected]> |
9176 | ||
9177 | * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo. | |
9178 | ||
2b628194 MS |
9179 | 2000-03-20 Michael Snyder <[email protected]> |
9180 | ||
a9331b3f | 9181 | * gdb.texinfo: Add white space to prevent overprinting in |
2b628194 MS |
9182 | two places. |
9183 | ||
96a2c332 SS |
9184 | 2000-03-17 Stan Shebs <[email protected]> |
9185 | ||
9186 | * gdb.texinfo: Many minor changes from Dmitry Sivachenko | |
9187 | <[email protected]>, also clarification of allowed content for | |
9188 | string constants. | |
9189 | ||
f7dc1244 | 9190 | 2000-03-16 Eli Zaretskii <[email protected]> |
d700128c EZ |
9191 | |
9192 | * gdb.texinfo (main menu): Add Annotations. | |
9193 | (File Options): Add @cindex entries for each command-line option. | |
9194 | Document --epoch, --annotate, --async, --interpreter, --write, | |
9195 | --statistics, and --version. | |
9196 | ||
9197 | * annotate.texi: Convert to a chapter. Use @value{GDBN} instead | |
9198 | of GDB. | |
9199 | ||
9d233477 JB |
9200 | 2000-02-23 Jim Blandy <[email protected]> |
9201 | ||
9202 | * gdbint.texinfo (FUNCTION_START_OFFSET): Document. | |
9203 | ||
14e0eb3b JB |
9204 | 2000-02-22 Jim Blandy <[email protected]> |
9205 | ||
9206 | * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form. | |
9207 | ||
3555de01 JM |
9208 | 2000-02-15 Jason Molenda ([email protected]) |
9209 | ||
9210 | * Makefile.in (diststuff): New target. | |
9211 | ||
5e35df8e KB |
9212 | 2000-02-15 Kevin Buettner <[email protected]> |
9213 | ||
9214 | * agentexpr.texi: Fix wording regarding Intel's IA-64 | |
90a3d8f2 | 9215 | architecture. [From Jim Wilson.] |
5e35df8e | 9216 | |
c5394b80 JM |
9217 | 2000-01-16 Tom Tromey <[email protected]> |
9218 | ||
9219 | * gdb.texinfo (Breakpoints): Mention breakpoint ranges. | |
9220 | (Delete Breaks): Mention range arguments. | |
9221 | (Disabling): Likewise. | |
9222 | ||
c3f6f71d JM |
9223 | 2000-01-05 Dmitry Sivachenko <[email protected]> |
9224 | ||
9225 | * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences. | |
9226 | ||
c4093a6a JM |
9227 | Wed Dec 8 19:53:08 1999 Andrew Cagney <[email protected]> |
9228 | ||
9229 | * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain | |
889bf7c5 | 9230 | valid functions. |
c4093a6a | 9231 | |
11cf8741 JM |
9232 | 1999-11-05 Stan Shebs <[email protected]> |
9233 | ||
9234 | * gdb.texinfo: Clarify regular expressions used in rbreak. | |
9235 | ||
917317f4 JM |
9236 | 1999-10-15 Kevin Buettner <[email protected]> |
9237 | ||
9238 | * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT, | |
9239 | MEMORY_REMOVE_BREAKPOINT): Document. | |
9240 | ||
9241 | Thu Oct 14 21:17:17 1999 Andrew Cagney <[email protected]> | |
9242 | ||
9243 | * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS | |
889bf7c5 | 9244 | offset re-using the DATA offset instead. |
917317f4 | 9245 | |
2df3850c JM |
9246 | 1999-10-11 Jim Kingdon <[email protected]> |
9247 | ||
9248 | * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY. | |
9249 | ||
9250 | 1999-10-05 Stan Shebs <[email protected]> | |
9251 | ||
9252 | From Dmitry Sivachenko <[email protected]>: | |
9253 | * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other | |
9254 | typos. | |
9255 | ||
9256 | * gdb.texinfo: Various minor wording and formatting improvements, | |
9257 | mentions of additional command-line options. | |
9258 | ||
2acceee2 JM |
9259 | 1999-09-30 Fred Fish <[email protected]> |
9260 | ||
9261 | * gdb.texinfo: Document additional forms of specifying section | |
9262 | names and addresses for the add-symbol-file command. | |
9263 | ||
c2c6d25f JM |
9264 | 1999-09-14 Michael Snyder <[email protected]> |
9265 | ||
9266 | * gdbint.texinfo: Fix typo, add the word "have". | |
9267 | ||
9268 | 1999-09-14 Jim Blandy <[email protected]> | |
9269 | ||
9270 | * gdbint.texinfo (Target Architecture Definition): Document the | |
9271 | SKIP_PERMANENT_BREAKPOINT macro. | |
9272 | ||
d4f3574e SS |
9273 | 1999-09-07 Stan Shebs <[email protected]> |
9274 | ||
9275 | * gdb.texinfo: Fiks speling errers. | |
9276 | ||
9277 | * gdb.texinfo: Fix uses of @multitable. | |
9278 | ||
f7dc1244 | 9279 | From Eli Zaretskii <[email protected]>: |
d4f3574e | 9280 | * gdb.texinfo: Include details specific to DOS host, clarify |
889bf7c5 | 9281 | some confusing language, fix @ref/@xref/@pxref usages, add |
d4f3574e SS |
9282 | comments about using with optimization, add more indexing, |
9283 | fix info about disassembly-flavor. | |
9284 | ||
9285 | Tue Sep 7 09:11:24 1999 Kevin Buettner <[email protected]> | |
9286 | ||
9287 | * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE, | |
9288 | SKIP_SOLIB_RESOLVER): Define. | |
9289 | ||
9290 | Fri Sep 3 18:05:14 1999 Andrew Cagney <[email protected]> | |
9291 | ||
9292 | * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and | |
889bf7c5 | 9293 | ``g'' packets. |
d4f3574e | 9294 | |
104c1213 JM |
9295 | 1999-08-30 Stan Shebs <[email protected]> |
9296 | ||
9297 | * gdb.texinfo: Create a new "Configurations" chapter with | |
889bf7c5 PA |
9298 | platform-specific info, inline remote.texi and move sections of it |
9299 | into the new chapter, move bits about info proc, heuristic search, | |
104c1213 JM |
9300 | and register stack into the new chapter. |
9301 | * remote.texi: Remove, now part of gdb.texinfo. | |
9302 | * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi. | |
9303 | ||
9304 | 1999-08-27 Jason Molenda ([email protected]) | |
9305 | ||
9306 | * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386, | |
9307 | GDB_TARGET_IS_MACH386): These kludges have gone away. | |
9308 | ||
9309 | Wed Aug 25 10:47:03 1999 Andrew Cagney <[email protected]> | |
9310 | ||
9311 | * gdbint.texinfo (Target Architecture Definition): Mention | |
889bf7c5 | 9312 | TDEPLIBS. |
104c1213 | 9313 | |
53a5351d JM |
9314 | 1999-08-20 Stan Shebs <[email protected]> |
9315 | ||
9316 | * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite | |
9317 | surrounding text to fit HP-UX bits into general info. | |
9318 | (HPPA-cfg.texi): Remove, no longer useful. | |
9319 | ||
9320 | * gdb.texinfo: Remove explicit links from @node lines, remove | |
9321 | HP-added "Detailed Node Listing" from main menu which confuses | |
9322 | things. | |
9323 | ||
9324 | From Dmitry Sivachenko <[email protected]>: | |
9325 | * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping | |
889bf7c5 | 9326 | in description of `set environment'. |
53a5351d JM |
9327 | |
9328 | 1999-08-17 Stan Shebs <[email protected]> | |
9329 | ||
9330 | * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C. | |
9331 | ||
7be570e7 JM |
9332 | 1999-08-12 Ben Elliston <[email protected]> |
9333 | ||
9334 | * gdbint.texinfo (Breakpoint Handling): Add missing words. | |
9335 | ||
f7dc1244 | 9336 | 1999-08-10 Eli Zaretskii <[email protected]> |
7be570e7 JM |
9337 | |
9338 | * gdb.texinfo (Set Watchpoints): Explain some subtleties about | |
889bf7c5 PA |
9339 | watch, awatch, and rwatch. Explain why the latter two cannot be |
9340 | set as software watchpoints. Document that watchpoints for local | |
9341 | variables are deleted when the debuggee terminates. | |
7be570e7 JM |
9342 | |
9343 | Wed Aug 11 13:18:14 1999 Andrew Cagney <[email protected]> | |
9344 | ||
9345 | * remote.texi (Protocol): Further clarification of the "qRcmd" | |
889bf7c5 PA |
9346 | packet. Allow E.. response packet. "qRcmd" packet is no longer |
9347 | reserved. | |
7be570e7 JM |
9348 | |
9349 | 1999-08-10 Elena Zannoni <[email protected]> | |
9350 | ||
a9331b3f RM |
9351 | * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo. |
9352 | * gdb.texinfo: Ditto. | |
7be570e7 | 9353 | |
96baa820 JM |
9354 | 1999-08-06 Tom Tromey <[email protected]> |
9355 | ||
9356 | * gdb.texinfo (KOD): New node. | |
9357 | ||
9358 | Fri Aug 6 17:05:48 1999 Andrew Cagney <[email protected]> | |
9359 | ||
9360 | * remote.texi (Rcmd): Fix minor formatting typos. | |
9361 | ||
9362 | Thu Aug 5 17:57:41 1999 Andrew Cagney <[email protected]> | |
9363 | ||
9364 | * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response | |
889bf7c5 | 9365 | packets. |
96baa820 | 9366 | |
adf40b2e JM |
9367 | 1999-07-14 Jim Blandy <[email protected]> |
9368 | ||
9369 | * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc | |
9370 | fixes. | |
9371 | ||
43ff13b4 JM |
9372 | Tue Jun 29 11:43:55 1999 Andrew Cagney <[email protected]> |
9373 | ||
9374 | * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define. | |
9375 | ||
085dd6e6 JM |
9376 | Fri Jun 25 11:47:06 1999 Andrew Cagney <[email protected]> |
9377 | ||
9378 | * remote.texi (Communication Protocol): ``v'' is in use. Fix | |
889bf7c5 PA |
9379 | numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'', |
9380 | ``z'' and ``qRcmd'' as draft instead of reserved. Identify | |
9381 | packets that are not supported on all hosts. Expand examples. | |
9382 | Spell check. | |
085dd6e6 JM |
9383 | |
9384 | 1999-06-24 Jason Molenda ([email protected]) | |
9385 | ||
9386 | * Makefile.in: Recognize html, install-html. Add targets | |
9387 | to build HTML versions of documentation via texi2html. | |
9388 | ||
9389 | Thu Jun 24 15:59:03 1999 Stan Shebs <[email protected]> | |
9390 | ||
9391 | * gdbint.texinfo (Testsuite): New chapter, information about the | |
889bf7c5 | 9392 | testsuite. |
085dd6e6 JM |
9393 | |
9394 | Fri Jun 25 02:40:34 1999 Andrew Cagney <[email protected]> | |
9395 | ||
9396 | * remote.texi (Communication Protocol): Rewrite. | |
9397 | ||
9398 | Thu Jun 24 16:59:54 1999 Andrew Cagney <[email protected]> | |
9399 | ||
9400 | * stabs.texinfo: Fix uses of xref. | |
9401 | ||
9e0b60a8 JM |
9402 | Thu Jun 17 17:23:25 1999 Stan Shebs <[email protected]> |
9403 | ||
9404 | * gdbint.texinfo: Add an anti-printf exhortation, and update the | |
9405 | info about patch submission. | |
9406 | ||
cce74817 JM |
9407 | Mon Jun 7 15:49:40 1999 Stan Shebs <[email protected]> |
9408 | ||
9409 | From Per Bothner <[email protected]>: | |
9410 | * gdb.texinfo: Document Chill support. | |
9411 | ||
9412 | Fri Jun 4 16:58:22 1999 Andrew Cagney <[email protected]> | |
9413 | ||
9414 | * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference | |
889bf7c5 PA |
9415 | to corresponding TARGET_READ_reg TARGET_WRITE_reg macros. |
9416 | Document that the value should be greater-than or equal-to zero. | |
9417 | (NO_STD_REGS): Document. Deprecate. | |
cce74817 | 9418 | |
ac9a91a7 JM |
9419 | Tue Jun 1 15:04:15 1999 Andrew Cagney <[email protected]> |
9420 | ||
9421 | * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT): | |
889bf7c5 | 9422 | Document that these are not used. |
ac9a91a7 JM |
9423 | |
9424 | Thu May 27 09:28:15 1999 Andrew Cagney <[email protected]> | |
9425 | ||
9426 | * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document. | |
9427 | ||
392a587b JM |
9428 | Mon May 24 10:07:39 1999 Andrew Cagney <[email protected]> |
9429 | ||
9430 | * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter | |
889bf7c5 | 9431 | numargs was dropped. |
392a587b JM |
9432 | |
9433 | Thu May 20 12:26:59 1999 Andrew Cagney <[email protected]> | |
9434 | ||
9435 | * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update. | |
9436 | ||
b83266a0 SS |
9437 | Tue Apr 27 19:14:20 1999 Andrew Cagney <[email protected]> |
9438 | ||
9439 | * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P): | |
889bf7c5 | 9440 | Update. |
b83266a0 | 9441 | |
7a292a7a SS |
9442 | Thu Apr 22 13:07:37 1999 Andrew Cagney <[email protected]> |
9443 | ||
9444 | * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document. | |
9445 | (GET_SAVED_REGISTER): Update, not just the a29k uses this. | |
9446 | ||
9447 | Wed Apr 21 13:59:01 1999 Dave Brolley <[email protected]> | |
9448 | ||
9449 | * gdbint.texinfo: Fix typos: $ -> @. | |
9450 | ||
9451 | Tue Apr 20 11:59:38 1999 Andrew Cagney <[email protected]> | |
9452 | ||
9453 | * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT, | |
889bf7c5 PA |
9454 | LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, |
9455 | BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and | |
9456 | BREAKPOINT_FROM_PC. | |
a9331b3f | 9457 | |
7a292a7a SS |
9458 | Mon Apr 12 16:00:44 1999 Andrew Cagney <[email protected]> |
9459 | ||
9460 | * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P, | |
889bf7c5 | 9461 | CALL_DUMMY_STACK_ADJUST): Document. |
7a292a7a SS |
9462 | |
9463 | Thu Apr 8 17:23:15 1999 Andrew Cagney <[email protected]> | |
9464 | ||
9465 | * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS, | |
889bf7c5 | 9466 | SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define. |
7a292a7a SS |
9467 | |
9468 | 1999-04-02 Stan Shebs <[email protected]> | |
9469 | ||
9470 | * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no | |
9471 | longer exists. | |
9472 | ||
9473 | Tue Mar 9 19:25:11 1999 Stan Shebs <[email protected]> | |
9474 | ||
9475 | * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove | |
889bf7c5 PA |
9476 | nearly all @ifset/@ifclear conditionals; nobody uses them, and |
9477 | they make the manual source incomprehensible. | |
7a292a7a SS |
9478 | * h8-cfg.texi: Remove, hasn't been used in years. |
9479 | ||
c906108c SS |
9480 | Thu Feb 11 18:00:59 1999 Stan Shebs <[email protected]> |
9481 | ||
9482 | * gdb.texinfo: Update the credits. | |
9483 | ||
9484 | Mon Feb 8 17:33:57 1999 Stan Shebs <[email protected]> | |
9485 | ||
9486 | * gdb.texinfo: Fix mistakes noticed in printout of last | |
9487 | draft, add Alpha to discussion of heuristic fence post. | |
9488 | ||
9489 | Fri Feb 5 17:20:00 1999 Stan Shebs <[email protected]> | |
9490 | ||
9491 | * gdb.texinfo, remote.texi: Many changes; update to Seventh | |
889bf7c5 PA |
9492 | Edition, merge some HP changes into mainline, describe some |
9493 | previously undocumented features, describe more of the target | |
9494 | commands available, eliminate obsolete section on renamed | |
9495 | commands. | |
c906108c SS |
9496 | * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals. |
9497 | ||
9498 | Wed Jan 20 17:47:45 1999 Stan Shebs <[email protected]> | |
9499 | ||
9500 | * gdb.texinfo: Make many HPPA conditionals unconditional, | |
9501 | including catchpoint description, since now on for all configs. | |
9502 | * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific | |
9503 | specializations. | |
9504 | ||
9505 | Thu Jan 14 17:10:12 1999 Stan Shebs <[email protected]> | |
9506 | ||
9507 | * Makefile.in (GDBvn.texi): Fix match expression to work with | |
9508 | current format of VERSION in gdb/Makefile.in. | |
9509 | * gdb.texinfo: Fix node ref to match new readline. | |
9510 | ||
9511 | Wed Jan 13 10:38:40 1999 Edith Epstein <[email protected]> | |
9512 | ||
a9331b3f RM |
9513 | * gdb.texinfo: Changes made as part of a project to merge in |
9514 | changes made by HP. Documentation makes extensive use of | |
c906108c SS |
9515 | @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation |
9516 | on remote debugging. There are differences in documentation | |
889bf7c5 | 9517 | (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also, |
c906108c SS |
9518 | the HP manual discusses catchpoints, hardware watchpoints, and |
9519 | some HPUX specific limitations for shared library support. | |
a9331b3f | 9520 | |
c906108c SS |
9521 | There are also a number of @node changes. |
9522 | ||
9523 | 1999-01-12 Jason Molenda ([email protected]) | |
9524 | ||
9525 | * gdbint.texinfo (Formatting): Disambiguate a sentence. | |
9526 | (C Usage): Same. | |
9527 | ||
9528 | Wed Jan 6 11:55:34 1999 David Taylor <[email protected]> | |
9529 | ||
9530 | The following changes were made by Edith Epstein | |
889bf7c5 PA |
9531 | <[email protected]> as part of a project to merge in changes |
9532 | made by HP. | |
a9331b3f | 9533 | |
c906108c SS |
9534 | * HPPA-cfg.texi: new file. |
9535 | ||
9536 | * all-cfg.texi: set HPPA for HP PA-RISC targets. | |
9537 | ||
9538 | * refcard.tex: change documentation about catch. | |
9539 | removed info catch. | |
9540 | ||
9541 | Mon Jan 4 18:29:18 1999 Stan Shebs <[email protected]> | |
9542 | ||
9543 | * gdbint.texinfo: Expand on GDB's coding standards, | |
9544 | specify the use of arg names with prototypes. | |
9545 | ||
9546 | 1998-12-14 J.T. Conklin <[email protected]> | |
9547 | ||
9548 | * gdb.texinfo: Fix tipo. | |
9549 | ||
9550 | Sun Dec 13 10:27:59 1998 Andrew Cagney <[email protected]> | |
9551 | ||
9552 | * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and | |
889bf7c5 | 9553 | TARGET_BYTE_ORDER_SELECTABLE_P. |
c906108c SS |
9554 | |
9555 | Thu Dec 10 16:07:09 1998 Andrew Cagney <[email protected]> | |
9556 | ||
9557 | * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document. | |
9558 | ||
9559 | 1998-12-09 Jim Blandy <[email protected]> | |
9560 | ||
9561 | * agentexpr.texi: New file. | |
9562 | ||
9563 | Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook> | |
9564 | ||
9565 | * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES. | |
9566 | ||
9567 | 1998-12-03 J.T. Conklin <[email protected]> | |
9568 | ||
9569 | * remote.texi: Changed wording that implied that the GDB remote | |
9570 | protocol caches register values instead of GDB itself. | |
9571 | ||
9572 | Tue Dec 1 17:45:43 1998 Stan Shebs <[email protected]> | |
9573 | ||
9574 | * gdbint.texinfo: Add some info about symbol readers. | |
9575 | (CHILL_PRODUCER, etc): Comment out descriptions, not useful. | |
9576 | (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE. | |
9577 | (IN_SOLIB_RETURN_TRAMPOLINE): Describe. | |
9578 | (KERNEL_DEBUGGING, MIPSEL): No info about these, remove. | |
9579 | ||
9580 | Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook> | |
9581 | ||
a9331b3f | 9582 | * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE): |
c906108c SS |
9583 | |
9584 | Sat Nov 28 13:45:53 1998 Andrew Cagney <[email protected]> | |
9585 | ||
9586 | * gdbint.texinfo (INNER_THAN): Update, now takes parameters. | |
9587 | ||
9588 | Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook> | |
9589 | ||
9590 | * gdbint.texinfo (NO_SINGLE_STEP): Replace with | |
889bf7c5 | 9591 | SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP. |
c906108c SS |
9592 | |
9593 | Wed Oct 14 10:02:40 1998 Andrew Cagney <[email protected]> | |
9594 | ||
9595 | * gdbint.texinfo: Fix minor typos. | |
9596 | ||
9597 | Wed Sep 30 18:03:19 1998 Stan Shebs <[email protected]> | |
9598 | ||
9599 | * gdbint.texinfo: Complete overhaul. Group descriptions more | |
9600 | logically, add more info on generic algorithms, remove much | |
9601 | obsolete and/or wrong material. | |
9602 | ||
9603 | Fri Jul 24 17:51:38 1998 Ian Lance Taylor <[email protected]> | |
9604 | ||
9605 | * stabs.texinfo (Method Type Descriptor): Expand and correct. | |
9606 | ||
9607 | Mon May 4 10:37:12 1998 Brian Youmans ([email protected]) | |
9608 | ||
9609 | * refcard.tex: Copyright, address updates. | |
9610 | ||
9611 | Tue Apr 21 18:09:56 1998 Stan Shebs <[email protected]> | |
9612 | ||
9613 | * gdb.texinfo (EDITION, DATE): Update and change to use ordinals | |
9614 | for the edition instead of confusing GDB-version-like numbers. | |
9615 | ||
9616 | Mon Apr 13 14:05:00 1998 Fred Fish <[email protected]> | |
9617 | ||
9618 | * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data". | |
9619 | ||
9620 | Thu Apr 2 16:52:44 1998 Jason Molenda ([email protected]) | |
9621 | ||
5ae4183a | 9622 | * LRS: Reformat a bit to keep text under 80 columns. |
c906108c SS |
9623 | |
9624 | Thu Apr 2 16:10:36 1998 Stan Shebs <[email protected]> | |
9625 | ||
9626 | * gdb.texinfo: Add some credits, mention bug monitor. | |
9627 | * remote.texi: Mention mips monitor targets. | |
9628 | * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY. | |
a9331b3f | 9629 | |
c906108c SS |
9630 | Mon Feb 2 17:13:03 1998 Stan Shebs <[email protected]> |
9631 | ||
9632 | * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h | |
889bf7c5 PA |
9633 | files, finish sorting of host vs target vs native macros, describe |
9634 | some more of them. | |
c906108c SS |
9635 | |
9636 | Tue Jan 13 16:44:50 1998 Fred Fish <[email protected]> | |
9637 | ||
9638 | * gdbint.texinfo (Host Conditionals): Document change from | |
9639 | using NO_MMALLOC to it's inverse, USE_MMALLOC. | |
9640 | ||
9641 | Mon Nov 24 13:55:21 1997 Andrew Cagney <[email protected]> | |
9642 | ||
9643 | * gdbint.texinfo (Host Conditionals): Document | |
889bf7c5 | 9644 | PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE. |
c906108c SS |
9645 | |
9646 | Fri Jul 4 14:52:31 1997 Ian Lance Taylor <[email protected]> | |
9647 | ||
9648 | * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES. | |
9649 | Document LSEEK_NOT_LINEAR. | |
9650 | ||
9651 | Tue Mar 25 14:44:09 1997 Ian Lance Taylor <[email protected]> | |
9652 | ||
9653 | * stabs.texinfo (Stab Section Basics): Make it clear that only | |
9654 | some versions of the GNU linker remove the leading N_UNDF symbol. | |
9655 | ||
9656 | Thu Feb 27 17:45:19 1997 Ian Lance Taylor <[email protected]> | |
9657 | ||
9658 | * stabs.texinfo (String Field): Document type number pairs here, | |
9659 | instead of in the Sun specific section. | |
9660 | (Include Files): The GNU linker supports the N_BINCL | |
9661 | optimization. Clarify the N_BINCL value, and what it is used | |
9662 | for. | |
9663 | (Procedures): Document N_FUN with an empty string to mark the end | |
9664 | of a function. | |
9665 | (Typedefs): Mention that Sun compilers may use N_GSYM for a type. | |
9666 | (Sun Differences): Remove this node, as the information is now | |
9667 | elsewhere in the main document. | |
9668 | (Stab Section Basics): Mention that the GNU linker may optimize | |
9669 | stabs and remove the leading N_UNDF symbol. | |
9670 | ||
9671 | Mon Dec 9 12:23:32 1996 Roland Pesch <[email protected]> | |
9672 | ||
9673 | * gdb.texinfo, refcard.tex: Restore author credit | |
9674 | ||
9675 | Wed Oct 2 22:01:36 1996 Fred Fish <[email protected]> | |
9676 | ||
9677 | * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update | |
9678 | documentation to account for START and END macros taking | |
9679 | one arg. | |
9680 | ||
9681 | Thu Aug 22 17:59:03 1996 Fred Fish <[email protected]> | |
9682 | ||
9683 | From: Eberhard Mattes <[email protected]> | |
9684 | * gdb.texinfo (Frames): Fix typo. | |
9685 | ||
9686 | Tue Jul 23 10:06:20 1996 Fred Fish <[email protected]> | |
9687 | ||
9688 | * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes | |
9689 | a target_signal as arg type, not a pid. | |
9690 | ||
9691 | Fri Jul 12 11:10:05 1996 Stu Grossman ([email protected]) | |
9692 | ||
9693 | * gdb.texinfo: Document `set assembly-language'. | |
9694 | ||
9695 | Thu Jul 11 13:50:28 1996 Stan Shebs <[email protected]> | |
9696 | ||
9697 | * remote.texi: Update list of stubs in the GDB distribution. | |
9698 | ||
9699 | Fri Jul 5 15:38:54 1996 Fred Fish <[email protected]> | |
9700 | ||
9701 | * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK. | |
889bf7c5 PA |
9702 | Also document that some systems can use mmalloc but must define |
9703 | this if their C runtime allocates memory that is later freed. | |
c906108c | 9704 | (MMCHECK_FORCE): Document new macro. |
a9331b3f | 9705 | |
c906108c SS |
9706 | Fri Jun 28 22:17:10 1996 Dawn Perchik <[email protected]> |
9707 | ||
9708 | * remote.texi: Add documentation for target Sparclet. | |
9709 | ||
9710 | Mon Jun 24 18:12:22 1996 Jason Molenda ([email protected]) | |
9711 | ||
a9331b3f | 9712 | * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL, |
c906108c SS |
9713 | INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values. |
9714 | * configure.in: Rewritten for autoconf. | |
9715 | * configure: New. | |
9716 | ||
9717 | Mon Jun 17 10:43:41 1996 Fred Fish <[email protected]> | |
9718 | ||
9719 | * Makefile.in (DVIPS): New define, set to dvips. | |
9720 | (dvi): Add stabs.dvi. | |
9721 | (ps): New target. | |
9722 | (all-doc): Depend on info, dvi, and ps targets. | |
9723 | (STAGESTUFF): Add *.ps and *.dvi files. | |
9724 | (clean-info, clean-dvi): Remove. | |
9725 | (mostlyclean): Does not depend upon clean-info or clean-dvi, | |
9726 | rules completely rewritten. | |
9727 | (maintainer-clean): Remove clean-info and clean-dvi | |
9728 | dependencies and put their actions in the rules. | |
9729 | (gdb.ps): New target | |
a9331b3f | 9730 | (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove |
c906108c SS |
9731 | intermediate TeX files, whether they have 2 or 3 character |
9732 | extensions. | |
9733 | (gdbint.ps): Add target and rules. | |
9734 | (gdb-internals): Delete unused target. | |
9735 | (Makefile): Depends upon config.status also. | |
9736 | ||
9737 | Sat Mar 30 15:46:58 1996 Fred Fish <[email protected]> | |
9738 | ||
9739 | * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is | |
9740 | set. | |
9741 | ||
9742 | Sat Mar 16 15:10:20 1996 Fred Fish <[email protected]> | |
9743 | ||
9744 | From Peter Schauer <[email protected]> | |
9745 | * gdb.texinfo (Expressions): Fix erroneous array constant example. | |
9746 | ||
9747 | Sat Mar 16 13:28:45 1996 Fred Fish <[email protected]> | |
9748 | ||
9749 | * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands. | |
9750 | ||
9751 | Sat Feb 10 03:28:36 1996 Peter Schauer ([email protected]) | |
9752 | ||
9753 | * gdb.texinfo (Print settings): Document | |
9754 | `set/show print static-members' commands. | |
9755 | ||
9756 | Wed Jan 10 14:16:37 1996 Fred Fish <[email protected]> | |
9757 | ||
9758 | * gdbint.texinfo (Native): Document name change, coredep.c to | |
9759 | core-aout.c. | |
9760 | ||
9761 | Wed Dec 13 12:35:28 1995 Ian Lance Taylor <[email protected]> | |
9762 | ||
9763 | * stabs.texinfo (Include Files): Document the values the SunOS4 | |
9764 | linker creates for N_BINCL/N_EINCL/N_EXCL stabs. | |
9765 | ||
9766 | Fri Dec 8 21:08:44 1995 Fred Fish <[email protected]> | |
9767 | ||
9768 | * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz. | |
9769 | Fix typo. | |
9770 | ||
9771 | Fri Dec 1 11:07:50 1995 Fred Fish <[email protected]> | |
9772 | ||
9773 | * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than | |
9774 | "gdb.tar.Z". | |
9775 | ||
9776 | Wed Sep 20 13:14:10 1995 Ian Lance Taylor <[email protected]> | |
9777 | ||
9778 | * Makefile.in (maintainer-clean): New target, synonym for | |
9779 | realclean. | |
9780 | ||
9781 | Thu Aug 3 10:45:37 1995 Fred Fish <[email protected]> | |
9782 | ||
9783 | * Update all FSF addresses except those in COPYING* files. | |
9784 | ||
9785 | Wed Jul 19 18:43:03 1995 Stan Shebs <[email protected]> | |
9786 | ||
9787 | From Richard Earnshaw ([email protected]): | |
9788 | * gdb.texinfo (convenience variables): Document $_exitcode. | |
9789 | (quit): Document optional expression to use as exit code. | |
9790 | ||
9791 | Thu Jun 22 21:27:33 1995 Victoria Mixon <[email protected]> | |
9792 | ||
9793 | * gdb.texinfo, remote.texi: Brought up to date with various | |
9794 | GDB changes. | |
9795 | ||
9796 | Tue Jun 20 14:35:38 1995 Stan Shebs <[email protected]> | |
9797 | ||
9798 | * gdb.texinfo: Update dates and versions, fix comments about | |
9799 | hardware watchpoints in future releases and about the | |
9800 | sharedlibrary command. | |
9801 | ||
9802 | Mon May 8 09:30:36 1995 Jim Kingdon ([email protected]) | |
9803 | ||
9804 | * stabs.texinfo: Remove node `XCOFF differences'. Describe value of | |
9805 | C_FUN stab. Other cleanups. | |
9806 | ||
9807 | Wed Apr 19 07:02:19 1995 Jim Kingdon ([email protected]) | |
9808 | ||
9809 | * remote.texi (Bootstrapping): Clarify that flush_i_cache is only | |
9810 | for the sparc stub. | |
9811 | ||
9812 | Tue Apr 11 11:41:49 1995 Jim Kingdon ([email protected]) | |
9813 | ||
9814 | * annotate.texi: Clarify which addresses have differing formats | |
9815 | depending on the language and which do not. | |
9816 | ||
9817 | Tue Mar 28 16:56:22 1995 J.T. Conklin <[email protected]> | |
9818 | ||
9819 | * remote.texi (NetWare): Changed example to use BOARD= instead of | |
9820 | NODE= argument to reflect correspoding change to gdbserve.nlm. | |
9821 | ||
9822 | Fri Mar 17 06:47:02 1995 Jim Kingdon ([email protected]) | |
9823 | ||
9824 | * stabs.texinfo (Negative Type Numbers): Mention the fact that | |
9825 | GDB, as well as AIX dbx, supports the size type attribute. | |
9826 | ||
9827 | Thu Mar 16 12:11:32 1995 Jim Kingdon ([email protected]) | |
9828 | ||
9829 | * stabs.texinfo (Negative Type Numbers): Document types -31 to -34. | |
9830 | ||
9831 | Mon Mar 13 16:49:13 1995 Per Bothner <[email protected]> | |
9832 | ||
9833 | * gdb.texinfo (Define): Document $arg0... arguments to commands, | |
9834 | and new 'if' and 'while' commands. | |
9835 | ||
9836 | Fri Feb 17 15:24:35 1995 Per Bothner <[email protected]> | |
9837 | ||
9838 | * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type. | |
9839 | ||
9840 | Wed Feb 15 11:59:18 1995 J.T. Conklin <[email protected]> | |
9841 | ||
9842 | * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm. | |
9843 | * remote.texi (NetWare): New node, how to use gdbserve.nlm on | |
9844 | NetWare targets. Mostly stolen from the Server node. | |
9845 | ||
9846 | Fri Feb 10 20:20:08 1995 Jim Kingdon ([email protected]) | |
9847 | ||
9848 | * gdb.texinfo (Setting): Talk about the language of a source file | |
9849 | versus the working language. The old documentation did not match | |
9850 | what GDB did. | |
9851 | ||
9852 | Wed Feb 1 20:26:36 1995 Jim Kingdon ([email protected]) | |
9853 | ||
9854 | * stabs.texinfo (Source Files): Document N_SO used to mark the end | |
9855 | of a source file. | |
9856 | ||
9857 | Mon Jan 23 14:23:37 1995 Jim Kingdon ([email protected]) | |
9858 | ||
9859 | * gdb.texinfo (Processes): New node. | |
9860 | ||
9861 | Tue Jan 17 14:09:03 1995 Ian Lance Taylor <[email protected]> | |
9862 | ||
9863 | * remote.texi: Update documentation of set/show mipsfpu. | |
9864 | ||
3fc11d3e JM |
9865 | Fri Jan 6 17:17:28 1995 Stan Shebs <[email protected]> |
9866 | ||
9867 | * gdbgui.texinfo: New file, manual for GUI (gdbtk) users. | |
9868 | * Makefile.in (gdbgui.dvi, gdbgui.info): New actions. | |
c906108c SS |
9869 | |
9870 | Sun Sep 4 16:47:21 1994 Stan Shebs ([email protected]) | |
9871 | ||
9872 | * gdbint.texinfo: Removed mentions of some incorrectly placed and | |
9873 | obsolete conditionals, described some others. | |
9874 | ||
9875 | Mon Aug 1 15:42:39 1994 Jim Kingdon ([email protected]) | |
9876 | ||
9877 | * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and | |
9878 | SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994. | |
9879 | ||
9880 | Mon Aug 1 15:12:02 1994 Stan Shebs ([email protected]) | |
9881 | ||
9882 | * gdbint.texinfo: Put regex conditionals in their own table. | |
9883 | ||
9884 | Tue Jul 26 18:32:52 1994 Stan Shebs ([email protected]) | |
9885 | ||
9886 | * gdbint.texinfo: Removed mentions of many obsolete conditionals, | |
9887 | described or fixed the descriptions of many others. | |
9888 | ||
9889 | Sun Jul 17 14:14:03 1994 Stan Shebs ([email protected]) | |
9890 | ||
9891 | * gdb.texinfo: Add some more credits. | |
9892 | * gdbint.texinfo: Capitalize GDB consistently, describe some | |
9893 | macros and remove some. | |
9894 | ||
9895 | Thu Jul 14 18:43:17 1994 Stan Shebs ([email protected]) | |
9896 | ||
9897 | * gdbint.texinfo: Removed mentions of many incorrectly placed and | |
9898 | obsolete conditionals, described some others. | |
9899 | ||
9900 | Tue Jul 12 12:23:15 1994 Peter Schauer ([email protected]) | |
9901 | ||
9902 | * gdb.texinfo (help targets): Changed to `help target', which | |
9903 | is the correct gdb command. | |
9904 | ||
9905 | Wed Jun 22 18:00:51 1994 Jim Kingdon ([email protected]) | |
9906 | ||
9907 | * annotate.texi (TODO): New node, for keeping track of annotations | |
9908 | suggested but not yet implemented. | |
9909 | ||
9910 | Wed Jun 1 16:10:45 1994 Jim Kingdon ([email protected]) | |
9911 | ||
9912 | * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to | |
9913 | another symbol, it is not the address itself. | |
9914 | ||
9915 | Thu May 5 20:23:36 1994 Stan Shebs ([email protected]) | |
9916 | ||
9917 | * stabs.texinfo (Stab Section Basics): Add comment about alignment | |
9918 | of stabs-in-coff sections. | |
9919 | ||
9920 | Wed May 4 06:26:11 1994 Jim Kingdon ([email protected]) | |
9921 | ||
9922 | * annotate.texi: Change edition to 0.5 and date to May 1994. | |
9923 | Add index. | |
9924 | (Frames): New node, for frame annotation. | |
9925 | (Displays): New node, for display annotation. | |
9926 | ||
9927 | * remote.texi (MIPS Remote): Say that set timeout doesn't apply | |
9928 | when waiting for your program to stop. | |
9929 | ||
9930 | Fri Apr 29 18:24:46 1994 Jim Kingdon ([email protected]) | |
9931 | ||
9932 | * annotate.texi (Breakpoint Info): Document annotation of header | |
9933 | fields and record annotation. | |
9934 | ||
9935 | Thu Apr 28 07:44:28 1994 Jim Kingdon ([email protected]) | |
9936 | ||
9937 | * annotate.texi: New file, to document annotations. | |
9938 | ||
9939 | Thu Apr 21 14:20:51 1994 Jim Kingdon ([email protected]) | |
9940 | ||
9941 | * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan | |
9942 | 16 I meant to make this change but did not). Do remove gdb-cfg.texi. | |
9943 | ||
9944 | Wed Apr 20 11:22:48 1994 Jim Kingdon ([email protected]) | |
9945 | ||
9946 | * stabs.texinfo (Stab Section Basics): Say what is in .stab | |
9947 | section, and say n_strx field is compilation unit relative. | |
9948 | * stabs.texinfo: Don't use @code for a.out when it is the name of | |
9949 | an object file format. | |
9950 | ||
9951 | Wed Apr 13 20:29:54 1994 Jim Kingdon ([email protected]) | |
9952 | ||
9953 | * gdb.texinfo: Refer to file names, not path names, per rms | |
9954 | convention. | |
9955 | (Arguments): Fix typo. | |
9956 | ||
9957 | Thu Mar 24 08:09:12 1994 Jim Kingdon ([email protected]) | |
9958 | ||
9959 | * stabs.texinfo (Global Variables): Talk about stabs in files | |
9960 | where variables are referenced, but not defined. | |
9961 | ||
9962 | Wed Mar 23 07:16:36 1994 Jim Kingdon ([email protected]) | |
9963 | ||
9964 | * stabs.texinfo: Move stuff on @ and # type descriptors from node | |
9965 | Cplusplus to new nodes Member Type Descriptor and Method Type | |
9966 | Descriptor. Re-write stuff for #. | |
9967 | ||
9968 | Wed Mar 16 08:20:19 1994 Jim Kingdon ([email protected]) | |
9969 | ||
9970 | * gdb.texinfo (Print Settings): Don't document "set print | |
9971 | fast-symbolic-addr off". The bug which it worked around was fixed | |
9972 | on 25 Feb 94 in coffread.c, so I'm nuking the command. | |
9973 | ||
9974 | * stabs.texinfo (Alternate Entry Points): New node, rewritten from | |
9975 | N_ENTRY node. | |
9976 | ||
9977 | * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor. | |
9978 | ||
9979 | Tue Mar 15 08:43:02 1994 Jim Kingdon ([email protected]) | |
9980 | ||
9981 | * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove | |
9982 | references to ieee-float.c. | |
9983 | ||
9984 | Fri Mar 11 08:09:40 1994 Jim Kingdon ([email protected]) | |
9985 | ||
9986 | * gdb.texinfo (Set Breaks): Update documentation for tbreak to | |
9987 | match what the code actually does. | |
9988 | ||
9989 | Wed Mar 9 19:43:05 1994 Jim Kingdon ([email protected]) | |
9990 | ||
9991 | * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s. | |
9992 | ||
9993 | Tue Mar 1 17:04:43 1994 Jim Kingdon ([email protected]) | |
9994 | ||
9995 | * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c, | |
9996 | i, and b. | |
9997 | ||
9998 | Wed Feb 23 10:44:18 1994 Jim Kingdon ([email protected]) | |
9999 | ||
10000 | * stabs.texinfo: Document N_RBRAC as function relative for COFF as | |
10001 | well as for ELF and SOM. Unify the descriptions of ELF and SOM | |
10002 | as "stabs in sections" rather than just saying "ELF and SOM". | |
10003 | Also make that stuff apply to COFF. | |
10004 | ||
10005 | Fri Feb 18 08:25:58 1994 Jim Kingdon ([email protected]) | |
10006 | ||
10007 | * gdb.texinfo (Formatting Documentation): Change GhostScript to | |
10008 | Ghostscript. | |
10009 | ||
10010 | Fri Feb 4 06:31:31 1994 Jim Kingdon ([email protected]) | |
10011 | ||
10012 | * gdb.texinfo (Continuing and Stepping): When talking about "step" | |
10013 | versus functions without line numbers, also mention stepping into | |
10014 | them as well as "step" when you are in them. Tell the user how to | |
10015 | deal with the situation. Add comment about "debugging information". | |
10016 | ||
10017 | Thu Feb 3 11:39:59 1994 Jim Kingdon ([email protected]) | |
10018 | ||
10019 | * stabs.texinfo (Enumerations): Document restriction on where | |
10020 | enumeration types can appear and still win with GDB. | |
10021 | ||
10022 | Wed Feb 2 11:29:17 1994 Jim Kingdon ([email protected]) | |
10023 | ||
10024 | * stabs.texinfo (Negative Type Numbers): Document format for type | |
10025 | -16. | |
10026 | ||
10027 | Thu Jan 27 16:53:56 1994 Jim Kingdon ([email protected]) | |
10028 | ||
10029 | * gdb.texinfo (Selection, Frame Info): Update information about | |
10030 | arbitrary frame specficiations. | |
10031 | ||
10032 | Wed Jan 26 15:31:57 1994 Roland H. Pesch ([email protected]) | |
10033 | ||
10034 | * gdb.texinfo, remote.texi: general editing pass prior to Net release | |
10035 | ||
10036 | Tue Jan 25 12:12:04 1994 Jim Kingdon ([email protected]) | |
10037 | ||
10038 | * stabs.texinfo (String Field): Discuss continuing stabs with ?. | |
10039 | ||
10040 | Wed Jan 19 06:39:24 1994 David J. Mackenzie ([email protected]) | |
10041 | ||
10042 | * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT. | |
10043 | ||
10044 | Sun Jan 16 12:43:32 1994 Jim Kingdon ([email protected]) | |
10045 | ||
10046 | * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF | |
10047 | Differences node to Statics node. | |
10048 | (Statics): Discuss XCOFF use of V symbol descriptor. | |
10049 | ||
10050 | * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean, | |
10051 | not clean. | |
10052 | ||
10053 | Wed Jan 12 21:29:54 1994 John Gilmore ([email protected]) | |
10054 | ||
10055 | * gdb.texinfo (Print Settings): Document `set print | |
10056 | fast-symbolic-addr' and improve the doc for some other | |
10057 | `set print's. | |
10058 | ||
10059 | Mon Jan 3 17:23:07 1994 Jim Kingdon ([email protected]) | |
10060 | ||
10061 | * stabs.texinfo (String Field): Talk about defining several type | |
10062 | numbers at once. | |
10063 | Fix lint regarding changing node ELF Transformations to | |
10064 | ELF and SOM Transformations. | |
10065 | ||
10066 | Fri Dec 31 00:42:43 1993 John Gilmore ([email protected]) | |
10067 | ||
10068 | * stabs.texinfo: Insert Peter Kessler's name as inventor (I think). | |
10069 | ||
10070 | Tue Dec 28 09:30:40 1993 Jim Kingdon ([email protected]) | |
10071 | ||
10072 | * stabs.texinfo (Cross-References): `::' is for nested types only | |
10073 | within <>. | |
10074 | (Structures): Document static members. | |
10075 | ||
10076 | Mon Dec 27 13:55:04 1993 Jim Kingdon ([email protected]) | |
10077 | ||
10078 | * stabs.texinfo: Document S type attribute. | |
10079 | ||
10080 | Sun Dec 26 20:46:36 1993 Jeffrey A. Law ([email protected]) | |
10081 | ||
10082 | * stabs.texinfo: Add notes about stabs-in-som where appropriate. | |
10083 | ||
10084 | Fri Dec 3 19:13:19 1993 John Gilmore ([email protected]) | |
10085 | ||
10086 | * gdbint.texinfo: Fix a few typos. | |
10087 | ||
10088 | Sun Nov 28 18:06:25 1993 Roland H. Pesch ([email protected]) | |
10089 | ||
10090 | * gdb.texinfo, remote.texi: formatting improvements | |
10091 | ||
10092 | * gdb.texinfo (New Features): mention threads. | |
10093 | (Summary, C): fix xrefs in newly contributed text. | |
10094 | (Threads): index entries, clarifications, example | |
10095 | (passim): minor typos fixed, phrasing improvements | |
10096 | ||
10097 | * remote.texi (Bootstrapping): rephrase text on ^C and add index | |
10098 | entries; (Server): explain use of gdbserver w/real-time systems, | |
10099 | add example of conflicting TCP port; (MIPS Remote) break up | |
10100 | running text into table, highlighting commands, and add example. | |
a9331b3f | 10101 | |
c906108c SS |
10102 | Wed Nov 24 14:15:56 1993 Roland H. Pesch ([email protected]) |
10103 | ||
10104 | * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed | |
10105 | ||
10106 | Fri Nov 12 16:10:58 1993 Jim Kingdon ([email protected]) | |
10107 | ||
10108 | * stabs.texinfo (Nested Symbols): New node. | |
10109 | (String Field, Symbol Descriptors, Cross-References): Refer to it. | |
10110 | ||
10111 | Thu Nov 11 13:26:45 1993 Jim Kingdon ([email protected]) | |
10112 | ||
10113 | * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect | |
10114 | to picking which Bbss.bss symbol to use, and (because there seems to | |
10115 | be no good way of doing it) re-write some of the text to make it | |
10116 | sound like Bbss.bss isn't such a great idea after all (as currently | |
10117 | designed). | |
10118 | ||
10119 | * gdb.texinfo (C): In addition to saying people have to use g++ for | |
10120 | good results, say they have to use stabs. Specifically say cfront | |
10121 | doesn't work well. | |
10122 | (Summary): Merge in information on Modula-2, Pascal, and Chill from | |
10123 | the gdb README. Add xrefs to places where the support for the various | |
10124 | languages is described in detail. | |
10125 | ||
10126 | Mon Nov 8 11:47:34 1993 Jim Kingdon ([email protected]) | |
10127 | ||
10128 | * stabs.texinfo: Clean up stuff about visibility and virtual | |
10129 | characters. | |
10130 | ||
10131 | * stabs.texinfo (N_M2C): Cite Sun doc. | |
10132 | ||
10133 | Fri Nov 5 16:27:27 1993 Roland H. Pesch ([email protected]) | |
10134 | ||
10135 | * gdb.texinfo: updates re threads. | |
10136 | * remote.texinfo: avoid index entries starting with digits. | |
10137 | ||
10138 | Tue Nov 2 09:08:37 1993 Jim Kingdon ([email protected]) | |
10139 | ||
10140 | * stabs.texinfo (Enumerations): Talk about large, negative and | |
10141 | octal values. Clean up cross reference to type attributes. | |
10142 | (String Field): Say that GDB 4.11 supports size attribute. | |
10143 | ||
10144 | Sun Oct 31 13:31:10 1993 Jim Kingdon ([email protected]) | |
10145 | ||
10146 | * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel | |
10147 | is a mandatory step. Make the stuff about that more concise. | |
10148 | ||
10149 | Wed Oct 27 00:25:46 1993 Jim Kingdon ([email protected]) | |
10150 | ||
10151 | * stabs.texinfo (Class Names): New node. | |
10152 | ||
10153 | * gdb.texinfo (Command Files): Explain order of init file reading. | |
10154 | ||
10155 | * remote.texi (Bootstrapping): Talk about getting the serial driver | |
10156 | to deal with ^C sent by gdb to stop the remote system. | |
10157 | ||
10158 | Mon Oct 25 03:25:41 1993 Tom Lord ([email protected]) | |
10159 | ||
10160 | * libgdb.texinfo (I/O): incorporated better phrasing from rich. | |
10161 | ||
10162 | * libgdb.texinfo (Defining Commands): made the DOC arg | |
10163 | to gdb_define_app_command a char * instead of char ** | |
10164 | per a suggestion from kingdon. | |
10165 | ||
10166 | * libgdb.texinfo: total rewrite from a different starting | |
10167 | premise. | |
10168 | ||
10169 | Wed Oct 20 18:07:44 1993 Jim Kingdon ([email protected]) | |
10170 | ||
10171 | * stabs.texinfo (Local Variable Parameters): Re-write paragraph on | |
10172 | floats passed as doubles (to improve clarity). | |
10173 | ||
10174 | Tue Oct 19 14:21:18 1993 Roland H. Pesch ([email protected]) | |
10175 | ||
10176 | * gdb.texinfo (Source Path): index entries for $cwd, $pdir | |
10177 | ||
10178 | * a4rc.sed: update to work with Andreas Vogel papersize params | |
10179 | ||
10180 | * refcard.tex: use Andreas Vogel simplifications of papersize | |
10181 | params; remove useless version info; update copyright date. | |
10182 | ||
10183 | Tue Oct 19 10:46:22 1993 Jim Kingdon ([email protected]) | |
10184 | ||
10185 | * gdb.texinfo (Symbols): Add class NAME to doc for ptype. | |
10186 | ||
10187 | Tue Oct 12 09:11:45 1993 Jim Kingdon ([email protected]) | |
10188 | ||
10189 | * gdb.texinfo (Files): Say what address the load command loads it at. | |
10190 | ||
10191 | * stabs.texinfo (Common Blocks): Minor cleanups. | |
10192 | ||
10193 | * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact | |
10194 | that Sun has backed away from the linker kludge and thus the relevant | |
10195 | issue is changes to the SunPRO tools, not the Solaris linker. | |
10196 | ||
10197 | * stabs.texinfo (Traditional Integer Types): Clean up description | |
10198 | of octal bounds a little bit. Document extra leading zeroes. | |
10199 | ||
10200 | Thu Oct 7 16:15:37 1993 Jim Kingdon ([email protected]) | |
10201 | ||
10202 | * gdb.texinfo (Signaling): Update for symbolic symbol names | |
10203 | and add a section explaining the difference between the GDB | |
10204 | signal command and the shell kill utility. | |
10205 | ||
10206 | Wed Oct 6 13:23:01 1993 Tom Lord ([email protected]) | |
10207 | ||
10208 | * libgdb.texinfo: added `@' to braces that were unescaped. | |
10209 | ||
10210 | Mon Oct 4 10:42:18 1993 Tom Lord ([email protected]) | |
10211 | ||
10212 | * libgdb.texinfo: new file. Spec for the gdb library. | |
10213 | ||
10214 | Sun Oct 3 15:26:56 1993 Jim Kingdon ([email protected]) | |
10215 | ||
10216 | * stabs.texinfo (Include Files): Fix typo (start -> end). | |
10217 | ||
10218 | Thu Sep 30 18:24:56 1993 Roland H. Pesch ([email protected]) | |
10219 | ||
10220 | * gdb.texinfo, remote.texi: assorted small improvements, mostly | |
10221 | from Melissa at FSF's editing pass. | |
10222 | ||
10223 | Thu Sep 30 11:54:38 1993 Jim Kingdon ([email protected]) | |
10224 | ||
10225 | * gdb.texinfo: Remove stuff about ar and 14 character filenames. | |
10226 | I believe this was fixed by the 13 Sep 89 change to print_frame_info. | |
10227 | Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug. | |
10228 | ||
10229 | Wed Sep 22 21:22:11 1993 Jim Kingdon ([email protected]) | |
10230 | ||
10231 | * remote.texi (Bootstrapping): Discuss 386 call gates. | |
10232 | ||
10233 | Sat Sep 18 17:10:44 1993 Jim Kingdon ([email protected]) | |
10234 | ||
10235 | * stabs.texinfo (Based Variables): New node. | |
10236 | ||
10237 | Thu Sep 16 17:48:55 1993 Jim Kingdon ([email protected]) | |
10238 | ||
10239 | * stabs.texinfo (Negative Type Numbers): Re-write discussions of | |
10240 | names, sizes, and formats to suggest how not to lose. | |
10241 | ||
10242 | Sat Sep 11 09:35:11 1993 Jim Kingdon ([email protected]) | |
10243 | ||
10244 | * stabs.texinfo (Methods): Fix typo. | |
10245 | ||
10246 | Fri Sep 10 06:34:20 1993 David J. Mackenzie ([email protected]) | |
10247 | ||
10248 | * gdb.texinfo: Fix a few typos. | |
10249 | ||
10250 | Wed Sep 8 09:11:52 1993 Jim Kingdon ([email protected]) | |
10251 | ||
10252 | * gdb.texinfo: Clarify how well it works with Fortran. | |
10253 | ||
10254 | * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations): | |
10255 | More on relocating stabs in ELF files. | |
10256 | ||
10257 | Tue Sep 7 13:45:02 1993 Jim Kingdon ([email protected]) | |
10258 | ||
10259 | * stabs.texinfo (Stabs In ELF): Talk about N_FUN value. | |
10260 | ||
10261 | Mon Sep 6 19:23:18 1993 Jim Kingdon ([email protected]) | |
10262 | ||
10263 | * stabs.texinfo (Local Variable Parameters): Talk about nameless | |
10264 | parameters on VAX. | |
10265 | ||
10266 | Fri Sep 3 17:06:08 1993 Roland H. Pesch ([email protected]) | |
10267 | ||
10268 | * gdb.texinfo: @up/@down -> @raisesections/@lowersections | |
10269 | ||
10270 | Fri Sep 3 12:04:15 1993 Jim Kingdon ([email protected]) | |
10271 | ||
10272 | * stabs.texinfo: Make info author notice match the TeX author notice. | |
10273 | ||
10274 | Tue Aug 31 13:21:06 1993 David J. Mackenzie ([email protected]) | |
10275 | ||
10276 | * stabs.texinfo: Initial-caps all words in node names and | |
10277 | non-trivial words in section names. | |
10278 | ||
10279 | Mon Aug 30 11:13:16 1993 Jim Kingdon ([email protected]) | |
10280 | ||
10281 | * stabs.texinfo: Many minor cleanups. | |
10282 | ||
10283 | * stabs.texinfo: Remove @deffn except from Expanded Reference node. | |
10284 | ||
10285 | Sat Aug 28 12:08:09 1993 David J. MacKenzie ([email protected]) | |
10286 | ||
10287 | * stabs.texinfo: Remove full description of big example. | |
10288 | It's not really helpful; just use pieces of it where appropriate. | |
10289 | Add more Texinfo formatting directives (@samp, etc.). | |
10290 | Use @deffn to define stab types. | |
10291 | Eliminate some wordiness. Break up some nodes. | |
10292 | Add an (alphabetized) index of symbol types. | |
10293 | Use consistent capitalization style in node and section names. | |
10294 | ||
10295 | Thu Aug 26 06:36:31 1993 Fred Fish ([email protected]) | |
10296 | ||
10297 | * gdb.texinfo: Change typo "Two two" to "The two". | |
10298 | ||
10299 | Sun Aug 22 12:15:18 1993 Jim Kingdon ([email protected]) | |
10300 | ||
10301 | * stabs.texinfo (XCOFF-differences): Remove references to | |
10302 | non-existent types N_DECL and N_RPSYM. | |
10303 | ||
10304 | * stabs.texinfo (String Field): Say that type attributes bug is | |
10305 | fixed in GDB 4.10, since it is. | |
10306 | ||
10307 | * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own. | |
10308 | ||
10309 | Sat Aug 21 04:32:28 1993 David MacKenzie ([email protected]) | |
10310 | ||
10311 | * stabs.texinfo: Formatting cleanups. | |
10312 | ||
10313 | Fri Aug 20 20:49:53 1993 Jim Kingdon ([email protected]) | |
10314 | ||
10315 | * stabs.texinfo: When explaining the n_type of a stab, standardize | |
10316 | how we do it ('#' as a comment indicator, "36 is N_FUN" as text, | |
10317 | no tabs, use @r). | |
10318 | (Global Variables): Clean up. | |
10319 | ||
10320 | Tue Aug 17 15:57:27 1993 Jim Kingdon ([email protected]) | |
10321 | ||
10322 | * stabs.texinfo (Stack Variables): Re-write. | |
10323 | ||
10324 | Mon Aug 16 21:20:08 1993 Jim Kingdon ([email protected]) | |
10325 | ||
10326 | * stabs.texinfo (Stabs-in-elf): Talk about getting the start | |
10327 | addresses of a source file. Also revise formatting. | |
10328 | Change "object module" or "object file" to "source file". | |
10329 | Various: Miscellaneous cleanups. | |
10330 | ||
10331 | Thu Aug 12 15:11:51 1993 Jim Kingdon ([email protected]) | |
10332 | ||
10333 | * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi. | |
10334 | ||
10335 | Tue Aug 10 16:57:49 1993 Stan Shebs ([email protected]) | |
10336 | ||
10337 | * gdbint.texinfo: Removed many nonsensical machine-collected | |
10338 | host and target conditionals, described some of the remainder. | |
10339 | ||
10340 | Tue Aug 10 13:28:30 1993 Jim Kingdon ([email protected]) | |
10341 | ||
10342 | * gdbint.texinfo (Getting Started): Use @itemize, not @table. | |
10343 | ||
10344 | * gdbint.texinfo (Top): Add name to @top line, and re-write the | |
10345 | paragraph which follows. | |
10346 | ||
10347 | * gdbint.texinfo (Host): Use @code not @samp for Makefile | |
10348 | variables. Looks better and avoids overful hbox. | |
10349 | ||
10350 | Fri Jul 30 18:26:21 1993 Jim Kingdon ([email protected]) | |
10351 | ||
10352 | * stabs.texinfo (Procedures): Improve stuff on nested functions. | |
10353 | ||
10354 | Thu Jul 29 15:10:58 1993 Roland H. Pesch ([email protected]) | |
10355 | ||
10356 | * remote.texi: (MIPS Remote) clearer doc for set/show timeout, | |
10357 | retransmit-timeout | |
10358 | ||
10359 | Thu Jul 29 13:16:09 1993 Jim Kingdon ([email protected]) | |
10360 | ||
10361 | * gdbint.texinfo: Update statement about `some ancient Unix | |
10362 | systems, like Ultrix 4.0' to Ultrix 4.2. | |
10363 | ||
10364 | Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com) | |
10365 | ||
10366 | * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER | |
10367 | ||
10368 | * Makefile.in: depend on remote.texi rather than gdbinv-s.texi | |
10369 | ||
10370 | * remote.texi: (Server) New node on gdbserver. (Remote Serial, | |
10371 | ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP. | |
10372 | ||
10373 | * remote.texi: new name for former gdbinv-s.texi | |
10374 | ||
10375 | * gdb.texinfo: use remote.texi rather than gdbinv-s.texi | |
10376 | ||
10377 | Wed Jul 28 08:26:24 1993 Ian Lance Taylor ([email protected]) | |
10378 | ||
10379 | * gdbinv-s.texi: Documented timeout and retransmit-timeout | |
10380 | variables for MIPS remote debugging protocol. | |
10381 | ||
10382 | Mon Jul 26 13:00:09 1993 Jim Kingdon ([email protected]) | |
10383 | ||
10384 | * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix. | |
10385 | ||
10386 | Tue Jul 20 16:30:41 1993 Jim Kingdon ([email protected]) | |
10387 | ||
10388 | * Makefile.in (refcard.dvi): Use srcdir where necessary. | |
10389 | ||
10390 | Mon Jul 19 12:02:50 1993 Roland H. Pesch ([email protected]) | |
10391 | ||
10392 | * gdb.texinfo: repair conditional bugs in text markup | |
10393 | ||
10394 | Fri Jul 16 18:57:50 1993 Roland H. Pesch ([email protected]) | |
10395 | ||
10396 | * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch | |
10397 | to select Modula-2 material. | |
10398 | ||
10399 | Thu Jul 15 13:15:01 1993 Jim Kingdon ([email protected]) | |
10400 | ||
10401 | * stabs.texinfo: Cleanups regarding statics. | |
10402 | ||
10403 | * gdbinv-s.texi (Bootstrapping): Document exceptionHandler. | |
10404 | (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping. | |
10405 | ||
10406 | Mon Jul 12 13:37:02 1993 Jim Kingdon ([email protected]) | |
10407 | ||
10408 | * stabs.texinfo: N_MAIN is sometimes used for C. | |
10409 | ||
10410 | Fri Jul 9 09:47:02 1993 Peter Schauer ([email protected]) | |
10411 | ||
10412 | * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE. | |
10413 | ||
10414 | Tue Jul 6 12:41:28 1993 John Gilmore ([email protected]) | |
10415 | ||
10416 | * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS, | |
a9331b3f | 10417 | removed from the code by Kingdon. |
c906108c SS |
10418 | |
10419 | Tue Jul 6 12:24:34 1993 Jim Kingdon ([email protected]) | |
10420 | ||
10421 | * gdb.texinfo (Break Commands): Remove stuff about flushing terminal | |
10422 | input when evaluating breakpoint conditions; the bug has been fixed. | |
10423 | ||
10424 | * gdb.texinfo (Continuing and Stepping): Argument to "continue" | |
10425 | sets the ignore count to N-1, not to N. | |
10426 | ||
10427 | Thu Jul 1 14:57:42 1993 Roland H. Pesch ([email protected]) | |
10428 | ||
10429 | * refcard.tex (\hoffset): correct longstanding error to match | |
10430 | intended offset; avoids cutting off edge on some printers | |
10431 | ||
10432 | Wed Jun 30 18:23:06 1993 Jim Kingdon ([email protected]) | |
10433 | ||
10434 | * stabs.texinfo (Parameters): Say that order of stabs is significant. | |
10435 | ||
10436 | Fri Jun 25 21:34:52 1993 Jim Kingdon ([email protected]) | |
10437 | ||
10438 | * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does. | |
10439 | ||
10440 | Fri Jun 25 16:15:10 1993 Roland H. Pesch ([email protected]) | |
10441 | ||
10442 | * Makefile.in: (REFEDITS) new var to control whether PS or CM | |
10443 | fonts and whether US or A4 paper for GDB refcard; (refcard.dvi) | |
10444 | collect sed edits if any, apply to refcard before formatting; | |
10445 | (refcard.ps) stop implying PS fonts if PS output requested; | |
10446 | (lrefcard.ps) delete extra target for variant PS fonts | |
10447 | ||
10448 | * refcard.tex: parametrize papersize dependent info, collect | |
10449 | in easily replaced spot | |
10450 | ||
10451 | * a4rc.sed: new file, edits to refcard for A4 paper | |
10452 | ||
10453 | Fri Jun 25 14:21:46 1993 Jim Kingdon ([email protected]) | |
10454 | ||
10455 | * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes. | |
10456 | ||
10457 | Wed Jun 23 15:02:50 1993 Jim Kingdon ([email protected]) | |
10458 | ||
10459 | * stabs.texinfo (Negative Type Numbers): Minor character cleanups. | |
10460 | ||
10461 | Tue Jun 22 16:31:52 1993 Jim Kingdon ([email protected]) | |
10462 | ||
10463 | * stabs.texinfo: Express disapproval of 'D' symbol descriptor | |
10464 | politely rather than rudely. | |
10465 | ||
10466 | Fri Jun 18 19:42:09 1993 Jim Kingdon ([email protected]) | |
10467 | ||
10468 | * stabs.texinfo: Document common blocks. | |
10469 | ||
10470 | Fri Jun 18 12:12:57 1993 Fred Fish ([email protected]) | |
10471 | ||
10472 | * stabs.texinfo: Add some basic info about stabs-in-elf. | |
10473 | ||
10474 | Fri Jun 18 13:57:09 1993 Jim Kingdon ([email protected]) | |
10475 | ||
10476 | * stabs.texinfo (Top): Minor cleanup. | |
10477 | ||
10478 | Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com) | |
10479 | ||
10480 | * Makefile.in (install-info): remove parentdir support | |
10481 | ||
10482 | Tue Jun 15 18:11:39 1993 Roland H. Pesch ([email protected]) | |
10483 | ||
10484 | * gdb.texinfo (Copying): delete this node and references to it; | |
10485 | RMS says this manual need not carry GPL. (passim): Improvements | |
10486 | from last round at FSF, largely due to Ian Taylor review, and | |
10487 | minor formatting improvements. | |
10488 | ||
10489 | * gdbinv-s.texi (passim): Improvements from last round at FSF, | |
10490 | largely due to Ian Taylor review. (Debug Session): minor edits to | |
10491 | new text. | |
10492 | ||
10493 | Sun Jun 13 12:52:39 1993 Jim Kingdon ([email protected]) | |
10494 | ||
10495 | * Makefile.in (realclean): Remove info and dvi files too. | |
10496 | ||
10497 | Sat Jun 12 16:09:22 1993 Jim Kingdon ([email protected]) | |
10498 | ||
10499 | * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames. | |
10500 | * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi. | |
10501 | * gdb.texinfo: Change accordingly. | |
10502 | ||
10503 | * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of | |
10504 | N_{L,R}BRAC,N_SLINE are relative to. | |
10505 | ||
10506 | Fri Jun 11 15:15:55 1993 Jim Kingdon ([email protected]) | |
10507 | ||
10508 | * Makefile.in (GDBvn.texi): Update atomically. | |
10509 | ||
10510 | Wed Jun 9 10:58:16 1993 Jim Kingdon ([email protected]) | |
10511 | ||
10512 | * gdbinv-s.texi (Debug Session): Document exceptionHook. | |
10513 | ||
10514 | Tue Jun 8 13:42:04 1993 Jim Kingdon ([email protected]) | |
10515 | ||
10516 | * gdb.texinfo (Print Settings): Move all stuff relating to symbolic | |
10517 | addresses together. Also motivate the set print symbol-filename | |
10518 | command and suggest other solutions. | |
10519 | ||
10520 | Tue Jun 1 22:46:43 1993 Fred Fish ([email protected]) | |
10521 | ||
10522 | * gdb.texinfo (set print elements): Note that the number of | |
10523 | elements is set to unlimited by "set print elements 0". | |
10524 | ||
10525 | Mon May 31 08:06:55 1993 Jim Kingdon ([email protected]) | |
10526 | ||
10527 | * stabs.texinfo (Builtin Type Descriptors): Try to clarify what | |
10528 | NF_LDOUBLE means. | |
10529 | (Stab Types): Include Solaris stab types. | |
10530 | (Procedures): Document Solaris extensions. | |
10531 | ||
10532 | Thu May 27 06:20:42 1993 Peter Schauer ([email protected]) | |
10533 | ||
10534 | * gdb.texinfo: Add `set print symbol-filename' doc. | |
10535 | ||
10536 | Wed May 26 00:26:42 1993 Jim Kingdon ([email protected]) | |
10537 | ||
10538 | * stabs.texinfo (Arrays): Talk about type definition vs. type | |
10539 | information. | |
10540 | ||
10541 | * stabs.texinfo (Builtin Type Descriptors): Talk about omitting | |
10542 | the trailing semicolon. | |
10543 | ||
10544 | Tue May 25 14:49:42 1993 Jim Kingdon ([email protected]) | |
10545 | ||
10546 | * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes | |
10547 | and merge in other parts of the document addressing these subjects. | |
10548 | gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo. | |
10549 | ||
10550 | * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon | |
10551 | at the end of a range type. | |
10552 | ||
10553 | * stabs.texinfo (Subranges): "A offset" and "T offset" are not | |
10554 | AIX extensions. | |
10555 | ||
10556 | Mon May 24 09:00:33 1993 Jim Kingdon ([email protected]) | |
10557 | ||
10558 | * stabs.texinfo (Stabs Format): Misc fixes. | |
10559 | ||
10560 | Sat May 22 10:40:56 1993 Jim Kingdon ([email protected]) | |
10561 | ||
10562 | * stabs.texinfo (Constants): Allow an `e' constant to be non-enum. | |
10563 | (Traditional builtin types): Document convex convention for long long. | |
10564 | (Negative builtin types): Discuss type names, and misc fixes. | |
10565 | ||
10566 | Fri May 21 11:20:31 1993 Jim Kingdon ([email protected]) | |
10567 | ||
10568 | * stabs.texinfo (Builtin Type Descriptors): Document the floating | |
10569 | point types used with @samp{R} type descriptor. | |
10570 | (Symbol Descriptors): Describe how to handle conflict between | |
10571 | different meanings of @samp{P} symbol descriptor. | |
10572 | ||
10573 | Thu May 20 13:35:10 1993 Jim Kingdon ([email protected]) | |
10574 | ||
10575 | * stabs.texinfo: Remove node Quick Reference and put its children | |
10576 | directly under the main menu. | |
10577 | ||
10578 | * stabs.texinfo: Many more changes to bring it into line with | |
10579 | AIX documentation and reality. I think it now has all the | |
10580 | information from the AIX documentation, except that I burned | |
10581 | out when I got to variant records (Pascal and Modula-2) and | |
10582 | all the COBOL types. Oh well, we can add them later when we're | |
10583 | worrying more about those languages. | |
10584 | ||
10585 | * stabs.texinfo (Automatic variables): Talk about what it means | |
10586 | to omit the symbol descriptor. | |
10587 | ||
10588 | Tue May 18 17:59:18 1993 Jim Kingdon ([email protected]) | |
10589 | ||
10590 | * stabs.texinfo (Parameters): Add "(sometimes)" when describing | |
10591 | gcc2 behavior with promoted args. | |
10592 | ||
10593 | Fri May 14 21:35:29 1993 Roland H. Pesch ([email protected]) | |
10594 | ||
10595 | * gdb.texinfo: include readline appendices in info version of manual | |
10596 | ||
10597 | Fri May 7 11:56:18 1993 Roland H. Pesch ([email protected]) | |
10598 | ||
10599 | * gdbinv-s.texi (Remote Serial): describe new ^C behavior in | |
10600 | target remote. | |
10601 | ||
10602 | * gdb.texinfo (Machine Code): more index entries for disassemble | |
10603 | ||
10604 | Fri May 7 10:12:30 1993 Fred Fish ([email protected]) | |
10605 | ||
10606 | * Clarify the intended use of the gdb-testers and gdb-patches | |
10607 | mailing lists, and shrink gzip comment. | |
10608 | ||
10609 | Thu May 6 16:39:50 1993 Roland H. Pesch ([email protected]) | |
10610 | ||
10611 | * gdb.texinfo (Shell Commands): do not mention SHELL env var in | |
10612 | DOSHOST configuration of manual. | |
10613 | ||
10614 | * gdb.texinfo (MIPS Stack): new node. | |
10615 | ||
10616 | * all-config.texi (MIPS) new switch. | |
10617 | ||
10618 | * gdbinv-s.texi (Nindy Options) Remove two instances of future | |
10619 | tense; (MIPS Remote) new node. | |
10620 | ||
10621 | * gdb.texinfo (passim) rephrases to work around makeinfo @value | |
10622 | bug; (Environment) less passive, other small cleanups in text about | |
10623 | .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry; | |
10624 | (Remote) new MIPS Remote menu entry. | |
10625 | ||
10626 | Thu Apr 29 09:36:25 1993 Jim Kingdon ([email protected]) | |
10627 | ||
10628 | * stabs.texinfo: Many changes to include information from the | |
10629 | AIX documentation. | |
10630 | ||
10631 | * gdb.texinfo (Environment): Mention pitfall with .cshrc. | |
10632 | ||
10633 | Tue Apr 27 14:02:57 1993 Jim Kingdon ([email protected]) | |
10634 | ||
10635 | * gdbint.texinfo (new node Debugging GDB, elsewhere): | |
10636 | Move a bunch of information from ../README. | |
10637 | (Getting Started): New node. | |
10638 | ||
10639 | Fri Apr 23 17:21:13 1993 Roland H. Pesch ([email protected]) | |
10640 | ||
10641 | * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target | |
10642 | ||
10643 | * gdb.texinfo: advance manual revision dates to present | |
10644 | ||
10645 | * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi: | |
10646 | stop using silly Roman numerals in @set variable names | |
10647 | ||
10648 | Fri Apr 23 07:30:01 1993 Jim Kingdon ([email protected]) | |
10649 | ||
10650 | * stabs.texinfo (Parameters): Keep trying to get this right. | |
10651 | ||
10652 | Wed Apr 21 15:18:47 1993 Jim Kingdon ([email protected]) | |
10653 | ||
10654 | * stabs.texinfo (Parameters): More on "local parameters". | |
10655 | ||
10656 | Mon Apr 19 08:00:51 1993 Jim Kingdon ([email protected]) | |
10657 | ||
10658 | * stabs.texinfo (Parameters): Re-do "local parameters" section. | |
10659 | ||
10660 | Sun Apr 18 09:47:45 1993 Jim Kingdon ([email protected]) | |
10661 | ||
10662 | * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref. | |
10663 | (Parameters): Rewrite. | |
10664 | (xcoff-differences, Sun-differences): Minor changes. | |
10665 | ||
10666 | Thu Apr 15 02:35:24 1993 John Gilmore ([email protected]) | |
10667 | ||
10668 | * stabs.texinfo: Minor cleanup. | |
10669 | ||
10670 | Wed Apr 14 17:31:00 1993 Jim Kingdon ([email protected]) | |
10671 | ||
10672 | * gdbint.texinfo: Minor xcoff stuff. | |
10673 | ||
10674 | Wed Apr 7 14:11:07 1993 Fred Fish ([email protected]) | |
10675 | ||
10676 | * gdbint.texinfo: Update for new config directory structure. | |
10677 | Add info about internal type data structures. | |
10678 | ||
10679 | Mon Apr 5 09:06:30 1993 Ian Lance Taylor ([email protected]) | |
10680 | ||
10681 | * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in | |
10682 | $(srcdir). | |
10683 | (gdb-config.texi): Depend on file in $(srcdir). | |
10684 | ||
10685 | Fri Apr 2 16:55:13 1993 Jim Kingdon ([email protected]) | |
10686 | ||
10687 | * stabs.texinfo: Fixes about N_SO. | |
10688 | ||
10689 | Fri Mar 26 18:00:35 1993 Roland H. Pesch ([email protected]) | |
10690 | ||
10691 | * gdb.texinfo: include list of nonstandard init file names | |
10692 | ||
10693 | * *-config.texi: new switch GENERIC for text that applies *only* | |
10694 | to (usual) multiple-target version of manual | |
10695 | ||
10696 | * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct | |
10697 | h8 config | |
10698 | ||
10699 | * gdb.texinfo: depend on latest fixed makeinfo, use conditionals | |
10700 | in menus (rather than conditionally selected multiple alternative | |
10701 | menus). | |
10702 | ||
10703 | * Makefile.in: define and use DOC_CONFIG var to select | |
10704 | configuration for GDB user manual. | |
10705 | ||
10706 | * gdb-config.texi: delete from repository, generate from Makefile. | |
10707 | ||
10708 | * all-config.texi: normal `generic' configuration file, formerly | |
10709 | stored as gdb-config.texi | |
10710 | ||
10711 | Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) | |
10712 | ||
10713 | * Makefile.in: add dvi target to build all .dvi files | |
10714 | ||
10715 | Tue Mar 23 16:03:24 1993 Roland H. Pesch ([email protected]) | |
10716 | ||
10717 | * gdb.texinfo, gdvinv-s.texinfo: formatting improvements. | |
10718 | ||
10719 | Fri Mar 19 21:46:50 1993 John Gilmore ([email protected]) | |
10720 | ||
10721 | * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as | |
10722 | host conditionals. | |
10723 | * stabs.texinfo: More array fixes inspired by Jim's. | |
10724 | ||
10725 | Fri Mar 19 10:23:34 1993 Jim Kingdon ([email protected]) | |
10726 | ||
10727 | * stabs.texinfo: Fixes re arrays and continuations. | |
10728 | ||
10729 | * gdbint.texinfo: Add XCOFF node. | |
10730 | ||
10731 | Mon Mar 8 15:52:18 1993 John Gilmore ([email protected]) | |
10732 | ||
10733 | * gdb.texinfo: Add `set print max-symbolic-offset' doc. | |
10734 | ||
10735 | Sun Feb 21 17:09:38 1993 Per Bothner ([email protected]) | |
10736 | ||
10737 | * stabs.texinfo: Fix for array types to mention lower bounds. | |
10738 | ||
10739 | Thu Feb 18 01:19:49 1993 John Gilmore ([email protected]) | |
10740 | ||
10741 | * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*. | |
10742 | ||
10743 | Wed Feb 17 08:15:24 1993 John Gilmore ([email protected]) | |
10744 | ||
10745 | * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines. | |
10746 | ||
10747 | Thu Feb 11 10:38:40 1993 John Gilmore ([email protected]) | |
10748 | ||
10749 | * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found | |
10750 | by Michael Ben-Gershon <[email protected]>. | |
10751 | ||
10752 | Wed Feb 10 23:59:19 1993 John Gilmore ([email protected]) | |
10753 | ||
10754 | * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET. | |
10755 | ||
10756 | Tue Feb 9 18:26:21 1993 Roland H. Pesch ([email protected]) | |
10757 | ||
10758 | * gdb.texinfo, gdbinv-s.texi: misc updates | |
10759 | ||
10760 | Sat Feb 6 10:25:47 1993 John Gilmore ([email protected]) | |
10761 | ||
10762 | * gdbint.texinfo: Brief documentation for longjmp support, | |
10763 | from an email msg by Stu. | |
10764 | ||
10765 | Fri Feb 5 14:10:15 1993 John Gilmore ([email protected]) | |
10766 | ||
10767 | * stabs.texinfo: Fix description of floating point "range" | |
10768 | types (which really define basic types). Reported by Jim Meehan, | |
10769 | <[email protected]>. | |
10770 | ||
10771 | * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone. | |
10772 | ||
10773 | Thu Feb 4 13:56:46 1993 Ian Lance Taylor ([email protected]) | |
10774 | ||
10775 | * gdbint.texinfo: Slightly expand section on supporting a new | |
10776 | object file format. | |
10777 | ||
10778 | Thu Feb 4 01:49:04 1993 John Gilmore ([email protected]) | |
10779 | ||
10780 | * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex | |
10781 | intermediate file. | |
10782 | ||
10783 | Tue Feb 2 12:18:06 1993 Roland H. Pesch ([email protected]) | |
10784 | ||
10785 | * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups | |
10786 | ||
10787 | Mon Feb 1 15:35:47 1993 Roland H. Pesch ([email protected]) | |
10788 | ||
10789 | * gdbinv-s.texi: z8000 simulator target name is just "sim" | |
10790 | ||
10791 | * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001 | |
10792 | as well as Z8002. | |
10793 | ||
10794 | Sat Nov 28 06:51:35 1992 John Gilmore ([email protected]) | |
10795 | ||
10796 | * gdbint.texinfo: Add sections on clean design and on how to send | |
10797 | in changes. | |
10798 | ||
10799 | Mon Nov 9 23:57:02 1992 John Gilmore ([email protected]) | |
10800 | ||
10801 | * gdbint.texinfo: Add how to declare the result of make_cleanup. | |
10802 | ||
10803 | Mon Oct 26 11:09:47 1992 John Gilmore ([email protected]) | |
10804 | ||
10805 | * gdb.texinfo: Fix typo, reported by Karl Berry. | |
10806 | ||
10807 | Fri Oct 23 00:41:21 1992 John Gilmore ([email protected]) | |
10808 | ||
10809 | * gdb.texinfo: Add opcodes dir to GDB distribution description. | |
10810 | ||
10811 | Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
10812 | ||
10813 | * gdbint.texinfo: fixed a stray email address (needs @@), | |
10814 | added @table @code to node "Native Conditionals" | |
10815 | ||
10816 | Tue Sep 22 00:34:15 1992 John Gilmore ([email protected]) | |
10817 | ||
10818 | * gdbint.texinfo: Describe coding style of GDB. | |
10819 | ||
10820 | Mon Sep 21 19:32:16 1992 John Gilmore ([email protected]) | |
10821 | ||
10822 | * stabs.texinfo: Minor wording changes. | |
10823 | ||
10824 | Tue Sep 15 02:57:09 1992 John Gilmore ([email protected]) | |
10825 | ||
10826 | * gdbint.texinfo: Improve release doc slightly. | |
10827 | ||
10828 | Fri Sep 11 01:34:25 1992 John Gilmore ([email protected]) | |
10829 | ||
10830 | * gdbint.texinfo: Improve doc of GDB config macros. | |
10831 | ||
10832 | Wed Sep 9 16:52:06 1992 John Gilmore ([email protected]) | |
10833 | ||
10834 | * stabs.texinfo: Remove Bothner's changes for C++ nested types. | |
10835 | These will be reinserted when examined. | |
10836 | ||
10837 | Mon Aug 24 01:17:55 1992 John Gilmore ([email protected]) | |
10838 | ||
10839 | * gdbint.texinfo: Make a start at documenting all the #if macros | |
10840 | in GDB. At least list them all, and start separating them into | |
10841 | host-specific and target-specific. | |
10842 | ||
10843 | Tue Aug 18 15:59:13 1992 Roland H. Pesch ([email protected]) | |
10844 | ||
10845 | * gdbinv-s.m4.in: refrain from using @cartouche for just a few | |
a9331b3f | 10846 | examples (not consistent w others). |
c906108c SS |
10847 | gdb.texinfo: issue disclaimer paragraph on cmdline options only |
10848 | for generic vn of doc | |
10849 | ||
10850 | Tue Aug 18 14:53:27 1992 Ian Lance Taylor ([email protected]) | |
10851 | ||
10852 | * Makefile.in: always create installation directories. | |
10853 | ||
10854 | Tue Aug 18 14:11:50 1992 Roland H. Pesch ([email protected]) | |
10855 | ||
10856 | * gdb.texinfo: in h8 config, do not describe searching commands. | |
10857 | ||
10858 | Mon Aug 17 18:07:59 1992 Roland H. Pesch ([email protected]) | |
10859 | ||
10860 | * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300 | |
10861 | conditionals; introduce a few generic switches that may be | |
10862 | useful for other cross-dev or dos-hosted configs. | |
10863 | ||
10864 | * gdb.texinfo: fix typo in "info reg" description | |
10865 | ||
10866 | Sun Aug 16 01:16:18 1992 John Gilmore ([email protected]) | |
10867 | ||
10868 | * stabs.texinfo: Minor updates from running TeX over it. | |
10869 | * Makefile.in (stabs.dvi, stabs.ps): Add. | |
10870 | ||
10871 | Sat Aug 15 20:52:24 1992 Per Bothner ([email protected]) | |
10872 | ||
10873 | * stabs.texinfo: Stabs documentation, written by Julia Menapace. | |
10874 | First pass at converting it to texinfo. | |
10875 | ||
10876 | Sat Aug 15 03:14:59 1992 John Gilmore ([email protected]) | |
10877 | ||
10878 | * gdb.texinfo, refcard.tex: Document mult args on `info reg'. | |
10879 | * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir). | |
10880 | ||
10881 | Fri Aug 14 21:08:47 1992 John Gilmore ([email protected]) | |
10882 | ||
10883 | * gdbint.texinfo: Add section on partial symbol tables. | |
10884 | ||
10885 | Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com) | |
10886 | ||
10887 | * gdb.texinfo: document `set remotedebug' and `set | |
10888 | rstack_high_address'. | |
10889 | ||
10890 | Thu May 14 17:09:48 1992 Roland H. Pesch ([email protected]) | |
10891 | ||
10892 | * gdb.texinfo: slight expansion of new text on reading info files | |
10893 | * gdbinv-s.m4.in: correct and expand info on cross-debugging | |
10894 | H8/300 from DOS. | |
10895 | ||
10896 | Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com) | |
10897 | ||
10898 | * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor. | |
10899 | ||
10900 | Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com) | |
10901 | ||
10902 | * gdb.texinfo: Say how to read the `info' files. | |
10903 | ||
10904 | Tue May 5 12:11:38 1992 K. Richard Pixley ([email protected]) | |
10905 | ||
10906 | * Makefile.in: gm4 -> m4. | |
10907 | ||
10908 | Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com) | |
10909 | ||
10910 | * gdb.texinfo: Update for GDB-4.5. Move `Formatting | |
10911 | Documentation' ahead of `Installing GDB' to match README. | |
10912 | Update shared library doc, -readnow and -mapped, and directory | |
a9331b3f | 10913 | structure (add glob and mmalloc). Update configure doc. |
c906108c SS |
10914 | |
10915 | Tue Mar 24 23:28:38 1992 K. Richard Pixley ([email protected]) | |
10916 | ||
10917 | * Makefile.in: remove $(srcdir) from gdb.info rule. | |
10918 | ||
10919 | Sat Mar 7 18:44:50 1992 K. Richard Pixley ([email protected]) | |
10920 | ||
10921 | * Makefile.in: commented out gdb-all.texinfo rule. This is | |
10922 | temporary. | |
10923 | ||
10924 | Wed Feb 26 18:04:40 1992 K. Richard Pixley ([email protected]) | |
10925 | ||
10926 | * Makefile.in, configure.in: removed traces of namesubdir, | |
10927 | -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced | |
dee368d3 | 10928 | copyrights to '92, '13, changed some from Cygnus to FSF. |
c906108c SS |
10929 | |
10930 | Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com) | |
10931 | ||
10932 | * gdb.texinfo: Improve how we ask for bug reports. | |
10933 | ||
10934 | Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
10935 | ||
10936 | * Makefile.in: infodir belongs in datadir. | |
10937 | ||
10938 | Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
10939 | ||
10940 | * Makefile.in: remove spaces following hyphens, bsd make can't | |
10941 | cope. install using INSTALL_DATA. added clean-info. added | |
a9331b3f | 10942 | standards.text support. |
c906108c SS |
10943 | |
10944 | Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
10945 | ||
10946 | * Makefile.in: idestdir and ddestdir go away. Added copyrights | |
10947 | and shift gpl to v2. Added ChangeLog if it didn't exist. docdir | |
10948 | and mandir now keyed off datadir by default. | |
10949 | ||
10950 | \f | |
10951 | Local Variables: | |
9e9c5ae7 | 10952 | mode: change-log |
c906108c SS |
10953 | left-margin: 8 |
10954 | fill-column: 74 | |
10955 | version-control: never | |
10956 | End: |