Commit | Line | Data |
---|---|---|
6bf6fd09 JB |
1 | 2014-12-31 Joel Brobecker <brobecker@adacore.com> |
2 | ||
3 | * gdb.texinfo (Files): Remove documentation of the | |
4 | "add-shared-symbol-files" and "assf" commands. | |
5 | (Cygwin Native): Remove documentation of the "dll-symbols" | |
6 | command. | |
7 | ||
cc485e62 DE |
8 | 2014-12-17 Doug Evans <xdje42@gmail.com> |
9 | ||
10 | * gdb.texinfo (Debugging Output): Document "debug symbol-lookup". | |
11 | ||
bb2ec1b3 TT |
12 | 2014-12-12 Phil Muldoon <pmuldoon@redhat.com> |
13 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
14 | ||
15 | * gdb.texinfo (Altering): Update. | |
16 | (Compiling and Injecting Code): New node. | |
17 | ||
6dddd6a5 DE |
18 | 2014-12-12 Doug Evans <dje@google.com> |
19 | ||
20 | * python.texi (Objfiles In Python): Document gdb.lookup_objfile. | |
21 | ||
f5b95c01 AA |
22 | 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com> |
23 | ||
24 | * gdb.texinfo: Document "maint print user-registers". | |
25 | ||
a0be3e44 DE |
26 | 2014-12-08 Doug Evans <dje@google.com> |
27 | ||
28 | * python.texi (Objfiles In Python): Document Objfile.owner. | |
29 | ||
86e4ed39 DE |
30 | 2014-12-04 Doug Evans <dje@google.com> |
31 | ||
32 | * python.texi (Objfiles In Python): Document | |
33 | Objfile.add_separate_debug_file. | |
34 | ||
7c50a931 DE |
35 | 2014-12-04 Doug Evans <dje@google.com> |
36 | ||
37 | * python.texi (Objfiles In Python): Document Objfile.build_id. | |
38 | ||
162078c8 NB |
39 | 2014-12-02 Nick Bull <nicholaspbull@gmail.com> |
40 | ||
41 | * python.texi (Events In Python): Document new events | |
42 | InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent | |
43 | and RegisterChangedEvent. | |
44 | ||
f10c5b19 JK |
45 | 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com> |
46 | ||
47 | Add add-auto-load-scripts-directory. | |
48 | * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link. | |
49 | (objfile-gdbdotext file): Add add-auto-load-scripts-directory. | |
50 | ||
413b59ae JK |
51 | 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com> |
52 | ||
53 | * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path | |
54 | description typo. | |
55 | ||
02be9a71 DE |
56 | 2014-10-30 Doug Evans <dje@google.com> |
57 | ||
58 | * python.texi (Progspaces In Python): Document ability to add | |
59 | random attributes to gdb.Progspace objects. | |
60 | (Objfiles In Python): Document ability to add random attributes to | |
61 | gdb.objfile objects. | |
62 | ||
e5f8a7cc PA |
63 | 2014-10-27 Pedro Alves <palves@redhat.com> |
64 | ||
65 | * gdb.texinfo (Continuing and Stepping): Add cross reference to | |
66 | info on stepping and signal handlers. | |
67 | (Signals): Explain stepping and signal handlers. Add context | |
68 | index entry, and cross references. | |
69 | ||
fab3a15d SM |
70 | 2014-10-20 Simon Marchi <simon.marchi@ericsson.com> |
71 | ||
72 | * python.texi (Breakpoints In Python): Add parenthesis after | |
73 | Breakpoint.delete. Clarify Breakpoint.enabled description so | |
74 | that it contains "disable". | |
75 | ||
4ffbba72 DE |
76 | 2014-10-17 Doug Evans <dje@google.com> |
77 | ||
78 | * python.texi (Events In Python): Document clear_objfiles event. | |
79 | ||
d096d8c1 DE |
80 | 2014-10-17 Doug Evans <dje@google.com> |
81 | ||
82 | * python.texi (Objfiles In Python): Document new progspace attribute. | |
83 | ||
32a8097b PA |
84 | 2014-10-17 Pedro Alves <palves@redhat.com> |
85 | ||
86 | * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64. | |
87 | (SVR4 Process Information): Delete mention of OSF/1. | |
88 | ||
2ddf4301 SM |
89 | 2014-10-01 Simon Marchi <simon.marchi@ericsson.com> |
90 | ||
91 | * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new | |
92 | exit-code field in -list-thread-groups output. | |
93 | ||
342cc091 JBG |
94 | 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
95 | ||
96 | * gdb.texinfo (Set Breaks): Add missing "@end table". | |
97 | ||
a25a5a45 PA |
98 | 2014-09-22 Pedro Alves <palves@redhat.com> |
99 | ||
100 | * gdb.texinfo (Set Breaks): Document that "set breakpoint | |
101 | always-inserted off" is the default mode now. Delete | |
102 | documentation of "set breakpoint always-inserted auto". | |
103 | ||
2b4fd423 DE |
104 | 2014-09-18 Doug Evans <dje@google.com> |
105 | ||
106 | * python.texi (Symbol Tables In Python): Document "producer" | |
107 | attribute of gdb.Symtab objects. | |
108 | ||
deb8ff2b PA |
109 | 2014-09-16 Pedro Alves <palves@redhat.com> |
110 | ||
111 | * gdb.texinfo (Starting) <run command>: Don't mention VxWorks. | |
112 | (Embedded OS): Remove VxWorks menu entry. | |
113 | (VxWorks): Remove node. | |
114 | ||
81219e53 DE |
115 | 2014-09-13 Doug Evans <xdje42@gmail.com> |
116 | ||
117 | * gdb.texinfo (Signaling): Document new queue-signal command. | |
118 | ||
faa42425 DE |
119 | 2014-09-06 Doug Evans <xdje42@gmail.com> |
120 | ||
121 | PR 15276 | |
122 | * gdb.texinfo (Convenience Funs): Document $_caller_is, | |
123 | $_caller_matches, $_any_caller_is, $_any_caller_matches. | |
124 | ||
1a6a384b JL |
125 | 2014-09-03 Justin Lebar <jlebar@google.com> |
126 | ||
127 | * python.texi (Types In Python): Type.template_argument(n) returns a | |
128 | gdb.Value or a gdb.Type and throws an exception if n is out of | |
129 | range. | |
130 | ||
5f3b99cf SS |
131 | 2014-09-03 Sasha Smundak <asmundak@google.com> |
132 | ||
133 | * python.texi (Frames in Python): Add read_register description. | |
134 | ||
3cecbbbe TT |
135 | 2014-08-04 Tom Tromey <tromey@redhat.com> |
136 | ||
137 | * gdb.texinfo (Debugging Output): Update for change to "set debug | |
138 | target". | |
139 | ||
90debf20 MM |
140 | 2014-08-01 Masaki Muranaka <monaka@monami-software.com> |
141 | ||
142 | Pushed by Joel Brobecker <brobecker@adacore.com>. | |
143 | * Makefile.in (transform): New variable. | |
144 | (install-man1, install-man5): Apply $(transform) to man file names. | |
145 | ||
ee7333ae DE |
146 | 2014-07-26 Doug Evans <xdje42@gmail.com> |
147 | ||
148 | PR guile/17177 | |
149 | * guile.texi (Guile Pretty Printing API): Fix typo. | |
150 | Document set-pretty-printers!, pretty-printers. | |
151 | (Selecting Guile Pretty-Printers): Update. | |
152 | Mention program-space based pretty-printers. | |
153 | ||
70509625 PA |
154 | 2014-07-25 Pedro Alves <palves@redhat.com> |
155 | Eli Zaretskii <eliz@gnu.org> | |
156 | ||
157 | * gdb.texinfo (Signaling) <signal command>: Explain what happens | |
158 | with multi-threaded programs. | |
159 | ||
b67a2c6f YQ |
160 | 2014-06-27 Yao Qi <yao@codesourcery.com> |
161 | ||
162 | * gdb.texinfo (Maintenance Commands): Update the output of | |
163 | 'maint print dummy-frames' command. | |
164 | ||
f179cf97 EZ |
165 | 2014-06-24 Eli Zaretskii <eliz@gnu.org> |
166 | ||
167 | * gdb.texinfo (Screen Size): Improve indexing. | |
168 | ||
992c7d70 GB |
169 | 2014-06-19 Gary Benson <gbenson@redhat.com> |
170 | ||
171 | * gdb.texinfo (Maintenance Commands): Document new | |
172 | "maint set/show catch-demangler-crashes" option. | |
173 | ||
57fcfb1b GB |
174 | 2014-06-19 Gary Benson <gbenson@redhat.com> |
175 | ||
176 | * gdb.texinfo (Maintenance Commands): Document new | |
177 | "maint demangler-warning" command and new | |
178 | "maint set/show demangler-warning" option. | |
179 | ||
dd5d5494 SC |
180 | 2014-06-09 Siva Chandra Reddy <sivachandra@google.com> |
181 | ||
182 | * python.texi (Xmethod API): Add space before the opening | |
183 | parenthesis in function descriptions. | |
184 | ||
25326a28 | 185 | 2014-06-06 Doug Evans <xdje42@gmail.com> |
d2929fdc DE |
186 | |
187 | * guile.texi (Guile Configuration): Document guile-data-directory. | |
188 | ||
0a770bb2 | 189 | 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com> |
190 | ||
191 | * gdb.texinfo (Invoking GDB): Add -q and --quiet. | |
192 | ||
16f691fb DE |
193 | 2014-06-04 Doug Evans <xdje42@gmail.com> |
194 | ||
195 | * guile.texi (Breakpoints In Guile): Update. | |
196 | ||
1e47491b JB |
197 | 2014-06-03 Joel Brobecker <brobecker@adacore.com> |
198 | ||
199 | * python.texi (Xmethod API): Fix reference to "Progspaces In | |
200 | Python". | |
201 | ||
0c6e92a5 SC |
202 | 2014-06-03 Siva Chandra Reddy <sivachandra@google.com> |
203 | ||
204 | * python.texi (Xmethods In Python, XMethod API) | |
205 | (Writing an Xmethod): New nodes. | |
206 | (Python API): New menu entries "Xmethods In Python", | |
207 | "Xmethod API", "Writing an Xmethod". | |
208 | ||
06eb1586 DE |
209 | 2014-06-02 Doug Evans <xdje42@gmail.com> |
210 | ||
211 | * guile.texi (Guile API): Add entry for Parameters In Guile. | |
212 | (GDB Scheme Data Types): Mention <gdb:parameter> object. | |
213 | (Parameters In Guile): New node. | |
214 | ||
e698b8c4 DE |
215 | 2014-06-02 Doug Evans <xdje42@gmail.com> |
216 | ||
217 | * guile.texi (Guile API): Add entry for Commands In Guile. | |
218 | (Basic Guile) <parse-and-eval>: Add reference. | |
219 | (Basic Guile) <string->argv>: Move definition to Commands In Guile. | |
220 | (GDB Scheme Data Types): Mention <gdb:command> object. | |
221 | (Commands In Guile): New node. | |
222 | ||
ded03782 DE |
223 | 2014-06-02 Doug Evans <xdje42@gmail.com> |
224 | ||
225 | * guile.texi (Guile API): Add entry for Progspaces In Guile. | |
226 | (GDB Scheme Data Types): Mention <gdb:progspace> object. | |
227 | (Progspaces In Guile): New node. | |
228 | ||
53e8a631 AB |
229 | 2014-05-30 Andrew Burgess <aburgess@broadcom.com> |
230 | ||
231 | * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR. | |
232 | * python.texi (Frames In Python): Mention | |
233 | gdb.FRAME_UNWIND_MEMORY_ERROR. | |
234 | ||
329ea579 PA |
235 | 2014-05-29 Pedro Alves <palves@redhat.com> |
236 | Tom Tromey <tromey@redhat.com> | |
237 | ||
238 | * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1" | |
239 | from example. | |
240 | (Asynchronous and non-stop modes): Document '-gdb-set mi-async'. | |
241 | Mention that target-async is now deprecated. | |
242 | (Maintenance Commands): Document maint set/show target-async. | |
243 | ||
92bcb5f9 PA |
244 | 2014-05-29 Pedro Alves <palves@redhat.com> |
245 | ||
246 | * observer.texi (sync_execution_done, command_error): New | |
247 | subjects. | |
248 | ||
fd664c91 PA |
249 | 2014-05-29 Pedro Alves <palves@redhat.com> |
250 | ||
251 | PR gdb/13860 | |
252 | * observer.texi (signal_received, end_stepping_range) | |
253 | (signal_exited, exited, no_history): New observer subjects. | |
254 | ||
b2715b27 AW |
255 | 2014-05-26 Andy Wingo <wingo@igalia.com> |
256 | ||
257 | * guile.texi (GDB Scheme Data Types): Remove documentation for | |
258 | removed interfaces. Update spelling of gdb-object-kind. | |
259 | ||
9eaa4c1e AW |
260 | 2014-05-26 Andy Wingo <wingo@igalia.com> |
261 | ||
262 | * guile.texi (Basic Guile): Fix some typos. | |
263 | ||
0f1e8403 AW |
264 | 2014-05-26 Andy Wingo <wingo@igalia.com> |
265 | ||
266 | * guile.texi (Writing a Guile Pretty-Printer) | |
267 | (Guile Types Module): Fix excess parentheses in use-modules forms. | |
268 | ||
697aa1b7 EZ |
269 | 2014-05-24 Eli Zaretskii <eliz@gnu.org> |
270 | ||
271 | * guile.texi (Types In Guile, Basic Guile, Frames In Guile) | |
272 | (Breakpoints In Guile, Guile Printing Module) | |
273 | (Guile Exception Handling, Values From Inferior In Guile) | |
274 | (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile): | |
275 | Don't use @var at the beginning of a sentence. | |
276 | ||
277 | * gdb.texinfo (Frame Filter Management, Trace Files) | |
278 | (C Operators, Ada Tasks, Calling, Bootstrapping, ARM) | |
279 | (PowerPC Embedded, Define, Annotations for Running) | |
280 | (IPA Protocol Commands, Packets, General Query Packets) | |
281 | (Tracepoint Packets, Notification Packets, Environment) | |
282 | (Inferiors and Programs, Set Breaks, Set Catchpoints) | |
283 | (Continuing and Stepping, Signals, Thread-Specific Breakpoints) | |
284 | (Frames, Backtrace, Selection, Expressions, Registers) | |
285 | (Trace State Variables, Built-In Func/Proc, Signaling, Files) | |
286 | (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation) | |
287 | (Source Annotations, Using JIT Debug Info Readers, Packets) | |
288 | (Stop Reply Packets, Host I/O Packets) | |
289 | (Target Description Format): Don't use @var at the beginning of a | |
290 | sentence. | |
291 | ||
292 | * python.texi (Basic Python, Types In Python) | |
293 | (Commands In Python, Frames In Python, Line Tables In Python) | |
294 | (Breakpoints In Python, gdb.printing, gdb.types) | |
295 | (Type Printing API): Don't use @var at the beginning of a | |
296 | sentence. | |
297 | ||
67b5c0c1 MM |
298 | 2014-05-23 Markus Metzger <markus.t.metzger@intel.com> |
299 | ||
300 | * gdb.texinfo (Process Record and Replay): Document "set/show btrace | |
301 | replay-memory-access". | |
302 | ||
6a3cb8e8 PA |
303 | 2014-05-21 Pedro Alves <palves@redhat.com> |
304 | ||
305 | * gdb.texinfo (Starting): Document "set/show | |
306 | auto-connect-native-target". | |
307 | (Target Commands): Document "target native". | |
308 | ||
936d2992 PA |
309 | 2014-05-20 Pedro Alves <palves@redhat.com> |
310 | ||
311 | * gdb.texinfo (Memory) <compare-sections>: Generalize comments to | |
312 | not be remote specific. Add cross reference to the qCRC packet. | |
313 | (Separate Debug Files): Update cross reference to the qCRC packet. | |
314 | (General Query Packets) <qCRC packet>: Add anchor. | |
315 | ||
b3ce5e5f DE |
316 | 2014-05-17 Doug Evans <xdje42@gmail.com> |
317 | ||
318 | Copy over changes from guile.texi. | |
319 | * python.texi (Basic Python) <gdb.execute>: Add text. | |
320 | (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread". | |
321 | (Values From Inferior) <Python string>: Add text. | |
322 | (Values From Inferior) <Value.string>: Clarify string length handling. | |
323 | (Pretty Printing API): Add cindex. | |
324 | (Types In Python) <TYPE_CODE_*>: Use vtable instead of table. | |
325 | Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with | |
326 | @vindex. | |
327 | (Commands In Python) <COMPLETE_*>: Similarly. | |
328 | (Symbols In Python) <SYMBOL_*>: Similarly. | |
329 | (Breakpoints In Python) <WP_*>: Similarly. | |
330 | (Breakpoints In Python) <BP_*>: Similarly. | |
331 | ||
8dfcab11 DT |
332 | 2014-05-17 David Taylor <dtaylor@emc.com> |
333 | ||
334 | * gdb.texinfo (General Query Packets): Add a note about thread IDs | |
335 | mentioned in the qfThreadInfo reply. | |
336 | ||
8d551b02 DE |
337 | 2014-05-16 Doug Evans <dje@google.com> |
338 | ||
339 | * gdb.texinfo (Mode Options): Add -D. | |
340 | ||
e20bd8f4 SB |
341 | 2014-05-09 Samuel Bronson <naesten@gmail.com> |
342 | ||
343 | * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of | |
344 | "make -C". | |
345 | ||
f989a1c8 TT |
346 | 2014-04-29 Tom Tromey <tromey@redhat.com> |
347 | ||
348 | * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and | |
349 | "show debug varobj". | |
350 | ||
95cf3b38 DT |
351 | 2014-05-01 David Taylor <dtaylor@emc.com> |
352 | ||
353 | * gdb.texinfo (compare-sections): Document the new -r (read-only) | |
354 | option. | |
355 | ||
01f9f808 MS |
356 | 2014-04-24 Michael Sturm <michael.sturm@mintel.com> |
357 | Walfred Tedeschi <walfred.tedeschi@intel.com> | |
358 | ||
359 | * gdb.texinfo (i386 Features): Add description of AVX512 | |
360 | registers. | |
361 | ||
770e7fc7 DE |
362 | 2014-03-31 Doug Evans <dje@google.com> |
363 | ||
364 | * gdb.texinfo (Symbols): Document set/show print symbol-loading. | |
365 | ||
97d8f0ee DE |
366 | 2014-03-30 Doug Evans <dje@google.com> |
367 | ||
368 | * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace. | |
369 | (Background Execution): Ditto. | |
370 | ||
36cb1214 HZ |
371 | 2014-03-21 Pedro Alves <palves@redhat.com> |
372 | Stan Shebs <stan@codesourcery.com> | |
373 | Hui Zhu <hui@codesourcery.com> | |
374 | ||
375 | * gdb.texinfo (Packets): Add anchor to "? packet". | |
376 | Remove fixme and update introduction of "k packet". | |
377 | Add anchor to "vKill packet". | |
378 | ||
5e3a2c38 SS |
379 | 2014-03-12 Stan Shebs <stan@codesourcery.com> |
380 | ||
381 | * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h. | |
382 | ||
7a5a839f LC |
383 | 2014-02-26 Ludovic Courtès <ludo@gnu.org> |
384 | ||
dc6ae996 | 385 | * guile.texi (Basic Guile): Document 'history-append!'. |
7a5a839f | 386 | |
95060284 JB |
387 | 2014-02-20 Joel Brobecker <brobecker@adacore.com> |
388 | ||
389 | * gdb.texinfo (Files): Document "add-shared-symbol-files" | |
390 | and "assf" as being deprecated. | |
391 | (Cygwin Native): Likewise for "dll-symbols". | |
392 | (Non-debug DLL Symbols): Remove reference to "dll-symbols" | |
393 | as a way to force the loading of symbols from a DLL. | |
394 | ||
f7bd0f78 SC |
395 | 2014-02-19 Siva Chandra Reddy <sivachandra@google.com> |
396 | ||
397 | * python.texi (Values From Inferior): Add description about the | |
398 | new feature. | |
399 | ||
329baa95 DE |
400 | 2014-02-17 Doug Evans <xdje42@gmail.com> |
401 | ||
402 | * Makefile.in (GDB_DOC_FILES): Add python.texi. | |
403 | * gdb.texinfo (Python): Moved to ... | |
404 | * python.texi: ... here. New file. | |
405 | ||
687894f5 DE |
406 | 2014-02-17 Ludovic Courtès <ludo@gnu.org> |
407 | ||
d25f38ee | 408 | * guile.texi (Writing a Guile Pretty-Printer) <example>: |
687894f5 DE |
409 | Remove 'string-begins-with' procedure. Add 'pretty-printer' |
410 | parameter to 'str-lookup-function' procedure. Look for | |
411 | the "std::string<" prefix. | |
412 | (Frames In Guile): Add 'frame' parameter to 'frame-read-var'. | |
413 | Adjust description. | |
414 | ||
6fb526ee DE |
415 | 2014-02-11 Tejas Belagod <tejas.belagod@arm.com> |
416 | ||
d25f38ee | 417 | * guile.texi (Values From Inferior In Guile): Remove stray |
6fb526ee DE |
418 | parantheses for deffn. |
419 | (Disassembly In Guile): Ditto. | |
420 | ||
1e0a5178 SS |
421 | 2014-02-10 Stan Shebs <stan@codesourcery.com> |
422 | ||
423 | Add Doxygen support. | |
424 | * Makefile.in (doxy): New action, generates Doxygen files. | |
425 | (DOXYGEN): New. | |
426 | (doxyedit): New. | |
427 | * Doxyfile-base.in: New file. | |
428 | * Doxyfile-gdb-api.in: New file. | |
429 | * Doxyfile-gdb-xref.in: New file. | |
430 | * Doxyfile-gdbserver.in: New file. | |
431 | * doxy-index.in: New file. | |
432 | * filter-for-doxygen: New file. | |
433 | * filter-params.pl: New file. | |
434 | ||
ed3ef339 DE |
435 | 2014-02-10 Doug Evans <xdje42@gmail.com> |
436 | ||
437 | * Makefile.in (GDB_DOC_FILES): Add guile.texi. | |
438 | * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts. | |
439 | (Extending GDB): New menu entries Guile, Multiple Extension Languages. | |
440 | (Guile docs): Include guile.texi. | |
441 | (objfile-gdbdotext file): Add objfile-gdb.scm. | |
442 | (dotdebug_gdb_scripts section): Mention Guile scripts. | |
443 | (Multiple Extension Languages): New node. | |
444 | * guile.texi: New file. | |
445 | ||
c6044dd1 JB |
446 | 2014-01-28 Joel Brobecker <brobecker@adacore.com> |
447 | ||
448 | * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show | |
449 | ignore-descriptive-types". commands. | |
450 | ||
87ce2a04 DE |
451 | 2014-01-22 Doug Evans <dje@google.com> |
452 | ||
453 | * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp. | |
454 | (gdbserver man): Ditto. | |
455 | ||
52834460 MM |
456 | 2014-01-16 Markus Metzger <markus.t.metzger@intel.com> |
457 | ||
458 | * gdb.texinfo: Document limited reverse/replay support | |
459 | for target record-btrace. | |
460 | ||
0688d04e MM |
461 | 2014-01-16 Markus Metzger <markus.t.metzger@intel.com> |
462 | ||
463 | * gdb.texinfo (Process Record and Replay): Update documentation. | |
464 | ||
8710b709 MM |
465 | 2014-01-16 Markus Metzger <markus.t.metzger@intel.com> |
466 | ||
467 | * gdb.texinfo (Process Record and Replay): Document new /c | |
468 | modifier accepted by "record function-call-history". | |
469 | Add /i modifier to "record function-call-history" example. | |
470 | ||
dcf106f3 JB |
471 | 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com> |
472 | Joel Brobecker <brobecker@adacore.com> | |
473 | ||
474 | * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl" | |
475 | markers. Remove one that was misplaced. | |
476 | ||
41ef2965 PA |
477 | 2014-01-10 Pedro Alves <palves@redhat.com> |
478 | ||
479 | * gdb.texinfo (Your Program's Environment) <set environment>: | |
480 | Mention the shell, and point at 'set exec-wrapper'. | |
481 | ||
c0d48811 JB |
482 | 2014-01-07 Joel Brobecker <brobecker@adacore.com> |
483 | ||
484 | * gdb.texinfo (Types In Python): Document new attribute Types.name. | |
485 | ||
5fba4c0f JB |
486 | 2013-12-30 Joel Brobecker <brobecker@adacore.com> |
487 | ||
488 | * gdb.texinfo (Types In Python): Clarify the documentation | |
489 | of attribute gdb.Field.bitpos. | |
490 | ||
0809504b JB |
491 | 2013-12-28 Joel Brobecker <brobecker@adacore.com> |
492 | ||
493 | * gdb.texinfo (Types In Python): Fix the documentation of | |
494 | attribute "bitpos" in class gdb.Field for enum types. Add | |
495 | documentation for attribute "enumval" in that same class. | |
496 | ||
edef6000 JB |
497 | 2013-12-28 Joel Brobecker <brobecker@adacore.com> |
498 | ||
499 | * gdb.texinfo (GDB/MI Support Commands): Change @table into | |
500 | @ftable. | |
501 | ||
71b8c845 DE |
502 | 2013-12-23 Doug Evans <xdje42@gmail.com> |
503 | ||
504 | * gdb.texinfo (Auto-loading): Move menu up. Move discussion of | |
505 | auto-loaded objfile scripts and .debug_gdb_scripts section to their | |
506 | corresponding section in Extending GDB. | |
507 | (Extending GDB): Move menu up. New menu item "Auto-loading | |
508 | extensions". | |
509 | (Sequences): New menu item "Auto-loading sequences". | |
510 | (Auto-loading sequences): New node. | |
511 | (Python): Rename section from Scripting GDB to Extending GDB. | |
512 | (Python Auto-loading): Update xref, refer to "Auto-loading extensions". | |
513 | Move docs on ways to auto-load extensions to ... | |
514 | (Auto-loading extensions): ... here. New node. | |
515 | ||
d192b373 JB |
516 | 2013-12-23 Joel Brobecker <brobecker@adacore.com> |
517 | ||
518 | * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry | |
519 | in menu. | |
520 | (GDB/MI Variable Objects): Adjust reference to "-list-features" | |
521 | command, now in a new node. | |
522 | (GDB/MI Support Commands): New node, with its contents being | |
523 | extracted from the "GDB/MI Miscellaneous Commands" node. | |
524 | A small paragraph introducing the section is also added at | |
525 | the start. | |
526 | (GDB/MI Miscellaneous Commands): Delete the description of the | |
527 | -info-gdb-mi-command, -list-features and -list-target-features | |
528 | commands, now hosted in the "GDB/MI Support Commands" node. | |
529 | ||
a16b0e22 SC |
530 | 2013-12-12 Siva Chandra Reddy <sivachandra@google.com> |
531 | ||
532 | PR python/16113 | |
533 | * gdb.texinfo (Values From Inferior): Add a note about using | |
534 | gdb.Field objects as subscripts on gdb.Value objects. | |
535 | (Types In Python): Add description about the new attribute | |
536 | "parent_type" of gdb.Field objects. | |
537 | ||
9b26f0fb JB |
538 | 2013-12-12 Joel Brobecker <brobecker@adacore.com> |
539 | ||
540 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex | |
541 | entry for section docuumenting the -list-features GDB/MI command. | |
542 | ||
72bfa06c JB |
543 | 2013-12-10 Joel Brobecker <brobecker@adacore.com> |
544 | ||
545 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new | |
546 | "exec-run-start-option" entry in the output of the "-list-features" | |
547 | command. | |
548 | ||
3ea8680f EZ |
549 | 2013-12-04 Eli Zaretskii <eliz@gnu.org> |
550 | ||
551 | * gdb.texinfo (i386): Fix yesterday's commit. | |
552 | ||
1a4f73eb TT |
553 | 2013-12-03 Tom Tromey <tromey@redhat.com> |
554 | ||
555 | * gdb.texinfo (Set Catchpoints): Add @kindex for each command | |
556 | documented here. | |
557 | ||
6cb999f8 TT |
558 | 2013-12-03 Tom Tromey <tromey@redhat.com> |
559 | ||
560 | * gdb.texinfo (@direntry): Add menu item for gdbserver. | |
561 | ||
ca8941bb WT |
562 | 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com> |
563 | ||
564 | * gdb.texinfo (i386 Features): Add MPX feature registers. | |
565 | (x86 Specific featuresx86 Architecture-specific Issues): Adds | |
566 | a subsubsection for MPX and describes the display of the | |
567 | boundary registers. | |
568 | ||
688981c9 JB |
569 | 2013-12-03 Joel Brobecker <brobecker@adacore.com> |
570 | ||
571 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the | |
572 | documentation of the "ada-exceptions" entry. | |
573 | ||
2ea126fa JB |
574 | 2013-12-03 Joel Brobecker <brobecker@adacore.com> |
575 | ||
576 | * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the | |
577 | "^error" result record concerning the error message. Document | |
578 | the error code that may also be part of that result record. | |
579 | (GDB/MI Miscellaneous Commands): Document the | |
580 | "undefined-command-error-code" element in the output of | |
581 | the "-list-features" GDB/MI command. | |
582 | ||
6b7cbff1 JB |
583 | 2013-12-03 Joel Brobecker <brobecker@adacore.com> |
584 | ||
585 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document | |
586 | the new -info-gdb-mi-command GDB/MI command. Document | |
587 | the meaning of "-info-gdb-mi-command" in the output of | |
588 | -list-features. | |
589 | ||
20e1ca3b PA |
590 | 2013-11-29 Pedro Alves <palves@redhat.com> |
591 | ||
592 | * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>: | |
593 | Update comment. | |
594 | ||
29453a14 YQ |
595 | 2013-11-24 Yao Qi <yao@codesourcery.com> |
596 | ||
597 | * gdb.texinfo (Caching Remote Data): Document new | |
598 | "set/show stack-cache" option. | |
599 | ||
6dd315ba YQ |
600 | 2013-11-24 Yao Qi <yao@codesourcery.com> |
601 | ||
602 | * gdb.texinfo (Caching Target Data): Replace "ON" with "on". | |
603 | (Maintenance Commands): Replace "ON" and "OFF" with "on" and | |
604 | "off" respectively. | |
605 | ||
9df9dbe0 YQ |
606 | 2013-11-23 Yao Qi <yao@codesourcery.com> |
607 | ||
608 | * gdb.texinfo (GDB/MI Variable Objects): Add the description | |
609 | of "displayhint" to the table about child results. | |
610 | ||
c78feb39 YQ |
611 | 2013-11-21 Yao Qi <yao@codesourcery.com> |
612 | ||
613 | * gdb.texinfo (GDB/MI Variable Objects): Add attribute | |
614 | 'dynamic' for the output of command -var-list-children. | |
615 | ||
27b81af3 YQ |
616 | 2013-11-21 Yao Qi <yao@codesourcery.com> |
617 | ||
618 | * gdb.texinfo (Caching Target Data): Remove "see" before | |
619 | @pxref. | |
620 | ||
b26dfc9a YQ |
621 | 2013-11-20 Yao Qi <yao@codesourcery.com> |
622 | ||
623 | * gdb.texinfo (Caching Target Data): Update doc for | |
624 | per-address-space dcache. | |
625 | ||
b12039c6 YQ |
626 | 2013-11-20 Yao Qi <yao@codesourcery.com> |
627 | ||
628 | * gdb.texinfo (Data): Rename menu item. | |
629 | (Caching Remote Data): Rename to ... | |
630 | (Caching Target Data): ... it. Update. | |
631 | ||
422ad5c2 JB |
632 | 2013-11-18 Joel Brobecker <brobecker@adacore.com> |
633 | ||
634 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new | |
635 | "language-option" entry in the output of the "-list-features" | |
636 | command. | |
637 | ||
805e1f19 TT |
638 | 2013-11-15 Tom Tromey <tromey@redhat.com> |
639 | ||
640 | * gdb.texinfo (Variables): Note gdb rules for ambiguous cases. | |
641 | Add example. | |
642 | ||
8fe1b653 TT |
643 | 2013-11-14 Tom Tromey <tromey@redhat.com> |
644 | ||
645 | * gdb.texinfo (Breakpoints In Python): Replace "as" with "in". | |
646 | ||
403cb6b1 JB |
647 | 2013-11-14 Joel Brobecker <brobecker@adacore.com> |
648 | ||
649 | * gdb.texinfo (Show): Add xref anchor for "show language" command. | |
650 | (Context management): Place current subsection text into its own | |
651 | subsubsection. Add new subsubsection describing the "--language" | |
652 | command option. | |
653 | ||
93973826 JB |
654 | 2013-11-13 Joel Brobecker <brobecker@adacore.com> |
655 | ||
656 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete | |
657 | the documentation of "info-ada-exceptions" in the output | |
658 | of the "-list-features" command. Add the documentation | |
659 | of the "ada-exception" entry instead. | |
660 | ||
6adcee18 JB |
661 | 2013-11-12 Joel Brobecker <brobecker@adacore.com> |
662 | ||
93973826 | 663 | |
6adcee18 JB |
664 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first |
665 | word of a couple of sentences to start with a capital letter. | |
666 | ||
58d06528 JB |
667 | 2013-11-12 Joel Brobecker <brobecker@adacore.com> |
668 | ||
669 | * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node. | |
670 | (Ada Exceptions): New node. | |
671 | (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions | |
672 | Commands" node. | |
673 | (GDB/MI Ada Exceptions Commands): New node. | |
674 | (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions" | |
675 | field in the output of the "-list-features" command. | |
676 | * NEWS: Add entry for the new "info exceptions" CLI command, | |
677 | and for the new "-info-ada-exceptions" GDB/MI command. | |
678 | ||
bc79de95 PM |
679 | 2013-11-11 Phil Muldoon <pmuldoon@redhat.com> |
680 | ||
681 | * gdb.texinfo (Symbol Tables In Python): Add linetable method entry. | |
682 | (Line Tables In Python): New node. | |
683 | ||
73be47f5 DE |
684 | 2013-11-08 Doug Evans <dje@google.com> |
685 | ||
686 | * gdb.texinfo (Debugging Output): Update text for | |
687 | "set debug dwarf2-read". | |
688 | ||
db0fec5c DE |
689 | 2013-11-08 Doug Evans <dje@google.com> |
690 | ||
691 | * gdb.texinfo (Debugging Output): Update text for | |
692 | "set debug symtab-create". | |
693 | ||
92e32e33 PM |
694 | 2013-11-07 Phil Muldoon <pmuldoon@redhat.com> |
695 | ||
696 | * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION | |
697 | constant. | |
698 | ||
f76c27b5 PM |
699 | 2013-11-07 Phil Muldoon <pmuldoon@redhat.com> |
700 | ||
701 | * gdb.texinfo (Breakpoints In Python): Document temporary | |
702 | option in breakpoint constructor, and add documentation to the | |
703 | temporary attribute. | |
704 | ||
fa4d0c40 YQ |
705 | 2013-11-07 Yao Qi <yao@codesourcery.com> |
706 | ||
707 | * gdb.texinfo (GDB/MI Variable Objects): Update doc about the | |
708 | output of "-var-info-expression". | |
709 | ||
afa332ce PA |
710 | 2013-11-06 Pedro Alves <palves@redhat.com> |
711 | ||
712 | * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention | |
713 | non-interactive mode. | |
714 | (Environment) <shell startup files warning>: Mention | |
715 | non-interactive mode. Mention .zshenv for Z shell, and talk about | |
716 | BASH_ENV instead of .bashrc for BASH. | |
717 | ||
9ac69859 NB |
718 | 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com> |
719 | ||
720 | * gdb.texinfo (Commands to Specify Files): Add description | |
721 | of the remove-symbol-file command. | |
722 | * observer.texi: New free_objfile event | |
723 | ||
98882a26 PA |
724 | 2013-10-24 Pedro Alves <palves@redhat.com> |
725 | ||
726 | * gdb.texinfo (Starting): Document set/show startup-with-shell. | |
727 | ||
ce13fade JB |
728 | 2013-10-11 Joel Brobecker <brobecker@adacore.com> |
729 | ||
730 | * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands): | |
731 | New subsection inside which the "-catch-load" and "-catch-unload" | |
732 | commands documentation is now placed. | |
733 | (Ada Exception GDB/MI Catchpoint Commands): New subsection | |
734 | documenting the "-catch-assert" and "-catch-exception" new | |
735 | GDB/MI commands. | |
736 | ||
2446f5ea JB |
737 | 2013-10-10 Joel Brobecker <brobecker@adacore.com> |
738 | ||
739 | * gdb.texinfo (Connecting): Remove unnecessary @w{}. | |
740 | ||
0d12017b JB |
741 | 2013-10-10 Joel Brobecker <brobecker@adacore.com> |
742 | ||
bd80dc1a JB |
743 | * gdb.texinfo (Connecting): Replace "set remotebaud" by "set |
744 | serial baud". | |
745 | (Remote Configuration): Replace "set remotebaud" by "set serial | |
746 | baud". Replace "show remotebaud" by "show serial baud". | |
0d12017b | 747 | |
f4fb82a1 PA |
748 | 2013-10-07 Pedro Alves <palves@redhat.com> |
749 | ||
750 | PR breakpoints/11568 | |
751 | * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens | |
752 | when the thread is removed from the thread list. | |
753 | ||
0c557179 SDJ |
754 | 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com> |
755 | ||
756 | * gdb.texinfo (Convenience Variables): Document $_exitsignal. | |
757 | Update entry for $_exitcode. | |
758 | ||
5713b9b5 JB |
759 | 2013-10-04 Joel Brobecker <brobecker@adacore.com> |
760 | ||
761 | * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s | |
762 | new "--start" option. | |
763 | ||
901461f8 PA |
764 | 2013-10-02 Pedro Alves <palves@redhat.com> |
765 | ||
766 | * gdb.texinfo (Registers): Expand description of saved registers | |
767 | in frames. Explain <not saved>. | |
768 | ||
8fb8eb5c DE |
769 | 2013-09-25 Doug Evans <dje@google.com> |
770 | ||
771 | * gdb.texinfo (Debugging Output): Document set/show debug symfile. | |
772 | ||
0a7cfe2c SS |
773 | 2013-09-16 Stan Shebs <stan@codesourcery.com> |
774 | ||
775 | Remove the internals manual gdbint.texinfo. | |
776 | * Makefile.in (INFO_DEPS): Remove gdbint.info. | |
777 | (PDFFILES): Remove gdbint.pdf. | |
778 | (HTMLFILES): Remove gdbint/index.html. | |
779 | (HTMLFILES_INSTALL): Remove gdbint. | |
780 | (GDBINT_DOC_FILES): Remove. | |
781 | (dvi): Remove gdbint.dvi. | |
782 | (ps): Remove gdbint.ps. | |
783 | * gdbint.texinfo: Remove file. | |
784 | * gdb.texinfo (Maintenance Commands): Remove reference to gdbint. | |
785 | ||
a280dbd1 SDJ |
786 | 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com> |
787 | ||
788 | * gdb.texinfo (Convenience Functions): Mention new convenience | |
789 | function $_isvoid. | |
790 | ||
4ac33720 UW |
791 | 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com> |
792 | ||
793 | * gdb.texinfo (Decimal Floating Point format): Mention S/390. | |
794 | (Standard Target Features): Add new node to menu. | |
795 | (S/390 and System z Features): New node. | |
796 | ||
b3d3b4bd SA |
797 | 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com> |
798 | ||
799 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Use | |
800 | -list-target-features in the example. | |
801 | ||
edf9f00c JK |
802 | 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
803 | ||
804 | * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create | |
805 | mini_debuginfo. Strip binary before adding mini_debuginfo to it. | |
806 | ||
1d236d23 JK |
807 | 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
808 | ||
809 | Sync documentation with gdb.base/gnu-debugdata.exp. | |
810 | * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example. | |
811 | ||
5423b017 JK |
812 | 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
813 | ||
814 | * gdb.texinfo (MiniDebugInfo): Fix two trailing dots. | |
815 | ||
6211c335 YQ |
816 | 2013-08-27 Pedro Alves <pedro@codesourcery.com> |
817 | Yao Qi <yao@codesourcery.com> | |
818 | ||
819 | * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>: | |
820 | Document new --skip-unavailable option. | |
821 | <-stack-list-variables>: Document new --skip-unavailable option. | |
822 | ||
52e260a3 DE |
823 | 2013-08-26 Doug Evans <dje@google.com> |
824 | ||
825 | * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes | |
826 | an optional regexp. | |
827 | ||
5e92f71a TT |
828 | 2013-08-13 Tom Tromey <tromey@redhat.com> |
829 | ||
830 | * gdbint.texinfo (Testsuite): Use @table, not @itemize. | |
831 | Document GDB_PARALLEL and GDB_INOTIFY. | |
832 | ||
c5d7073b SS |
833 | 2013-08-09 Stan Shebs <stan@codesourcery.com> |
834 | ||
835 | * LRS: Remove file, describes a long-abandoned live-range | |
836 | splitting extension to stabs. | |
837 | ||
6fbe845e AB |
838 | 2013-07-25 Andrew Burgess <aburgess@broadcom.com> |
839 | ||
840 | * gdb.texinfo (Output Formats): Mention the new 'z' formatter. | |
841 | ||
e7045703 DE |
842 | 2013-07-17 Doug Evans <dje@google.com> |
843 | ||
844 | * gdb.texinfo (Print Settings): Document "print raw frame-arguments". | |
845 | ||
3105ebf9 TT |
846 | 2013-07-02 Tom Tromey <tromey@redhat.com> |
847 | ||
848 | * gdb.texinfo (Target Commands): Don't mention "target nrom". | |
849 | ||
d6c2da54 TT |
850 | 2013-06-28 Tom Tromey <tromey@redhat.com> |
851 | ||
852 | * Makefile.in (version.subst): Use version.in, not | |
853 | common/version.in. | |
854 | * gdbint.texinfo (Versions and Branches, Releasing GDB): | |
855 | Likewise. | |
856 | ||
e5823f1c PA |
857 | 2013-06-27 Pedro Alves <palves@redhat.com> |
858 | ||
859 | * gdbint.texinfo (Algorithms) <Stepping over runtime loader | |
860 | dynamic symbol resolution code>: New section, based on infrun.c | |
861 | comment. | |
862 | ||
92dcb9ff TT |
863 | 2013-06-26 Tom Tromey <tromey@redhat.com> |
864 | ||
865 | * gdbint.texinfo (Versions and Branches): Use common/version.in. | |
866 | Update. | |
867 | (Releasing GDB): Likewise. | |
868 | ||
dc673c81 YQ |
869 | 2013-06-26 Pedro Alves <pedro@codesourcery.com> |
870 | Yao Qi <yao@codesourcery.com> | |
871 | ||
872 | * gdb.texinfo (GDB/MI Tracepoint Commands): Document | |
873 | -trace-frame-collected. | |
874 | ||
28a93511 YQ |
875 | 2013-06-26 Pedro Alves <pedro@codesourcery.com> |
876 | ||
877 | * gdb.texinfo (Traceframe Info Format): Document tvar element | |
878 | and its attributes. | |
879 | ||
a0743c90 YQ |
880 | 2013-06-25 Yao Qi <yao@codesourcery.com> |
881 | ||
882 | * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'. | |
883 | ||
01208463 TT |
884 | 2013-06-24 Tom Tromey <tromey@redhat.com> |
885 | ||
886 | * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst. | |
887 | (GDBvn.texi): Use version.subst. | |
888 | (version.subst): New target. | |
889 | (mostlyclean): Remove version.subst. | |
890 | ||
c898adb7 YQ |
891 | 2013-06-20 Pedro Alves <pedro@codesourcery.com> |
892 | ||
893 | * gdb.texinfo (GDB/MI Data Manipulation) | |
894 | <-data-list-register-values>: Document the --skip-unavailable | |
895 | option. | |
896 | ||
7c57fa1e YQ |
897 | 2013-06-07 Yao Qi <yao@codesourcery.com> |
898 | ||
899 | * gdb.texinfo (Symbols): Add kindex and cindex for | |
900 | 'maint print msymbols'. | |
901 | ||
0059c61a | 902 | 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change) |
b7742092 MK |
903 | |
904 | * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior | |
905 | response field name (thread-group to inferior). | |
906 | ||
85dc5a12 GB |
907 | 2013-06-04 Gary Benson <gbenson@redhat.com> |
908 | ||
909 | * gdb.texinfo (General Query Packets/qSupported): Added | |
910 | "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read". | |
911 | to the table of currently defined stub features. | |
912 | Added a more detailed entry for "augmented-libraries-svr4-read". | |
913 | (General Query Packets/qXfer:libraries-svr4:read): Documented | |
914 | the augmented form of this packet. | |
915 | ||
5901af59 JB |
916 | 2013-05-23 Joel Brobecker <brobecker@adacore.com> |
917 | ||
918 | * gdb.texinfo (System-wide Configuration Scripts): Renames | |
919 | "Installed System-wide Configuration Scripts". Add associated | |
920 | @menu block. | |
921 | ||
c1e36e3e PA |
922 | 2013-05-23 Yao Qi <yao@codesourcery.com> |
923 | Pedro Alves <palves@redhat.com> | |
924 | ||
925 | * gdb.texinfo (Packets): Document 'vCont;r'. | |
926 | (Continuing and Stepping): Document target-assisted range | |
927 | stepping, and the 'set range-stepping' and 'show range-stepping' | |
928 | commands. | |
929 | ||
0201faac JB |
930 | 2013-05-23 Joel Brobecker <brobecker@adacore.com> |
931 | ||
932 | * gdb.texinfo (Installed System-wide Configuration Scripts): | |
933 | Add subsection describing the scripts now available under | |
934 | the data-dir's system-gdbbinit subdirectory. | |
935 | * NEWS: Add entry announcing the availability of system-wide | |
936 | configuration scripts for ElinOS and Wind River Linux. | |
937 | ||
c5867ab6 HZ |
938 | 2013-05-21 Hui Zhu <hui@codesourcery.com> |
939 | ||
940 | * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the | |
941 | "-dprintf-insert" command. | |
942 | ||
7d0c9981 DE |
943 | 2013-05-17 Doug Evans <dje@google.com> |
944 | ||
945 | * gdb.texinfo (Maintenance Commands): Update doc for | |
946 | "maint check-psymtabs". Add doc for "maint check-symtabs", | |
947 | "maint expand-symtabs". | |
948 | ||
742ce053 MM |
949 | 2013-05-15 Markus Metzger <markus.t.metzger@intel.com> |
950 | ||
951 | * gdb.texinfo (Process Record and Replay): Document the | |
952 | "record goto" command and its sub-commands. | |
953 | ||
1e611234 PM |
954 | 2013-05-10 Phil Muldoon <pmuldoon@redhat.com> |
955 | ||
956 | * gdb.texinfo (Backtrace): Add "no-filter" argument. | |
957 | (Python API): Add Frame Filters API, Frame Wrapper API, | |
958 | Writing a Frame Filter/Wrapper, Managing Management of Frame | |
959 | Filters chapter entries. | |
960 | (Frame Filters API): New Node. | |
961 | (Frame Wrapper API): New Node. | |
962 | (Writing a Frame Filter): New Node. | |
963 | (Managing Frame Filters): New Node. | |
964 | (Progspaces In Python): Add note about frame_filters attribute. | |
965 | (Objfiles in Python): Ditto. | |
966 | (GDB/MI Stack Manipulation): Add -enable-frame-filters command, | |
967 | @anchors and --no-frame-filters option to -stack-list-variables, | |
968 | -stack-list-frames, -stack-list-locals and -stack-list-arguments | |
969 | commands. | |
970 | ||
2874cb83 JB |
971 | 2013-05-08 Joel Brobecker <brobecker@adacore.com> |
972 | ||
973 | * gdbint.texinfo (Native Debugging): Add "AIX Shared Library | |
974 | Support" subsection documenting the XML format used to transfer | |
975 | shared library info on AIX. | |
976 | ||
9a005eb9 JB |
977 | 2013-05-08 Joel Brobecker <brobecker@adacore.com> |
978 | ||
979 | * gdb.texinfo (Debugging Output): Add documentation of | |
980 | "set debug aix-solib" and "show debug aix-solib" commands. | |
981 | ||
a1217d97 SL |
982 | 2013-05-06 Sandra Loosemore <sandra@codesourcery.com> |
983 | ||
984 | * gdb.texinfo (Nios II): New section. | |
985 | (Nios II Features): New section. | |
986 | ||
4d1eb6b4 JB |
987 | 2013-05-06 Joel Brobecker <brobecker@adacore.com> |
988 | ||
989 | * gdbint.texinfo (Algorithms): Remove entries documenting | |
990 | DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and | |
991 | SOLIB_CREATE_INFERIOR_HOOK. | |
992 | ||
3f84184e TT |
993 | 2013-04-29 Tom Tromey <tromey@redhat.com> |
994 | ||
995 | PR python/14204: | |
996 | * gdb.texinfo (Python API): Fix menu entry. | |
997 | (Blocks In Python): Fix subsubsection text. Rewrite intro. | |
998 | Define global and static block. Add example. Clarify | |
999 | block relationship for inline functions. | |
1000 | ||
60155234 TT |
1001 | 2013-04-29 Tom Tromey <tromey@redhat.com> |
1002 | ||
1003 | * gdb.texinfo (Python API): Mention Python help and keyword | |
1004 | arguments. Move pagination text to Basic Python. | |
1005 | (Basic Python): Put pagination text here. Document | |
1006 | close-on-exec, SIGCHLD, and SIGINT. | |
1007 | ||
5360976e PA |
1008 | 2013-04-19 Pedro Alves <palves@redhat.com> |
1009 | ||
1010 | * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write | |
1011 | "signedness" instead of "signness". | |
1012 | ||
bd3f3b55 PA |
1013 | 2013-04-19 Pedro Alves <palves@redhat.com> |
1014 | ||
1015 | * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace | |
1016 | -Wno-pointer-sign text with text on -Wpointer-sign. | |
1017 | ||
dee368d3 TT |
1018 | 2013-04-16 Tom Tromey <tromey@redhat.com> |
1019 | ||
1020 | * gdb.texinfo (Set Catchpoints): Mention earliest version of | |
1021 | GCC that has the SDT probe points. | |
1022 | ||
cc16e6c9 TT |
1023 | 2013-04-15 Tom Tromey <tromey@redhat.com> |
1024 | ||
1025 | * gdb.texinfo (Set Catchpoints): Document regexp syntax for | |
1026 | exception catchpoints. | |
1027 | ||
72f1fe8a TT |
1028 | 2013-04-15 Tom Tromey <tromey@redhat.com> |
1029 | ||
1030 | * gdb.texinfo (Set Catchpoints): Document $_exception. | |
1031 | (Convenience Vars): Mention $_exception. | |
1032 | ||
591f19e8 TT |
1033 | 2013-04-15 Tom Tromey <tromey@redhat.com> |
1034 | ||
1035 | * gdb.texinfo (Set Catchpoints): Reorganize exception | |
1036 | catchpoints. Document "catch rethrow". | |
1037 | (Debugging C Plus Plus): Mention "catch rethrow". | |
1038 | ||
02ae6bad TT |
1039 | 2013-04-15 Tom Tromey <tromey@redhat.com> |
1040 | ||
1041 | * gdb.texinfo (Set Catchpoints): Remove obsolete text. | |
1042 | ||
2c91021c JK |
1043 | 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com> |
1044 | Eli Zaretskii <eliz@gnu.org> | |
1045 | ||
1046 | * gdb.texinfo (Auto-loading safe path): Add quick -iex using command | |
1047 | line below the sample output. | |
1048 | ||
6eaaf48b EZ |
1049 | 2013-04-12 Eli Zaretskii <eliz@gnu.org> |
1050 | ||
1051 | * gdb.texinfo (Mode Options): Document '-configuration'. | |
1052 | (Help): Document "show configuration". | |
1053 | (Bug Reporting): Add requirements to include the configuration | |
1054 | details in bug reports. | |
1055 | ||
b292c783 JK |
1056 | 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
1057 | ||
1058 | * Makefile.in (MAN1S): Add gcore.1. | |
1059 | Remove "Host, target, and site specific Makefile fragments" comment. | |
1060 | (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New. | |
1061 | (install-man1, uninstall-man1): Conditionalize gcore.1. | |
1062 | (gcore.1): New. | |
1063 | * gdb.texinfo (Man Pages): Add gcore man. | |
1064 | (gcore man): New node. | |
1065 | ||
f81d1120 PA |
1066 | 2013-04-10 Pedro Alves <palves@redhat.com> |
1067 | ||
1068 | * gdb.texinfo (Process Record and Replay): Document that "set | |
1069 | record full insn-number-max", "set record | |
1070 | instruction-history-size" and "set record | |
1071 | function-call-history-size" accept "unlimited". | |
1072 | (Backtrace): Document that "set backtrace limit" accepts | |
1073 | "unlimited". | |
1074 | (List): Document that "set listsize" accepts "unlimited". | |
1075 | (Print Settings)" Document that "set print max-symbolic-offset", | |
1076 | "set print elements" and "set print repeats" accept "unlimited". | |
1077 | (Starting and Stopping Trace Experiments): Document that "set | |
1078 | trace-buffer-size" accepts "unlimited". | |
1079 | (Remote Configuration): Document that "set tcp connect-timeout" | |
1080 | accepts "unlimited". | |
1081 | (Command History): Document that "set history size" accepts | |
1082 | "unlimited". | |
1083 | (Screen Size): Document that "set height" and "set width" accepts | |
1084 | "unlimited". Adjust "set pagination"'s description to suggest | |
1085 | "set height unlimited" instead of "set height 0". | |
1086 | ||
393fd4c3 YQ |
1087 | 2013-04-10 Yao Qi <yao@codesourcery.com> |
1088 | ||
1089 | * gdb.texinfo (Trace Files): Add "target ctf". | |
1090 | ||
cba5a7bf JK |
1091 | 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com> |
1092 | ||
1093 | * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in. | |
1094 | ||
0ed630cb JK |
1095 | * Makefile.in (install-man1, install-man5, uninstall-man1) |
1096 | (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively. | |
1097 | ||
afe1492b JK |
1098 | * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir). |
1099 | ||
5b8b6385 JK |
1100 | 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com> |
1101 | Eli Zaretskii <eliz@gnu.org> | |
1102 | ||
1103 | * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach | |
1104 | parameters order. Remove "On some targets" for --attach. Document the | |
1105 | --multi parameter and extended-remote command. Document all the | |
1106 | options. | |
1107 | ||
906ccdf0 JK |
1108 | 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com> |
1109 | ||
1110 | * gdb.texinfo (gdb man): Mention option -p. Include Fortran to | |
1111 | the list of supported languages. | |
1112 | ||
43662968 JK |
1113 | 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com> |
1114 | ||
1115 | Convert man pages to texinfo, new gdbinit.5 texinfo page. | |
1116 | * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF, | |
1117 | (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New. | |
1118 | (diststuff): Add man. | |
1119 | (install-man, install-man1, install-man5, uninstall-man, uninstall-man1) | |
1120 | (uninstall-man5): New. | |
1121 | (STAGESTUFF): Add *.1 and *.5. | |
1122 | (GDBvn.texi): Add SYSTEM_GDBINIT. | |
1123 | (gdb.1, gdbserver.1, gdbinit.5): New. | |
1124 | (maintainer-clean realclean): Add $(MANS). | |
1125 | (install): Add install-man. | |
1126 | (uninstall): Add uninstall-man. | |
1127 | * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE. | |
1128 | (@copying): Wrap it by @c man begin COPYRIGHT. | |
1129 | (Top): Add Man Pages. | |
1130 | (Man Pages, gdb man, gdbserver man, gdbinit man): New. | |
1131 | ||
be9a8770 PA |
1132 | 2013-04-02 Pedro Alves <palves@redhat.com> |
1133 | ||
1134 | * gdb.texinfo (Debugging Output): Document "set/show debug | |
1135 | aarch64", "set/show debug coff-pe-read" and "set/show debug | |
1136 | mach-o". | |
1137 | ||
a46c1e42 PA |
1138 | 2013-04-02 Pedro Alves <palves@redhat.com> |
1139 | ||
1140 | * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet | |
1141 | table>: Add entry for "trace-buffer-size". | |
1142 | ||
bd3eecc3 PA |
1143 | 2013-03-28 Pedro Alves <palves@redhat.com> |
1144 | ||
1145 | * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet | |
1146 | table>: Add entry for "trace-status". | |
1147 | ||
215b9f98 EZ |
1148 | 2013-03-28 Eli Zaretskii <eliz@gnu.org> |
1149 | ||
1150 | * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table | |
1151 | @bullet", which is invalid (makeinfo 5.1 barfs). | |
1152 | ||
7f7cc265 PA |
1153 | 2013-03-28 Pedro Alves <palves@redhat.com> |
1154 | ||
1155 | PR gdb/15294 | |
1156 | ||
1157 | * gdb.texinfo (List) <set listsize>: Adjust to document that | |
1158 | listsize 0 means no limit, and remove mention of -1. | |
1159 | ||
9c0be723 YQ |
1160 | 2013-03-22 Yao Qi <yao@codesourcery.com> |
1161 | ||
1162 | * gdb.texinfo (Embedded Processors): Remove menu item | |
1163 | "OpenRISC 1000". | |
1164 | (OpenRISC 1000): Remove. | |
1165 | ||
bd712aed DE |
1166 | 2013-03-21 Doug Evans <dje@google.com> |
1167 | ||
1168 | * gdb.texinfo (Maintenance Commands): Add docs for | |
1169 | "mt set per-command {space,time,symtab} {on,off}". | |
1170 | ||
d0353e76 YQ |
1171 | 2013-03-14 Hui Zhu <hui@codesourcery.com> |
1172 | Yao Qi <yao@codesourcery.com> | |
1173 | ||
1174 | * gdb.texinfo (Trace Files): Add "tsave -ctf". | |
1175 | ||
6dd24dfa KS |
1176 | 2013-03-13 Keith Seitz <keiths@redhat.com> |
1177 | ||
1178 | * gdb.texinfo (Maintenance Commands): Add missing ')' for | |
1179 | "maint agent" reference to Dynamic printf. | |
1180 | ||
5c4808ca EZ |
1181 | 2013-03-11 Eli Zaretskii <eliz@gnu.org> |
1182 | ||
1183 | * gdb.texinfo (General Query Packets): Don't use colon in index | |
1184 | entries visible to Info format. | |
1185 | ||
59ea5688 MM |
1186 | 2013-03-11 Markus Metzger <markus.t.metzger@intel.com> |
1187 | ||
1188 | * gdb.texinfo (Process Record and Replay): Document record | |
1189 | changes. | |
1190 | ||
2ae8c8e7 MM |
1191 | 2013-03-11 Markus Metzger <markus.t.metzger@intel.com> |
1192 | ||
1193 | * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat. | |
1194 | (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and | |
1195 | qXfer:btrace:read. | |
1196 | ||
28abe188 EZ |
1197 | 2013-03-09 Eli Zaretskii <eliz@gnu.org> |
1198 | ||
1199 | * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't | |
1200 | use colons in @anchor and @cindex entries. | |
1201 | ||
be9a119c | 1202 | 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com> |
6790eb9f HAQ |
1203 | |
1204 | * gdb.texinfo (QTBuffer:size): Add cindex and anchor. | |
1205 | ||
be9a119c | 1206 | 2013-03-08 Stan Shebs <stan@codesourcery.com> |
f6f899bf HAQ |
1207 | Hafiz Abid Qadeer <abidh@codesourcery.com> |
1208 | ||
1209 | * gdb.texinfo (Starting and Stopping Trace Experiments): Document | |
1210 | trace-buffer-size set and show commands. | |
1211 | (Tracepoint Packets): Document QTBuffer:size. | |
1212 | (General Query Packets): Document QTBuffer:size. | |
1213 | ||
d57350ea TT |
1214 | 2013-02-21 Tom Tromey <tromey@redhat.com> |
1215 | ||
1216 | * gdb.texinfo: Remove bad @syncodeindex. | |
1217 | (Values From Inferior, Types In Python, Inferiors In Python) | |
1218 | (Events In Python, Threads In Python, Frames In Python, Blocks In | |
1219 | Python, Symbols In Python, Symbol Tables In Python): Remove | |
1220 | @tables. | |
1221 | (Packets, General Query Packets, Tracepoint Packets) | |
1222 | (Host I/O Packets): Use @w{} for empty @item. | |
1223 | ||
9f44fbc0 SCR |
1224 | 2013-02-20 Siva Chandra Reddy <sivachandra@google.com> |
1225 | ||
1226 | * gdb.texinfo (Architectures In Python): Add description about | |
1227 | the new method gdb.Architecture.disassemble. | |
1228 | ||
f5911ea1 HAQ |
1229 | 2013-02-15 Pedro Alves <pedro@codesourcery.com> |
1230 | Hafiz Abid Qadeer <abidh@codesourcery.com> | |
1231 | ||
1232 | * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>: | |
1233 | Document the "trace-file" field. | |
1234 | ||
7e1e0340 DE |
1235 | 2013-02-07 Doug Evans <dje@google.com> |
1236 | ||
1237 | * gdb.texinfo (Machine Code): Clarify argument to disassemble | |
1238 | command. | |
1239 | ||
134a2066 YQ |
1240 | 2013-02-06 Yao Qi <yao@codesourcery.com> |
1241 | ||
1242 | * gdb.texinfo (GDB/MI Async Records): Document new MI | |
1243 | notification "=tsv-modified". Update the document of MI | |
1244 | notification "=tsv-created". | |
1245 | * observer.texi (GDB Observers): New observer tsv_modified. | |
1246 | Update observer tsv_created and tsv_delete. | |
1247 | ||
430ed3f0 MS |
1248 | 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com> |
1249 | ||
1250 | * gdb.texinfo (AArch64 Features): New section; document | |
1251 | org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu. | |
1252 | (Architectures): Add new AArch64 section to document AArch64 | |
1253 | architecture specific commands. | |
1254 | (ABI): Add description of the new OS ABI "Newlib" and its influence | |
1255 | on the longjmp handling. | |
1256 | ||
1b56eb55 JK |
1257 | 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com> |
1258 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
1259 | ||
1260 | * gdb.texinfo (Backtrace): Added description of 'filename-display' | |
1261 | variable in 'set/show backtrace' section. | |
1262 | ||
c4957902 TT |
1263 | 2013-01-31 Tom Tromey <tromey@redhat.com> |
1264 | ||
1265 | * gdb.texinfo (Target Commands): Fix typo. | |
1266 | ||
bea883fd SCR |
1267 | 2013-01-23 Siva Chandra Reddy <sivachandra@google.com> |
1268 | ||
1269 | * doc/gdb.texinfo (Architectures In Python): New sub-sub-section | |
1270 | describing the gdb.Architecture class. | |
1271 | (Frames In Python): Add description about the new method | |
1272 | gdb.Frame.architecture(). | |
1273 | ||
796a7ff8 DE |
1274 | 2013-01-23 Doug Evans <dje@google.com> |
1275 | ||
1276 | * gdb.texinfo (Index Section Format): Document .gdb_index version 8. | |
1277 | ||
998580f1 MK |
1278 | 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com> |
1279 | ||
1280 | * gdb.texinfo (GDB/MI Breakpoint Commands): Document new | |
1281 | 'thread-groups' field when printing a breakpoint in MI. | |
1282 | ||
c9fb1240 SD |
1283 | 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com> |
1284 | * gdb.texinfo (Using JIT Debug Info Readers): Change documentation | |
1285 | to reflect that jit-reader-load now supports absolute file-names. | |
1286 | ||
ab04a2af TT |
1287 | 2013-01-16 Tom Tromey <tromey@redhat.com> |
1288 | ||
1289 | * gdb.texinfo (Set Catchpoints): Document "catch signal". | |
1290 | (Signals): Likewise. | |
1291 | ||
8ac3646f TT |
1292 | 2013-01-16 Tom Tromey <tromey@redhat.com> |
1293 | ||
1294 | * gdb.texinfo (GDB/MI Breakpoint Information): Document | |
1295 | "catch-type" field. | |
1296 | (GDB/MI Catchpoint Commands): Add "catch-type" to examples. | |
1297 | ||
e93a8774 TT |
1298 | 2013-01-07 Tom Tromey <tromey@redhat.com> |
1299 | ||
1300 | * gdb.texinfo (Mode Options): Don't mention -epoch. | |
1301 | (Data, Emacs): Remove obsolete comments. | |
1302 | ||
54516a0b TT |
1303 | 2013-01-02 Tom Tromey <tromey@redhat.com> |
1304 | ||
1305 | * gdb.texinfo (GDB/MI Output Records): Update menu. | |
1306 | (GDB/MI Breakpoint Information): New node. | |
1307 | (GDB/MI Breakpoint Commands) <-break-info>: Link to new node. | |
1308 | <-break-insert>: Likewise. | |
1309 | ||
8dbe8ece YQ |
1310 | 2012-12-31 Yao Qi <yao@codesourcery.com> |
1311 | ||
1312 | * gdb.texinfo (Remote Non-Stop): Move paragraphs to ... | |
1313 | (Packets): Move "vStopped" packet to ... | |
1314 | (Notification Packets): ... here. Describe the components | |
1315 | of notification. Add a table of supported notifications. | |
1316 | Add an example on the process of he async notification. | |
1317 | ||
f35a17b5 JK |
1318 | 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com> |
1319 | ||
1320 | * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always | |
1321 | present. | |
1322 | (GDB/MI File Commands) (-file-list-exec-source-files): Make the | |
1323 | fullname output always present. | |
1324 | ||
0dfd2fad PM |
1325 | 2012-12-23 Pierre Muller <muller@sourceware.org> |
1326 | ||
1327 | * gdbint.texinfo (Function prototypes): Require use of "extern" | |
1328 | modifier for function prototypes in headers. | |
1329 | ||
7785b880 JB |
1330 | 2012-12-19 Joel Brobecker <brobecker@adacore.com> |
1331 | ||
1332 | * refcard.tex: Update copyright notice to GPL v3 or later. | |
1333 | Update contact info. | |
1334 | ||
3d745be3 JK |
1335 | 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
1336 | ||
1337 | * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL. | |
1338 | ||
c9b6281a YQ |
1339 | 2012-12-15 Yao Qi <yao@codesourcery.com> |
1340 | ||
1341 | * gdb.texinfo (Debugging Output): Document 'set debug | |
1342 | notification' and 'show debug notification'. | |
1343 | ||
f2a8bc8a YQ |
1344 | 2012-12-15 Yao Qi <yao@codesourcery.com> |
1345 | ||
1346 | * gdb.texinfo (Listing Tracepoints): New item and example about | |
1347 | 'installed on target' output. | |
1348 | Add more in the example about 'installed on target'. | |
1349 | (GDB/MI Breakpoint Commands): Doc about 'installed field. | |
1350 | ||
451b7c33 TT |
1351 | 2012-12-14 Tom Tromey <tromey@redhat.com> |
1352 | ||
1353 | * gdb.texinfo (SVR4 Process Information): Mention core files. | |
1354 | ||
3fa7bf06 MG |
1355 | 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com> |
1356 | ||
1357 | * gdb.texinfo (GDB/MI Catchpoint Commands): New section. | |
1358 | ||
05b4bd79 PA |
1359 | 2012-12-11 Pedro Alves <palves@redhat.com> |
1360 | ||
1361 | * gdb.texinfo: Remove all mentions of Unixware throughout. | |
1362 | ||
74a0d9f6 JK |
1363 | 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com> |
1364 | ||
1365 | * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG. | |
1366 | ||
0c631110 TT |
1367 | 2012-11-29 Tom Tromey <tromey@redhat.com> |
1368 | ||
1369 | * gdb.texinfo (SVR4 Process Information): Document missing | |
1370 | "info proc" subcommands. | |
1371 | ||
891df0ea YQ |
1372 | 2012-11-29 Yao Qi <yao@codesourcery.com> |
1373 | ||
1374 | PR gdb/1477. | |
1375 | * gdb.texinfo (Print Settings): Correct the default 'demangle-style' | |
1376 | to 'auto' instead of 'gnu'. | |
1377 | ||
608e2dbb TT |
1378 | 2012-11-26 Tom Tromey <tromey@redhat.com> |
1379 | ||
1380 | * gdb.texinfo (MiniDebugInfo): New node. | |
1381 | (GDB Files): Update. | |
1382 | ||
e64e0392 DE |
1383 | 2012-11-16 Doug Evans <dje@google.com> |
1384 | ||
1385 | * gdb.texinfo (System-wide configuration): If the system-wide init | |
1386 | file lives in the data-directory, and --data-directory is provided, | |
1387 | look for it there. | |
1388 | ||
ae606bee TT |
1389 | 2012-11-15 Tom Tromey <tromey@redhat.com> |
1390 | ||
1391 | * gdb.texinfo (Signaling): Fix typo. | |
1392 | ||
62747a60 TT |
1393 | 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com> |
1394 | ||
1395 | * gdb.texinfo (GDB/MI Data Manipulation): Document new optional | |
1396 | parameter "count" of -data-write-memory-bytes, and add an example. | |
1397 | ||
18a9fc12 TT |
1398 | 2012-11-12 Tom Tromey <tromey@redhat.com> |
1399 | ||
1400 | * gdb.texinfo (Symbols): Document "info type-printers", | |
1401 | "enable type-printer" and "disable type-printer". | |
1402 | (Python API): Add new node to menu. | |
1403 | (Type Printing API): New node. | |
1404 | (Progspaces In Python): Document type_printers field. | |
1405 | (Objfiles In Python): Likewise. | |
1406 | (gdb.types) <get_type_recognizers, apply_type_recognizers, | |
1407 | register_type_printer, TypePrinter>: Document. | |
1408 | ||
53342f27 TT |
1409 | 2012-11-12 Tom Tromey <tromey@redhat.com> |
1410 | ||
1411 | * gdb.texinfo (Symbols): Document "set print type methods", | |
1412 | "set print type typedefs", and flags to ptype and whatis. | |
1413 | ||
ed8a1c2d AB |
1414 | 2012-11-09 Andrew Burgess <aburgess@broadcom.com> |
1415 | ||
1416 | * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to | |
1417 | the example -data-disassemble output. Extend the description of | |
1418 | the -data-disassemble results to document all fields. Document | |
1419 | the cli disassemble command as being related to -data-disassemble. | |
1420 | ||
8506d139 YQ |
1421 | 2012-11-09 Yao Qi <yao@codesourcery.com> |
1422 | ||
1423 | PR gdb/14777. | |
1424 | * gdb.texinfo (OS Information): Remove doc on command | |
1425 | 'info udot'. | |
1426 | ||
4d3f93a2 JB |
1427 | 2012-11-08 Joel Brobecker <brobecker@adacore.com> |
1428 | ||
1429 | * gdb.texinfo (Startup): Minor rewording, and clarify scope of | |
1430 | gdb.ini warning for Windows port. | |
1431 | ||
1e96de83 YQ |
1432 | 2012-11-08 Yao Qi <yao@codesourcery.com> |
1433 | ||
1434 | * gdb.texinfo (Search): Add kindex for 'fo'. | |
1435 | ||
dc939229 TT |
1436 | 2012-11-05 Tom Tromey <tromey@redhat.com> |
1437 | ||
1438 | PR python/14802: | |
1439 | * gdb.texinfo (Functions In Python): Add example. | |
1440 | ||
6f6484cd YQ |
1441 | 2012-11-03 Yao Qi <yao@codesourcery.com> |
1442 | ||
1443 | * observer.texi (GDB Observers): Remove observer | |
1444 | 'tracepoint_modified', 'tracepoint_created' and | |
1445 | 'tracepoint_deleted'. | |
1446 | ||
af4238e5 TT |
1447 | 2012-10-26 Tom Tromey <tromey@redhat.com> |
1448 | ||
1449 | * gdb.texinfo (General Query Packets): Use @itemx for QAgent. | |
1450 | ||
687e43a4 TT |
1451 | 2012-10-25 Tom Tromey <tromey@redhat.com> |
1452 | ||
1453 | * gdb.texinfo (General Query Packets): Use @itemx. | |
1454 | ||
8de0566d YQ |
1455 | 2012-10-17 Yao Qi <yao@codesourcery.com> |
1456 | ||
1457 | * observer.texi (GDB Observers): Update observer | |
1458 | 'memory_changed'. | |
1459 | * gdb.texinfo (GDB/MI Async Records): Document for | |
1460 | "memory-changed" notification. | |
1461 | ||
07540c15 DE |
1462 | 2012-10-15 Doug Evans <dje@google.com> |
1463 | ||
1464 | * gdb.texinfo (Mode Options): Document -nh. | |
1465 | Elaborate on docs for -nx. | |
1466 | ||
d7019589 SP |
1467 | 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com> |
1468 | ||
1469 | * observer.texi (memory_changed): Expand parameter LEN to ssize_t. | |
1470 | ||
82a90ccf YQ |
1471 | 2012-09-21 Yao Qi <yao@codesourcery.com> |
1472 | Pedro Alves <palves@redhat.com> | |
1473 | ||
1474 | * gdb.texinfo (GDB/MI Async Records): Document notification | |
1475 | 'record-started' and 'record-stopped'. | |
1476 | * observer.texi (GDB Observers): New observer 'record-changed'. | |
1477 | ||
aa9259cc TS |
1478 | 2012-09-19 Thomas Schwinge <thomas@codesourcery.com> |
1479 | ||
1480 | * gdb.texinfo: Document the removal of SH's 'regs' command. | |
1481 | ||
c1d780c2 SDJ |
1482 | 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com> |
1483 | ||
1484 | * gdb.texinfo (jump): Mention new alias `j' for `jump'. | |
1485 | ||
bb25a15c YQ |
1486 | 2012-09-18 Yao Qi <yao@codesourcery.com> |
1487 | ||
1488 | * gdb.texinfo (GDB/MI Async Records): Document new MI | |
1489 | notifications '=tsv-created' and '=tsv-deleted'. | |
1490 | * observer.texi (GDB Observers): New observer tsv_created and | |
1491 | tsv_deleted. | |
1492 | ||
201b4506 YQ |
1493 | 2012-09-18 Yao Qi <yao@codesourcery.com> |
1494 | ||
1495 | * observer.texi (GDB Observers): New observer 'traceframe_changed'. | |
1496 | * gdb.texinfo (GDB/MI Async Records): Mention new MI notification | |
1497 | '=traceframe-changed'. | |
1498 | ||
6fc1c773 YQ |
1499 | 2012-09-17 Yao Qi <yao@codesourcery.com> |
1500 | ||
1501 | * gdb.texinfo (List): Describe the meaning of 0 and -1 in | |
1502 | 'set listsize'. | |
1503 | ||
121c73f3 JK |
1504 | 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
1505 | Eli Zaretskii <eliz@gnu.org> | |
1506 | ||
1507 | * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr | |
1508 | encoding for gdbarch_breakpoint_from_pc, bp_addr for | |
1509 | gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code. | |
1510 | ||
e9687799 JK |
1511 | 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com> |
1512 | ||
1513 | * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping. | |
1514 | ||
3b5e4d35 YPK |
1515 | 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu> |
1516 | ||
1517 | Document how to return from "python-interactive" to GDB. | |
1518 | * gdb.texinfo (Python Commands): Update documentation. | |
1519 | ||
1520 | 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu> | |
1521 | ||
1522 | Add a new "python-interactive" command that starts a standard | |
1523 | Python interactive prompt with "pi" as alias, and add "py" as | |
1524 | an alias to "python". | |
1525 | * gdb.texinfo (Python Commands): Document the new commands. | |
1526 | ||
b583003e TT |
1527 | 2012-08-22 Tom Tromey <tromey@redhat.com> |
1528 | ||
1529 | * gdbint.texinfo (Host Definition): Remove documentation for | |
1530 | SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY. | |
1531 | ||
a451cb65 KS |
1532 | 2012-08-17 Keith Seitz <keiths@redhat.com> |
1533 | ||
1534 | PR c++/13356 | |
1535 | * gdb.texinfo (Type and Range Checking): Remove warning. | |
1536 | Remove spurious commas. | |
1537 | Update text and examples for re-implementation of set/show | |
1538 | check type. | |
1539 | (C and C++ Type and Range Checks): Likewise. | |
1540 | ||
6b1755ce YQ |
1541 | 2012-08-16 Yao Qi <yao@codesourcery.com> |
1542 | ||
1543 | * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING | |
1544 | is deprecated. | |
1545 | ||
f47f77df DE |
1546 | 2012-08-13 Doug Evans <dje@google.com> |
1547 | ||
1548 | * gdb.texinfo (Convenience Vars): Update text for "show convenience" | |
1549 | to include functions. | |
1550 | ||
a72c3253 DE |
1551 | 2012-08-10 Doug Evans <dje@google.com> |
1552 | ||
1553 | * gdb.texinfo (Convenience Funs): New node. | |
1554 | (Types In Python): Document Type.vector. | |
1555 | ||
5b9afe8a YQ |
1556 | 2012-08-09 Yao Qi <yao@codesourcery.com> |
1557 | ||
1558 | * observer.texi: New observer command_param_changed. | |
1559 | * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'. | |
1560 | ||
dc1039df JK |
1561 | 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com> |
1562 | ||
1563 | * gdbint.texinfo (Debugging GDB): In section | |
1564 | 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb. | |
1565 | Mention also gdb-gdb.py. | |
1566 | ||
4abf930d YQ |
1567 | 2012-08-07 Yao Qi <yao@codesourcery.com> |
1568 | ||
1569 | Revert the folloing patch: | |
1570 | 2012-08-06 Yao Qi <yao@codesourcery.com> | |
1571 | * gdb.texinfo (Remote Configuration): Add kindex for 'set | |
1572 | remote hardware-watchpoint-limit' and 'set | |
1573 | remote hardware-breakpoint-limit'. | |
1574 | ||
f3c8a52a JK |
1575 | 2012-08-06 Nathaniel Flath <flat0103@gmail.com> |
1576 | ||
1577 | * gdb.texinfo (Working Directory): Added information about new | |
1578 | default argument for 'cd' command. | |
1579 | ||
77a91025 YQ |
1580 | 2012-08-06 Yao Qi <yao@codesourcery.com> |
1581 | ||
1582 | * gdb.texinfo (Remote Configuration): Add kindex for 'set | |
1583 | remote hardware-watchpoint-limit' and 'set | |
1584 | remote hardware-breakpoint-limit'. | |
1585 | ||
d9f08f52 YQ |
1586 | 2012-08-06 Yao Qi <yao@codesourcery.com> |
1587 | ||
1588 | Fix PR14371. | |
1589 | ||
1590 | * gdb.texinfo (GDB/MI Async Records): Fix the doc for | |
1591 | '=breakpoint-deleted'. | |
1592 | ||
95b07c96 YQ |
1593 | 2012-08-02 Yao Qi <yao@codesourcery.com> |
1594 | ||
1595 | * gdb.texinfo (Native): Remove node Neutrino. | |
1596 | ||
7255706c YQ |
1597 | 2012-07-27 Yao Qi <yao@codesourcery.com> |
1598 | ||
1599 | * gdb.texinfo (IPA Protocol Commands): Document new command | |
1600 | 'close'. | |
1601 | ||
d6b28940 TT |
1602 | 2012-07-25 Tom Tromey <tromey@redhat.com> |
1603 | ||
1604 | * gdb.texinfo (Maintenance Commands): Document maint info bfds. | |
1605 | ||
e615022a DE |
1606 | 2012-07-20 Doug Evans <dje@google.com> |
1607 | ||
1608 | * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections. | |
1609 | (Index Files): Document how to control the use of deprecated index | |
1610 | sections. | |
1611 | (Index Section Format): Replace --use-deprecated-index-sections with | |
1612 | "set use-deprecated-index-sections on". | |
1613 | ||
055855a4 EZ |
1614 | 2012-07-12 Eli Zaretskii <eliz@gnu.org> |
1615 | ||
1616 | * gdbint.texinfo: Remove @syncodeindex directives that put all the | |
1617 | indices into a single node "Index". Instead, join function and | |
1618 | variable indices into a single index, separate from the concept | |
1619 | index. Requested in | |
1620 | http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html. | |
1621 | (Top): Update the top-level menu: instead of one "Index" there are | |
1622 | now separate entries "Concept Index" and "Function and Variable | |
1623 | Index". | |
1624 | (Concept Index, Function and Variable Index): New nodes. | |
1625 | (Index): Node deleted. | |
1626 | ||
f77cc5f0 HZ |
1627 | 2012-07-05 Hui Zhu <hui_zhu@mentor.com> |
1628 | ||
1629 | * gdb.texinfo (Maintenance Commands): Change help for "maint agent" | |
1630 | and "maint agent-eval". | |
1631 | ||
00595b5e EZ |
1632 | 2012-07-03 Eli Zaretskii <eliz@gnu.org> |
1633 | ||
1634 | * gdb.texinfo: Separate the index into 2 indices, cp and fn, to | |
1635 | avoid file-name clashes between Index.html and index.html on | |
1636 | case-insensitive filesystems. See the discussion starting in | |
1637 | http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the | |
1638 | details of the problem. | |
1639 | (Top): Update the master menu for the above. | |
1640 | (Concept Index, Command and Variable Index): New nodes, instead of | |
1641 | the old "Index" node that was deleted. All cross-references | |
1642 | updated. | |
1643 | ||
d3ce09f5 SS |
1644 | 2012-07-02 Stan Shebs <stan@codesourcery.com> |
1645 | ||
1646 | * gdb.texinfo (Dynamic Printf): Mention agent style and | |
1647 | disconnected dprintf. | |
1648 | (Maintenance Commands): Describe maint agent-printf. | |
1649 | (General Query Packets): Mention BreakpointCommands feature. | |
1650 | (Packets): Document commands extension to Z0 packet. | |
1651 | * agentexpr.texi (Bytecode Descriptions): Document printf | |
1652 | bytecode. | |
1653 | ||
2d7b58e8 JK |
1654 | 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com> |
1655 | ||
1656 | * gdb.texinfo (File Options): Change -ix and -iex commands that apply | |
1657 | only after gdbinit files. | |
1658 | (Startup): Move -iex and -iex commands down after gdbinit files. | |
1659 | ||
202cbf1c JK |
1660 | 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com> |
1661 | ||
1662 | * gdb.texinfo (Auto-loading safe path): Note the shell wildcard | |
1663 | possibility. | |
1664 | ||
b6ba681c TT |
1665 | 2012-06-29 Tom Tromey <tromey@redhat.com> |
1666 | ||
1667 | * gdb.texinfo (Index Section Format): Update for version 7. | |
1668 | ||
71caed83 SS |
1669 | 2012-06-28 Stan Shebs <stan@codesourcery.com> |
1670 | ||
1671 | * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os | |
1672 | example, add note about title column. | |
1673 | ||
ee0bf529 SCR |
1674 | 2012-06-26 Siva Chandra Reddy <sivachandra@google.com> |
1675 | ||
1676 | * gdb.texinfo (Symbol Tables In Python): Add description about | |
1677 | the new 'last' attribute of gdb.Symtab_and line. | |
1678 | ||
3c15d565 SCR |
1679 | 2012-06-26 Siva Chandra Reddy <sivachandra@google.com> |
1680 | ||
1681 | * gdb.texinfo (Symbol Tables In Python): Correct the description | |
1682 | of the 'pc' attribute of gdb.Symtab_and_line. | |
1683 | ||
45cfd468 DE |
1684 | 2012-06-26 Doug Evans <dje@google.com> |
1685 | ||
1686 | * gdb.texinfo (Debugging Output): Document debug options dwarf2-read | |
1687 | and symtab-create. | |
1688 | ||
496ee73e KS |
1689 | 2012-06-25 Keith Seitz <keiths@redhat.com> |
1690 | ||
1691 | * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option | |
1692 | from example. Remove "rbreak" from list of corresponding | |
1693 | gdb commands. | |
1694 | ||
156942c7 DE |
1695 | 2012-06-23 Doug Evans <dje@google.com> |
1696 | ||
1697 | * gdb.texinfo (Index Section Format): Document version 7 format. | |
1698 | ||
c614397c YQ |
1699 | 2012-06-22 Yao Qi <yao@codesourcery.com> |
1700 | ||
1701 | * gdb.texinfo: Add missing cindex for some packets. | |
1702 | ||
472a2379 KS |
1703 | 2012-06-20 Keith Seitz <keiths@redhat.com> |
1704 | ||
1705 | * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options | |
1706 | for -break-insert and document -p. | |
1707 | ||
2678e2af YQ |
1708 | 2012-06-20 Yao Qi <yao@codesourcery.com> |
1709 | ||
1710 | * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory" | |
1711 | and "gdb.write_memory" with "Inferior.read_memory" and | |
1712 | "Inferior.write_memory". | |
1713 | ||
984359d2 EZ |
1714 | 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change) |
1715 | ||
1716 | * gdb.texinfo (Summary): Add a link to "Free Documentation". | |
1717 | (Free Documentation): Add @node line. | |
1718 | (Continuing and Stepping) <advance location>: Use @item instead of | |
1719 | @itemx. | |
1720 | (Reverse Execution) <set exec-direction reverse>: Use @item instead of | |
1721 | @itemx. | |
1722 | (Embedded Processors): Put the link to "PA" to its correct place, | |
1723 | according to document structure. | |
1724 | (Python API): Put the link to "Lazy Strings In Python" to its | |
1725 | correct place. | |
1726 | (Index): Use @@ in @tex block to get a literal @. | |
1727 | ||
1728 | * gdbint.texinfo: Fix the @subtitle line. | |
1729 | ||
1730 | * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its | |
1731 | correct place. | |
1732 | ||
16bdd41f YQ |
1733 | 2012-06-08 Yao Qi <yao@codesourcery.com> |
1734 | ||
1735 | * gdb.texinfo (In-Process Agent): Add 'In-Process Agent | |
1736 | Protocol'. | |
1737 | (In-Process Agent Protocol, IPA Protocol Objects) | |
1738 | (IPA Protocol Commands): New nodes. | |
1739 | (Tracepoint Packets): Add anchors. | |
1740 | ||
2d4c29c5 TS |
1741 | 2012-06-06 Thomas Schwinge <thomas@codesourcery.com> |
1742 | ||
1743 | * gdb.texinfo: Document the deprecation of SH's 'regs' command. | |
1744 | ||
6bd110c5 YQ |
1745 | 2012-06-06 Yao Qi <yao@codesourcery.com> |
1746 | ||
1747 | * gdb.texinfo: Update copyright year. | |
1748 | ||
f3e0e960 SS |
1749 | 2012-05-23 Stan Shebs <stan@codesourcery.com> |
1750 | Kwok Cheung Yeung <kcy@codesourcery.com> | |
1751 | ||
1752 | * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os. | |
1753 | ||
1564a261 JK |
1754 | 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com> |
1755 | ||
1756 | * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory. | |
1757 | Mention also --with-separate-debug-dir. | |
1758 | (Auto-loading): Prepend $debugdir in the sample output. | |
1759 | (Auto-loading safe path): Likewise. Mention also $debugdir for the | |
1760 | auto-load safe-path variable. | |
1761 | (objfile-gdb.py file): Remove the extra debug-file-directory paragraph. | |
1762 | Mention also $debugdir for 'set auto-load scripts-directory'. | |
1763 | ||
eb17f351 EZ |
1764 | 2012-05-19 Eli Zaretskii <eliz@gnu.org> |
1765 | ||
1766 | * gdb.texinfo (Continuing and Stepping, Selection, Byte Order) | |
1767 | (MIPS Embedded, MIPS, MIPS Register packet Format) | |
1768 | (Target Descriptions, MIPS Features): Use @acronym{MIPS} where | |
1769 | appropriate. | |
1770 | ||
4cc0665f MR |
1771 | 2012-05-18 Sandra Loosemore <sandra@codesourcery.com> |
1772 | Maciej W. Rozycki <macro@codesourcery.com> | |
1773 | ||
1774 | * gdb.texinfo (MIPS): Document "set mips compression" and "show | |
1775 | mips compression". | |
1776 | (MIPS Breakpoint Kinds): New subsubsection. | |
1777 | ||
7af8dcf8 | 1778 | 2012-05-18 Eli Zaretskii <eliz@gnu.org> |
02b67415 MR |
1779 | |
1780 | * gdb.texinfo (Architecture-Specific Protocol Details): Define | |
1781 | nodes for subsections. Add @acronym mark-ups and adjust | |
1782 | formatting. | |
1783 | ||
aff139ff JK |
1784 | 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com> |
1785 | ||
1786 | Rename $ddir to $datadir. | |
1787 | * gdb.texinfo (Auto-loading, Auto-loading safe path) | |
1788 | (objfile-gdb.py file): Rename $ddir to $datadir. | |
1789 | ||
9cb709b6 TT |
1790 | 2012-05-18 Tom Tromey <tromey@redhat.com> |
1791 | ||
1792 | * gdb.texinfo (Print Settings): Document 'set print symbol'. | |
1793 | ||
e7e0cddf SS |
1794 | 2012-05-14 Stan Shebs <stan@codesourcery.com> |
1795 | ||
1796 | * gdb.texinfo (Dynamic Printf): New subsection. | |
1797 | ||
7efc75aa SCR |
1798 | 2012-05-13 Siva Chandra Reddy <sivachandra@google.com> |
1799 | ||
1800 | * gdb.texinfo (Basic Python): Add description about the function | |
1801 | gdb.find_pc_line | |
1802 | ||
f307c045 JK |
1803 | 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com> |
1804 | Eli Zaretskii <eliz@gnu.org> | |
1805 | ||
1806 | * gdb.texinfo (Separate Debug Files): Use plural form for global | |
1807 | debugging information directory. | |
1808 | ||
85d4a676 SS |
1809 | 2012-05-11 Stan Shebs <stan@codesourcery.com> |
1810 | Kwok Cheung Yeung <kcy@codesourcery.com> | |
1811 | ||
1812 | * gdb.texinfo (Operating System Auxiliary Information): Document new | |
1813 | 'info os' subcommands. | |
1814 | ||
c1668e4e JK |
1815 | 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
1816 | ||
1817 | * gdb.texinfo (Auto-loading, Init File in the Current Directory) | |
1818 | (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file) | |
1819 | (dotdebug_gdb_scripts section): Add reference | |
1820 | to 'Auto-loading safe path'. | |
1821 | ||
7349ff92 JK |
1822 | 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
1823 | ||
1824 | Implement multi-component --with-auto-load-dir. | |
1825 | * gdb.texinfo (Auto-loading): New references | |
1826 | for 'set auto-load scripts-directory' | |
1827 | and 'show auto-load scripts-directory'. | |
1828 | (Auto-loading safe path): Describe the new default. Move $ddir | |
1829 | substituation reference to 'objfile-gdb.py file'. | |
1830 | (objfile-gdb.py file): Describe script-name alias. Change real-name to | |
1831 | script-name. Describe new 'set auto-load scripts-directory' | |
1832 | and 'show auto-load scripts-directory'. | |
1833 | ||
6dea1fbd JK |
1834 | 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
1835 | ||
1836 | Provide $ddir substitution for --with-auto-load-safe-path. | |
1837 | * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load. | |
1838 | (Auto-loading safe path): Likewise. Mention the default value, | |
1839 | $ddir substitution, --with-auto-load-safe-path and | |
1840 | --without-auto-load-safe-path. | |
1841 | * observer.texi (gdb_datadir_changed): New. | |
1842 | ||
1ccacbcd JK |
1843 | 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com> |
1844 | ||
1845 | * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample. | |
1846 | Twice. | |
1847 | ||
d9242c17 JK |
1848 | * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace |
1849 | directory separator by path separator. | |
1850 | ||
af2c1515 JK |
1851 | 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com> |
1852 | ||
1853 | * gdb.texinfo (Auto-loading safe path): Make 'directories' | |
1854 | for 'set auto-load safe-path' optional. Mention if it is omitted. | |
1855 | Change disabling security protection condition to "/", twice. | |
1856 | ||
a20ee7a4 SCR |
1857 | 2012-05-03 Siva Chandra Reddy <sivachandra@google.com> |
1858 | ||
1859 | * gdb.texinfo (Symbol Tables In Python): Add documentation about | |
1860 | the new methods global_block and static_block on gdb.Symtab | |
1861 | objects. | |
1862 | ||
56af09aa SCR |
1863 | 2012-05-02 Siva Chandra Reddy <sivachandra@google.com> |
1864 | ||
1865 | * gdb.texinfo (Blocks In Python): Add a note saying that future | |
1866 | improvements to GDB and its infrastructure can move symbols | |
1867 | across blocks within a symbol table. | |
1868 | ||
2746b0ef YQ |
1869 | 2012-04-29 Yao Qi <yao@codesourcery.com> |
1870 | ||
1871 | * gdb.texinfo (Architectures): Remove menu entry `A29K'. | |
1872 | (A29K): Remove. | |
1873 | ||
62e5f89c SDJ |
1874 | 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com> |
1875 | Tom Tromey <tromey@redhat.com> | |
1876 | ||
1877 | * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap | |
1878 | and generic static probe support on GDB. | |
1879 | ||
a766d390 DE |
1880 | 2012-04-25 Doug Evans <dje@google.com> |
1881 | ||
50f042b9 DE |
1882 | * gdb.texinfo (Go): Fix thinko. |
1883 | ||
a766d390 DE |
1884 | * gdb.texinfo (Supported Languages): Add Go. |
1885 | (Go): New node. | |
1886 | ||
f02e2b19 YQ |
1887 | 2012-04-25 Yao Qi <yao@codesourcery.com> |
1888 | ||
1889 | * gdbint.texinfo (Testsuite): New section `Board settings'. | |
1890 | ||
68d41a48 JK |
1891 | 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com> |
1892 | ||
1893 | * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}]. | |
1894 | Three times. | |
1895 | ||
174bb630 JK |
1896 | * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}. |
1897 | Three times. | |
1898 | ||
0511cc75 JK |
1899 | 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com> |
1900 | ||
1901 | * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet | |
1902 | by @table @asis. Fix formatting of one item. | |
1903 | ||
0070f25a JK |
1904 | 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com> |
1905 | ||
1906 | * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo. | |
1907 | ||
4dc84fd1 JK |
1908 | 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com> |
1909 | ||
1910 | New option "set debug auto-load". | |
1911 | * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode. | |
1912 | (auto-load verbose mode): New node. | |
1913 | ||
bccbefd2 JK |
1914 | 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com> |
1915 | ||
1916 | New option "set auto-load safe-path". | |
1917 | * gdb.texinfo (Auto-loading): Extend the "show auto-load" | |
1918 | and "info auto-load" examples for safe-path. Put there also references | |
1919 | for "set auto-load safe-path" and "show auto-load safe-path". | |
1920 | New menu item for Auto-loading safe path. | |
1921 | (Auto-loading safe path): New node. | |
1922 | (Python Auto-loading): Update the expected output from "Missing" | |
1923 | to "No". | |
1924 | ||
bf88dd68 JK |
1925 | 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com> |
1926 | ||
1927 | auto-load: Implementation. | |
1928 | * gdb.texinfo (Mode Options): New anchor for -nx. | |
1929 | (Startup): New anchors for Option -init-eval-command, | |
1930 | Home Directory Init File | |
1931 | and Init File in the Current Directory during Startup. | |
1932 | Mention set auto-load local-gdbinit with a reference. | |
1933 | Change the sample code to "set auto-load python-scripts". | |
1934 | (Threads): New anchor set libthread-db-search-path. | |
1935 | Provide references to libthread_db.so.1 file. | |
1936 | (Controlling GDB): New menu item for Auto-loading. | |
1937 | (Auto-loading, Init File in the Current Directory) | |
1938 | (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes. | |
1939 | (Python): Rename the menu item Auto-loading to Python Auto-loading. | |
1940 | (Writing a Pretty-Printer, Objfiles In Python): Update the renamed | |
1941 | reference. | |
1942 | (Auto-loading): Rename to ... | |
1943 | (Python Auto-loading): ... here. Change "set auto-load-scripts" to | |
1944 | "set auto-load python-scripts", new anchor for it. Change | |
1945 | "show auto-load-scripts" to "show auto-load python-scripts", new anchor | |
1946 | for it. Change "info auto-load-scripts" | |
1947 | to "info auto-load python-scripts", new anchor for it. Change "scripts" | |
1948 | to "Python scripts". | |
1949 | ||
8264ba82 AG |
1950 | 2012-04-14 Anton Gorenkov <xgsa@yandex.ru> |
1951 | ||
1952 | PR mi/13393 | |
1953 | * gdb.texinfo (Print Settings): Extend the description for "set print | |
1954 | object". | |
1955 | (GDB/MI Variable Objects): Extend the description for -var-create and | |
1956 | -var-list-children. | |
1957 | ||
06fc020f SCR |
1958 | 2012-04-11 Siva Chandra Reddy <sivachandra@google.com> |
1959 | ||
1960 | * gdb.texinfo (Examining Data): Document the 'explore' command. | |
1961 | ||
7191c139 JB |
1962 | 2012-03-28 Joel Brobecker <brobecker@adacore.com> |
1963 | ||
1964 | * gdb.texinfo (GDB/MI Variable Objects): Document what happens | |
1965 | to the children of a varobj and its update range when -var-update | |
1966 | returns that the varobj's type changed. | |
1967 | ||
3708f05e JK |
1968 | 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com> |
1969 | ||
1970 | * gdb.texinfo (Auto-loading): Move @menu to the end of @node. | |
1971 | Create two new links fir 'objfile-gdb.py file' | |
1972 | and 'dotdebug_gdb_scripts section'. | |
1973 | ||
8e0583c8 JK |
1974 | 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com> |
1975 | ||
1976 | * gdb.texinfo (Auto-loading): Rename node reference | |
1977 | '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'. | |
1978 | Twice. | |
1979 | (.debug_gdb_scripts section): Rename the node ... | |
1980 | (dotdebug_gdb_scripts section): ... here. | |
1981 | (Maintenance Commands): Also rename this node reference. | |
1982 | ||
7b282c5a SCR |
1983 | 2012-03-22 Siva Chandra Reddy <sivachandra@google.com> |
1984 | ||
1985 | * gdb.texinfo (Python API/Values From Inferior): Add description | |
1986 | about the new method Value.referenced_value. Add description on | |
1987 | how Value.dereference is different (and similar) to | |
1988 | Value.referenced_value. | |
1989 | ||
8320cc4f JK |
1990 | 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com> |
1991 | ||
1992 | * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and | |
1993 | --init-eval-command=COMMAND, -iex. | |
1994 | (Startup): Describe -iex and -ix. Simplify the example | |
1995 | for "set auto-load-scripts off". | |
1996 | ||
481860b3 GB |
1997 | 2012-03-16 Gary Benson <gbenson@redhat.com> |
1998 | ||
1999 | PR breakpoints/10738 | |
2000 | * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item | |
2001 | stating that GDB cannot set breakpoints on inlined functions. | |
2002 | (Mode Options): Document --use-deprecated-index-sections. | |
2003 | (Index Section Format): Document new index section version format. | |
2004 | ||
c4aeac85 TT |
2005 | 2012-03-15 Tom Tromey <tromey@redhat.com> |
2006 | ||
2007 | * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl". | |
2008 | ||
16899756 DE |
2009 | 2012-03-13 Doug Evans <dje@google.com> |
2010 | ||
2011 | * gdb.texinfo (Help): Change apropos example to use "alias" instead | |
2012 | of "reload". | |
2013 | (Symbols): Delete docs for set/show symbol-reloading. | |
2014 | * gdbint.texinfo (Defining Other Architecture Features): Delete | |
2015 | SYMBOL_RELOADING_DEFAULT. | |
2016 | * refcard.tex: Delete reference to symbol-reloading. | |
2017 | ||
9b224c5e PA |
2018 | 2012-03-07 Pedro Alves <palves@redhat.com> |
2019 | ||
2020 | * gdb.texinfo (General Query Packets): Document new | |
2021 | QProgramSignals packet. | |
2022 | * gdb.texinfo (Remote configuration): Mention | |
2023 | "program-signals-packet". | |
2024 | ||
169081d0 TG |
2025 | 2012-03-05 Tristan Gingold <gingold@adacore.com> |
2026 | ||
2027 | * gdb.texinfo (General Query Packets): Document xfer:uib:read. | |
2028 | ||
d1feda86 YQ |
2029 | 2012-03-03 Yao Qi <yao@codesourcery.com> |
2030 | ||
2031 | * gdb.texinfo (In-Process Agent): New node. | |
2032 | Document new commands. | |
2033 | (General Query Packets): Add packet `QAgent'. | |
2034 | ||
1faeff08 MR |
2035 | 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com> |
2036 | ||
2037 | * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp. | |
2038 | ||
7d74f244 DE |
2039 | 2012-03-01 Scott J. Goldman <scottjg@vmware.com> |
2040 | ||
2041 | * gdb.texinfo (Commands In Python): Put example python macro in | |
2042 | COMMAND_USER category rather than COMMAND_OBSCURE. | |
2043 | Document gdb.COMMAND_USER. | |
2044 | (User-defined Commands): Update documentation to clarify | |
2045 | "set/show max-user-call-depth" and "show user" don't apply to python | |
2046 | commands. Update documentation to clarify "help user-defined" may | |
2047 | also include python commands defined as COMMAND_USER. | |
2048 | ||
6fe37d23 JK |
2049 | 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com> |
2050 | ||
2051 | * gdb.texinfo (Startup): Add option -ex description to the option -x | |
2052 | description. | |
2053 | ||
83364271 LM |
2054 | 2012-02-24 Luis Machado <lgustavo@codesourcery.com> |
2055 | ||
2056 | * gdb.texinfo (Setting Breakpoints): Mention and explain the | |
2057 | condition-evaluation breakpoint parameter. | |
2058 | Mention condition-evaluation mode being shown in "info break". | |
2059 | (Break Conditions): Add description for target-side | |
2060 | conditional breakpoints. | |
2061 | (Remote Configuration): Mention conditional-breakpoints-packet. | |
2062 | (Packets): Add cond-expr parameter to Z0/Z1 packets and explain | |
2063 | cond-expr. | |
2064 | (General Query Packets): Mention new ConditionalBreakpoint feature. | |
2065 | ||
bdb1994d TT |
2066 | 2012-02-22 Tom Tromey <tromey@redhat.com> |
2067 | ||
2068 | * gdb.texinfo (Blocks In Python): Clarify block iteration. | |
2069 | ||
4d241c86 TT |
2070 | 2012-02-17 Tom Tromey <tromey@redhat.com> |
2071 | ||
2072 | PR python/10753: | |
2073 | * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load | |
2074 | directory. | |
2075 | ||
816338b5 SS |
2076 | 2012-02-14 Stan Shebs <stan@codesourcery.com> |
2077 | ||
2078 | * gdb.texinfo (Disabling Breakpoints): Document enable count. | |
2079 | ||
cc30c4bd PA |
2080 | 2012-02-13 Pedro Alves <palves@redhat.com> |
2081 | ||
2082 | * gdb.texinfo (MIPS boards): Refer to mips-elf instead of | |
2083 | mips-idt-ecoff. | |
2084 | ||
035d1e5b YQ |
2085 | 2012-02-09 Yao Qi <yao@codesourcery.com> |
2086 | ||
2087 | * gdb.texinfo (Symbols In Python): Add missing `@end defvar'. | |
2088 | ||
f0823d2c TT |
2089 | 2012-02-07 Tom Tromey <tromey@redhat.com> |
2090 | ||
2091 | * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and | |
2092 | Symbol.value. | |
2093 | ||
64e7d9dd TT |
2094 | 2012-02-07 Tom Tromey <tromey@redhat.com> |
2095 | ||
2096 | * gdb.texinfo (Symbols In Python): Document Symbol.line. | |
2097 | ||
4220b2f8 TS |
2098 | 2012-01-27 Thomas Schwinge <thomas@codesourcery.com> |
2099 | ||
2100 | * gdb.textinfo (Packets): Move vCont paragraph to the correct place. | |
2101 | ||
edcc5120 TT |
2102 | 2012-01-24 Tom Tromey <tromey@redhat.com> |
2103 | ||
2104 | * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch | |
2105 | unload". | |
2106 | (Files): Mention new catch commands. | |
2107 | (GDB/MI Async Records): Likewise. | |
2108 | ||
53fe1783 GB |
2109 | 2012-01-24 Gary Benson <gbenson@redhat.com> |
2110 | ||
2111 | Delete #if 0'd out code. | |
2112 | * gdb.texinfo (Frame Info): Remove "info catch". | |
2113 | ||
b9e7b9c3 UW |
2114 | 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org> |
2115 | ||
2116 | * gdb.texinfo (Remote Configuration): Document | |
2117 | "set remote hostio-readlink-packet" command. | |
2118 | (General Query Packets): Document vFile:readlink packet. | |
2119 | ||
4aac40c8 TT |
2120 | 2012-01-16 Tom Tromey <tromey@redhat.com> |
2121 | ||
2122 | * gdb.texinfo (Specify Location): Document relative file name | |
2123 | handling. | |
2124 | ||
cafec441 TT |
2125 | 2012-01-16 Tom Tromey <tromey@redhat.com> |
2126 | ||
2127 | * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter. | |
2128 | ||
0ee339bc JK |
2129 | 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
2130 | Eli Zaretskii <eliz@gnu.org> | |
2131 | ||
2132 | * gdbint.texinfo (Coding Standards): Require braces for two lines of | |
2133 | code. | |
2134 | ||
72384ba3 PH |
2135 | 2012-01-11 Paul Hilfinger <hilfingr@adacore.com> |
2136 | ||
2137 | * gdb.texinfo (Variables): Document use of :: for non-static | |
2138 | variables. | |
2139 | ||
ce1b17c4 JB |
2140 | 2012-01-05 Joel Brobecker <brobecker@adacore.com> |
2141 | ||
2142 | * gdbint.texinfo (Start of New Year Procedure): Update | |
2143 | to replace use of copyright.sh by use of copyright.py. | |
2144 | ||
217bff3e JK |
2145 | 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com> |
2146 | ||
2147 | Remove the gdbtui binary. | |
2148 | * all-cfg.texi (GDBTUI): Remove. | |
2149 | * gdb.texinfo (Mode Options): Remove the GDBTUI reference. | |
2150 | (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference. | |
2151 | * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'. | |
2152 | ||
cc72b2a2 KP |
2153 | 2011-12-23 Kevin Pouget <kevin.pouget@st.com> |
2154 | ||
2155 | Introduce gdb.FinishBreakpoint in Python. | |
2156 | * gdb.texinfo (Finish Breakpoints in Python): New subsection. | |
2157 | (Python API): Add menu entry for Finish Breakpoints. | |
2158 | ||
13ac8d2c JK |
2159 | 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com> |
2160 | ||
2161 | * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing | |
2162 | tests. | |
2163 | ||
e0f9f062 DE |
2164 | 2011-12-16 Doug Evans <dje@google.com> |
2165 | ||
2166 | * gdb.texinfo (Server): Document -/stdio argument to gdbserver. | |
2167 | ||
80b6e756 PM |
2168 | 2011-12-16 Phil Muldoon <pmuldoon@redhat.com> |
2169 | ||
1c3ad6ab | 2170 | * gdb.texinfo (Python Commands): Remove "maint set/show print |
80b6e756 PM |
2171 | stack". Add documentation for "set/show python print-stack". |
2172 | ||
2fb860fc PA |
2173 | 2011-12-14 Pedro Alves <pedro@codesourcery.com> |
2174 | ||
2175 | * gdb.texinfo (Implementing a Remote Stub): Explain that you | |
2176 | should transfer control to the stub in the startup code instead of | |
2177 | in main. Mention the need to get past the initial breakpoint. | |
2178 | ||
f8eba3c6 TT |
2179 | 2011-12-06 Tom Tromey <tromey@redhat.com> |
2180 | ||
2181 | * gdb.texinfo (Set Breaks): Update for new behavior. | |
2182 | ||
2268b414 JK |
2183 | 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com> |
2184 | ||
2185 | * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library | |
2186 | List Format for SVR4 Targets'. | |
2187 | (General Query Packets): New item qXfer:libraries-svr4:read. | |
2188 | (Library List Format for SVR4 Targets): New node. | |
2189 | ||
ae6f0d5b TT |
2190 | 2011-12-01 Tom Tromey <tromey@redhat.com> |
2191 | ||
2192 | * gdb.texinfo (Writing a Pretty-Printer): Use append method, not | |
2193 | add. | |
2194 | ||
36dfb11c TT |
2195 | 2011-11-22 Tom Tromey <tromey@redhat.com> |
2196 | ||
2197 | * gdb.texinfo (GDB/MI Async Records): Document new *stopped | |
2198 | reasons. | |
2199 | ||
f196051f SS |
2200 | 2011-11-20 Stan Shebs <stan@codesourcery.com> |
2201 | ||
2202 | * gdb.texinfo (Starting and Stopping Trace Experiments): Document | |
2203 | note-related options and variables. | |
2204 | (Tracepoint Packets): Document packet changes. | |
2205 | ||
f85b53f8 SD |
2206 | 2011-11-20 Sanjoy Das <sdas@igalia.com> |
2207 | ||
2208 | * gdb.texinfo (JIT Interface): Add documentation on writing and | |
2209 | usind JIT debug info readers. | |
2210 | (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT | |
2211 | Debug Info Readers): New nodes. | |
2212 | ||
bfccc43c YQ |
2213 | 2011-11-18 Yao Qi <yao@codesourcery.com> |
2214 | ||
2215 | * gdb.texinfo (Create and Delete Tracepoints): Mention pending | |
2216 | tracepoint. | |
2217 | ||
c011a4f4 DE |
2218 | 2011-11-15 Doug Evans <dje@google.com> |
2219 | ||
2220 | * gdb.texinfo (Files): Document basenames-may-differ. | |
2221 | ||
ed59ded5 DE |
2222 | 2011-11-14 Doug Evans <dje@google.com> |
2223 | ||
2224 | * gdb.texinfo (Shell Commands): Document "!". | |
2225 | ||
405f8e94 SS |
2226 | 2011-11-14 Stan Shebs <stan@codesourcery.com> |
2227 | Kwok Cheung Yeung <kcy@codesourcery.com> | |
2228 | ||
2229 | * gdb.texinfo (Create and Delete Tracepoints): Describe what is | |
2230 | needed to get shorter fast tracepoints. | |
2231 | (Tracepoint Packets): Document new qTMinFTPILen packet. | |
2232 | ||
1e4d1764 YQ |
2233 | 2011-11-14 Yao Qi <yao@codesourcery.com> |
2234 | ||
2235 | * gdb.texinfo (Create and Delete Tracepoints): Describe changed | |
2236 | behavior of tracepoint. | |
2237 | (General Query Packets): New feature InstallInTrace. | |
2238 | (Remote Configuration): Document "set remote | |
2239 | install-in-trace-packet". | |
2240 | ||
71eba9c2 | 2241 | 2011-11-12 Matt Rice <ratmice@gmail.com> |
2242 | ||
2243 | * gdb.texinfo (C Preprocessor Macros): Remove info definitions. | |
2244 | Add arguments to info macro. | |
2245 | ||
e0f8f636 TT |
2246 | 2011-11-10 Tom Tromey <tromey@redhat.com> |
2247 | ||
2248 | * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC | |
2249 | manual. | |
2250 | (Variables): Don't mention -gdwarf-2. Link to Compilation node. | |
2251 | (Macros): Add a footnote. | |
2252 | (C): Remove paragraph about compiler options. | |
2253 | (C Constants): Mention wide character and string constants. | |
2254 | (C Plus Plus Expressions): Update compiler option advice. Mention | |
2255 | using declarations. Mention ADL. Remove old HP compiler | |
2256 | information. | |
2257 | ||
625c0d47 TT |
2258 | 2011-11-10 Tom Tromey <tromey@redhat.com> |
2259 | ||
2260 | PR c++/9257: | |
2261 | * gdb.texinfo (Print Settings): Add an extra note about the need | |
2262 | for a vtable. | |
2263 | ||
4be2aacc MR |
2264 | 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com> |
2265 | ||
2266 | * gdb.texinfo (MIPS): Remove duplicate "auto" reference from | |
2267 | "set mips abi" documentation. | |
2268 | ||
0a1c4d10 DE |
2269 | 2011-11-04 Doug Evans <dje@google.com> |
2270 | ||
2271 | * gdb.texinfo (Maintenance Commands): Update docs of "maint time". | |
2272 | ||
aad1c02c TT |
2273 | 2011-11-03 Tom Tromey <tromey@redhat.com> |
2274 | ||
2275 | * gdb.texinfo (Stopping): Add menu entry. | |
2276 | (Continuing and Stepping): Restore @node. Use @section, not | |
2277 | @subsection. | |
2278 | ||
983fb131 MR |
2279 | 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com> |
2280 | ||
2281 | * gdb.texinfo (Skipping Over Functions and Files): Remove node | |
2282 | designation. Fix "Specify Location" cross-reference. | |
2283 | ||
3065dfb6 SS |
2284 | 2011-11-02 Stan Shebs <stan@codesourcery.com> |
2285 | ||
2286 | * gdb.texinfo (Tracepoint Action Lists): Document collect/s. | |
2287 | (General Query Packets): Describe tracenz feature. | |
2288 | * agentexpr.texi (Bytecode Descriptions): Describe tracenz. | |
2289 | ||
0aaaf063 PK |
2290 | 2011-10-28 Paul Koning <paul_koning@dell.com> |
2291 | ||
2292 | * gdb.texinfo (gdb.types): Rename deepitems to deep_items. | |
2293 | ||
2231f1fb KP |
2294 | 2011-10-27 Kevin Pouget <kevin.pouget@st.com> |
2295 | ||
2296 | * gdb.texinfo ((Frames In Python): Document | |
2297 | gdb.FRAME_UNWIND_FIRST_ERROR contant. | |
2298 | ||
5110b5df PK |
2299 | 2011-10-26 Paul Koning <paul_koning@dell.com> |
2300 | ||
2301 | * gdb.texinfo (gdb.types): Document new deepitems function. | |
2302 | ||
22dbab46 PK |
2303 | 2011-10-25 Paul Koning <paul_koning@dell.com> |
2304 | ||
2305 | PR python/13327 | |
2306 | ||
2307 | * gdb.texinfo (Values From Inferior): Add is_lazy attribute, | |
2308 | fetch_lazy method. | |
2309 | ||
9df2fbc4 PM |
2310 | 2011-10-20 Phil Muldoon <pmuldoon@redhat.com> |
2311 | ||
2312 | PR python/12656 | |
2313 | ||
2314 | * gdb.texinfo (Blocks In Python): Document is_static, is_global, | |
2315 | global_block, static_block function. | |
2316 | ||
f05e2e1d TT |
2317 | 2011-10-19 Tom Tromey <tromey@redhat.com> |
2318 | ||
2319 | * gdb.texinfo (Commands In Python): Add missing "@"s. | |
2320 | ||
a7fc3f37 KP |
2321 | 2011-10-13 Kevin Pouget <kevin.pouget@st.com> |
2322 | ||
2323 | PR python/13285 Document named constants for frame unwind stop reasons | |
2324 | * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_* | |
2325 | constants. | |
2326 | ||
5048e516 JK |
2327 | 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com> |
2328 | ||
2329 | Fix compatibility with texinfo versions older than 4.12. | |
2330 | * Makefile.in (MAKEINFO): Set to @MAKEINFO@. | |
2331 | (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New. | |
2332 | (MAKEHTMLFLAGS): Use MAKEINFO_CMD. | |
2333 | (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD. | |
2334 | * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible. | |
2335 | Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables | |
2336 | CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B. | |
2337 | ||
5a56e9c5 DE |
2338 | 2011-10-09 Doug Evans <dje@google.com> |
2339 | ||
2340 | * gdb.texinfo (Extending GDB): Document alias command. | |
2341 | ||
36b11add JK |
2342 | 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com> |
2343 | ||
2344 | Support @entry in input expressions. | |
2345 | * gdb.texinfo (Variables): Describe @entry names suffix. | |
2346 | (Print Settings): Add anchor for `set print entry-values'. | |
2347 | ||
e18b2753 JK |
2348 | 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com> |
2349 | Eli Zaretskii <eliz@gnu.org> | |
2350 | ||
2351 | Display @entry parameter values (without references). | |
2352 | * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call | |
2353 | example. | |
2354 | (Print Settings): New description of set print entry-values and show | |
2355 | print entry-values. | |
2356 | ||
111c6489 JK |
2357 | 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com> |
2358 | Eli Zaretskii <eliz@gnu.org> | |
2359 | ||
2360 | Recognize virtual tail call frames. | |
2361 | * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames. | |
2362 | (Tail Call Frames): New node. | |
2363 | (Frames In Python): Add gdb.TAILCALL_FRAME. | |
2364 | ||
9c15afc4 DE |
2365 | 2011-10-07 Doug Evans <dje@google.com> |
2366 | ||
2367 | * gdb.texinfo (gdb.printing): Document new `replace' arg to | |
2368 | register_pretty_printer. | |
2369 | ||
99f5279d PM |
2370 | 2011-10-07 Phil Muldoon <pmuldoon@redhat.com> |
2371 | ||
2372 | PR python/12930 | |
2373 | PR python/12802 | |
2374 | ||
2375 | * gdb.texinfo (Breakpoints In Python): Clarify behavior in the | |
2376 | stop method. | |
2377 | ||
03583c20 UW |
2378 | 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org> |
2379 | ||
2380 | * gdb.texinfo (Starting your Program): "set disable-randomization" | |
2381 | is no longer Linux-specific. | |
2382 | (Remote Configuration): Document "set remote | |
2383 | disable-randomization-packet". | |
2384 | (General Query Packets): Document "QDisableRandomization" packet | |
2385 | and add it to "qSupported" list. | |
2386 | ||
bd054e06 KP |
2387 | 2011-10-07 Kevin Pouget <kevin.pouget@st.com> |
2388 | ||
2389 | Allow Python notification of new object-file loadings. | |
2390 | * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent' | |
2391 | event type. | |
2392 | ||
cb6be26b KP |
2393 | 2011-10-04 Kevin Pouget <kevin.pouget@st.com> |
2394 | ||
2395 | PR python/12691: Add the inferior to Python exited event | |
2396 | * gdb.texinfo (Events In Python): Describe exited inferior attribute. | |
2397 | ||
a05336a1 JB |
2398 | 2011-10-03 Joel Brobecker <brobecker@adacore.com> |
2399 | ||
2400 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor | |
2401 | rephasing. | |
2402 | ||
5d77fe44 JB |
2403 | 2011-10-03 Joel Brobecker <brobecker@adacore.com> |
2404 | ||
2405 | * gdb.texinfo (GDB/MI Ada Tasking Commands): New node. | |
2406 | (GDB/MI Miscellaneous Commands): Add `ada-task-info' | |
2407 | as possible feature returned by the `-list-features' | |
2408 | command. | |
2409 | ||
699df94d PK |
2410 | 2011-09-28 Paul Koning <paul_koning@dell.com> |
2411 | ||
2412 | * gdb.texinfo (gdb.Type): Document field access by dictionary | |
2413 | key syntax. | |
2414 | ||
24bdad53 YQ |
2415 | 2011-09-28 Yao Qi <yao@codesourcery.com> |
2416 | ||
2417 | * gdb.texinfo (Files): Update options for `add-symbol-file'. | |
2418 | Add one space after option `-s'. Remove @r{} markup. | |
2419 | ||
6710bf39 SS |
2420 | 2011-09-27 Stan Shebs <stan@codesourcery.com> |
2421 | ||
2422 | * gdb.texinfo (Tracepoint Action Lists): Document $_ret. | |
2423 | ||
d99f7e48 HZ |
2424 | 2011-09-16 Hui Zhu <teawater@gmail.com> |
2425 | ||
2426 | * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300 | |
2427 | to *(unsigned char *)$esp@300. | |
2428 | ||
d812018b PK |
2429 | 2011-09-15 Paul Koning <paul_koning@dell.com> |
2430 | ||
2431 | * gdb.texinfo: Make style of Python functions and methods match | |
2432 | the syntax of Python. Also put class and module names explicitly | |
2433 | on function, member, and variable names, matching Python | |
2434 | documentation conventions. | |
2435 | ||
2aa48337 KP |
2436 | 2011-09-15 Kevin Pouget <kevin.pouget@st.com> |
2437 | ||
2438 | PR Python/12692 Add gdb.selected_inferior() to Python interface. | |
2439 | * gdb.texinfo (Inferiors In Python): Describe new | |
2440 | gdb.selected_inferior() function. | |
2441 | ||
6839b47f KP |
2442 | 2011-09-15 Kevin Pouget <kevin.pouget@st.com> |
2443 | ||
2444 | Handle multiple breakpoint hits in Python interface: | |
2445 | * gdb.texinfo (Events In Python): New function documentation: | |
2446 | gdb.BreakpointEvent.breakpoints. Indicate that | |
2447 | gdb.BreakpointEvent.breakpoint is now deprecated. | |
2448 | ||
26829f2b JB |
2449 | 2011-09-04 Joel Brobecker <brobecker@adacore.com> |
2450 | ||
2451 | * gdb.texinfo: Set EDITION to "Tenth" and change ISBN. | |
2452 | ||
a9f54f60 TT |
2453 | 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net> |
2454 | ||
2455 | * gdb.texinfo (Types In Python): Document 'bitpos' for enums. | |
2456 | ||
fa3a4f15 PM |
2457 | 2011-08-17 Phil Muldoon <pmuldoon@redhat.com> |
2458 | ||
2459 | * gdb.texinfo (Prompt): Add set/show extended-prompt | |
2460 | documentation | |
2461 | (Basic Python): Add prompt_hook anchor. | |
2462 | (Python modules): Reword module text to reflect multiple modules. | |
2463 | (gdb.prompt): Document gdb.prompt module. | |
2464 | ||
224bbe49 YQ |
2465 | 2011-08-14 Yao Qi <yao@codesourcery.com> |
2466 | ||
78d85199 YQ |
2467 | * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet. |
2468 | ||
2469 | 2011-08-14 Yao Qi <yao@codesourcery.com> | |
2470 | ||
2471 | * gdb.texinfo (Standard Target Features): Document C6x features. | |
224bbe49 YQ |
2472 | (TIC6x Features): New node. |
2473 | ||
457e09f0 DE |
2474 | 2011-08-12 Doug Evans <dje@google.com> |
2475 | ||
2476 | * gdb.texinfo (Symbols In Python): Document symbol.type. | |
2477 | ||
5e239b84 PM |
2478 | 2011-08-09 Phil Muldoon <pmuldoon@redhat.com> |
2479 | ||
2480 | * gdb.texinfo (Python): Document command and function | |
2481 | auto-loading. | |
2482 | ||
177bc839 JK |
2483 | 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
2484 | Eli Zaretskii <eliz@gnu.org> | |
2485 | ||
2486 | * gdb.texinfo (whatis, ptype): Highlight their differences. Describe | |
2487 | typedefs unrolling. Extend the sample code by an inner typedef and | |
2488 | outer typedefs unrolling. | |
2489 | ||
1a532630 PP |
2490 | 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com> |
2491 | ||
2492 | * gdb.texinfo (Caching Remote Data): Document {set,show} dcache | |
2493 | size and line-size. | |
2494 | ||
9b158ba0 | 2495 | 2011-07-21 Matt Rice <ratmice@gmail.com> |
2496 | ||
2497 | PR macros/12999 | |
2498 | * gdb.texinfo (Macros): Add info definitions and info macros commands. | |
2499 | Update text and cindex entries for info macro command. | |
2500 | ||
d17b6f81 PM |
2501 | 2011-07-21 Phil Muldoon <pmuldoon@redhat.com> |
2502 | ||
2503 | * observer.texi (GDB Observers): Add before_prompt observer. | |
2504 | * gdb.texinfo (Basic Python): Add documentation for prompt | |
2505 | substitution. | |
2506 | ||
713389e0 PM |
2507 | 2011-07-11 Phil Muldoon <pmuldoon@redhat.com> |
2508 | ||
2509 | PR python/12438 | |
2510 | * gdb.texinfo (Python Commands): Add deprecate note to maint | |
2511 | set/show python print-stack. Document set/show python | |
2512 | print-backtrace. | |
2513 | ||
177b42fe TJB |
2514 | 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com> |
2515 | ||
2516 | * gdb.texinfo: Fix typos. | |
2517 | ||
900e11f9 JK |
2518 | 2011-07-01 Tom Tromey <tromey@redhat.com> |
2519 | ||
2520 | * gdb.texinfo (Debugging Output): Document set debug | |
2521 | check-physname. | |
2522 | ||
39c4d40a TT |
2523 | 2011-06-29 Tom Tromey <tromey@redhat.com> |
2524 | ||
2525 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document | |
2526 | breakpoint-notifications feature. | |
2527 | ||
6f5def7d UW |
2528 | 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org> |
2529 | ||
2530 | * gdb.texinfo (Target Description): Remove warning about | |
2531 | possibly unstable format. | |
2532 | ||
8cf64490 TT |
2533 | 2011-06-03 Tom Tromey <tromey@redhat.com> |
2534 | ||
2535 | * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field. | |
2536 | (Events In Python): Note that exit_code is optional. | |
2537 | ||
393eab54 PA |
2538 | 2011-05-17 Pedro Alves <pedro@codesourcery.com> |
2539 | ||
2540 | * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is | |
2541 | required for multi-threading support. | |
2542 | (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and | |
2543 | Hc are deprecated for multi-threading debugging. Point readers at | |
2544 | the vCont packet. | |
2545 | ||
75fc9810 DE |
2546 | 2011-05-15 Doug Evans <dje@google.com> |
2547 | ||
2548 | * gdb.texinfo (Auto-loading): Document printing of missing scripts. | |
2549 | ||
01124a23 DE |
2550 | 2011-05-13 Doug Evans <dje@google.com> |
2551 | ||
98a5dd13 DE |
2552 | * gdb.texinfo (Threads): Document $sdir,$pdir. |
2553 | (Server): Document $pdir exception. | |
2554 | ||
dbaefcf7 DE |
2555 | * gdb.texinfo (Auto-loading): Document "info auto-load-scripts". |
2556 | ||
cc63ef9b DE |
2557 | * gdb.texinfo (Threads): Clarify default value for |
2558 | libthread-db-search-path. | |
7e0396aa | 2559 | |
01124a23 DE |
2560 | * gdb.texinfo (Completion): Update example. |
2561 | (Debugging Output): Delete `set/show debug lin-lwp-async'. | |
2562 | ||
d248b706 KY |
2563 | 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com> |
2564 | ||
2565 | * gdb.texinfo: Document change in the behaviour of the enable and | |
2566 | disable GDB commands when applied to tracepoints. | |
2567 | Document the EnableDisableTracepoints remote stub feature. | |
2568 | Document QTEnable and QTDisable in the list of tracepoint packets. | |
2569 | ||
cc88a640 JK |
2570 | 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
2571 | ||
2572 | * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to | |
2573 | hsuser.texi. | |
2574 | * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and | |
2575 | comment to hsuser.texi. Change rluser.texi name in the comment. | |
2576 | ||
84e578fb DE |
2577 | 2011-05-10 Doug Evans <dje@google.com> |
2578 | ||
2579 | * gdb.texinfo (Threads): If an empty path is provided for | |
2580 | libthread-db-search-path it is reset to its default value. | |
2581 | (Server): Ditto. | |
2582 | ||
478aac75 DE |
2583 | 2011-05-09 Doug Evans <dje@google.com> |
2584 | ||
2585 | * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin. | |
2586 | ||
9c06b0b4 TJB |
2587 | 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com> |
2588 | Thiago Jung Bauermann <bauerman@br.ibm.com> | |
2589 | ||
2590 | Implement support for PowerPC BookE masked watchpoints. | |
2591 | * gdb.texinfo (Set Watchpoints): Document mask parameter. | |
2592 | (PowerPC Embedded): Mention support of masked watchpoints. | |
2593 | ||
9ed350ad JB |
2594 | 2011-05-03 Joel Brobecker <brobecker@adacore.com> |
2595 | ||
2596 | * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with | |
2597 | `@value{GDBN}'. | |
2598 | ||
4ceed123 JB |
2599 | 2011-05-03 Joel Brobecker <brobecker@adacore.com> |
2600 | ||
2601 | * gdb.texinfo (titlepage): Remove dedication. | |
2602 | (In Memoriam): New appendix. | |
2603 | ||
559a7a62 JK |
2604 | 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com> |
2605 | Eli Zaretskii <eliz@gnu.org> | |
2606 | ||
2607 | * gdb.texinfo (Index Section Format): Change the version to 5. | |
2608 | Describe the different formula. | |
2609 | ||
03f2bd59 JK |
2610 | 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com> |
2611 | Eli Zaretskii <eliz@gnu.org> | |
2612 | ||
2613 | * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor | |
2614 | for disconnected tracing. | |
2615 | (Multi-Process Mode for @code{gdbserver}): Mention --multi and | |
2616 | extended-remote relationship. Mention --once. | |
2617 | (TCP port allocation lifecycle of @code{gdbserver}): New. | |
2618 | ||
d9b1a651 EZ |
2619 | 2011-04-23 Eli Zaretskii <eliz@gnu.org> |
2620 | ||
2621 | * gdb.texinfo (Server): Improve indexing. Index all optional | |
2622 | switches to gdbserver. | |
2623 | ||
90476074 TT |
2624 | 2011-04-20 Tom Tromey <tromey@redhat.com> |
2625 | ||
2626 | * gdb.texinfo (Index Section Format): New node. | |
2627 | (Top): Add new node to menu. | |
2628 | ||
c21236dc PA |
2629 | 2011-04-20 Pedro Alves <pedro@codesourcery.com> |
2630 | ||
2631 | * gdb.texinfo (Maintenance Commands): Document `maint print | |
2632 | remote-registers'. | |
2633 | ||
05c8c3f5 TT |
2634 | 2011-04-20 Tom Tromey <tromey@redhat.com> |
2635 | ||
2636 | * gdb.texinfo (Trace File Format): Move node later. | |
2637 | ||
7a9dd1b2 TT |
2638 | 2011-04-19 Tom Tromey <tromey@redhat.com> |
2639 | ||
2640 | * gdbint.texinfo (Register Information Functions): Remove | |
2641 | duplicate "the". | |
2642 | * gdb.texinfo (Emacs): Remove duplicate "to". | |
2643 | (GDB/MI Variable Objects): Remove duplicate "the". | |
2644 | (General Query Packets): Likewise. | |
2645 | ||
4368ebeb JB |
2646 | 2011-04-02 Joel Brobecker <brobecker@adacore.com> |
2647 | ||
2648 | * gdb.texinfo (GDB/MI Output Records): Fix menu entry for | |
2649 | "GDB/MI Ada Exception Information" node. | |
2650 | ||
956a9fb9 JB |
2651 | 2011-04-01 Joel Brobecker <brobecker@adacore.com> |
2652 | ||
2653 | * gdb.texinfo (GDB/MI Ada Exception Information): Document | |
2654 | the "exception-name" field in the *stopped async record. | |
2655 | ||
f1310107 TJB |
2656 | 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com> |
2657 | Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com> | |
2658 | ||
2659 | Implement support for PowerPC BookE ranged breakpoints. | |
2660 | * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints. | |
2661 | ||
8786b2bd TT |
2662 | 2011-03-28 Tom Tromey <tromey@redhat.com> |
2663 | ||
2664 | * gdb.texinfo (Set Tracepoints): Fix typo. | |
2665 | ||
9ef07c8c TT |
2666 | 2011-03-24 Tom Tromey <tromey@redhat.com> |
2667 | ||
2668 | * gdb.texinfo (Specify Location): Document `function:label' | |
2669 | linespec. | |
2670 | ||
99c3dc11 PM |
2671 | 2011-03-18 Phil Muldoon <pmuldoon@redhat.com> |
2672 | ||
f1310107 | 2673 | PR python/12149 |
99c3dc11 PM |
2674 | |
2675 | * gdb.texinfo (Basic Python): Update gdb.write and flush text. | |
2676 | ||
29703da4 PM |
2677 | 2011-03-17 Phil Muldoon <pmuldoon@redhat.com> |
2678 | ||
2679 | * gdb.texinfo (Blocks In Python): Add is_valid method description. | |
2680 | (Inferiors In Python): Likewise. | |
2681 | (Threads In Python): Likewise. | |
2682 | (Symbols In Python): Likewise. | |
2683 | (Objfiles In Python): Likewise. | |
2684 | (Symbol Tables In Python): Likewise. | |
2685 | ||
c9174737 PA |
2686 | 2011-03-15 Pedro Alves <pedro@codesourcery.com> |
2687 | ||
2688 | * gdb.texinfo (Auto Display) <undisplay, enable display, disable | |
2689 | display>: Explain that the commands accept number ranges. | |
2690 | ||
7371cf6d PM |
2691 | 2011-03-14 Phil Muldoon <pmuldoon@redhat.com> |
2692 | ||
2693 | * gdb.texinfo (Breakpoints In Python): Add description and example | |
2694 | of Python stop function operation. | |
2695 | ||
ecec24e6 PM |
2696 | 2011-03-10 Phil Muldoon <pmuldoon@redhat.com> |
2697 | ||
2698 | * gdb.texinfo (Parameters In Python): Document get_set_string and | |
2699 | get_show_string methods. | |
2700 | ||
6dcd5565 JK |
2701 | 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com> |
2702 | ||
2703 | * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis. | |
2704 | ||
81896e36 JK |
2705 | * gdb.texinfo (Starting and Stopping Trace Experiments): Fix |
2706 | circular-trace-buffer name. | |
2707 | ||
5e30da2c JB |
2708 | 2011-02-28 Joel Brobecker <brobecker@adacore.com> |
2709 | ||
2710 | * gdb.texinfo (Inferiors and Programs): Fix small error introduced | |
2711 | in the previous change. | |
2712 | ||
3bd0f5ef | 2713 | 2011-02-27 Michael Snyder <msnyder@vmware.com> |
af624141 MS |
2714 | |
2715 | * gdb.texinfo (Inferiors and Programs): Update commands to show | |
2716 | that they can accept multiple arguments. | |
2717 | ||
4ec7539c JB |
2718 | 2011-02-24 Joel Brobecker <brobecker@adacore.com> |
2719 | ||
2720 | Revert the following patch (code patch was not approved): | |
2721 | 2011-02-21 Hui Zhu <teawater@gmail.com> | |
2722 | * agentexpr.texi (bytecode descriptions): add printf. | |
2723 | * gdb.texinfo (tracepoint action lists): add printf. | |
2724 | ||
82809774 DE |
2725 | 2011-02-23 Doug Evans <dje@google.com> |
2726 | ||
2727 | * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}. | |
2728 | ||
e5a67952 MS |
2729 | 2011-02-23 Michael Snyder <msnyder@vmware.com> |
2730 | ||
2731 | * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break. | |
2732 | (Set Watchpoints): Add @dots{} to argument of info watchpoints. | |
2733 | (Listing Tracepoints): Add @dots{} to argument of info tracepoints. | |
2734 | ||
6e6fbe60 DE |
2735 | 2011-02-22 Doug Evans <dje@google.com> |
2736 | ||
2737 | * gdb.texinfo (Symbols In Python): Document lookup_global_symbol. | |
2738 | Clarify behaviour of lookup_symbol when `block' argument is omitted, | |
2739 | add description of result, fix @defun formatting. | |
2740 | ||
f994e27a HZ |
2741 | 2011-02-21 Hui Zhu <teawater@gmail.com> |
2742 | ||
2743 | * agentexpr.texi (Bytecode Descriptions): Add printf. | |
2744 | * gdb.texinfo (Tracepoint Action Lists): Add printf. | |
2745 | ||
c7f96d2b TT |
2746 | 2011-02-18 Tom Tromey <tromey@redhat.com> |
2747 | ||
2748 | * agentexpr.texi (Bytecode Descriptions): Document pick and rot. | |
2749 | ||
60f98dde MS |
2750 | 2011-02-14 Michael Snyder <msnyder@vmware.com> |
2751 | ||
2752 | * gdb.texinfo (threads): Document argument for "info threads" cmd. | |
2753 | Document new command "thread find". | |
2754 | ||
08e796bc MS |
2755 | 2011-02-14 Michael Snyder <msnyder@vmware.com> |
2756 | ||
2757 | * gdb.texinfo (Threads): Update example of new thread message. | |
2758 | ||
b3b9301e PA |
2759 | 2011-02-14 Pedro Alves <pedro@codesourcery.com> |
2760 | ||
2761 | * gdb.texinfo (Remote Configuration): Mention set/show remote | |
2762 | traceframe-info. | |
2763 | (Tools/Packages Optional for Building GDB): Mention that expat is | |
2764 | used for traceframe info. | |
2765 | (Remote Protocol) <Menu>: Add "Traceframe Info Format". | |
2766 | (General Query Packets) <qSupported>: Describe the | |
2767 | qXfer:traceframe-info:read feature. | |
2768 | (qXfer::read): Describe qXfer:traceframe-info:read. | |
2769 | (Traceframe Info Format): New section. | |
2770 | ||
cef35b0f PA |
2771 | 2011-02-04 Pedro Alves <pedro@codesourcery.com> |
2772 | ||
2773 | * gdbint.texinfo (Formatting): Mention some formatting guidelines | |
2774 | for casts and unary operators. | |
2775 | ||
f1cbe1d3 TT |
2776 | 2011-02-04 Tom Tromey <tromey@redhat.com> |
2777 | ||
2778 | * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded | |
2779 | is not useful. | |
2780 | ||
585fdaa1 PA |
2781 | 2011-01-25 Pedro Alves <pedro@codesourcery.com> |
2782 | ||
2783 | * gdb.texinfo: s/value optimized out/optimized out/g | |
2784 | ||
7bfc9434 JB |
2785 | 2011-01-21 Joel Brobecker <brobecker@adacore.com> |
2786 | ||
2787 | * gdb.texinfo (Other Misc Settings): Rework part of the | |
2788 | documentation of the "set interactive mode" command. | |
2789 | ||
4694da01 TT |
2790 | 2011-01-19 Tom Tromey <tromey@redhat.com> |
2791 | ||
2792 | * gdb.texinfo (Threads): Document thread name output and `thread | |
2793 | name' command. | |
2794 | (Threads In Python): Document Thread.name attribute. | |
2795 | (GDB/MI Thread Commands): Document thread attributes. | |
2796 | ||
b716877b AB |
2797 | 2011-01-12 Andrew Burgess <aburgess@broadcom.com> |
2798 | ||
2799 | * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect | |
2800 | changes in mi/mi-cmd-disas.c | |
2801 | ||
13fd8b81 TT |
2802 | 2011-01-12 Tom Tromey <tromey@redhat.com> |
2803 | ||
2804 | * gdb.texinfo (Threads): Remove duplicate text. Update examples. | |
2805 | Fix "thread apply" text. | |
2806 | ||
e09342b5 TJB |
2807 | 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com> |
2808 | Thiago Jung Bauermann <bauerman@br.ibm.com> | |
2809 | ||
2810 | Implement support for PowerPC BookE ranged watchpoints. | |
2811 | * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and | |
2812 | the "set powerpc exact-watchpoints" flag. | |
2813 | ||
06e65f44 TT |
2814 | 2011-01-07 Tom Tromey <tromey@redhat.com> |
2815 | ||
2816 | * gdb.texinfo (Python API): Add descriptions to @menu items. | |
2817 | ||
d8e22779 TT |
2818 | 2011-01-06 Tom Tromey <tromey@redhat.com> |
2819 | ||
2820 | * gdb.texinfo (Frames In Python): Document gdb.newest_thread. | |
2821 | ||
a255712f PP |
2822 | 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com> |
2823 | ||
e09342b5 | 2824 | * gdb.texinfo (Debugging Output): Document "set debug jit". |
a255712f | 2825 | |
ccfc3d6e TT |
2826 | 2011-01-06 Tom Tromey <tromey@redhat.com> |
2827 | ||
2828 | PR python/12133: | |
2829 | * gdb.texinfo (Frames In Python): Document various frame | |
2830 | constants. | |
2831 | ||
44944448 JB |
2832 | 2011-01-05 Joel Brobecker <brobecker@adacore.com> |
2833 | ||
2834 | * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo, | |
2835 | doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi, | |
2836 | doc/refcard.tex, doc/stabs.texinfo: Copyright year update. | |
2837 | ||
42ea3d7a JK |
2838 | 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com> |
2839 | ||
2840 | * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi. | |
2841 | (clean): Add GDBvn.texi. | |
2842 | ||
720d1a40 JB |
2843 | 2010-12-29 Joel Brobecker <brobecker@adacore.com> |
2844 | ||
2845 | * gdb.texinfo (Ada Glitches): Remove paragraph describing the | |
2846 | occasional case where the debugger prints an array address | |
2847 | instead of the array itself. | |
2848 | ||
ad196637 PA |
2849 | 2010-12-23 Pedro Alves <pedro@codesourcery.com> |
2850 | ||
2851 | * gdb.texinfo (Packets) <read registers packet>: Document support | |
2852 | for registers that were not collected. | |
2853 | ||
a86caf66 DE |
2854 | 2010-12-15 Doug Evans <dje@google.com> |
2855 | ||
2856 | * gdb.texinfo (Startup): Document auto-loading of scripts during | |
2857 | startup. | |
2858 | (Auto-loading): Delete "maint set python auto-load on|off". | |
2859 | Add "set auto-load-scripts on|off". | |
2860 | ||
aae1c79a DE |
2861 | 2010-12-07 Doug Evans <dje@google.com> |
2862 | ||
2863 | * gdb.texinfo (Mode Options): Document -data-directory. | |
2864 | (Data Files): Add reference to -data-directory. | |
2865 | ||
4e04c971 DE |
2866 | 2010-11-29 Doug Evans <dje@google.com> |
2867 | ||
2868 | * gdb.texinfo (Pretty-Printer Introduction): Change | |
2869 | printer-name:subprinter-name to printer-name;subprinter-name. | |
2870 | ||
94b6973e PM |
2871 | 2010-11-29 Phil Muldoon <pmuldoon@redhat.com> |
2872 | ||
2873 | PR python/12199 | |
2874 | ||
2875 | * gdb.texinfo (Breakpoints In Python): Document "delete" method. | |
2876 | ||
39037522 TT |
2877 | 2010-11-23 Tom Tromey <tromey@redhat.com> |
2878 | ||
2879 | * gdb.texinfo (Top): Check SYSTEM_READLINE. | |
2880 | (Editing): Likewise. | |
2881 | (Command History): Likewise. | |
2882 | (TUI Keys): Likewise. | |
2883 | (Bug Reporting): Conditionally include rluser.texi and | |
2884 | inc-history.texinfo. | |
2885 | * Makefile.in (READLINE_TEXI_INCFLAG): New variable. | |
2886 | (GDB_DOC_SOURCE_INCLUDES): Add comment. | |
2887 | (GDBvn.texi): Set SYSTEM_READLINE when appropriate. | |
2888 | (gdb.dvi): Use READLINE_TEXI_INCFLAG. | |
2889 | (gdb.pdf): Likewise. | |
2890 | (gdb.info): Likewise. | |
2891 | (gdb/index.html): Likewise. | |
2892 | ||
5ae98d25 TT |
2893 | 2010-11-23 Tom Tromey <tromey@redhat.com> |
2894 | ||
2895 | * Makefile.in (Makefile): Run ../config.status. | |
2896 | (distclean): Update. | |
2897 | * configure: Remove. | |
2898 | * configure.ac: Remove. | |
2899 | ||
621c8364 TT |
2900 | 2010-11-12 Tom Tromey <tromey@redhat.com> |
2901 | ||
2902 | * gdb.texinfo (Basic Python): Update. Add xref. | |
2903 | (Exception Handling): Document new exception classes. | |
2904 | (Types In Python): Update. | |
2905 | (Frames In Python): Update. | |
2906 | ||
84f4c1fe PM |
2907 | 2010-11-11 Phil Muldoon <pmuldoon@redhat.com> |
2908 | ||
2909 | * gdb.texinfo (Breakpoints In Python): Document "internal" | |
2910 | parameter, and visible attribute. | |
2911 | ||
99e7ae30 DE |
2912 | 2010-11-05 Doug Evans <dje@google.com> |
2913 | ||
2914 | * gdb.texinfo (Source Path): Document "set directories". | |
2915 | ||
f4b8a18d KW |
2916 | 2010-11-05 Ken Werner <ken.werner@de.ibm.com> |
2917 | ||
2918 | * gdb.texinfo: (Summary) Add mention about OpenCL C language support. | |
2919 | (OpenCL C): New node. | |
2920 | ||
7b51bc51 DE |
2921 | 2010-11-02 Doug Evans <dje@google.com> |
2922 | ||
2923 | * gdb.texinfo (Pretty Printing): Expand into three sections, | |
2924 | introduction, example, and commands. | |
2925 | (Python API): Delete section Disabling Pretty-Printers, merge into | |
2926 | Selecting Pretty-Printers. | |
2927 | (Writing a Pretty-Printer): New section. Move the pretty-printer | |
2928 | example here, and reformat to match python coding style. Add a second | |
2929 | example using the gdb.printing module. | |
2930 | (Python modules): Add gdb.printing. | |
2931 | ||
9eeee977 DE |
2932 | 2010-10-29 Doug Evans <dje@google.com> |
2933 | ||
2934 | * gdb.texinfo (Python): Fix long line. | |
2935 | ||
a0e0ffdf DE |
2936 | 2010-10-20 Doug Evans <dje@google.com> |
2937 | ||
2938 | * gdbint.texinfo (Misc Guidelines): Renamed from Coding. | |
2939 | All references updated. Correct sections marked as subsections. | |
2940 | (Coding Standards): New chapter. Move the coding standard related | |
2941 | subsections here. Add section on Python coding standards. | |
2942 | ||
0e3509db DE |
2943 | 2010-10-13 Doug Evans <dje@google.com> |
2944 | ||
2945 | * gdb.texinfo (Python): Add "Python modules". | |
2946 | (Types in Python): Add reference to gdb.types section. | |
2947 | (Python modules): New node. | |
2948 | ||
44592cc4 DE |
2949 | 2010-10-11 Doug Evans <dje@google.com> |
2950 | ||
2951 | * gdb.texinfo (Values From Inferior): Add reference to "Types in | |
2952 | Python" from gdb.Value.type description. | |
2953 | ||
6e1bb179 JB |
2954 | 2010-09-28 Joel Brobecker <brobecker@adacore.com> |
2955 | ||
2956 | * gdb.texinfo (Ravenscar Profile): New node. | |
2957 | ||
e8467610 TT |
2958 | 2010-09-22 Tom Tromey <tromey@redhat.com> |
2959 | ||
2960 | * gdb.texinfo (Values From Inferior): Mention Value.__init__. | |
2961 | ||
fccd1d1e EZ |
2962 | 2010-09-22 Eli Zaretskii <eliz@gnu.org> |
2963 | ||
2964 | * gdb.texinfo (Values From Inferior): Clarify that | |
2965 | value.dynamic_type works only in C++ programs with RTTI. | |
2966 | ||
c1b6b909 TT |
2967 | 2010-09-15 Paul Bolle <pebolle@tiscali.nl> |
2968 | ||
2969 | * gdb.texinfo (Character Sets): Correctly reference host-charset | |
2970 | in example. | |
2971 | ||
7d288aaa TT |
2972 | 2010-09-13 Tom Tromey <tromey@redhat.com> |
2973 | ||
2974 | * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>: | |
2975 | Document "fullname" and "from". | |
2976 | ||
f75d858b MK |
2977 | 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com> |
2978 | ||
2979 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new | |
2980 | feature `reverse' output by -list-target-features. | |
2981 | ||
83b9503b L |
2982 | 2010-08-31 H.J. Lu <hongjiu.lu@intel.com> |
2983 | ||
2984 | * gdb.texinfo (i386 Features): Remove an extra "@item". | |
2985 | ||
03f17ccf TT |
2986 | 2010-08-30 Tom Tromey <tromey@redhat.com> |
2987 | ||
2988 | PR python/11792: | |
2989 | * gdb.texinfo (Values From Inferior): Document dynamic_type. | |
2990 | ||
9779414d DJ |
2991 | 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com> |
2992 | ||
2993 | * gdb.texinfo (ARM Features): Document | |
2994 | org.gnu.gdb.arm.m-profile. | |
2995 | ||
f9ffd4bb TT |
2996 | 2010-08-23 Tom Tromey <tromey@redhat.com> |
2997 | ||
2998 | PR python/11145: | |
2999 | * gdb.texinfo (Values From Inferior): Document dynamic_cast and | |
3000 | reinterpret_cast methods. | |
3001 | ||
702c2711 TT |
3002 | 2010-08-23 Tom Tromey <tromey@redhat.com> |
3003 | ||
3004 | PR python/11915: | |
3005 | * gdb.texinfo (Types In Python): Document array method. | |
3006 | ||
66b73624 TJB |
3007 | 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com> |
3008 | ||
3009 | * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register. | |
3010 | ||
06a64a0b TT |
3011 | 2010-08-16 Tom Tromey <tromey@redhat.com> |
3012 | ||
3013 | * gdb.texinfo (Set Watchpoints): Document -location option. | |
3014 | ||
a3a7127e DE |
3015 | 2010-08-13 Doug Evans <dje@google.com> |
3016 | ||
3017 | * gdb.texinfo (.debug_gdb_scripts section): Fix typo. | |
3018 | ||
8dedea02 VP |
3019 | 2010-08-13 Vladimir Prus <vladimir@codesourcery.com> |
3020 | ||
3021 | * gdb.texinfo (GDB/MI Data Manipulation): Document | |
3022 | -data-read-memory-raw and -data-write-memory-raw. | |
3023 | ||
ca5c20b6 | 3024 | 2010-08-11 Tom Tromey <tromey@redhat.com> |
889bf7c5 | 3025 | Phil Muldoon <pmuldoon@redhat.com> |
ca5c20b6 PM |
3026 | |
3027 | * gdb.texinfo (Basic Python): Describe post_event API. | |
3028 | ||
cb2e07a6 PM |
3029 | 2010-08-11 Phil Muldoon <pmuldoon@redhat.com> |
3030 | ||
3031 | * gdb.texinfo (Basic Python): Describe solib_address and | |
889bf7c5 | 3032 | decode_line Python APIs |
cb2e07a6 | 3033 | |
464b3efb TT |
3034 | 2010-08-10 Tom Tromey <tromey@redhat.com> |
3035 | ||
3036 | * gdb.texinfo (Pretty Printing API): Document | |
3037 | gdb.default_visualizer. | |
3038 | ||
c29c521f TT |
3039 | 2010-08-10 Tom Tromey <tromey@redhat.com> |
3040 | ||
3041 | Revert gdb-add-index addition: | |
3042 | * gdb.texinfo (Index Files): Don't document gdb-add-index. | |
3043 | ||
5da1313b JK |
3044 | 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com> |
3045 | Eli Zaretskii <eliz@gnu.org> | |
3046 | ||
3047 | * gdb.texinfo (Mode Options) <-batch> | |
3048 | (Basic Python) <gdb.execute>: Describe setting width and height. | |
3049 | ||
02d868e8 PP |
3050 | 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com> |
3051 | ||
3052 | * gdb.texinfo (Threads): Document 'debug libthread-db'. | |
3053 | ||
c2bbed2a TT |
3054 | 2010-07-30 Tom Tromey <tromey@redhat.com> |
3055 | ||
3056 | * gdb.texinfo (Index Files): Mention gdb-add-index. | |
3057 | ||
6c13bbe1 HZ |
3058 | 2010-07-30 Hui Zhu <teawater@gmail.com> |
3059 | ||
3060 | * gdb.texinfo (Inferiors and Programs): Update the introduce of | |
3061 | "detach inferior" and "kill inferior". | |
3062 | ||
53a71c06 CR |
3063 | 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg> |
3064 | ||
3065 | * gdb.texinfo (Machine Code): Update description of two forms of | |
3066 | arguments, and add new example to demonstrate the new form. | |
3067 | ||
5374244e PM |
3068 | 2010-07-27 Phil Muldoon <pmuldoon@redhat.com> |
3069 | ||
3070 | * gdb.texinfo (Values From Inferior): Add value inferior function | |
3071 | call description. | |
3072 | ||
8ea5bce5 JK |
3073 | 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com> |
3074 | ||
3075 | * gdb.texinfo (Active Targets): Fix wrong comma placement. | |
3076 | ||
c0edd9ed JK |
3077 | 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com> |
3078 | Eli Zaretskii <eliz@gnu.org> | |
3079 | ||
3080 | Make core files the process_stratum. | |
3081 | * gdb.texinfo (Active Targets): Remove core_stratum. Include | |
3082 | record_stratum example. | |
3083 | ||
9291a0cd TT |
3084 | 2010-07-13 Tom Tromey <tromey@redhat.com> |
3085 | ||
3086 | * gdb.texinfo (Index Files): New node. | |
3087 | ||
f5011d11 TT |
3088 | 2010-07-13 Tom Tromey <tromey@redhat.com> |
3089 | ||
3090 | * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'. | |
3091 | ||
0f5238ed TT |
3092 | 2010-07-13 Tom Tromey <tromey@redhat.com> |
3093 | ||
3094 | * gdb.texinfo (Specify Location): Document labels. | |
3095 | ||
74c761c1 PA |
3096 | 2010-07-01 Pedro Alves <pedro@codesourcery.com> |
3097 | ||
3098 | * gdb.texinfo (Create and Delete Tracepoints): Add more index | |
3099 | entries for fast tracepoints and static tracepoints. | |
3100 | ||
501994c0 PA |
3101 | 2010-07-01 Pedro Alves <pedro@codesourcery.com> |
3102 | ||
3103 | * gdb.texinfo (General Query Packets) <qfThreadInfo, | |
3104 | qsThreadInfo>: Spell out `l' as ell. | |
3105 | ||
0fb4aa4b PA |
3106 | 2010-07-01 Pedro Alves <pedro@codesourcery.com> |
3107 | ||
3108 | * gdb.texinfo (Convenience Variables): Document $_sdata. | |
3109 | (Commands to Set Tracepoints): Describe static tracepoints. Add | |
3110 | `Listing Static Tracepoint Markers' menu entry. Document | |
3111 | "strace". | |
3112 | (Tracepoint Action Lists): Document collecting $_sdata. | |
3113 | (Listing Static Tracepoint Markers): New subsection. | |
3114 | (Tracepoints support in gdbserver): Mention static tracepoints. | |
3115 | (remote packets, enabling and disabling): Mention | |
3116 | read-sdata-object. | |
3117 | (General Query Packets) <qSupported>: Document qXfer:sdata:read | |
3118 | and StaticTracepoint. | |
3119 | Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets. | |
3120 | Document qXfer:sdata:read. | |
3121 | (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat. | |
3122 | ||
dc3b15be JB |
3123 | 2010-06-29 Joel Brobecker <brobecker@adacore.com> |
3124 | ||
3125 | * gdb.texinfo (Threads In Python): Fix unmatched @end table. | |
3126 | ||
595939de PM |
3127 | 2010-06-28 Phil Muldoon <pmuldoon@redhat.com> |
3128 | Tom Tromey <tromey@redhat.com> | |
3129 | Thiago Jung Bauermann <bauerman@br.ibm.com> | |
3130 | ||
3131 | * gdb.texinfo (Inferiors In Python): New node. | |
3132 | * gdb.texinfo (Threads In Python): New node. | |
3133 | ||
9279c692 JB |
3134 | 2010-06-28 Joel Brobecker <brobecker@adacore.com> |
3135 | ||
3136 | * gdb.texinfo (Python): Document what the python directory is | |
3137 | and what its location is. | |
3138 | (Basic Python): Document the gdb.PYTHONDIR constant. | |
3139 | ||
bc9f0842 TT |
3140 | 2010-06-25 Tom Tromey <tromey@redhat.com> |
3141 | ||
3142 | PR python/10808: | |
3143 | * gdb.texinfo (Basic Python): Document new gdb.execute argument. | |
3144 | ||
f1421989 HZ |
3145 | 2010-06-24 Hui Zhu <teawater@gmail.com> |
3146 | ||
3147 | * gdb.texinfo: (Commands for Controlled Output): Add | |
3148 | documentation for command "eval". | |
3149 | ||
e4c0cfae SS |
3150 | 2010-06-21 Stan Shebs <stan@codesourcery.com> |
3151 | ||
3152 | * gdb.texinfo: Add explicit @node and @appendix for GFDL. | |
3153 | * annotate.texinfo: Ditto. | |
3154 | * gdbint.texinfo: Ditto. | |
3155 | * stabs.texinfo: Ditto. | |
3156 | ||
bb08c432 HZ |
3157 | 2010-06-22 Hui Zhu <teawater@gmail.com> |
3158 | ||
3159 | * gdb.texinfo: (Process Record and Replay): Add documentation | |
3160 | for command "set record memory-query". | |
3161 | ||
4f5d9f07 SS |
3162 | 2010-06-21 Stan Shebs <stan@codesourcery.com> |
3163 | ||
3164 | * gdb.texinfo: Relicense under GFDL version 1.3. | |
3165 | * annotate.texinfo: Relicense under GFDL version 1.3. | |
3166 | * gdbint.texinfo: Relicense under GFDL version 1.3. | |
3167 | * stabs.texinfo: Relicense under GFDL version 1.3. | |
3168 | * fdl.texi: Update to version 1.3. | |
3169 | ||
6aed2dbc SS |
3170 | 2010-06-18 Stan Shebs <stan@codesourcery.com> |
3171 | ||
a61408f8 SS |
3172 | * gdb.texinfo (Operating System Auxiliary Information): Describe |
3173 | "info os" when no arguments given. | |
3174 | ||
6aed2dbc SS |
3175 | * gdb.texinfo (Debugging Programs with Multiple Threads): Describe |
3176 | $_thread. | |
3177 | ||
24e933df HZ |
3178 | 2010-06-18 Hui Zhu <teawater@gmail.com> |
3179 | ||
3180 | * gdb.texinfo: (Process Record and Replay): Add documentation | |
3181 | for commands "record save" and "record restore". | |
3182 | ||
65d79d4b SDJ |
3183 | 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
3184 | ||
3185 | * gdb.texinfo: Include information about the correct use | |
3186 | of addresses in the `watch' command. | |
3187 | ||
d914c394 SS |
3188 | 2010-06-11 Stan Shebs <stan@codesourcery.com> |
3189 | ||
3190 | * gdb.texinfo (Observer Mode): New section. | |
3191 | (General Query Packets): Document QAllow. | |
889bf7c5 | 3192 | |
967cf477 DE |
3193 | 2010-06-04 Doug Evans <dje@google.com> |
3194 | ||
3195 | * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'. | |
3196 | ||
aaf4119b DE |
3197 | 2010-06-03 Doug Evans <dje@google.com> |
3198 | ||
3199 | * gdbint.texinfo (Coding): Add subsection on command names. | |
3200 | ||
9eae7c52 TT |
3201 | 2010-06-02 Tom Tromey <tromey@redhat.com> |
3202 | ||
3203 | * gdb.texinfo (Maintenance Commands): Document maint set dwarf2 | |
3204 | always-disassemble. | |
3205 | ||
fa593d66 PA |
3206 | 2010-06-01 Pedro Alves <pedro@codesourcery.com> |
3207 | ||
3208 | * gdb.texinfo (Set Tracepoints): Mention tracepoints support in | |
3209 | gdbserver, and add cross reference. | |
3210 | (Tracepoints support in gdbserver): New subsection. | |
3211 | ||
dde08ee1 PA |
3212 | 2010-05-26 Pedro Alves <pedro@codesourcery.com> |
3213 | ||
3214 | * gdb.texinfo (General Query Packets) <qSupported>: Describe the | |
3215 | `qRelocInsn' feature. | |
3216 | (Relocate instruction reply packet): New subsection | |
3217 | of `Tracepoint Packets'. | |
3218 | (Tracepoint Packets): Mention that packets QTDP and QTStart | |
3219 | support the qRelocInsn request, and add cross reference to new | |
3220 | subsection. | |
3221 | ||
07ca107c DE |
3222 | 2010-05-25 Doug Evans <dje@google.com> |
3223 | ||
3224 | * gdb.texinfo (Exception Handling): Document gdb.GdbError. | |
3225 | (Commands In Python): Document gdb.string_to_argv. | |
3226 | ||
c25c4a8b JK |
3227 | 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com> |
3228 | ||
3229 | * gdbint.texinfo (Host Definition): Remove items NORETURN and | |
3230 | ATTR_NORETURN. | |
3231 | ||
d7b32ed3 | 3232 | 2010-04-29 Phil Muldoon <pmuldoon@redhat.com> |
c25c4a8b JK |
3233 | Tom Tromey <tromey@redhat.com> |
3234 | Thiago Jung Bauermann <bauerman@br.ibm.com> | |
d7b32ed3 | 3235 | |
c25c4a8b | 3236 | * gdb.texinfo (Parameters In Python): New Node. |
d7b32ed3 | 3237 | |
6aecb9c2 JB |
3238 | 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com> |
3239 | ||
3240 | * gdb.texinfo: (Summary) Add mention about D language support. | |
3241 | (Filenames): Add D suffixes. | |
3242 | (D): New node. | |
3243 | ||
b7da9e9f PM |
3244 | 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr> |
3245 | ||
3246 | * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation | |
3247 | of macro deleted from GDB code. | |
3248 | ||
ab38a727 PA |
3249 | 2010-04-24 Pedro Alves <pedro@codesourcery.com> |
3250 | ||
3251 | * gdb.texinfo (Commands to specify files): Describe what how GDB | |
3252 | looks up DOS-based filesystem paths on the system root. Document | |
3253 | the new `set/show target-file-system-kind' commands. | |
3254 | ||
66d09542 DE |
3255 | 2010-04-23 Doug Evans <dje@google.com> |
3256 | ||
3257 | * gdb.texinfo (Python): Move Auto-loading section here ... | |
3258 | (Python API): from here. | |
3259 | (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts. | |
3260 | (Maintenance Commands): Add docs for "maint print section-scripts". | |
3261 | ||
8bd10a10 CM |
3262 | 2010-04-20 Chris Moller <cmoller@redhat.com> |
3263 | ||
3264 | * gdb.texinfo (Setting Breakpoints): Added description of | |
3265 | filename-qualified rbreak. | |
3266 | * refcard.tex (Breakpoints and Watchpoints): Added brief | |
3267 | description of filename-qualified rbreak. | |
3268 | ||
4c374409 JK |
3269 | 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com> |
3270 | ||
3271 | * gdb.texinfo (Data): New @menu reference to Pretty Printing. | |
3272 | (Python API): Change the reference to Pretty Printing API. | |
3273 | (Pretty Printing): Move the user part under the Data node. Reformat | |
3274 | the sample output to 72 columns. Create a new reference to Pretty | |
3275 | Printing API. Rename the API part ... | |
3276 | (Pretty Printing API): To a new node name. | |
3277 | (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python) | |
3278 | (GDB/MI Variable Objects): Change references to Pretty Printing API. | |
3279 | ||
5a9351ae SS |
3280 | 2010-04-21 Stan Shebs <stan@codesourcery.com> |
3281 | ||
3282 | * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions | |
889bf7c5 | 3283 | and commands. |
5a9351ae | 3284 | (Listing Tracepoints): Update to reflect current behavior. |
889bf7c5 | 3285 | |
9a22f0d0 PM |
3286 | 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr> |
3287 | ||
3288 | * gdb.texinfo (Examining memory): Update for change in string | |
3289 | display with explicit size. | |
3290 | ||
6149aea9 PA |
3291 | 2010-04-19 Pedro Alves <pedro@codesourcery.com> |
3292 | ||
3293 | PR breakpoints/8554. | |
3294 | ||
3295 | * gdb.texinfo (Save Breakpoints): New node. | |
3296 | (save-tracepoints): Rename to ... | |
3297 | (save tracepoints): ... this. Mention that `save-tracepoints' is | |
3298 | a deprecated alias to `save tracepoints'. | |
3299 | ||
711e434b PM |
3300 | 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr> |
3301 | ||
645797a8 | 3302 | * gdb.texinfo ($_tlb): Document new automatic convinience variable. |
711e434b PM |
3303 | (info w32 thread-information-block): Document new command. |
3304 | (qGetTIBAddress): Document new gdbserver query. | |
3305 | (maint set/show show-all-tib): Document new command. | |
3306 | ||
3f7b2faa DE |
3307 | 2010-04-15 Doug Evans <dje@google.com> |
3308 | ||
fa33c3cd DE |
3309 | * gdb.texinfo (Python API): Add progspaces section. |
3310 | (Selecting Pretty-Printers): Progspace pretty-printers are | |
3311 | searched too. | |
3312 | (Progspaces In Python): New section. | |
3313 | ||
3f7b2faa DE |
3314 | * gdb.texinfo (Command Files): Add docs for new "source -s" option. |
3315 | ||
79f283fe PM |
3316 | 2010-04-14 Phil Muldoon <pmuldoon@redhat.com> |
3317 | ||
3318 | * gdb.texinfo (Pretty Printing): Document behaviour when to_string | |
3319 | returns None. | |
3320 | ||
87290684 SS |
3321 | 2010-04-09 Stan Shebs <stan@codesourcery.com> |
3322 | ||
3323 | * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>: | |
3324 | Describe the `frames-created' field, tweak grammar. | |
3325 | ||
a97153c7 PA |
3326 | 2010-04-09 Pedro Alves <pedro@codesourcery.com> |
3327 | ||
3328 | * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>: | |
3329 | Describe the `circular' and `disconnected' fields. | |
3330 | ||
5c5dcc1b L |
3331 | 2010-04-09 H.J. Lu <hongjiu.lu@intel.com> |
3332 | ||
3333 | * gdb.texinfo (maint print registers): Mention unavailable and | |
3334 | invisible registers. | |
3335 | ||
adc36818 PM |
3336 | 2010-04-09 Phil Muldoon <pmuldoon@redhat.com> |
3337 | Thiago Jung Bauermann <bauerman@br.ibm.com> | |
5c5dcc1b | 3338 | Tom Tromey <tromey@redhat.com> |
adc36818 PM |
3339 | |
3340 | * gdb.texinfo (Breakpoints In Python): New Node. | |
3341 | ||
33da3f1c SS |
3342 | 2010-04-08 Stan Shebs <stan@codesourcery.com> |
3343 | ||
3344 | * gdb.texinfo (Tracepoint Packets): Describe disconn and circular | |
3345 | trace status fields. | |
3346 | ||
3a13a53b L |
3347 | 2010-04-08 H.J. Lu <hongjiu.lu@intel.com> |
3348 | ||
3349 | * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx | |
3350 | optional. Make org.gnu.gdb.i386.avx requires | |
3351 | org.gnu.gdb.i386.avx. | |
3352 | ||
08001717 DE |
3353 | 2010-04-08 Doug Evans <dje@google.com> |
3354 | ||
3355 | * gdb.texinfo (Command Files): Document that gdb skips $cdir in | |
3356 | search path, and document that gdb only scans the search path if | |
3357 | the script's path doesn't specify a directory. | |
3358 | ||
c375651d DE |
3359 | 2010-04-05 Doug Evans <dje@google.com> |
3360 | ||
3361 | * gdb.texinfo (maint show python auto-load): Fix typo. | |
3362 | ||
af54718e SS |
3363 | 2010-04-04 Stan Shebs <stan@codesourcery.com> |
3364 | ||
d77f58be SS |
3365 | * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym. |
3366 | (Setting Watchpoints): Update description of "info watch". | |
3367 | (Disabling Breakpoints): Only "info break" lists all. | |
3368 | ||
af54718e SS |
3369 | * gdb.texinfo (Tracepoint Restrictions): Document PC inference. |
3370 | (tdump): Explain how tdump works. | |
3371 | ||
86b17b60 PA |
3372 | 2010-04-01 Pedro Alves <pedro@codesourcery.com> |
3373 | ||
3374 | * gdb.texinfo (Break Commands): Clarify `commands' changes, and | |
3375 | add cross reference. | |
3376 | ||
ff12863f PA |
3377 | 2010-03-31 Pedro Alves <pedro@codesourcery.com> |
3378 | ||
3379 | * gdb.texinfo (TUI Commands): Mention that in some cases, these | |
3380 | commands error out. | |
3381 | ||
f68eb612 L |
3382 | 2010-03-30 H.J. Lu <hongjiu.lu@intel.com> |
3383 | ||
3384 | * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx. | |
3385 | ||
c8d5aac9 L |
3386 | 2010-03-30 H.J. Lu <hongjiu.lu@intel.com> |
3387 | ||
3388 | * gdb.texinfo (General Query Packets): Add xmlRegisters. | |
3389 | ||
7d13fe92 SS |
3390 | 2010-03-29 Stan Shebs <stan@codesourcery.com> |
3391 | Nathan Sidwell <nathan@codesourcery.com> | |
3392 | ||
3393 | * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the | |
3394 | GDBN equivalent. | |
3395 | (Set Tracepoints): Remove mention that conditional tracepoints | |
3396 | don't exist. | |
3397 | (Tracepoint Actions): Clarify when while-stepping collection | |
3398 | happens, note that while-stepping does not automatically collect | |
3399 | $pc. | |
3400 | ||
409873ef | 3401 | 2010-03-29 Stan Shebs <stan@codesourcery.com> |
889bf7c5 | 3402 | |
409873ef SS |
3403 | * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc. |
3404 | (General Query Packets): Describe TracepointSource. | |
3405 | ||
ee8e71d4 EZ |
3406 | 2010-03-27 Matt Rice <ratmice@gmail.com> |
3407 | ||
c8d5aac9 L |
3408 | * gdb.texinfo (ARM): Document arguments to "target sim". |
3409 | (Set Catchpoints): Use @dots{} instead of @r{...}. | |
ee8e71d4 | 3410 | |
99b5e152 PA |
3411 | 2010-03-26 Pedro Alves <pedro@codesourcery.com> |
3412 | ||
3413 | * gdb.texinfo (Tracepoint Packets): Remove mention that | |
3414 | terror:string may be plain text, and drop mention of X prefix. | |
3415 | ||
cd64ee31 VP |
3416 | 2010-03-26 Vladimir Prus <vladimir@codesourcery.com> |
3417 | ||
3418 | * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref. | |
3419 | ||
6c28cbf2 SS |
3420 | 2010-03-24 Stan Shebs <stan@codesourcery.com> |
3421 | ||
3422 | * gdb.texinfo (Tracepoint Packets): Document trace error status. | |
3423 | ||
95a42b64 TT |
3424 | 2010-03-24 Tom Tromey <tromey@redhat.com> |
3425 | ||
3426 | PR breakpoints/9352: | |
3427 | * gdb.texinfo (Break Commands): Update. | |
3428 | ||
18148017 VP |
3429 | 2010-03-24 Vladimir Prus <vladimir@codesourcery.com> |
3430 | ||
3431 | * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint | |
3432 | commands. | |
3433 | ||
4daf5ac0 SS |
3434 | 2010-03-16 Stan Shebs <stan@codesourcery.com> |
3435 | ||
3436 | * gdb.texinfo (Starting and Stopping Trace Experiments): Describe | |
3437 | circular-trace-buffer. | |
3438 | (Tracepoint Packets): Describe QTBuffer, and details of the | |
3439 | qTStatus reply. | |
3440 | ||
c9429232 SS |
3441 | 2010-03-12 Stan Shebs <stan@codesourcery.com> |
3442 | Nathan Sidwell <nathan@codesourcery.com> | |
3443 | ||
3444 | * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is | |
3445 | doing instruction stepping. | |
3446 | (Tracepoint Restrictions): New node. | |
3447 | ||
ccefe4c4 TT |
3448 | 2010-03-10 Tom Tromey <tromey@redhat.com> |
3449 | ||
3450 | * gdbint.texinfo (Symbol Handling): Update. | |
3451 | ||
7c953934 TT |
3452 | 2010-03-08 Tom Tromey <tromey@redhat.com> |
3453 | ||
3454 | PR cli/9591: | |
3455 | * gdb.texinfo (Mode Options): Mention lack of pagination and | |
3456 | confirmation with --batch. | |
3457 | (Screen Size): Mention --batch. | |
3458 | (Messages/Warnings): Likewise. | |
3459 | ||
f870a310 TT |
3460 | 2010-03-05 Tom Tromey <tromey@redhat.com> |
3461 | ||
3462 | * gdb.texinfo (Basic Python): Document target_charset and | |
3463 | target_wide_charset. | |
3464 | ||
78e2826b TT |
3465 | 2010-03-05 Tom Tromey <tromey@redhat.com> |
3466 | ||
3467 | * gdb.texinfo (Data): Link to pretty-printing. | |
3468 | (Output Formats): Likewise. Correct text. | |
3469 | ||
f5dff777 DJ |
3470 | 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com> |
3471 | ||
3472 | * gdb.texinfo (Types): Describe <struct> and <flags>. | |
3473 | ||
dc00d89f PM |
3474 | 2010-02-28 Phil Muldoon <pmuldoon@redhat.com> |
3475 | ||
3476 | * gdb.texinfo (Frames In Python): Add block parameter and | |
3477 | description to read_var text. | |
3478 | ||
5107b149 | 3479 | 2010-02-26 Phil Muldoon <pmuldoon@redhat.com> |
c8d5aac9 | 3480 | Tom Tromey <tromey@redhat.com> |
5107b149 PM |
3481 | |
3482 | * gdb.texinfo (Types In Python): Describe block argument in | |
3483 | template_argument and gdb.lookup_type. | |
3484 | ||
e03e5e7b TT |
3485 | 2010-02-24 Tom Tromey <tromey@redhat.com> |
3486 | ||
3487 | * gdb.texinfo (Cygwin Native): Fix typo. | |
3488 | ||
f3e9a817 PM |
3489 | 2010-02-24 Phil Muldoon <pmuldoon@redhat.com> |
3490 | ||
3491 | * gdb.texinfo (Frames In Python): Add block, find_sal, function | |
3492 | and select method descriptions. | |
3493 | (Python API): Add Blocks In Python, Symbols in Python and Symbol | |
3494 | Tables in Python to menu. | |
3495 | (Blocks In Python): New node. | |
3496 | (Symbols In Python): New node. | |
3497 | (Symbol Tables in Python): New node. | |
3498 | ||
a79b8f6e VP |
3499 | 2010-02-24 Vladimir Prus <vladimir@codesourcery.com> |
3500 | ||
3501 | Multiexec MI | |
3502 | ||
3503 | gdb/ | |
3504 | * breakpoint.c (clear_syscall_counts): Take struct inferior*. | |
3505 | ||
3506 | gdb/doc/ | |
3507 | * gdb.texinfo (GDB/MI Command Syntax): Document notification | |
3508 | changes. | |
3509 | (GDB/MI Program Execution): Document current behaviour of | |
3510 | --all and --thread-group. | |
3511 | (GDB/MI Miscellaneous Commands): Document -add-inferior and | |
3512 | -remove-inferior. | |
3513 | * observer.texi (inferior_added, inferior_removed): New | |
3514 | observers. | |
3515 | ||
629d6a47 TT |
3516 | 2010-02-19 Tom Tromey <tromey@redhat.com> |
3517 | ||
3518 | * gdbint.texinfo (Getting Started): Fix @node. | |
3519 | (Debugging GDB): Likewise. | |
3520 | ||
c09529e5 JB |
3521 | 2010-02-13 Joel Brobecker <brobecker@adacore.com> |
3522 | ||
3523 | * gdbint.texinfo (Testsuite): New section "Testsuite Configuration", | |
3524 | documenting the gdb_test_timeout variable. | |
3525 | ||
540aa8e7 MS |
3526 | 2010-02-12 Jakob Engblom <jakob@virtutech.com> |
3527 | ||
3528 | * gdb.texinfo (MI commands): Added documentation of --reverse | |
3529 | option to a set of MI commands. Restructured documentation of MI | |
3530 | commands --exec-continue to reflect the complexity of reverse | |
3531 | execution. | |
3532 | ||
081dfbf7 PA |
3533 | 2010-02-12 Pedro Alves <pedro@codesourcery.com> |
3534 | ||
3535 | * gdb.texinfo (Using the Collected Data): Specify that the address | |
3536 | range of `tfind outsize' is exclusive, and that the address range | |
3537 | of `tfind range' is inclusive. | |
3538 | (Tracepoint Packets): Specify that the address range of | |
3539 | `QTFrame:range' is inclusive, and that the address range of | |
3540 | `QTFrame:outside' is exclusive | |
3541 | ||
8e9c5e02 VP |
3542 | 2010-02-12 Vladimir Prus <vladimir@codesourcery.com> |
3543 | ||
3544 | * gdb.texinfo (GDB/MI Result Records): Clarify ^running. | |
3545 | ||
92981e24 TT |
3546 | 2010-02-10 Tom Tromey <tromey@redhat.com> |
3547 | ||
3548 | * gdb.texinfo (Debugging Output): Document set debug parser and | |
3549 | show debug parser. | |
3550 | ||
075b51b7 L |
3551 | 2010-02-09 H.J. Lu <hongjiu.lu@intel.com> |
3552 | ||
3553 | * gdb.texinfo (Predefined Target Types): Add i387_ext, | |
3554 | i386_eflags and i386_mxcsr. | |
3555 | ||
3bb8d5c3 L |
3556 | 2010-02-08 H.J. Lu <hongjiu.lu@intel.com> |
3557 | ||
3558 | * gdb.texinfo: Document i386 target features. | |
3559 | ||
c5f80513 DE |
3560 | 2010-02-05 Doug Evans <dje@google.com> |
3561 | ||
3562 | * gdbint.texinfo (Testsuite): Add a new section to document the | |
3563 | various DejaGnu variables that may be overridden. | |
1be00882 | 3564 | Document INTERNAL_GDBFLAGS. |
c5f80513 | 3565 | |
6ac33a4e TT |
3566 | 2010-02-04 Tom Tromey <tromey@redhat.com> |
3567 | ||
3568 | PR cli/8830: | |
3569 | * gdb.texinfo (Files): -readnow comes before the filename for file | |
3570 | and symbol-file. | |
3571 | ||
a1dcb23a DJ |
3572 | 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com> |
3573 | ||
3574 | * gdb.texinfo (Architecture-Specific Protocol Details): New section. | |
3575 | Document ARM breakpoint types. | |
3576 | (Register Packet Format): Move into the new section. | |
3577 | (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets. | |
3578 | ||
95433b34 JB |
3579 | 2010-01-21 Joel Brobecker <brobecker@adacore.com> |
3580 | ||
3581 | * gdb.texinfo (File Options): Adjust the documentation of this | |
3582 | switch to refer to the "source" command rather than partially | |
3583 | duplicating some of the relevant information. | |
3584 | (Extending GDB): Introduce and document the set/show script-extension | |
3585 | setting. | |
3586 | (Command Files): Add note explaining that the "source" command | |
3587 | is also used to evalute scripts written in other languages. | |
3588 | Remove the short slightly incorrect reference to sourcing Python | |
3589 | scripts. | |
3590 | (Python Commands): Document how to execute a Python script from GDB. | |
3591 | ||
8d576872 JB |
3592 | 2010-01-19 Joel Brobecker <brobecker@adacore.com> |
3593 | ||
3594 | * gdb.texinfo (Command Files): Fix typo. | |
3595 | ||
8150ff9c JB |
3596 | 2010-01-18 Tom Tromey <tromey@redhat.com> |
3597 | ||
3598 | * gdb.texinfo (File Options): Document -x on .py files. | |
3599 | (Command Files): Document handling of Python scripts. | |
3600 | ||
23db03a6 JZ |
3601 | 2010-01-18 Jie Zhang <jie.zhang@analog.com> |
3602 | ||
3603 | * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi. | |
3604 | ||
00bf0b85 SS |
3605 | 2010-01-15 Stan Shebs <stan@codesourcery.com> |
3606 | ||
3607 | * gdb.texinfo (Trace Files): New section. | |
3608 | (Tracepoint Packets): Document QTSave and qTBuffer. | |
3609 | (Trace File Format): New appendix. | |
3610 | ||
be759fcf PM |
3611 | 2010-01-13 Phil Muldoon <pmuldoon@redhat.com> |
3612 | ||
3613 | * gdb.texinfo (Values From Inferior): Document lazy_string value | |
3614 | method. | |
3615 | (Python API): Add Lazy strings menu item. | |
3616 | (Lazy Strings In Python): New node. | |
3617 | ||
dc146f7c VP |
3618 | 2010-01-13 Vladimir Prus <vladimir@codesourcery.com> |
3619 | ||
3620 | * gdb.texinfo (GDB/MI Thread Information): New. | |
3621 | (GDB/MI Async Records): Document the core field in *stopped. | |
3622 | (GDB/MI Miscellaneous Commands): Expand -list-thread-groups | |
3623 | documentation | |
3624 | (Process list): Document that osdata document may contain | |
3625 | threads. | |
3626 | (Remote Serial Protocol): Document qXfer:threads. | |
3627 | ||
d5551862 SS |
3628 | 2010-01-06 Stan Shebs <stan@codesourcery.com> |
3629 | ||
3630 | * gdb.texinfo (Starting and Stopping Trace Experiments): Document | |
3631 | disconnected tracing. | |
3632 | (Tracepoint Packets): Document new protocol. | |
3633 | ||
7a697b8d SS |
3634 | 2010-01-05 Stan Shebs <stan@codesourcery.com> |
3635 | ||
3636 | * gdb.texinfo (Create and Delete Tracepoints): Describe fast | |
3637 | tracepoints. | |
3638 | (Tracepoint Packets): Describe remote protocol for fast | |
3639 | tracepoints. | |
3640 | ||
e6f3ec50 JB |
3641 | 2010-01-01 Joel Brobecker <brobecker@adacore.com> |
3642 | ||
3643 | Update the "Start of New Year Procedure". | |
3644 | * gdbint.texinfo: Add the list of files that need to be updated | |
3645 | manually. Minor reformatting. | |
3646 | ||
ddc4e9c1 JB |
3647 | 2010-01-01 Joel Brobecker <brobecker@adacore.com> |
3648 | ||
3649 | * refcard.tex: Update copyright year in header and text. | |
3650 | ||
9d2897ad JB |
3651 | 2010-01-01 Joel Brobecker <brobecker@adacore.com> |
3652 | ||
3653 | * agentexpr.texi: Add 2010 to the list of copyright years. | |
3654 | * annotate.texinfo: Likewise. | |
3655 | * gdb.texinfo: Likewise. | |
3656 | * gdbint.texinfo: Likewise. | |
3657 | * observer.texi: Likewise. | |
3658 | * stabs.texinfo: Likewise. | |
3659 | ||
6da95a67 SS |
3660 | 2009-12-31 Stan Shebs <stan@codesourcery.com> |
3661 | ||
3662 | * gdb.texinfo (Tracepoint Actions): Describe teval. | |
889bf7c5 | 3663 | |
236f1d4d SS |
3664 | 2009-12-29 Stan Shebs <stan@codesourcery.com> |
3665 | ||
3666 | * gdb.texinfo (Tracepoint Actions): Describe default-collect. | |
889bf7c5 | 3667 | |
f61e138d SS |
3668 | 2009-12-28 Stan Shebs <stan@codesourcery.com> |
3669 | ||
3670 | * gdb.texinfo (Trace State Variables): New section. | |
3671 | (Tracepoint Packets): Describe trace state variable packets. | |
3672 | * agentexpr.texi (Bytecode Descriptions): Describe trace state | |
3673 | variable bytecodes. | |
3674 | ||
0fe7935b DJ |
3675 | 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com> |
3676 | ||
3677 | * gdb.texinfo (Symbols): "info variables" prints definitions, not | |
3678 | declarations. | |
3679 | ||
a6b29f87 VP |
3680 | 2009-12-21 Vladimir Prus <vladimir@codesourcery.com> |
3681 | ||
3682 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that | |
3683 | -gdb-exit behaviour. | |
3684 | ||
5e4bde96 JB |
3685 | 2009-12-20 Joel Brobecker <brobecker@adacore.com> |
3686 | ||
3687 | * gpl.texi: Update to version 3 of the GPL. | |
3688 | ||
a1715244 JB |
3689 | 2009-12-20 Joel Brobecker <brobecker@adacore.com> |
3690 | ||
3691 | * Makefile.in: Update copyright header. | |
3692 | * observer.texi: Fix the copyright header of the generated files. | |
3693 | ||
361ae042 PM |
3694 | 2009-12-08 Phil Muldoon <pmuldoon@redhat.com> |
3695 | ||
3696 | * gdb.texinfo (Types In Python): Describe range function. | |
3697 | ||
bfd31e71 PM |
3698 | 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com> |
3699 | ||
3700 | * gdb.texinfo (Types In Python): Describe "is_base_class". | |
3701 | ||
57a1d736 TT |
3702 | 2009-12-03 Tom Tromey <tromey@redhat.com> |
3703 | ||
3704 | * gdb.texinfo (Basic Python): Document gdb.parse_and_eval. | |
3705 | ||
8cebebb9 PP |
3706 | 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com> |
3707 | ||
3708 | * observer.texi: New memory_changed observer. | |
3709 | ||
16af530a TT |
3710 | 2009-12-01 Tom Tromey <tromey@redhat.com> |
3711 | ||
3712 | * gdb.texinfo (Reverse Execution): Fix typo. | |
3713 | ||
b6199126 DJ |
3714 | 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com> |
3715 | ||
3716 | PR gdb/8704 | |
3717 | ||
3718 | * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers | |
3719 | are allowed after the breakpoint condition. | |
3720 | ||
7a6973ad TT |
3721 | 2009-11-23 Tom Tromey <tromey@redhat.com> |
3722 | ||
3723 | PR python/10782: | |
3724 | * gdb.texinfo (Types In Python): Document Type.pointer. | |
3725 | ||
21a0512e PP |
3726 | 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com> |
3727 | ||
3728 | * gdb.texinfo (Machine Code): Adjust. | |
889bf7c5 | 3729 | |
a5832c8f PA |
3730 | 2009-11-11 Pedro Alves <pedro@codesourcery.com> |
3731 | ||
3732 | * agentexpr.texi (Tracing On Symmetrix): Delete section. | |
3733 | (Using Agent Expressions): Delete cross reference. | |
3734 | ||
1eb7cd77 JB |
3735 | 2009-11-07 Joel Brobecker <brobecker@adacore.com> |
3736 | ||
3737 | * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage | |
3738 | and @settitle directives up to help makeinfo find them. | |
3739 | ||
24ddea62 JK |
3740 | 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com> |
3741 | ||
3742 | * gdb.texinfo (set debug-file-directory, show debug-file-directory) | |
3743 | (Auto-loading): Use plural and note one can use multiple components now. | |
3744 | ||
3afae151 VP |
3745 | 2009-11-01 Vladimir Prus <vladimir@codesourcery.com> |
3746 | ||
3747 | * gdb.texinfo (GDB/MI Stack Manipulation): Make | |
3748 | -stack-list-arguments have the same documentation for parameter | |
3749 | as -stack-list-locals. Add comas. | |
3750 | ||
14ff2235 PM |
3751 | 2009-10-27 Tom Tromey <tromey@redhat.com> |
3752 | Eli Zaretskii <eliz@gnu.org> | |
3753 | ||
c8d5aac9 | 3754 | PR python/10781 |
14ff2235 PM |
3755 | |
3756 | * gdb.texinfo (Values From Inferior): Document cast method. | |
3757 | ||
9c419145 PP |
3758 | 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com> |
3759 | ||
3760 | * gdb.texinfo (Machine Code): Mention function name in disasssembly | |
3761 | and adjust example. | |
889bf7c5 | 3762 | |
29153c24 MS |
3763 | 2009-10-22 Michael Snyder <msnyder@vmware.com> |
3764 | ||
3765 | * gdb.texinfo (Process Record and Replay): Document new form of | |
889bf7c5 | 3766 | info record command. Also document the new save and restore |
29153c24 MS |
3767 | commands. |
3768 | ||
2b28d209 PP |
3769 | 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com> |
3770 | ||
3771 | * gdb.texinfo (Machine Code): Mention current pc marker. | |
3772 | (Memory): Likewise. | |
3773 | ||
6c95b8df PA |
3774 | 2009-10-19 Pedro Alves <pedro@codesourcery.com> |
3775 | Stan Shebs <stan@codesourcery.com> | |
3776 | ||
3777 | * observer.texi (new_inferior): Rename to... | |
3778 | (inferior_appeared): ... this. | |
3779 | ||
3780 | * gdb.texinfo (Inferiors): Rename node to ... | |
3781 | (Inferiors and Programs): ... this. Mention running multiple | |
3782 | programs in the same debug session. | |
3783 | <info inferiors>: Mention the new 'Executable' column if "info | |
3784 | inferiors". Update examples. Document the "add-inferior", | |
3785 | "clone-inferior", "remove-inferior" and "maint info | |
3786 | program-spaces" commands. | |
3787 | (Process): Rename node to... | |
3788 | (Forks): ... this. Document "set|show follow-exec-mode". | |
3789 | ||
2f8132f3 MS |
3790 | 2009-10-11 Michael Snyder <msnyder@vmware.com> |
3791 | ||
3792 | * gdb.texinfo (ReverseStep): Show default as "unsupported". | |
3793 | (ReverseContinue): Ditto. | |
3794 | ||
cba4b2d3 PP |
3795 | 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com> |
3796 | ||
3797 | * gdb.texinfo (Server): Document libthread-db-search-path. | |
889bf7c5 | 3798 | |
da082f17 JK |
3799 | 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com> |
3800 | ||
3801 | * gdbint.texinfo (i386_stopped_by_hwbp): Remove. | |
3802 | ||
08be9d71 ME |
3803 | 2009-10-06 Michael Eager <eager@eagercon.com> |
3804 | ||
3805 | * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze. | |
3806 | (Embedded Processors): Add MicroBlaze. | |
3807 | (MicroBlaze): New. Describe Xilinx MicroBlaze | |
3808 | ||
08a0efd0 PA |
3809 | 2009-10-04 Pedro Alves <pedro@codesourcery.com> |
3810 | ||
3811 | * gdb.texinfo (Remote Protocol): Don't mention vCont;T. | |
3812 | ||
cbb8f428 EZ |
3813 | 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr> |
3814 | ||
3815 | * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK. | |
3816 | ||
30a4a70c JB |
3817 | 2009-09-23 Joel Brobecker <brobecker@adacore.com> |
3818 | ||
3819 | * observer.texi (solib_unloaded): Document explicitly the fact that | |
3820 | this observer is called before the associated symbols are unloaded. | |
3821 | ||
b3372f91 VP |
3822 | 2009-09-19 Vladimir Prus <vladimir@codesourcery.com> |
3823 | ||
3824 | * gdb.texinfo (GDB/MI Stack Manipulation): Document | |
3825 | -stack-list-variables. | |
3826 | ||
f43030c4 TT |
3827 | 2009-09-18 Tom Tromey <tromey@redhat.com> |
3828 | ||
3829 | * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing | |
3830 | is experimental. | |
3831 | ||
ec7e75e7 PP |
3832 | 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com> |
3833 | ||
3834 | * gdb.texinfo (convenince variables): Mention | |
3835 | $_siginfo could be empty. | |
f43030c4 | 3836 | |
0cc7d26f TT |
3837 | 2009-09-15 Tom Tromey <tromey@redhat.com> |
3838 | ||
3839 | * gdb.texinfo (GDB/MI Variable Objects): Document | |
3840 | -enable-pretty-printing, -var-set-update-range, dynamic varobjs. | |
3841 | Expand -var-update documentation. | |
3842 | ||
a96d9b2e SDJ |
3843 | 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com> |
3844 | ||
3845 | * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall | |
3846 | feature. | |
3847 | ||
005ca36a JB |
3848 | 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com> |
3849 | ||
3850 | * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id. | |
3851 | ||
0d772ac9 MS |
3852 | 2009-09-10 Michael Snyder <msnyder@vmware.com> |
3853 | ||
3854 | * gdb.texinfo (qSupported): Mention new ReverseContinue and | |
3855 | ReverseStep replies to the qSupported query. | |
3856 | ||
14fb1bac JB |
3857 | 2009-09-10 Joel Brobecker <brobecker@adacore.com> |
3858 | ||
3859 | Add documentation for set/show interactive-mode. | |
3860 | * gdb.texinfo (Other Misc Settings): New node. | |
3861 | ||
29b090c0 DE |
3862 | 2009-09-01 Doug Evans <dje@google.com> |
3863 | ||
3864 | * gdb.texinfo (Caching Data of Remote Targets): Add note on | |
3865 | non-stop mode's affect on remote caching. | |
3866 | ||
4e5d721f DE |
3867 | 2009-08-31 Jacob Potter <jdpotter@google.com> |
3868 | Doug Evans <dje@google.com> | |
3869 | ||
3870 | * gdb.texinfo (Caching Data of Remote Targets): Update text. | |
3871 | Mark `set/show remotecache' options as obsolete. | |
3872 | Document new `set/show stack-cache' option. | |
3873 | Update text for `info dcache'. | |
3874 | ||
55333a84 DE |
3875 | 2009-08-27 Doug Evans <dje@google.com> |
3876 | ||
3877 | * gdb.texinfo (Symbols): Delete `set print symbol-loading'. | |
3878 | (Files): Add note on new optional regex arg to `info sharedlibrary'. | |
3879 | ||
bc3a0b4d RW |
3880 | 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
3881 | ||
3882 | * gdbint.texinfo (Releasing GDB): Fix confusing sentence | |
3883 | about autoconf. | |
3884 | ||
3a1ff0b6 PA |
3885 | 2009-08-25 Pedro Alves <pedro@codesourcery.com> |
3886 | ||
3887 | * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors" | |
3888 | small example, and describe its columns. Replace "inferior-id" by | |
3889 | "infno" throughout. | |
3890 | ||
81ecdfbb RW |
3891 | 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
3892 | ||
af542c2e RW |
3893 | * gdbint.texinfo (Releasing GDB): Point to |
3894 | README-maintainer-mode file for required autoconf version. | |
3895 | * configure.ac: Do not substitute datarootdir, htmldir, | |
3896 | pdfdir, docdir. Do not process --with-datarootdir, | |
3897 | --with-htmldir, --with-pdfdir, --with-docdir. | |
3898 | * configure: Regenerate. | |
3899 | ||
81ecdfbb RW |
3900 | * configure: Regenerate. |
3901 | ||
4efc6507 DE |
3902 | 2009-08-20 Reid Kleckner <reid@kleckner.net> |
3903 | ||
3904 | * gdb.texinfo: Add chapter on JIT interface. | |
3905 | ||
43089a6e NR |
3906 | 2009-08-07 Nick Roberts <nickrob@snap.net.nz> |
3907 | ||
3908 | * gdb.texinfo (Server Prefix): Explain that server prefix suppresses | |
889bf7c5 | 3909 | confirmation request. |
43089a6e | 3910 | |
99e008fe EZ |
3911 | 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com> |
3912 | ||
c8d5aac9 L |
3913 | * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified |
3914 | CRC definitions. | |
99e008fe | 3915 | |
48cb2d85 VP |
3916 | 2009-08-03 Vladimir Prus <vladimir@codesourcery.com> |
3917 | ||
3918 | * gdb.texinfo (GDB/MI Breakpoint Commands): Document | |
889bf7c5 | 3919 | -break-commands. |
48cb2d85 | 3920 | |
ff1a52c6 UW |
3921 | 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com> |
3922 | ||
3923 | * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the | |
3924 | "set spu auto-flush-cache" and "show spu auto-flush-cache" commands. | |
3925 | ||
3285f3fe UW |
3926 | 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com> |
3927 | ||
3928 | * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the | |
3929 | "set spu stop-on-load" and "show spu stop-on-load" commands. | |
3930 | ||
e35359c5 UW |
3931 | 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com> |
3932 | ||
3933 | * gdb.texinfo (Target Descriptions): Document <compatible> element. | |
3934 | ||
58d6951d DJ |
3935 | 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com> |
3936 | ||
3937 | * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and | |
3938 | org.gnu.gdb.arm.neon. | |
3939 | ||
08d16641 PA |
3940 | 2009-07-20 Pedro Alves <pedro@codesourcery.com> |
3941 | ||
3942 | * gdb.texinfo (Target Description Format): Mention the new <osabi> | |
3943 | optional element. | |
3944 | (subsection OS ABI): New subsection. | |
3945 | ||
782b2b07 SS |
3946 | 2009-07-14 Stan Shebs <stan@codesourcery.com> |
3947 | ||
3948 | * gdb.texinfo (Tracepoint Conditions): New section. | |
3949 | (General Query Packets): Describe ConditionalTracepoints. | |
3950 | (Tracepoint Packets): Describe condition field. | |
3951 | (Maintenance Commands): Describe maint agent-eval. | |
3952 | * agentexpr.texi (Using Agent Expressions): Mention eval usage. | |
3953 | ||
9b117ef3 HZ |
3954 | 2009-07-11 Hui Zhu <teawater@gmail.com> |
3955 | ||
3956 | * gdb.texinfo (disassemble): Add a new modifier /r | |
3957 | to "disassemble" command to make it print the raw instructions | |
3958 | in hex as well as in symbolic form. | |
3959 | ||
f5a33284 TT |
3960 | 2009-07-09 Tom Tromey <tromey@redhat.com> |
3961 | ||
3962 | * gdbint.texinfo (Testsuite): Document parallel make check. | |
3963 | ||
812f7342 TT |
3964 | 2009-07-09 Tom Tromey <tromey@redhat.com> |
3965 | ||
3966 | * gdbint.texinfo (Testsuite): Document test transcripts. | |
3967 | ||
fbb8f299 PM |
3968 | 2009-07-10 Phil Muldoon <pmuldoon@redhat.com> |
3969 | ||
3970 | * gdb.texinfo (Values From Inferior): Add length parameter | |
3971 | description. | |
3972 | ||
dd8f35ac EZ |
3973 | 2009-07-04 Chris Genly <chris@genly.us> |
3974 | ||
3975 | * gdb.texinfo (GDB/MI Variable Objects): Document child definition | |
3976 | in -var-list-children. Fix example according to what the code | |
3977 | does. | |
3978 | ||
2277426b PA |
3979 | 2009-07-02 Pedro Alves <pedro@codesourcery.com> |
3980 | ||
3981 | * gdb.texinfo (Debugging multiple inferiors): Document the | |
3982 | "inferior", "detach inferior" and "kill inferior" commands. | |
3983 | (Debugging Programs with Multiple Processes): Adjust to mention | |
3984 | generic "inferior" commands. Delete mention of "detach fork" and | |
3985 | "delete fork". Cross reference to "Debugging multiple inferiors" | |
3986 | section. | |
3987 | ||
a6d9a66e UW |
3988 | 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com> |
3989 | ||
5af949e3 UW |
3990 | * gdbint.texinfo (Item Output Functions): Update signature |
3991 | for ui_out_field_core_addr. | |
3992 | ||
3993 | 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com> | |
3994 | ||
3995 | * gdbint.texinfo (Examples of Use of @code{ui_out} functions): | |
a6d9a66e UW |
3996 | Update example code extrated from breakpoint.c. |
3997 | ||
9901a55b | 3998 | 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com> |
889bf7c5 | 3999 | |
9901a55b PP |
4000 | * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented |
4001 | MI commands. | |
4002 | (GDB/MI Symbol Query): Likewise. | |
4003 | (GDB/MI File Commands): Likewise. | |
4004 | (GDB/MI File Transfer Commands): Likewise. | |
4005 | (GDB/MI Target Manipulation): Likewise. | |
4006 | (GDB/MI Miscellaneous Commands): Likewise. | |
889bf7c5 | 4007 | |
edb3359d DJ |
4008 | 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com> |
4009 | ||
4010 | * gdb.texinfo (Debugging Optimized Code): New chapter. | |
4011 | (Compiling for Debugging): Reference it. Move some | |
4012 | text to the new section. | |
4013 | ||
7cd1089b PM |
4014 | 2009-06-15 Phil Muldoon <pmuldoon@redhat.com> |
4015 | ||
4016 | * doc/gdb.texinfo (Calling): Document | |
4017 | set-unwind-on-terminating-exception usage. | |
4018 | ||
d4db2f36 PA |
4019 | 2009-06-11 Pedro Alves <pedro@codesourcery.com> |
4020 | ||
4021 | * gdb.texinfo (All-Stop): Document new 'set schedule-multiple' | |
4022 | command. | |
4023 | ||
d1a7880c PA |
4024 | 2009-06-07 Pedro Alves <pedro@codesourcery.com> |
4025 | ||
4026 | * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all | |
4027 | references. | |
4028 | ||
473f94e6 UW |
4029 | 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com> |
4030 | ||
4031 | * gdbint.texinfo: Rename formal parameters to gdbarch function | |
4032 | protoypes from "current_gdbarch" to "gdbarch". | |
4033 | ||
8f500870 TT |
4034 | 2009-05-28 Tom Tromey <tromey@redhat.com> |
4035 | ||
4036 | * gdb.texinfo (Basic Python): Change get_parameter to parameter. | |
4037 | ||
b6313243 TT |
4038 | 2009-05-27 Tom Tromey <tromey@redhat.com> |
4039 | ||
4040 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python" | |
4041 | feature. | |
4042 | (GDB/MI Variable Objects): Document -var-set-visualizer. | |
4043 | ||
4044 | 2009-04-02 Tom Tromey <tromey@redhat.com> | |
4045 | ||
4046 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python" | |
4047 | feature. | |
4048 | (GDB/MI Variable Objects): Document -var-set-visualizer. | |
4049 | ||
a6bac58e TT |
4050 | 2009-05-27 Tom Tromey <tromey@redhat.com> |
4051 | Thiago Jung Bauermann <bauerman@br.ibm.com> | |
4052 | Phil Muldoon <pmuldoon@redhat.com> | |
4053 | ||
4054 | * gdb.texinfo (Objfiles In Python): Reference pretty printing. | |
4055 | (Pretty Printing): New node. | |
4056 | (Selecting Pretty-Printers): Likewise. | |
4057 | (Python API): Update. | |
4058 | (Output Formats): Document /r format. | |
4059 | ||
2c74e833 TT |
4060 | 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com> |
4061 | Tom Tromey <tromey@redhat.com> | |
4062 | ||
4063 | * gdb.texinfo (Types In Python): New node. | |
4064 | (Values From Inferior): "type" is now an attribute. | |
4065 | (Python API): Update. | |
4066 | ||
89c73ade TT |
4067 | 2009-05-27 Tom Tromey <tromey@redhat.com> |
4068 | Thiago Jung Bauermann <bauerman@br.ibm.com> | |
4069 | Phil Muldoon <pmuldoon@redhat.com> | |
4070 | ||
4071 | * gdb.texinfo: Add @syncodeindex for `tp'. | |
4072 | (Python API): Update. | |
4073 | (Auto-loading): New node. | |
4074 | (Objfiles In Python): New node. | |
4075 | ||
17a37d48 PP |
4076 | 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com> |
4077 | ||
4078 | * gdb.texinfo (Threads): Document libthread-db-search-path. | |
889bf7c5 | 4079 | |
6718376f NR |
4080 | 2009-05-15 Nick Roberts <nickrob@snap.net.nz> |
4081 | ||
4082 | * gdb.texinfo (GDB/MI General Design): Break up into four nodes. | |
4083 | ||
cbe54154 PA |
4084 | 2009-05-12 Pedro Alves <pedro@codesourcery.com> |
4085 | ||
4086 | * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint | |
4087 | show-debug-regs' docs by 'maint set show-debug-regs' and 'maint | |
4088 | show show-debug-regs' docs. | |
4089 | ||
8e05493c EZ |
4090 | 2009-05-08 Eli Zaretskii <eliz@gnu.org> |
4091 | ||
4092 | * gdb.texinfo (Process Record and Replay): Add description of | |
4093 | reverse execution. | |
4094 | ||
b39f4988 JB |
4095 | 2009-05-07 Joel Brobecker <brobecker@adacore.com> |
4096 | ||
4097 | * gdbint.texinfo (Adding support for debugging core files): New node. | |
4098 | (Native Debugging): Remove the ``Native core file Support'' section. | |
4099 | ||
a2311334 EZ |
4100 | 2009-05-01 Eli Zaretskii <eliz@gnu.org> |
4101 | ||
4102 | * gdb.texinfo (Process Record and Replay): Improve and clarify. | |
4103 | Add index entries. | |
4104 | ||
53cc454a | 4105 | 2009-04-30 Hui Zhu <teawater@gmail.com> |
c8d5aac9 | 4106 | Michael Snyder <msnyder@vmware.com> |
53cc454a | 4107 | |
a2311334 EZ |
4108 | * gdb.texinfo: (Process Record and Replay): Add documentation for |
4109 | process record and replay. | |
53cc454a | 4110 | |
484086b7 JK |
4111 | 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com> |
4112 | ||
4113 | * gdb.texinfo (Macros): Note command-line for `info macro'. Append | |
4114 | a new part on command-line defined macros. | |
4115 | ||
32ae1842 EZ |
4116 | 2009-04-25 Eli Zaretskii <eliz@gnu.org> |
4117 | ||
4118 | * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and | |
4119 | clarify the wording. | |
4120 | ||
b14b1491 TT |
4121 | 2009-04-23 Tom Tromey <tromey@redhat.com> |
4122 | ||
4123 | * gdb.texinfo (Data Files): New node. | |
4124 | (GDB Files): Update menu. | |
4125 | ||
5c1e86e1 JB |
4126 | 2009-04-23 Joel Brobecker <brobecker@adacore.com> |
4127 | ||
4128 | * gdbint.texinfo (Defining Other Architecture Features): Remove | |
e346fb8f | 4129 | entry for PROCESS_LINENUMBER_HOOK. |
5c1e86e1 | 4130 | |
83eba9b7 VP |
4131 | 2009-04-22 Vladimir Prus <vladimir@codesourcery.com> |
4132 | ||
4133 | * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump. | |
4134 | ||
e31198c4 HZ |
4135 | 2009-04-22 Hui Zhu <teawater@gmail.com> |
4136 | ||
4137 | * gdb.texinfo (disassemble-next-line): Set the default of | |
4138 | disassemble-next-line to off. | |
4139 | ||
26e251b6 JM |
4140 | 2009-04-21 Joseph Myers <joseph@codesourcery.com> |
4141 | ||
4142 | * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir, | |
4143 | --with-htmldir): New. | |
4144 | * configure: Regenerate. | |
4145 | * Makefile.in (datarootdir, docdir): Define. | |
4146 | (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info | |
4147 | instead of $(SET_TEXINPUTS). | |
4148 | (gdbint.dvi, gdbint.pdf): Use same -I options as for building | |
4149 | gdbint.info instead of $(SET_TEXINPUTS). | |
4150 | (gdbint/index.html): Use same -I options as for building | |
4151 | gdbint.info. | |
4152 | (stabs.dvi, stabs.pdf): Use same -I options as for building | |
4153 | stabs.info instead of $(SET_TEXINPUTS). | |
4154 | (stabs/index.html): Use same -I options as for building | |
4155 | stabs.info. | |
4156 | (annotate.dvi, annotate.pdf): Use same -I options as for building | |
4157 | annotate.info instead of $(SET_TEXINPUTS). | |
4158 | (annotate/index.html): Use same -I options as for building | |
4159 | annotate.info. | |
4160 | ||
eac35c4e DD |
4161 | 2009-04-21 David Daney <ddaney@caviumnetworks.com> |
4162 | ||
4163 | * gdb.texinfo (maint show-debug-regs): Remove mention of x86. | |
4164 | ||
29b0e8a2 JM |
4165 | 2009-04-21 Joseph Myers <joseph@codesourcery.com> |
4166 | ||
4167 | * gdb.texinfo (Source Path): Document --with-relocated-sources. | |
4168 | ||
2b831889 | 4169 | 2009-04-18 Carlos O'Donell <carlos@codesourcery.com> |
c8d5aac9 | 4170 | Joseph Myers <joseph@codesourcery.com> |
2b831889 JM |
4171 | |
4172 | * Makefile.in (MAKEHTML): Set to makeinfo --html. | |
4173 | (MAKEHTMLFLAGS): Set to empty. | |
4174 | (html__strip_dir): Define. | |
4175 | (HTMLFILES): Define. | |
4176 | (HTMLFILES_INSTALL): Define. | |
4177 | (install-html): Copy new automake rule. | |
4178 | (html): Depend on $(HTMLFILES). | |
4179 | (gdb_toc.html): Rename to gdb/index.html. | |
4180 | (gdbint_toc.html): Rename to gdbint/index.html. | |
4181 | (stabs_toc.html): Rename to stabs/index.html. | |
4182 | (annotate_toc.html): Rename to annotate/index.html. | |
4183 | ||
89a34d1b JM |
4184 | 2009-04-17 Carlos O'Donell <carlos@codesourcery.com> |
4185 | ||
4186 | * Makefile.in: Set pdfdir and htmldir from configure | |
4187 | substitutions. | |
4188 | * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir. | |
4189 | * configure: Regenerate. | |
4190 | ||
a2d5da46 JB |
4191 | 2009-04-16 Joel Brobecker <brobecker@adacore.com> |
4192 | ||
4193 | * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT. | |
4194 | This macro is no longer used. | |
4195 | ||
732f6a93 TT |
4196 | 2009-04-15 Tom Tromey <tromey@redhat.com> |
4197 | ||
4198 | * gdb.texinfo (Character Sets): Document default character set. | |
4199 | ||
87f9adc1 PM |
4200 | 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr> |
4201 | ||
4202 | * gdbint.texinfo: Change server name from sources.redhat.com to | |
4203 | sourceware.org throughout. | |
4204 | ||
2c88c651 JB |
4205 | 2009-04-09 Joel Brobecker <brobecker@adacore.com> |
4206 | ||
4207 | * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning | |
4208 | about a missing dot or coma after @xref. | |
4209 | ||
4f5376b2 JB |
4210 | 2009-04-02 Joel Brobecker <brobecker@adacore.com> |
4211 | ||
4212 | * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first | |
4213 | example, and add a small explanation about it. | |
4214 | (Print Settings): Change the documentation of the "set print | |
4215 | frame-arguments" to reflect the fact that the default is now "scalars". | |
4216 | ||
a0381d3a JB |
4217 | 2009-04-02 Joel Brobecker <brobecker@adacore.com> |
4218 | ||
4219 | * gdb.texinfo (Print Settings): Add kindex for command "set | |
4220 | print frame-arguments". | |
4221 | ||
45ac276d JB |
4222 | 2009-03-31 Joel Brobecker <brobecker@adacore.com> |
4223 | ||
4224 | * gdb.texinfo (Ada Tasks): Add documentation about task-specific | |
4225 | breakpoints. | |
4226 | (Set Breaks): Add reference to thread-specific and task-specific | |
4227 | breakpoints. | |
4228 | ||
32cd1edc JB |
4229 | 2009-03-31 Joel Brobecker <brobecker@adacore.com> |
4230 | ||
4231 | * gdb.texinfo (Ada Tasks): Remove the documentation about | |
4232 | the "Running" state, as this state has been eliminated. | |
4233 | Now all runnable tasks are shown as "Runnable". | |
4234 | ||
1042e4c0 SS |
4235 | 2009-03-30 Stan Shebs <stan@codesourcery.com> |
4236 | ||
4237 | * gdb.texinfo (Tracepoints): Describe tracepoints as a | |
4238 | special case of breakpoints. | |
4239 | (Enable and Disable Tracepoints): Mention deprecation. | |
4240 | (Listing Tracepoints): Update description and example. | |
4241 | ||
f8f6f20b TJB |
4242 | 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com> |
4243 | ||
4244 | * gdb.texinfo (Frames in Python): New node. | |
4245 | (Python API): Update. | |
4246 | ||
c0c6f777 TJB |
4247 | 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com> |
4248 | ||
4249 | * gdb.texinfo (Values From Inferior): Change gdb.Value.address | |
4250 | from a method to an attribute. | |
4251 | ||
def2b000 TJB |
4252 | 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com> |
4253 | ||
4254 | * gdb.texinfo (Values From Inferior): Document is_optimized_out | |
4255 | attribute. | |
4256 | ||
a07daef3 PA |
4257 | 2009-03-25 Pedro Alves <pedro@codesourcery.com> |
4258 | ||
4259 | * observer.texi (thread_exit): Add "silent" parameter. | |
4260 | ||
f3b1572e PA |
4261 | 2009-03-22 Pedro Alves <pedro@codesourcery.com> |
4262 | ||
4263 | * observer.texi (about_to_proceed): New. | |
4264 | ||
587afa38 EZ |
4265 | 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com> |
4266 | ||
4267 | * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type | |
4268 | field throughout to handle types with spaces in them. Fix typos | |
4269 | found by aspell. | |
4270 | (Summary, Requirements, Contributors): New first chapter, | |
4271 | "Summary" added, old Requirements section moved there, and new | |
4272 | section, "Contributors" added. | |
4273 | (Initializing a New Architecture, Register Representation) | |
4274 | (Frame Interpretation, Inferior Call Setup, Adding a New Target) | |
4275 | (Porting gdb): These sections extended and updated. | |
4276 | (Compiler Characteristics): This section (empty) deleted. | |
4277 | (Defining Other Architecture Features): This section renamed and | |
4278 | duplicate material removed from (formerly "Target Conditionals"). | |
4279 | Use braces {} in @deftypeXX type field throughout to handle types | |
4280 | with spaces in them. Typos found by aspell fixed. | |
4281 | ||
4282 | * stack_frame.svg: New file, source of image for gdbint.texinfo. | |
4283 | * stack_frame.pdf: Version of image for PDF output. | |
4284 | * stack_frame.png: Version of image for HTML output and for Emacs. | |
4285 | * stack_frame.txt: Version of image for Info output. | |
1db61298 | 4286 | * stack_frame.eps: Version of image for TeX DVI output. |
587afa38 | 4287 | |
10af6951 EZ |
4288 | 2009-03-21 Eli Zaretskii <eliz@gnu.org> |
4289 | ||
4290 | * gdb.texinfo (Character Sets): Fix last change. | |
4291 | ||
cc924cad TJB |
4292 | 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com> |
4293 | ||
4294 | * gdb.texinfo (Values From Inferior): Fix optional arguments | |
4295 | markup. | |
4296 | (Commands In Python): Adjust argument names of gdb.Command.__init__ | |
4297 | to what the function accepts as keywords. | |
4298 | ||
bc3b79fd TJB |
4299 | 2008-03-20 Tom Tromey <tromey@redhat.com> |
4300 | ||
4301 | * gdb.texinfo (Convenience Vars): Document convenience functions. | |
4302 | (Functions In Python): New node. | |
4303 | (Python API): Update. | |
4304 | ||
6c7a06a3 TT |
4305 | 2009-03-20 Tom Tromey <tromey@redhat.com> |
4306 | ||
4307 | * gdb.texinfo (Character Sets): Remove obsolete text. Document | |
4308 | set target-wide-charset. | |
4309 | (Requirements): Mention iconv. | |
4310 | ||
b646ddd4 HZ |
4311 | 2009-03-17 Hui Zhu <teawater@gmail.com> |
4312 | ||
4313 | * gdb.texinfo: Change the introduce of "disassemble-next-line". | |
4314 | ||
91440f57 HZ |
4315 | 2009-03-17 Hui Zhu <teawater@gmail.com> |
4316 | ||
4317 | * gdb.texinfo: Add documentation for disassemble-next-line. | |
4318 | ||
8fd41227 TJB |
4319 | 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com> |
4320 | ||
4321 | * gdb.texinfo (Commands In Python): Remove tindex entries. | |
4322 | ||
61ff14c6 JK |
4323 | 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com> |
4324 | ||
4325 | * gdb.texinfo (Returning): New description for missing debug info. | |
4326 | ||
0b16c5cf PA |
4327 | 2009-03-14 Pedro Alves <pedro@codesourcery.com> |
4328 | ||
4329 | * gdb.texinfo (Remote Configuration): Document query-attached. | |
61ff14c6 | 4330 | (General Query Packets): Document qAttached. |
0b16c5cf | 4331 | |
32fc0df9 PA |
4332 | 2009-03-05 Pedro Alves <pedro@codesourcery.com> |
4333 | ||
4334 | * gdb.texinfo (Background Execution): Better describe the set | |
4335 | target-async command. | |
4336 | (Maintenance Commands): Delete description of the `maint set/show | |
4337 | linux-async' and `maint set/show remote-async' commands. | |
4338 | ||
134eb42c VP |
4339 | 2009-02-18 Vladimir Prus <vladimir@codesourcery.com> |
4340 | ||
4341 | * gdb.texinfo (GDB/MI Async Records): Add double-spaces | |
4342 | between sentences. | |
4343 | ||
c86cf029 VP |
4344 | 2009-02-18 Vladimir Prus <vladimir@codesourcery.com> |
4345 | ||
4346 | * gdb.texinfo (GDB/MI Async Records): Document the | |
4347 | =library-loaded and =library-unloaded notifications. | |
4348 | ||
3ea85240 VP |
4349 | 2009-02-17 Vladimir Prus <vladimir@codesourcery.com> |
4350 | ||
4351 | * observer.texi (test_notification): New observer. | |
4352 | ||
1d33d6ba VP |
4353 | 2009-02-14 Vladimir Prus <vladimir@codesourcery.com> |
4354 | ||
61ff14c6 JK |
4355 | * observer.texi: Add parameter 'print_frame' to normal_stop |
4356 | observer. | |
1d33d6ba | 4357 | |
d721c933 EZ |
4358 | 2009-02-07 Eli Zaretskii <eliz@gnu.org> |
4359 | ||
4360 | * gdb.texinfo (Basic Python): Fix change from 2009-02-04. | |
4361 | (Commands In Python): Fix COMMAND_* constants in last change. Use | |
4362 | @kbd for interactive input. Add cross-references and index | |
4363 | entries. | |
4364 | ||
4aa995e1 PA |
4365 | 2009-02-06 Pedro Alves <pedro@codesourcery.com> |
4366 | ||
4367 | * gdb.texinfo (Signals): Document $_siginfo. | |
4368 | (Convenience Variables): Mention $_siginfo. | |
4369 | (Remote Configuration): Document qXfer:siginfo:read, | |
4370 | qXfer:siginfo:write packets, and the read-siginfo-object, | |
4371 | write-siginfo-object commands. | |
4372 | ||
5f5233d4 PA |
4373 | 2009-02-06 Pedro Alves <pedro@codesourcery.com> |
4374 | ||
4375 | * gdbint.texinfo (Values): New chapter. | |
4376 | ||
d8906c6f TJB |
4377 | 2009-02-06 Tom Tromey <tromey@redhat.com> |
4378 | ||
4379 | * gdb.texinfo (Python API): Add entry for Commands In Python. | |
4380 | (Commands In Python): New node. | |
4381 | ||
b6cb8e7d TJB |
4382 | 2009-02-05 Tom Tromey <tromey@redhat.com> |
4383 | ||
4384 | * gdb.texinfo (Values From Inferior): Document Value.string. | |
4385 | ||
12453b93 TJB |
4386 | 2009-02-05 Tom Tromey <tromey@redhat.com> |
4387 | ||
4388 | * gdb.texinfo (Basic Python): Document execute's from_tty | |
4389 | argument. | |
4390 | ||
08c637de TJB |
4391 | 2009-02-04 Tom Tromey <tromey@redhat.com> |
4392 | ||
4393 | * gdb.texinfo (Basic Python): Document gdb.history. | |
4394 | ||
592375cd VP |
4395 | 2009-01-30 Vladimir Prus <vladimir@codesourcery.com> |
4396 | ||
4397 | * gdb.texinfo (GDB/MI Thread Commands): Document the | |
4398 | 'current-thread-id' field. Remove the example with zero threads, | |
4399 | since current GDB won't ever report that if there's inferior. | |
4400 | ||
41447f92 VP |
4401 | 2009-01-30 Vladimir Prus <vladimir@codesourcery.com> |
4402 | ||
4403 | * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d | |
4404 | option to -break-insert. | |
4405 | ||
098b41a6 JG |
4406 | 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com> |
4407 | Jerome Guitton <guitton@adacore.com> | |
4408 | ||
4409 | * gdb.texinfo (Startup): Document --with-system-gdbinit. | |
4410 | (System-wide configuration): New section. | |
4411 | ||
3c16cced PA |
4412 | 2009-01-26 Pedro Alves <pedro@codesourcery.com> |
4413 | ||
4414 | PR gdb/7580: | |
4415 | * gdb.texinfo (Maintenance Commands): Document "maint set|show | |
4416 | internal-error|internal-warning quit|corefile ask|yes|no". | |
4417 | ||
62709adf PA |
4418 | 2009-01-26 Pedro Alves <pedro@codesourcery.com> |
4419 | ||
4420 | * gdb.texinfo (Using the `gdbserver' Program): Document | |
4421 | --remote-debug. | |
4422 | ||
7ce58dd2 DE |
4423 | 2009-01-23 Doug Evans <dje@google.com> |
4424 | ||
4425 | * gdb.texinfo: Add nexti to list of commands that support | |
4426 | background execution. | |
4427 | ||
adb483fe DJ |
4428 | 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com> |
4429 | ||
4430 | * gdb.texinfo (Define, Hooks): Document prefix command support. | |
4431 | ||
a67ec3f4 | 4432 | 2009-01-14 Joseph Myers <joseph@codesourcery.com> |
c8d5aac9 | 4433 | Carlos O'Donell <carlos@codesourcery.com> |
a67ec3f4 JM |
4434 | |
4435 | Fixes for makeinfo --html. | |
4436 | ||
4437 | * annotate.texinfo: Use @copying and @insertcopying. Use | |
4438 | @ifnottex in place of @ifinfo. | |
4439 | * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in | |
4440 | place of @ifinfo. Use @ifnotinfo for one index entry. | |
4441 | * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex | |
4442 | in place of @ifinfo. | |
4443 | * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex | |
4444 | in place of @ifinfo. Include contents at start unconditionally. | |
4445 | ||
84fcdf95 PA |
4446 | 2009-01-13 Pedro Alves <pedro@codesourcery.com> |
4447 | ||
4448 | * gdb.texinfo (General Query Packets): Remove @var{} around the | |
4449 | "spu" literal string. | |
4450 | ||
fa3a767f PA |
4451 | 2009-01-07 Pedro Alves <pedro@codesourcery.com> |
4452 | ||
4453 | * gdb.texinfo (Error in Breakpoints): Delete mention of "The same | |
4454 | program may be running in another process" errors. | |
4455 | * gdbint.texinfo (Native Conditionals): Delete | |
4456 | ONE_PROCESS_WRITETEXT description. | |
4457 | ||
9cb011d3 JB |
4458 | 2009-01-07 Joel Brobecker <brobecker@adacore.com> |
4459 | ||
4460 | * gdbint.texinfo (Start of New Year Procedure): Add the "coding" | |
4461 | emacs local variable to be placed at the end of the ChangeLog. | |
4462 | Add server.c and gdbreplay.c to the list of files where the | |
4463 | copyright year needs to be updated. | |
4464 | ||
84603566 SL |
4465 | 2009-01-06 Sandra Loosemore <sandra@codesourcery.com> |
4466 | ||
4467 | * gdb.texinfo (Remote Configuration): Document new | |
4468 | "set/show tcp auto-retry" and "set/show tcp connect-timeout" | |
4469 | commands. | |
4470 | ||
a53f55d8 PA |
4471 | 2008-12-28 Pedro Alves <pedro@codesourcery.com> |
4472 | ||
4473 | * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention | |
4474 | FETCH_INFERIOR_REGISTERS. | |
4475 | (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE, | |
4476 | FETCH_INFERIOR_REGISTERS descriptions. Remove | |
4477 | gdbarch_get_longjmp_target descrition, since already described in | |
4478 | Target Conditionals. Move gdbarch_fp0_regnum description to ... | |
4479 | (Target Conditionals): ... here. | |
4480 | ||
077e0a52 JB |
4481 | 2008-12-16 Joel Brobecker <brobecker@adacore.com> |
4482 | ||
4483 | * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in | |
4484 | examples. | |
4485 | (Additions to Ada): Likewise. Add the missing opening and closing | |
4486 | parenthesis of the GDB prompt in one of the examples. | |
4487 | ||
023eb17c JB |
4488 | 2008-12-14 Joel Brobecker <brobecker@adacore.com> |
4489 | ||
4490 | * gdb.texinfo (Omissions from Ada): Remove incorrect documentation | |
4491 | about the result of 'Address not being of type System.Address. | |
4492 | This problem has been fixed a while ago. | |
4493 | ||
c3b108f7 VP |
4494 | 2008-12-02 Vladimir Prus <vladimir@codesourcery.com> |
4495 | ||
4496 | MI non-stop and multiprocess docs. | |
4497 | ||
c8d5aac9 L |
4498 | * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design' |
4499 | (GDB/MI Output Records): New section 'GDB/MI Frame Information' | |
4500 | Adjust documentation for *stopped, document =thread-created, | |
4501 | =thread-exited, =thread-group-created and =thread-group-exited. | |
4502 | (GDB/MI Thread Commands): Document the 'state' field in | |
4503 | -thread-info output. | |
4504 | (GDB/MI Program Execution): Mention --all and --thread-group | |
4505 | options. | |
4506 | (GDB/MI Variable Objects): Describe floating and fixed variable | |
4507 | objects. | |
4508 | (GDB/MI Miscellaneous Commands): Document -list-thread-groups. | |
c3b108f7 | 4509 | |
07e059b5 VP |
4510 | 2008-12-02 Vladimir Prus <vladimir@codesourcery.com> |
4511 | ||
c8d5aac9 L |
4512 | * gdb.texinfo (Operating System Information): New appendix. |
4513 | (Operating System Auxiliary Information): Document 'info os processes' | |
4514 | (Remote Configuration): Document 'osdata' | |
4515 | (General Query Packets): Document qXfer:osdata:read. | |
07e059b5 | 4516 | |
a80b95ba TG |
4517 | 2008-11-27 Tristan Gingold <gingold@adacore.com> |
4518 | ||
4519 | * gdb.texinfo (Darwin): Document Darwin specific features. | |
4520 | ||
a655d424 JK |
4521 | 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com> |
4522 | ||
4523 | * gdbint.texinfo (Target Conditionals): Extend the | |
4524 | gdbarch_breakpoint_from_pc description. | |
4525 | ||
249e1128 VP |
4526 | 2008-11-22 Vladimir Prus <vladimir@codesourcery.com> |
4527 | ||
4528 | * gdb.texinfo (M68K Features): Fix typo. | |
4529 | ||
c14c28ba PP |
4530 | 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com> |
4531 | ||
4532 | * gdb.texinfo (Symbols): Mention printing containing | |
4533 | image name in "info symbol". | |
4534 | (Maint translate-address): Likewise. | |
889bf7c5 | 4535 | |
394a6666 JB |
4536 | 2008-11-18 Joel Brobecker <brobecker@adacore.com> |
4537 | ||
4538 | * gdb.texinfo (Set Catchpoints): Remove the documentation of | |
4539 | commands "catch load" and "catch unload". | |
4540 | ||
66bb093b VP |
4541 | 2008-11-17 Vladimir Prus <vladimir@codesourcery.com> |
4542 | ||
4543 | * gdb.texinfo (GDB/MI Async Records): Document | |
c8d5aac9 | 4544 | =thread-selected. |
889bf7c5 | 4545 | |
4a92f99b VP |
4546 | 2008-11-17 Vladimir Prus <vladimir@codesourcery.com> |
4547 | ||
c8d5aac9 | 4548 | * observer.texi (new_inferior, inferior_exit): New observers. |
4a92f99b | 4549 | |
f0323ca0 PA |
4550 | 2008-10-27 Pedro Alves <pedro@codesourcery.com> |
4551 | ||
4552 | * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES, | |
4553 | .mt files, TM_CLIBS or TM_CDEPS. | |
4554 | (x86 Watchpoints): Don't mention TDEPFILES. | |
4555 | ||
8b23ecc4 SL |
4556 | 2008-10-24 Sandra Loosemore <sandra@codesourcery.com> |
4557 | ||
4558 | * gdb.texinfo (Remote Protocol): Add new nodes to menu. | |
4559 | (Overview): Mention notifications and non-stop mode behavior. | |
4560 | (Packets): Update documentation of ?, vAttach, vCont, and vRun | |
4561 | with non-stop mode behavior. Add vStopped description. | |
4562 | (Stop Reply Packets): Update list of packets that return | |
4563 | stop replies. Mention non-stop behavior. | |
4564 | (General Query Packets): Document QNonStop packet and associated | |
4565 | qSupported query response. | |
4566 | (Interrupts): Clarify multi-threaded behavior. Mention non-stop | |
4567 | behavior. | |
4568 | (Notification Packets): New section. | |
4569 | (Remote Non-Stop): New section. | |
4570 | (File-I/O Overview): Mention non-stop behavior. | |
4571 | ||
fff08868 HZ |
4572 | 2008-10-24 Hui Zhu <teawater@gmail.com> |
4573 | Pedro Alves <pedro@codesourcery.com> | |
4574 | ||
4575 | * gdb.texinfo (displaced-stepping): Describe the auto mode | |
4576 | setting, and say it's the default. This is now a mainstream | |
4577 | setting instead of a maintenance setting. | |
4578 | ||
252fbfc8 PA |
4579 | 2008-10-23 Pedro Alves <pedro@codesourcery.com> |
4580 | ||
4581 | * observer.texi (thread_stop_requested): New. | |
4582 | ||
20924a55 JB |
4583 | 2008-10-22 Joel Brobecker <brobecker@adacore.com> |
4584 | ||
4585 | * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes. | |
4586 | (Patching): Replace incorrect usage of @samp by @kbd. | |
4587 | ||
bacec72f MS |
4588 | 2008-10-17 Michael Snyder <msnyder@vmware.com> |
4589 | ||
4590 | * gdb.texinfo: Add documentation for reverse execution. | |
4591 | ||
a08702d6 | 4592 | 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com> |
bd4f7d68 | 4593 | Eli Zaretskii <eliz@gnu.org> |
a08702d6 TJB |
4594 | |
4595 | * gdb.texinfo. (Values From Inferior): New subsubsection. | |
4596 | ||
d97bc12b DE |
4597 | 2008-10-06 Doug Evans <dje@google.com> |
4598 | ||
4599 | * gdb.texinfo (set debug dwarf2-die): Document it. | |
4600 | ||
87f67dba JB |
4601 | 2008-10-01 Joel Brobecker <brobecker@adacore.com> |
4602 | ||
4603 | * gdb.texinfo (catch) [exception]: Document how to insert | |
4604 | a breakpoint on user-defined exceptions when the exception | |
4605 | name is identical to one of the language-defined ones. | |
4606 | ||
2fae03e8 TT |
4607 | 2008-09-27 Tom Tromey <tromey@redhat.com> |
4608 | ||
4609 | * gdb.texinfo (Macros): Remove text about stringification, | |
4610 | varargs, and splicing. | |
4611 | ||
5c6ce71d TT |
4612 | 2008-09-27 Tom Tromey <tromey@redhat.com> |
4613 | ||
4614 | * gdbint.texinfo (Language Support): Remove text about omitting | |
4615 | support for a language. | |
4616 | ||
07128da0 DE |
4617 | 2008-09-23 Doug Evans <dje@google.com> |
4618 | ||
4619 | * gdb.texinfo (info dcache): Update. | |
4620 | ||
b90a069a SL |
4621 | 2008-09-22 Sandra Loosemore <sandra@codesourcery.com> |
4622 | ||
4623 | * gdb.texinfo (Packets): Add info on thread-id syntax and | |
4624 | multiprocess extensions. | |
4625 | <D>: Document multiprocess form of packet. | |
4626 | <H>: Use thread-id syntax. | |
4627 | <T>: Likewise. | |
4628 | <vCont>: Likewise. Note this is required for multiprocess. | |
4629 | <vKill>: New packet. | |
4630 | (Stop Reply Packets) <T>: Use thread-id syntax. | |
4631 | <W>: Document multiprocess form of reply. | |
4632 | <X>: Likewise. | |
4633 | (General Query Packets) <qC>: Use thread-id syntax. | |
4634 | <qfThreadInfo>: Likewise. | |
4635 | <qGetTLSAddr>: Likewise. | |
4636 | <qP>: Likewise. | |
4637 | <qSupported>: Add "multiprocess" feature. | |
4638 | <qThreadExtraInfo>: Use thread-id syntax. | |
4639 | ||
b77209e0 PA |
4640 | 2008-09-22 Stan Shebs <stan@codesourcery.com> |
4641 | ||
4642 | * gdb.texinfo (Inferiors): New section. | |
4643 | ||
3d0bb823 PA |
4644 | 2008-09-12 Pedro Alves <pedro@codesourcery.com> |
4645 | ||
4646 | * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES. | |
4647 | ||
f8dcfc0a UW |
4648 | 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com> |
4649 | ||
4650 | * gdbint.texinfo (Target Conditionals): Remove documentation | |
4651 | for gdbarch_name_of_malloc. | |
4652 | ||
8775bb90 MS |
4653 | 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com> |
4654 | ||
4655 | * gdb.texinfo (Interrupts): Mention TCP interface for | |
4656 | sending BREAK. | |
4657 | ||
f1838a98 UW |
4658 | 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com> |
4659 | ||
4660 | * gdb.texinfo (Commands to Specify Files): Document "remote:" | |
4661 | argument prefix to "set sysroot". | |
4662 | ||
158c7665 PH |
4663 | 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com> |
4664 | ||
4665 | * gdb.texinfo (Omissions from Ada): Describe new treatment of True | |
4666 | and False. | |
4667 | ||
30e026bb VP |
4668 | 2008-08-20 Vladimir Prus <vladimir@codesourcery.com> |
4669 | ||
c8d5aac9 L |
4670 | * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table |
4671 | for possible features of -list-features. | |
30e026bb | 4672 | |
c6ebd6cf VP |
4673 | 2008-08-19 Vladimir Prus <vladimir@codesourcery.com> |
4674 | ||
c8d5aac9 | 4675 | * gdb.texinfo (Background execution): Adjust example |
c6ebd6cf VP |
4676 | (GDB/MI Miscellaneous Commands): Document -list-target-features. |
4677 | ||
aeac0ff9 VP |
4678 | 2008-08-19 Vladimir Prus <vladimir@codesourcery.com> |
4679 | ||
4680 | * doc/gdb.texinfo (PowerPC): Fix typo. | |
4681 | (PowerPC features): Fix typo. | |
4682 | ||
5231c1fd PA |
4683 | 2008-08-18 Pedro Alves <pedro@codesourcery.com> |
4684 | ||
4685 | * observer.texi (thread_ptid_changed): New. | |
4686 | ||
677c5bb1 LM |
4687 | 2008-08-18 Luis Machado <luisgpm@br.ibm.com> |
4688 | ||
4689 | * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7. | |
4690 | (PowerPC features): Mention feature set for VSX registers. | |
4691 | ||
f3a2dd1a JB |
4692 | 2008-08-13 Joel Brobecker <brobecker@adacore.com> |
4693 | ||
4694 | * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding | |
4695 | the direct visibility of all names in user-written packages. | |
4696 | ||
33e5cbd6 PA |
4697 | 2008-08-13 Pedro Alves <pedro@codesourcery.com> |
4698 | ||
4699 | * gdb.texinfo (breakpoint always-inserted) Describe the auto mode | |
4700 | setting, and make it the default. | |
4701 | (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from | |
4702 | non-stop script example. | |
4703 | ||
d0384fc4 TJB |
4704 | 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com> |
4705 | ||
4706 | * gdbint.texinfo (Raw and Virtual Register Representations): Fix | |
4707 | reference to the "Using Different Register and Memory Data | |
4708 | Representation" section. | |
4709 | ||
a6f3e723 SL |
4710 | 2008-08-12 Sandra Loosemore <sandra@codesourcery.com> |
4711 | ||
4712 | * gdb.texinfo (Remote Configuration): Document set remote noack-packet. | |
4713 | (Remote Protocol): Add Packet Acknowledgment to menu. | |
4714 | (Overview): Mention +/- can be disabled, and point to new section | |
4715 | where this is discussed in detail. | |
4716 | (General Query Packets): Document QStartNoAckMode packet, and | |
4717 | corresponding qSupported reply. | |
4718 | (Packet Acknowledgment): New section. | |
4719 | ||
0606b73b SL |
4720 | 2008-08-11 Sandra Loosemore <sandra@codesourcery.com> |
4721 | Pedro Alves <pedro@codesourcery.com> | |
4722 | ||
4723 | * gdb.texinfo (Threads): Move paragraph about automatic thread | |
4724 | selection to All-Stop Mode subsection. | |
4725 | (Thread Stops): Reorganize existing material into subsections. | |
4726 | Add introductory blurb and menu. | |
4727 | (Non-Stop Mode): New subsection. | |
4728 | (Background Execution): New subsection. | |
4729 | (Maintenance Commands): Add cross-references from async mode | |
4730 | commands to the new Background Execution section. | |
4731 | ||
d57a3c85 TJB |
4732 | 2008-08-06 Tom Tromey <tromey@redhat.com> |
4733 | ||
4734 | * gdb.texinfo (Extending GDB): New chapter. | |
4735 | (Sequences): Demoted chapter, now a section under the new | |
4736 | Extending GDB chapter. | |
4737 | (Python): New section. | |
4738 | ||
6d76a53d SS |
4739 | 2008-07-31 Stan Shebs <stan@codesourcery.com> |
4740 | ||
4741 | * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE. | |
4742 | ||
1f70da6a SS |
4743 | 2008-07-29 Stan Shebs <stan@codesourcery.com> |
4744 | ||
4745 | * gdbint.texinfo: General round of cleanup and minor | |
4746 | clarifications. | |
4747 | (Breakpoint Handling): Remove mention of BREAKPOINT macro. | |
4748 | (Longjmp Support): Update description to reflect how it is done | |
4749 | for targets without using native header. | |
4750 | (Symbol Handling): Add a little more general explanation. | |
4751 | (COFF, ELF): Mention stabs encapsulation. | |
4752 | (DWARF 3): New section. | |
4753 | (Adding a New Host): Scrub out some obsolete bits. | |
4754 | (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c. | |
4755 | (Host Conditionals): Remove descriptions of NO_STD_REGS, | |
4756 | HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE, | |
4757 | PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR, | |
4758 | SEEK_SET, STOP_SIGNAL, USG. | |
4759 | (Raw and Virtual Register Representations): Ditto for | |
4760 | DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE, | |
4761 | DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE. | |
4762 | (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM, | |
4763 | DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN, | |
4764 | DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS, | |
4765 | DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET, | |
4766 | DEPRECATED_REGISTER_VIRTUAL_SIZE, | |
4767 | DEPRECATED_REGISTER_VIRTUAL_TYPE, | |
4768 | DEPRECATED_USE_STRUCT_CONVENTION. | |
4769 | Describe gdbarch_deprecated_fp_regnum. | |
4770 | Update description of gdbarch_print_insn. | |
4771 | (Adding a New Target): Scrub out obsolete bits. | |
4772 | (Obsolete Conditionals): Remove entire section. | |
4773 | ||
383f836e TT |
4774 | 2008-07-25 Tom Tromey <tromey@redhat.com> |
4775 | ||
4776 | * observer.texi (GDB Observers): Document new observers: | |
4777 | breakpoint_created, breakpoint_deleted, breakpoint_modified, | |
4778 | tracepoint_created, tracepoint_deleted, tracepoint_modified, | |
4779 | architecture_changed. | |
4780 | ||
cfd8ab24 SS |
4781 | 2008-07-21 Stan Shebs <stan@codesourcery.com> |
4782 | ||
4783 | * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code | |
4784 | instead of IN_SOLIB_DYNSYM_RESOLVE_CODE. | |
4785 | ||
781b42b0 TT |
4786 | 2008-07-21 Tom Tromey <tromey@redhat.com> |
4787 | ||
4788 | * observer.texi (GDB Observers): Remove obsolete comment. | |
4789 | <executable_changed>: Remove argument. | |
4790 | ||
d7d9f01e TT |
4791 | 2008-07-18 Tom Tromey <tromey@redhat.com> |
4792 | ||
4793 | * gdb.texinfo (Macros): Update. Use @code rather than @command. | |
4794 | ||
bf250677 DE |
4795 | 2008-07-10 Doug Evans <dje@google.com> |
4796 | ||
4797 | * doc/gdb.texinfo: Document "set print symbol-loading on|off". | |
4798 | ||
10568435 JK |
4799 | 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com> |
4800 | ||
4801 | * gdb.texinfo (Starting): Document "set disable-randomization". | |
4802 | ||
5ae4183a AS |
4803 | 2008-07-07 Andreas Schwab <schwab@suse.de> |
4804 | ||
4805 | * gdb.texinfo (GDB/MI Target Manipulation): Fix last change. | |
4806 | ||
b56e7235 VP |
4807 | 2008-07-06 Vladimir Prus <vladimir@codesourcery.com> |
4808 | ||
4809 | * gdb.texinfo (GDB/MI Target Manipulation): Add | |
4810 | example of -target-attach. | |
4811 | ||
e1ac3328 VP |
4812 | 2008-06-10 Vladimir Prus <vladimir@codesourcery.com> |
4813 | ||
4814 | * observer.texi (target_resumed): New observer. | |
5ae4183a | 4815 | * gdb.texinfo (GDB/MI Output Records): Document *running. |
e1ac3328 | 4816 | |
65d12d83 TT |
4817 | 2008-06-06 Tom Tromey <tromey@redhat.com> |
4818 | ||
4819 | * gdb.texinfo (Completion): Add field name example. | |
4820 | ||
fbc5282e MK |
4821 | 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com> |
4822 | ||
4823 | * gdb.texinfo (GDB/MI Program Context): Added example | |
4824 | to -exec-arguments | |
5ae4183a | 4825 | |
fbc5282e | 4826 | 2008-06-05 Nick Roberts <nickrob@snap.net.nz> |
bcf6fc3a NR |
4827 | |
4828 | * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed | |
4829 | annotation. | |
4830 | ||
c16158bc | 4831 | 2008-06-05 Vladimir Prus <vladimir@codesourcery.com> |
5ae4183a AS |
4832 | Nathan Sidwell <nathan@codesourcery.com> |
4833 | Joseph Myers <joseph@codesourcery.com> | |
c16158bc JM |
4834 | |
4835 | * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION | |
4836 | and ACX_BUGURL. | |
4837 | * configure: Regenerate. | |
4838 | * Makefile.in (PKGVERSION, BUGURL_TEXI): Define. | |
4839 | (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT. | |
4840 | * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove | |
4841 | mailing-list-specific text about bug reporting unless | |
4842 | BUGURL_DEFAULT. | |
4843 | ||
75c99385 PA |
4844 | 2008-06-05 Pedro Alves <pedro@codesourcery.com> |
4845 | ||
4846 | * gdb.texinfo (-target-select): Remove reference to target async. | |
4847 | (Maintenance Commands): Document "maint set/show remote-async". | |
4848 | ||
1763a388 MK |
4849 | 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com> |
4850 | ||
4851 | * gdb.texinfo (GDB/MI File Transfer Commands): Typo | |
4852 | in -target-file-get section. | |
5ae4183a | 4853 | |
d0d064df PA |
4854 | 2008-05-22 Pedro Alves <pedro@codesourcery.com> |
4855 | ||
9b562ab8 PA |
4856 | * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub |
4857 | killing the inferior when it is already debugging a process. | |
d0d064df | 4858 | |
8dfa32fc JB |
4859 | 2008-05-21 Joel Brobecker <brobecker@adacore.com> |
4860 | ||
4861 | * gdb.texinfo (Continuing and Stepping): Document the new "fin" | |
4862 | abbreviation for "finish". | |
4863 | ||
55f996a7 NR |
4864 | 2008-05-21 Nick Roberts <nickrob@snap.net.nz> |
4865 | ||
4866 | * annotate.texinfo (Multi-threaded Apps): New node for new annotation. | |
4867 | ||
ba2b1c56 DJ |
4868 | 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com> |
4869 | ||
4870 | * gdbint.texinfo (Target Conditionals): Delete entry for | |
4871 | gdbarch_dwarf_reg_to_regnum. | |
4872 | ||
08388c79 DE |
4873 | 2008-05-09 Doug Evans <dje@google.com> |
4874 | ||
a3c83fae | 4875 | * gdb.texinfo: Document "find" command, qSearch:memory packet. |
08388c79 | 4876 | |
d14508fe DE |
4877 | 2008-05-05 Doug Evans <dje@google.com> |
4878 | ||
4879 | * gdb.texinfo (disassemble): Document /m modifier. | |
4880 | ||
e2b7ddea VP |
4881 | 2008-05-05 Vladimir Prus <vladimir@codesourcery.com> |
4882 | ||
5ae4183a AS |
4883 | * gdb.texinfo (Maintenance Commands): Clarify that "maint time" |
4884 | will not report the time of commands that run the target. | |
e2b7ddea | 4885 | |
8eb41542 VP |
4886 | 2008-05-03 Vladimir Prus <vladimir@codesourcery.com> |
4887 | ||
4888 | * gdb.texinfo (GDB/MI Output Records): Add | |
4889 | missing semicolon. | |
4890 | ||
82f68b1c VP |
4891 | 2008-05-03 Vladimir Prus <vladimir@codesourcery.com> |
4892 | ||
4893 | * gdb.texinfo (GDB/MI Output Records): | |
4894 | Document =thread-create and =thread-exited. | |
4895 | ||
fa0f268d VP |
4896 | 2008-05-03 Vladimir Prus <vladimir@codesourcery.com> |
4897 | ||
4898 | * gdb.texinfo (GDB/MI Development and Front Ends): | |
82f68b1c | 4899 | Remove mention of dmi-discuss. |
fa0f268d | 4900 | |
063bfe2e VP |
4901 | 2008-05-03 Pedro Alves <pedro@codesourcery.com> |
4902 | ||
4903 | * observer.texi (thread_exit): New. | |
4904 | ||
237fc4c9 PA |
4905 | 2008-05-02 Pedro Alves <pedro@codesourcery.com> |
4906 | ||
4907 | * gdb.texinfo (Debugging Output): Document "set/show debug | |
4908 | displaced". | |
4909 | (Maintenance Commands): Document "maint set/show | |
4910 | can-use-displaced-stepping". | |
4911 | ||
0428b8f5 DJ |
4912 | 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com> |
4913 | ||
4914 | * gdb.texinfo (ARM): Document set/show arm fallback-mode | |
4915 | and set/show arm force-mode. | |
4916 | ||
5009afc5 AS |
4917 | 2008-05-02 Andreas Schwab <schwab@suse.de> |
4918 | ||
4919 | * gdbint.texinfo (Algorithms): Describe | |
4920 | target_watchpoint_addr_within_range. | |
4921 | ||
669fac23 DJ |
4922 | 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com> |
4923 | ||
4924 | * gdbint.texinfo (Stack Frames): New chapter. | |
4925 | (Algorithms): Move Frames text to the new chapter. | |
4926 | (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document | |
4927 | gdbarch_dummy_id instead of gdbarch_unwind_dummy_id. | |
4928 | ||
721c02de VP |
4929 | 2008-04-24 Vladimir Prus <vladimir@codesourcery.com> |
4930 | ||
5ae4183a AS |
4931 | * gdb.texinfo (GDB/MI Output Syntax): Clarify that async |
4932 | output does not necessary include any tokens. | |
721c02de | 4933 | |
c055b101 CV |
4934 | 2008-04-22 Corinna Vinschen <vinschen@redhat.com> |
4935 | ||
4936 | * gdb.texinfo (Set SH Calling convention): New @item. | |
4937 | (Show SH Calling convention): Ditto. | |
4938 | ||
68837c9d MD |
4939 | 2008-04-22 Markus Deuling <deuling@de.ibm.com> |
4940 | ||
4941 | * gdb.texinfo (Fortran Operators): Describe '%' operator. | |
4942 | ||
2e9132cc EZ |
4943 | 2008-04-20 Eli Zaretskii <eliz@gnu.org> |
4944 | ||
4945 | * gdb.texinfo (Set Breaks): Mention that multiple location | |
4946 | breakpoints need line number info. Add index entries. | |
4947 | ||
31fffb02 CS |
4948 | 2008-04-19 Craig Silverstein <csilvers@google.com> |
4949 | ||
4950 | * gdb.texinfo (Requirements): Add an optional requirement on | |
4951 | zlib. | |
4952 | * gdbint.texinfo (Debugging File Formats): Add new subsection for | |
4953 | Compressed DWARF 2. | |
4954 | ||
a47ec5fe AR |
4955 | 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com> |
4956 | ||
4957 | * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the | |
4958 | sample output for 'stopped,reason="breakpoint-hit"' message. | |
4959 | (GDB/MI Program Execution): Likewise. | |
4960 | ||
de051565 MK |
4961 | 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com> |
4962 | ||
5ae4183a | 4963 | * gdb.texinfo (GDB/MI Variable Objects): Add anchor to |
de051565 MK |
4964 | -var-set-format. Add -f option to -var-evaluate-expression. |
4965 | ||
6ba66d6a JB |
4966 | 2008-04-03 Joel Brobecker <brobecker@adacore.com> |
4967 | ||
4968 | * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside | |
4969 | new node "Ambiguous Expressions". Replace references to this | |
4970 | node by references to "Ambiguous Expressions" throughout. | |
4971 | (Ambiguous Expressions): New node. | |
4972 | ||
1e26b4f8 DJ |
4973 | 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com> |
4974 | ||
4975 | * gdb.texinfo (MIPS Features, PowerPC Features): Add @node. | |
4976 | ||
b84876c2 PA |
4977 | 2008-03-21 Pedro Alves <pedro@codesourcery.com> |
4978 | ||
4979 | * gdb.texinfo (Debugging Output): Document | |
4980 | "set/show debug lin-lwp-async". | |
4981 | (Maintenance Commands): Document "maint set/show linux-async". | |
4982 | ||
63092375 DJ |
4983 | 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com> |
4984 | ||
4985 | * gdb.texinfo (Expressions): Update description of malloced arrays. | |
4986 | ||
8e8901c5 VP |
4987 | 2008-03-15 Vladimir Prus <vladimir@codesourcery.com> |
4988 | ||
4989 | * gdb.texinfo (Thread Commands): Document | |
4990 | -thread-info. Remove -thread-list-all-threads. | |
4991 | ||
1fddbabb PA |
4992 | 2008-03-14 Pedro Alves <pedro@codesourcery.com> |
4993 | Sandra Loosemore <sandra@codesourcery.com> | |
4994 | ||
4995 | * gdb.texinfo (Library List Format): Update to mention the | |
4996 | possibility to pass section addresses instead of segment | |
4997 | addresses. | |
4998 | ||
ccd213ac DJ |
4999 | 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com> |
5000 | ||
5001 | * gdb.texinfo (Starting): Document "set exec-wrapper". | |
5002 | (Server): Document gdbserver --wrapper. | |
5003 | ||
fa4727a6 DJ |
5004 | 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com> |
5005 | ||
5006 | * gdb.texinfo (Set Watchpoints): Mention watchpoints on | |
5007 | unreadable memory. Delete obsolete SPARClite reference. | |
5008 | ||
8edfe269 DJ |
5009 | 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com> |
5010 | ||
5011 | * gdb.texinfo (Starting): Mention always-running targets. | |
5012 | (Target Commands): Add an anchor for load. | |
5013 | (Connecting): Explain continue instead of run. | |
5014 | ||
1843f87b DJ |
5015 | 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com> |
5016 | ||
5017 | * gdb.texinfo (Debugging Output): Document "set debug timestamp". | |
5018 | ||
f9082629 NR |
5019 | 2008-02-26 Nick Roberts <nickrob@snap.net.nz> |
5020 | ||
5021 | * gdb.texinfo (Set Breaks): Revert description of Enb column of | |
5022 | breakpoint table. | |
5023 | ||
fd96d250 PA |
5024 | 2008-02-19 Pedro Alves <pedro@codesourcery.com> |
5025 | ||
5026 | * gdb.texinfo (vAttach, vRun): Remove requirement of the stub | |
5027 | killing the inferior when it is already debugging a process. | |
5028 | ||
36af4ef6 MD |
5029 | 2008-02-13 Markus Deuling <deuling@de.ibm.com> |
5030 | ||
5031 | * gdbint.texinfo (Build Script): New section. Mention new build script | |
5032 | gdb_buildall.sh. | |
5033 | ||
cda4ce5a JB |
5034 | 2008-02-01 Jim Blandy <jimb@red-bean.com> |
5035 | ||
5036 | * gdb.texinfo (Help): Summarize 'info args' correctly. | |
5037 | ||
4acd40f3 TJB |
5038 | 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com> |
5039 | ||
5040 | * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers | |
5041 | available in PowerPC architecture. | |
5042 | (Embedded Processors): Change node name of PowerPC item in menu. | |
5043 | (PowerPC): Rename to... | |
5044 | (PowerPC Embedded): this. | |
5045 | (Architectures): Add new PowerPC item in menu. | |
5046 | (PowerPC): New node. | |
5047 | ||
6e6c6f50 DJ |
5048 | 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com> |
5049 | ||
5050 | * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for | |
5051 | commands. | |
5052 | ||
5ee187d7 DJ |
5053 | 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com> |
5054 | ||
5055 | * gdb.texinfo (Setting Catchpoints): Mention features | |
5056 | supported on GNU/Linux. | |
5057 | ||
e275c0d9 NR |
5058 | 2008-01-30 Nick Roberts <nickrob@snap.net.nz> |
5059 | ||
5060 | * gdb.texinfo (GDB/MI File Commands): Describe new output | |
5061 | field for MI command -file-list-exec-source-file. | |
5062 | ||
2d717e4f DJ |
5063 | 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com> |
5064 | ||
5065 | * gdb.texinfo (Using the `gdbserver' Program): Add security | |
5066 | warning. Rearrange into subsections and subsubsections. Document | |
5067 | --multi and --debug. Correct --with-sysroot typo. Update --attach | |
5068 | usage. Make load reference clearer. Document monitor exit. | |
5069 | (Remote Configuration): Document set remote exec-file, attach-packet, | |
5070 | and run-packet. | |
5071 | (Packets): Document vAttach and vRun. | |
5072 | ||
d35a4257 | 5073 | 2008-01-29 Nick Roberts <nickrob@snap.net.nz> |
f663676d NR |
5074 | |
5075 | * gdb.texinfo (Processes): Mention process command. | |
889bf7c5 | 5076 | detach-on-follow -> detach-on-fork. |
f663676d | 5077 | |
c78d192c DJ |
5078 | 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com> |
5079 | ||
5080 | * gdbint.texinfo (Native Conditionals): Remove | |
5081 | SHELL_COMMAND_CONCAT and SHELL_FILE. | |
5082 | ||
d35a4257 EZ |
5083 | 2008-01-26 Eli Zaretskii <eliz@gnu.org> |
5084 | ||
5085 | * gdb.texinfo (Specify Location): Improve wording. | |
5086 | ||
93815fbf VP |
5087 | 2008-01-23 Chris Demetriou <cgd@google.com> |
5088 | ||
5089 | * gdb.texinfo (Threads): Document new "set print thread-events" | |
5090 | and "show print thread-events" commands. | |
5091 | ||
2a25a5ba EZ |
5092 | 2008-01-19 Eli Zaretskii <eliz@gnu.org> |
5093 | ||
5094 | * gdb.texinfo (Specify Location): New section. | |
5095 | (Delete Breaks, Edit, Set Breaks): Remove description of | |
5096 | locations. Instead, add a reference to "Specify Location". | |
5097 | (Machine Code, Jumping, Thread Stops, Continuing and Stepping) | |
5098 | (Symbols): Refer to "Specify Location" for the valid forms of | |
5099 | linespecs and locations. | |
5100 | ||
32c9a795 MD |
5101 | 2008-01-18 Markus Deuling <deuling@de.ibm.com> |
5102 | ||
5103 | * gdbint.texinfo (Target Conditionals): Replace the description of | |
5104 | BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian. | |
5105 | ||
b17828ca JB |
5106 | 2008-01-12 Paul Hilfinger <hilfinger@adacore.com> |
5107 | ||
5108 | * gdb.texinfo (C Operators): Remove incorrect parenthetical comment | |
5109 | about &&var, which is rejected by the expression parser. | |
5110 | ||
0aea4bf3 LM |
5111 | 2008-01-09 Luis Machado <luisgpm@br.ibm.com> |
5112 | ||
5113 | * gdb.texinfo (Output): Update documentation on using printf with DFP | |
5114 | types. | |
5115 | ||
febe4383 TJB |
5116 | 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com> |
5117 | ||
5118 | * gdb.texinfo (C and C++): Add Decimal Floating Point format | |
5119 | subsubsection. | |
5120 | (Decimal Floating Point format): New subsubsection. | |
5121 | ||
7a404eba PA |
5122 | 2008-01-05 Pedro Alves <pedro@codesourcery.com> |
5123 | ||
5124 | * gdb.texinfo (File Options): Remove mention of the attempt to | |
5125 | open a core file with the -p option. Don't list -c as a valid | |
5126 | option to attach to a process. | |
5127 | ||
a4d9b460 PA |
5128 | 2008-01-05 Pedro Alves <pedro@codesourcery.com> |
5129 | ||
5130 | * gdbint.texinfo (Host Conditionals): Remove mention of | |
5131 | ALIGN_STACK_ON_ENTRY. | |
5132 | ||
6ec2edbe JB |
5133 | 2008-01-05 Joel Brobecker <brobecker@adacore.com> |
5134 | ||
5135 | * gdbint.texinfo (Start of New Year Procedure): Add item | |
5136 | describing how to update the source and documentation copyright | |
5137 | notices. | |
5138 | ||
d8b2a693 JB |
5139 | 2007-12-18 Jim Blandy <jimb@codesourcery.com> |
5140 | ||
ab209b3a | 5141 | * gdb.texinfo (Set Watchpoints): Integrate per-thread |
d8b2a693 JB |
5142 | watchpoint explanation into the main description of the watchpoint |
5143 | command; update synopses of 'watch', 'rwatch', and 'awatch' | |
5144 | commands. | |
5145 | ||
8b4ed427 VP |
5146 | 2007-12-18 Vladimir Prus <vladimir@codesourcery.com> |
5147 | ||
5148 | * gdb.texinfo (Miscellaneous gdb/mi Commands): | |
5149 | Document 'pending-breakpoints' feature of | |
5150 | -list-features. | |
5151 | ||
37e4754d LM |
5152 | 2007-12-17 Luis Machado <luisgpm@br.ibm.com> |
5153 | ||
669fac23 | 5154 | * gdb.texinfo: Add new parameter's description. |
37e4754d | 5155 | |
1d3811f6 DJ |
5156 | 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com> |
5157 | ||
5158 | * gdb.texinfo (Overview): Clarify run-length encoding | |
5159 | example. Remove the restriction on "+" and "-" characters. | |
5160 | ||
c1c25a1a EZ |
5161 | 2007-12-15 Eli Zaretskii <eliz@gnu.org> |
5162 | ||
5163 | * gdb.texinfo (Host I/O Packets): Fix xref syntax. | |
5164 | ||
afe8ab22 | 5165 | 2007-12-14 Vladimir Prus <vladimir@codesourcery.com> |
5ae4183a | 5166 | |
afe8ab22 VP |
5167 | * gdb.texinfo (GDB/MI Breakpoint Commands): Document |
5168 | the -f option for -break-insert, remove -r option, | |
5169 | and clarify specification of location. | |
5170 | ||
a6b151f1 DJ |
5171 | 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com> |
5172 | ||
5173 | * gdb.texinfo (Debugging Programs with Multiple Processes): Correct | |
5174 | formatting. | |
5175 | (Remote Debugging): Add File Transfer section. | |
5176 | (Remote Configuration): Document Host I/O packets. | |
5177 | (GDB/MI): Add GDB/MI File Transfer Commands section. | |
c1c25a1a | 5178 | (Host I/O Packets): New section in "Remote Protocol". |
a6b151f1 DJ |
5179 | (Packets): Add vFile. |
5180 | ||
3b784c4f EZ |
5181 | 2007-11-17 Eli Zaretskii <eliz@gnu.org> |
5182 | ||
5183 | * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of | |
5184 | breakpoints with multiple locations. | |
5185 | (Breakpoint Menus): Improve wording. | |
5186 | (Output): Fix last change. | |
5187 | ||
a4ce5b0d UW |
5188 | 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com> |
5189 | ||
5190 | * Makefile.in (Makefile): Do not depend on target_makefile_frag. | |
5191 | ||
1b39d5c0 DE |
5192 | 2007-11-15 Doug Evans <dje@google.com> |
5193 | ||
5194 | * gdb.texinfo (Symbols): Update output of "maint info symtabs". | |
5195 | ||
7a72d44c VP |
5196 | 2007-11-15 Vladimir Prus <vladimir@codesourcery.com> |
5197 | ||
5198 | * gdbint.texinfo (Native Conditionals): Remove | |
5199 | mention of CLEAR_SOLIB. | |
5ae4183a | 5200 | |
6d1829bf | 5201 | 2007-11-11 Joel Brobecker <brobecker@adacore.com> |
b4740add JB |
5202 | |
5203 | * gdb.texinfo (Print Settings): Add documentation for "set/show | |
5204 | print frame-arguments". | |
5205 | ||
1a619819 LM |
5206 | 2007-11-05 Luis Machado <luisgpm@br.ibm.com> |
5207 | ||
3b784c4f | 5208 | * gdb.texinfo (Output): Update printf command's description. |
1a619819 | 5209 | |
55eddb0f DJ |
5210 | 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com> |
5211 | ||
5212 | * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set | |
5213 | powerpc soft-float". | |
5214 | ||
9cceb671 DJ |
5215 | 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com> |
5216 | ||
5217 | * gdb.texinfo (Files): Correct formatting. Mention Expat | |
5218 | requirement. | |
5219 | (Requirements for Building GDB): Expand the list of Expat | |
5220 | uses. | |
5221 | (Library List Format, Memory Map Format): Mention Expat. | |
5222 | (Target Descriptions): Update Expat wording. | |
5223 | ||
83acabca DJ |
5224 | 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com> |
5225 | ||
5226 | * gdbint.texinfo (Register and Memory Data, Target Conditionals): | |
5227 | Document that gdbarch_convert_register_p should return zero for no-op | |
5228 | conversions. | |
5229 | ||
e35879db UW |
5230 | 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com> |
5231 | ||
83acabca | 5232 | * gdbint.texi (Compiler Characteristics): Move documentation |
e35879db UW |
5233 | of set_gdbarch_sofun_address_maybe_missing back to ... |
5234 | (Target Conditionals): ... here to fix build break. | |
5235 | ||
203c3895 UW |
5236 | 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com> |
5237 | ||
83acabca | 5238 | * gdbint.texi (Target Conditionals): Remove documentation of |
203c3895 UW |
5239 | SOFUN_ADDRESS_MAYBE_MISSING, replaced by ... |
5240 | (Compiler Characteristics): ... documentation of | |
5241 | set_gdbarch_sofun_address_maybe_missing. | |
5242 | ||
11411de3 DJ |
5243 | 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com> |
5244 | ||
5245 | * gdbint.texinfo (Target Conditionals): Use | |
5246 | frame_unwind_register_unsigned in examples instead of | |
5247 | frame_unwind_unsigned_register. | |
5248 | ||
7cc46491 DJ |
5249 | 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com> |
5250 | ||
5251 | * gdb.texinfo (Predefined Target Types): Add int128 | |
5252 | and uint128. | |
5253 | (Standard Target Features): Add PowerPC features. | |
5254 | ||
81adfced DJ |
5255 | 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com> |
5256 | ||
5257 | * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc". | |
5258 | ||
c1874924 UW |
5259 | 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com> |
5260 | ||
5261 | * gdbint.texi (Target Conditionals): Remove documentation | |
5262 | of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, | |
5263 | gdbarch_extract_return_value, and gdbarch_store_return_value. | |
5264 | ||
f6e56ab3 UW |
5265 | 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com> |
5266 | ||
5267 | * gdbint.texi (Target Conditionals): Remove documentation of | |
5268 | and references to DEPRECATED_REG_STRUCT_HAS_ADDR. | |
5269 | ||
56cf5405 KH |
5270 | 2007-10-11 Kazu Hirata <kazu@codesourcery.com> |
5271 | ||
5272 | * gdb.texinfo: Mention that inaccessible-by-default is on by | |
5273 | default. | |
5274 | ||
35156bae DJ |
5275 | 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com> |
5276 | ||
5277 | * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK. | |
5278 | ||
d983da9c DJ |
5279 | 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com> |
5280 | ||
5281 | * gdb.texinfo (Setting Watchpoints): Adjust warning text about | |
5282 | multi-threaded watchpoints. | |
5283 | * gdbint.texinfo (Watchpoints): Describe how watchpoints are | |
5284 | checked. Describe sticky notification. Expand description | |
5285 | of steppable and continuable watchpoints. | |
5286 | (Watchpoints and Threads): New subsection. | |
5287 | ||
fe6fbf8b VP |
5288 | 2007-09-28 Vladimir Prus <vladimir@codesourcery.com> |
5289 | ||
5290 | * gdb.texinfo (Setting Breakpoints): Revise | |
5291 | documentation for pending breakpoints. Document | |
5292 | breakpoints with multiple locations. | |
5ae4183a | 5293 | |
084344da VP |
5294 | 2007-09-19 Vladimir Prus <vladimir@codesourcery.com> |
5295 | ||
5296 | * gdb.texinfo (Miscellaneous gdb/mi Commands): | |
5297 | Document -list-features. | |
5ae4183a | 5298 | |
82160952 EZ |
5299 | 2007-09-15 Eli Zaretskii <eliz@gnu.org> |
5300 | ||
5301 | * gdb.texinfo (Output): Spell out which features of C's printf are | |
5302 | not supported by GDB's printf. | |
7e27a47a EZ |
5303 | (Separate Debug Files): More accurate wording regarding build ID |
5304 | and a reference to the ld manual rather than the Fedora wiki. | |
82160952 | 5305 | |
ea37ba09 DJ |
5306 | 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com> |
5307 | Jim Blandy <jimb@codesourcery.com> | |
5308 | ||
5309 | * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'. | |
5310 | (Examining Memory): Update mentions of the 's' format. | |
5311 | (Automatic Display): Likewise. | |
5312 | ||
b8533aec DJ |
5313 | 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com> |
5314 | ||
5315 | * gdb.texinfo: Update the FSF's Back-Cover Text. | |
5316 | ||
83f83d7f JK |
5317 | 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com> |
5318 | Eli Zaretskii <eliz@gnu.org> | |
5319 | ||
5320 | * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal. | |
5321 | Fixed the ``build ID'' name. New binaries build instructions for the | |
5322 | build ID inclusion. Explain how the commands are specific to the build | |
5323 | ID vs. debug link. | |
5324 | ||
c7e83d54 EZ |
5325 | 2007-09-01 Eli Zaretskii <eliz@gnu.org> |
5326 | ||
5327 | * gdb.texinfo (Separate Debug Files): Fix last change. Add | |
5328 | indexing for ``build ID'' support. | |
5329 | ||
d3750b24 JK |
5330 | 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com> |
5331 | ||
5332 | * gdb.texinfo (Separate Debug Files): Included a BUILD ID description. | |
5333 | Enlisted BUILD ID to the debug file searching example. | |
5334 | Included a BUILD ID `.note.gnu.build-id' section description. | |
5335 | Updated/added the debug files splitting instructions for OBJCOPY. | |
5336 | ||
02142340 VP |
5337 | 2007-08-31 Vladimir Prus <vladimir@codesourcery.com> |
5338 | ||
5339 | * gdb.texinfo (Variable Objects): Adjust docs | |
5340 | for -var-info-expression and document | |
5341 | -var-info-path-expression. | |
5342 | ||
d3bdde98 JB |
5343 | 2007-08-20 Jim Blandy <jimb@codesourcery.com> |
5344 | ||
3fb6a982 JB |
5345 | * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish. |
5346 | (title page): Include the dedication in the printed manual, as a | |
5347 | separate page after the copyright notice. | |
5ae4183a | 5348 | |
d3bdde98 JB |
5349 | * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html: |
5350 | don't break a @var across a line. | |
5351 | ||
c80a96a8 MR |
5352 | 2007-07-25 Maciej W. Rozycki <macro@mips.com> |
5353 | ||
5354 | * Makefile.in (MAKEHTMLFLAGS): Also search the current directory | |
5355 | for include files. | |
5356 | ||
5824a901 NR |
5357 | 2007-07-12 Nick Roberts <nickrob@snap.net.nz> |
5358 | ||
5359 | * gdb.texinfo (Server Prefix): New node. Adapt from existing node | |
5ae4183a AS |
5360 | in annotate.texinfo. |
5361 | (Command History): Link to new node. | |
5824a901 | 5362 | |
d52e7ea3 UW |
5363 | 2007-07-05 Markus Deuling <deuling@de.ibm.com> |
5364 | ||
5365 | * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description. | |
5366 | ||
5fc14d0a EZ |
5367 | 2007-07-05 Eli Zaretskii <eliz@gnu.org> |
5368 | ||
5369 | * gdbint.texinfo (Target Conditionals): Fix last change. | |
5370 | ||
4a9bb1df UW |
5371 | 2007-07-03 Markus Deuling <deuling@de.ibm.com> |
5372 | ||
5373 | * gdb.texinfo: Replace following macros by their appropriate gdbarch | |
5374 | routines: | |
5375 | (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER) | |
5376 | (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS) | |
5377 | (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS) | |
5378 | (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT) | |
5379 | (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT) | |
5380 | (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT | |
5381 | (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM) | |
5382 | (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM) | |
5383 | (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION) | |
5384 | (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER) | |
5385 | (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE) | |
5386 | (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT) | |
5387 | (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK) | |
5388 | (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE) | |
5389 | (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS) | |
5390 | (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P). | |
5391 | (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS) | |
5392 | (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS) | |
5393 | (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER) | |
5394 | (SOFTWARE_SINGLE_STEP_P) | |
5395 | ||
5396 | (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc) | |
5397 | (print_registers_info, push_dummy_code, unwind_dummy_id): Rework | |
5398 | ||
5399 | (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH) | |
5400 | (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER) | |
5401 | (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO) | |
5402 | (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START) | |
5403 | (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE) | |
5404 | (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN) | |
5405 | (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY) | |
5406 | (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT) | |
5407 | (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX) | |
5408 | (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description. | |
5409 | ||
5410 | (Converting an existing Target Architecture to Multi-arch): Remove | |
5411 | section. | |
5412 | ||
5413 | (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example. | |
5414 | (gdbarch_addr_bits_remove): Add code example. | |
5415 | ||
5416 | * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name. | |
5417 | ||
cfa9d6d9 DJ |
5418 | 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com> |
5419 | ||
5420 | * gdb.texinfo (Remote Configuration): Document library-info-packet. | |
5421 | Add other missing entries. Adjust the table size to fit. | |
5422 | (Stop Reply Packets): Use @itemize instead of @enumerate. Document | |
5423 | stop reasons including the new "library" event. | |
5424 | (General Query Packets): Adjust table widths for qSupported. Mention | |
5425 | qXfer:libraries:read reply to qSupported and document the new packet. | |
5426 | (Library List Format): New section. | |
5427 | ||
159fcc13 JK |
5428 | 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com> |
5429 | ||
5430 | * gdb.texinfo (Attach): Fixed GDB exit inferior detachment. | |
5431 | ||
f66d1690 MS |
5432 | 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx> |
5433 | ||
5434 | * gdbint.texinfo (Table, Tuple and List Functions) Fix typo. | |
5435 | ||
67102876 NR |
5436 | 2007-06-25 Nick Roberts <nickrob@snap.net.nz> |
5437 | ||
5438 | * gdbint.texinfo (Register and Memory Data): Break sections | |
5439 | into nodes and add a menu. | |
5440 | ||
a4642986 MR |
5441 | 2007-06-21 Maciej W. Rozycki <macro@mips.com> |
5442 | ||
5443 | * gdb.texinfo (Examining Memory): Document the new behaviour. | |
5444 | ||
e9c17194 VP |
5445 | 2007-06-21 Vladimir Prus <vladimir@codesourcery.com> |
5446 | ||
5447 | * gdb.texinfo (Standard Target Features): Document | |
5448 | m68k features. | |
5449 | ||
31d99776 DJ |
5450 | 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com> |
5451 | ||
5452 | * gdb.texinfo (General Query Packets): Document qOffsets changes. | |
5453 | ||
1780a0ed DJ |
5454 | 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com> |
5455 | ||
5456 | * gdb.texinfo (Target Description Format): Add version attribute | |
5457 | for <target>. | |
5458 | ||
822b6570 DJ |
5459 | 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com> |
5460 | ||
5461 | * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux. | |
5462 | ||
f8b73d13 DJ |
5463 | 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com> |
5464 | ||
5465 | * gdb.texinfo (MIPS Features): New subsection. | |
5466 | ||
0e7f50da UW |
5467 | 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com> |
5468 | Markus Deuling <deuling@de.ibm.com> | |
5469 | ||
5470 | * gdb.texinfo (General Query Packets): Document qXfer:spu:read | |
5471 | and qXfer:spu:write packets and mention them under qSupported. | |
5472 | ||
23d964e7 UW |
5473 | 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com> |
5474 | Markus Deuling <deuling@de.ibm.com> | |
5475 | ||
5476 | * gdb.texinfo (Architectures): Add new SPU section to document | |
5477 | Cell Broadband Engine SPU architecture specific commands. | |
5478 | ||
9f708cb2 VP |
5479 | 2007-06-09 Vladimir Prus <vladimir@codesourcery.com> |
5480 | ||
5481 | * gdb.texinfo (GDB/MI Variable Objects): Editorial | |
5482 | comments. | |
5483 | ||
7579b5f8 NR |
5484 | 2007-06-07 Nick Roberts <nickrob@snap.net.nz> |
5485 | ||
5486 | * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1. | |
5487 | ||
bf06d120 JB |
5488 | 2007-05-29 Jim Blandy <jimb@codesourcery.com> |
5489 | ||
5490 | * gdb.texinfo (Overview): Doc fix. | |
5491 | ||
23776285 MR |
5492 | 2007-05-22 Maciej W. Rozycki <macro@mips.com> |
5493 | ||
5494 | * gdb.texinfo (Remote Configuration): Document "set/show | |
5495 | remoteflow". | |
5496 | ||
1a69e1e4 DJ |
5497 | 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com> |
5498 | ||
bf06d120 JB |
5499 | * gdb.texinfo (MIPS): Remove documentation for set mips |
5500 | saved-gpreg-size, show mips saved-gpreg-size, and set mips | |
5501 | stack-arg-size. | |
1a69e1e4 | 5502 | |
46ba6afa | 5503 | 2007-05-14 Bob Wilson <bob.wilson@acm.org> |
5ae4183a | 5504 | |
46ba6afa BW |
5505 | * all-cfg.texi (GDBTUI): New. |
5506 | * gdb.texinfo (Mode Options): Use GDBTUI variable. | |
5507 | (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands) | |
5508 | (TUI Configuration): Edit to improve clarity and fix problems of | |
5509 | both style and content. | |
5ae4183a | 5510 | |
06d3b283 UW |
5511 | 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com> |
5512 | ||
5513 | * observer.texi (GDB Observers): New observer "new_objfile". | |
5514 | ||
179101d6 UW |
5515 | 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com> |
5516 | ||
5517 | * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS. | |
5518 | ||
25d5ea92 VP |
5519 | 2007-04-14 Vladimir Prus <vladimir@codesourcery.com> |
5520 | ||
5521 | * gdb.texinfo (GDB/MI Variable Objects): Document | |
5522 | frozen variables objects. | |
5ae4183a | 5523 | |
ea35711c DJ |
5524 | 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com> |
5525 | ||
5526 | * gdb.texinfo (Memory): Reference Remote Debugging chapter. | |
5527 | (Character Sets, Caching Data of Remote Targets): Likewise. | |
5528 | (Targets): Delete Remote node. Move its text... | |
5529 | (Debugging Remote Programs): ...to here. Delete description | |
5530 | of the "remote" command. | |
5531 | (Remote configuration): Delete description of "set remotedevice" | |
5532 | and "show remotedevice". | |
5533 | (Embedded Processors): Delete H8/300, H8/500, and SH nodes. | |
5534 | ||
db2e3e2e BW |
5535 | 2007-04-11 Bob Wilson <bob.wilson@acm.org> |
5536 | ||
5ae4183a AS |
5537 | * gdb.texinfo (Contributors, Continuing and Stepping) |
5538 | (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options) | |
5539 | (General Query Packets, File-I/O Remote Protocol Extension) | |
5540 | (Protocol Basics, The F Reply Packet, Write) | |
5541 | (Protocol-specific Representation of Datatypes, Memory Transfer): | |
5542 | Fix hyphenation, punctuation and grammar problems. | |
5543 | (Cygwin Native): Likewise. Also fix misuse of @pxref and use | |
5544 | 'section' instead of 'subsection' in the text. | |
5545 | (Non-debug DLL Symbols): Avoid 'subsubsection' in the text. | |
5546 | (i386): Remove period from section name. | |
db2e3e2e BW |
5547 | (Installing GDB, Requirements, Running Configure, Separate Objdir) |
5548 | (Config Names, Configure Options): Use @file{configure}. | |
5549 | ||
8a3dae3e DJ |
5550 | 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com> |
5551 | ||
5552 | * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple | |
5553 | and tab expansion. | |
5554 | ||
1a92f856 DJ |
5555 | 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com> |
5556 | ||
5557 | * gdbint.texinfo (SOM): Correct location of the SOM reader. | |
5558 | ||
79a6e687 | 5559 | 2007-04-02 Bob Wilson <bob.wilson@acm.org> |
5ae4183a | 5560 | |
79a6e687 BW |
5561 | * gdb.texinfo: Consistently capitalize all significant words in |
5562 | node names, chapter titles, section titles, and headings. Update | |
5563 | cross references to match. | |
5564 | (Starting and Stopping Trace Experiment): Make node name plural. | |
5565 | (Breakpoint related warnings): Hyphenate "Breakpoint-related". | |
5ae4183a | 5566 | |
ad527d2e PA |
5567 | 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt> |
5568 | ||
5569 | * gdb.texinfo (WinCE): Delete obsolete subsection. | |
5570 | ||
7ce59000 DJ |
5571 | 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com> |
5572 | ||
5573 | * gdb.texinfo (M68K): Remove obsolete ROM monitors. | |
5574 | * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c | |
5575 | references. | |
5576 | ||
8807d78b DJ |
5577 | 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com> |
5578 | ||
5579 | * gdb.texinfo (Startup): Delete references to some alternate | |
5580 | names for .gdbinit. | |
5581 | (Thread): Remove LynxOS reference. | |
5582 | (Tandem ST2000): Delete target-specific documentation. | |
5583 | * gdbint.texinfo (Symbol Handling): Remove mention of NLM. | |
5584 | (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE | |
5585 | and GDB_OSABI_LYNXOS. | |
5586 | ||
5f402660 UW |
5587 | 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com> |
5588 | ||
5589 | * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE. | |
5590 | ||
bac718a6 UW |
5591 | 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com> |
5592 | ||
5593 | * gdbint.texinfo (Target Conditionals): Remove mention of | |
5594 | DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT, | |
5595 | and DEPRECATED_LITTLE_REMOTE_BREAKPOINT. | |
5596 | ||
9453113a DJ |
5597 | 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com> |
5598 | ||
5599 | * Makefile.in: Add "pdfdir" installation | |
5600 | directory, PDFTEX macro, support for "install-pdf" target, | |
5601 | and rules for making a pdf version of refcard.texi. | |
5602 | * refcard.tex: Specify paper size for PDF output. | |
5603 | ||
ae21e955 | 5604 | 2007-03-26 Bob Wilson <bob.wilson@acm.org> |
5ae4183a | 5605 | |
ae21e955 | 5606 | * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines. |
5ae4183a | 5607 | |
3f94c067 | 5608 | 2007-03-26 Bob Wilson <bob.wilson@acm.org> |
5ae4183a | 5609 | |
3f94c067 BW |
5610 | * gdb.texinfo (Invoking GDB): Use @value{GDBP}. |
5611 | (Source Path, Character Sets, Macros, Define) | |
5612 | (GDB/MI Result Records, GDB/MI Simple Examples) | |
5613 | (GDB/MI Program Execution, GDB/MI File Commands) | |
5614 | (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}. | |
5615 | (Bug Reporting): Use @value{GCC}. | |
5ae4183a | 5616 | |
12c27660 | 5617 | 2007-03-26 Bob Wilson <bob.wilson@acm.org> |
5ae4183a | 5618 | |
12c27660 BW |
5619 | * gdb.texinfo (Help): Fix formatting of examples. |
5620 | (Variables): Use @ifnotinfo instead of @iftex. | |
5621 | (Non-debug DLL symbols): Use @ref instead of @pxref. | |
5622 | (Sparclet File): Use @samp instead of quotes. | |
5ae4183a | 5623 | |
ce9341a1 BW |
5624 | 2007-03-26 Bob Wilson <bob.wilson@acm.org> |
5625 | ||
5626 | * gdb.texinfo (Variables, C): Update cross reference to GCC docs. | |
5627 | ||
c8f4133a BW |
5628 | 2007-03-26 Bob Wilson <bob.wilson@acm.org> |
5629 | ||
5630 | * gdb.texinfo (Top): Move TUI and Annotations menu entries to match | |
5631 | the order of the nodes. | |
5632 | (C Operators, C Constants, Debugging C): Remove extra menus. | |
5633 | (Method Names in Commands): Do not specify next/prev/up nodes. | |
5ae4183a | 5634 | |
c8f4133a | 5635 | 2007-03-26 Bob Wilson <bob.wilson@acm.org> |
d52fb0e9 BW |
5636 | |
5637 | * gdb.texinfo (File Options): Add missing parenthesis. | |
5638 | (Breakpoints, Special Fortran commands, PowerPC): Fix typos. | |
5639 | ||
c74d0ad8 DJ |
5640 | 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com> |
5641 | ||
5642 | * gdb.texinfo (Monitor commands for gdbserver): New subsection. | |
5643 | ||
ff6f572f DJ |
5644 | 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com> |
5645 | ||
669fac23 | 5646 | * gdb.texinfo (Standard Target Features): Mention |
ff6f572f DJ |
5647 | case insensitivity. |
5648 | (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt. | |
5649 | ||
994337c3 NR |
5650 | 2007-02-18 Nick Roberts <nickrob@snap.net.nz> |
5651 | ||
5652 | * gdb.texinfo (Top): Put Appendix A after numbered sections. | |
5653 | (Files): Add section name to argument list for pxref. | |
5654 | (Non-debug DLL symbols): Don't use `see' for pxref. | |
5655 | (Embedded Processors): Fix typo. | |
5656 | (GDB/MI Breakpoint Commands): Execution commands generate | |
5657 | *stopped not ^done. | |
5658 | ||
eb819d70 NR |
5659 | 2007-02-13 Nick Roberts <nickrob@snap.net.nz> |
5660 | ||
5661 | * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of | |
5662 | values for in_scope. Mention that only root variables can be | |
5663 | updated. | |
5664 | (GDB/MI Development and Front Ends): Explain new values may be | |
5665 | added to existing fields. | |
5666 | ||
123dc839 DJ |
5667 | 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com> |
5668 | ||
5669 | * gdb.texinfo (-target-disconnect): Use @smallexample. | |
5670 | (Requirements): Add anchor for Expat. Update description. | |
5671 | (Target Descriptions): Mention Expat. | |
5672 | (Target Description Format): Document new elements. Use | |
5673 | @smallexample. | |
5674 | (Predefined Target Types, Standard Target Features): New sections. | |
669fac23 | 5675 | * gdbint.texinfo (Target Descriptions): New section. |
123dc839 | 5676 | |
108546a0 DJ |
5677 | 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com> |
5678 | ||
5679 | * gdb.texinfo (Target Description Format): Add section on XInclude. | |
5680 | ||
95a98c01 NR |
5681 | 2006-02-03 Nick Roberts <nickrob@snap.net.nz> |
5682 | ||
5683 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new | |
5684 | command -enable-timings. | |
5685 | ||
f4b3909f EZ |
5686 | 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change) |
5687 | ||
5ae4183a | 5688 | * gdbint.texinfo (Operation System ABI Variant Handling): Update |
f4b3909f EZ |
5689 | descriptions for new/deleted elements in gdb_osabi. Add missing |
5690 | description for function generic_elf_osabi_sniff_abi_tag_sections. | |
5691 | ||
c7ba131e JB |
5692 | 2007-01-29 Joel Brobecker <brobecker@adacore.com> |
5693 | ||
5694 | * gdb.texinfo (Maintenance Commands): Add documentation for | |
5695 | the new "maint print target-stack" command. | |
5696 | ||
3a60f64e JK |
5697 | 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
5698 | Eli Zaretskii <eliz@gnu.org> | |
5699 | ||
f4b3909f | 5700 | * gdb.texinfo: Describe CHAR array vs. string identification rules. |
3a60f64e | 5701 | |
c582f8b6 EZ |
5702 | 2007-01-26 Eli Zaretskii <eliz@gnu.org> |
5703 | ||
5704 | * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting): | |
5705 | Use @value{NGCC} instead of @value{GCC}. | |
5706 | ||
d3e8051b EZ |
5707 | 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change) |
5708 | ||
5709 | * agentexpr.texi: Fix typos. | |
5710 | * annotate.texinfo: Likewise. | |
5711 | * gdb.texinfo: Likewise. | |
5712 | * gdbint.texinfo: Likewise. | |
5713 | * observer.texi: Likewise. | |
5714 | * stabs.texinfo: Likewise. | |
5715 | ||
86f04699 EZ |
5716 | 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change) |
5717 | ||
5718 | * gdbint.texinfo (Support Libraries): Remove mmalloc | |
5719 | entry. Describe readline library. | |
5720 | ||
23181151 DJ |
5721 | 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com> |
5722 | ||
5723 | * gdb.texinfo (Target Descriptions): New section. | |
5724 | (General Query Packets): Add QPassSignals anchor. Mention | |
5725 | qXfer:features:read under qSupported. Expand mentions of | |
5726 | qXfer:memory-map:read and QPassSignals. Document | |
5727 | qXfer:features:read. | |
5728 | ||
f822c95b DJ |
5729 | 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com> |
5730 | ||
5731 | * gdb.texinfo (Commands to specify files): Describe | |
5732 | "set sysroot" and "show sysroot". | |
5733 | (Using the `gdbserver' program): Lowercase argument | |
5734 | to @var. Expand description of setting up GDB on the | |
5735 | host. | |
5736 | ||
8936fcda JB |
5737 | 2007-01-05 Joel Brobecker <brobecker@adacore.com> |
5738 | ||
5739 | * gdb.texinfo (Set Catchpoints): Add documentation for the new | |
5740 | catch exception, catch exception unhandled, and catch assert | |
5741 | commands. | |
5742 | ||
e776119f DJ |
5743 | 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com> |
5744 | ||
5745 | * gdb.texinfo (Debugging Output): Document "set debug xml" | |
5746 | and "show debug xml". | |
5747 | ||
aa79a185 DJ |
5748 | 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com> |
5749 | ||
5750 | * gdbint.texinfo (Compiler Warnings): Update for -Wall use. | |
5751 | ||
7f893741 JB |
5752 | 2007-01-01 Joel Brobecker <brobecker@adacore.com> |
5753 | ||
5754 | * gdbint.texinfo (Start of New Year Procedure): Add missing item. | |
5755 | ||
a1b5960f VP |
5756 | 2006-12-08 Vladimir Prus <vladimir@codesourcery.com> |
5757 | ||
5758 | * gdb.texinfo (GDB/MI Variable Objects): Wrap historical | |
5759 | note in @ignore, to be removed later if nobody complains. | |
5760 | ||
9f470e6e NR |
5761 | 2006-12-04 Nick Roberts <nickrob@snap.net.nz> |
5762 | ||
5763 | * gdb.texinfo (GDB/MI Variable Objects): Describe -c option | |
5764 | of -var-delete. | |
5765 | ||
765dc015 | 5766 | 2006-11-22 Vladimir Prus <vladimir@codesourcery.com> |
5ae4183a | 5767 | |
765dc015 | 5768 | * gdb.texinfo (Setting breakpoints): Document |
5ae4183a AS |
5769 | automatic software/hardware breakpoint usage and |
5770 | the "set breakpoint auto-hw" command. | |
765dc015 | 5771 | |
4b5752d0 VP |
5772 | 2006-11-21 Vladimir Prus <vladimir@codesourcery.com> |
5773 | ||
5774 | * gdb.texinfo (Memory Access Checking): New. | |
5775 | ||
89be2091 DJ |
5776 | 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com> |
5777 | ||
5778 | * gdb.texinfo (Remote configuration): Mention | |
5779 | "pass-signals-packet". | |
5780 | (General Query Packets): Document QPassSignals. Fix | |
5781 | a typo. | |
5782 | ||
ca3bf3bd DJ |
5783 | 2006-11-14 Maxim Grigoriev <maxim@tensilica.com> |
5784 | ||
5785 | * gdb.texinfo (Contributors): Add contributors of Xtensa port. | |
5786 | ||
427c3a89 DJ |
5787 | 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com> |
5788 | ||
5789 | * gdb.texinfo (Remote configuration): Rewrite documentation for | |
5790 | packet configuration commands. | |
5791 | (OS Information): Adjust reference to qXfer:auxv:read. | |
5792 | (General Query Packets): Remove references to read-aux-vector-packet | |
5793 | and set remote get-thread-local-storage-address. | |
5794 | ||
7a107747 DJ |
5795 | 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com> |
5796 | ||
5797 | * gdbint.texinfo (Target Architecture Definition): Add new | |
5798 | Initializing a New Architecture section. | |
5799 | ||
1c56eb0e EZ |
5800 | 2006-10-31 David Taylor <dtaylor@emc.com> |
5801 | ||
5802 | * stabs.texinfo (Macro define and undefine): New node describing | |
5803 | stabs for #define and #undef. | |
5804 | ||
f73adfeb AS |
5805 | 2006-10-27 Andreas Schwab <schwab@suse.de> |
5806 | ||
5807 | * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork". | |
5808 | ||
fd60e0df EZ |
5809 | 2006-10-21 Eli Zaretskii <eliz@gnu.org> |
5810 | ||
5811 | * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and | |
5812 | clarify on the possible meanings of ``expression'' watched by | |
5813 | watchpoints. Add indexing. | |
e5ac9b53 EZ |
5814 | (Prompting, Errors, Invalidation, Annotations for Running) |
5815 | (Source Annotations): Fix index entries by adding "annotation" to | |
5816 | them, to discriminate from index entries that point to the more | |
5817 | general topic descriptions. | |
fd60e0df | 5818 | |
52bb452f DJ |
5819 | 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com> |
5820 | ||
5821 | * gdbint.texinfo (Target Vector Definition): Move most | |
5822 | content into Existing Targets. Add a menu. | |
5823 | (Existing Targets): New section, moved from Target Vector | |
5824 | Definition. Use @subsection. | |
5825 | (Managing Execution State): New section. | |
5826 | ||
58955e58 BW |
5827 | 2006-10-16 Bob Wilson <bob.wilson@acm.org> |
5828 | ||
5829 | * gdb.texinfo (ST2000): Use Ctrl- instead of C-. | |
5830 | ||
c8aa23ab EZ |
5831 | 2006-10-15 Eli Zaretskii <eliz@gnu.org> |
5832 | ||
5833 | * gdb.texinfo (Sample Session, Invocation, Quitting GDB) | |
5834 | (Command Syntax, Signals, Backtrace, Connecting) | |
5835 | (Remote configuration, Renesas Boards, Console I/O): Fix last | |
5836 | change: use Ctrl- instead of C-, except wrt Emacs. | |
5837 | (File-I/O Examples): Put Ctrl-c in @kbd. | |
5838 | (Cygwin Native, File-I/O Overview, The Ctrl-C message) | |
5839 | (Console I/O): Use @samp with Ctrl-. | |
45ac1734 EZ |
5840 | (Signals, Set Breaks, Set Watchpoints): Document optional |
5841 | arguments to `info signals' `handle', `info breakpoints', and | |
5842 | `info watchpoints'. | |
c8aa23ab | 5843 | |
e7109c7e EZ |
5844 | 2006-10-14 Eli Zaretskii <eliz@gnu.org> |
5845 | ||
5846 | * gdb.texinfo (Backtrace): Fix last change. | |
5847 | ||
de3aea7b NR |
5848 | 2006-10-14 Nick Roberts <nickrob@snap.net.nz> |
5849 | ||
5850 | * gdb.texinfo (Backtrace): Order correctly and add other cases. | |
5851 | ||
7f9087cb BW |
5852 | 2006-10-10 Bob Wilson <bob.wilson@acm.org> |
5853 | ||
c8aa23ab EZ |
5854 | * gdb.texinfo (Command Syntax, Connecting, Remote configuration) |
5855 | (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode) | |
5856 | (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage. | |
7f9087cb | 5857 | |
68437a39 DJ |
5858 | 2006-09-21 Vladimir Prus <vladimir@codesourcery.com> |
5859 | Daniel Jacobowitz <dan@codesourcery.com> | |
5860 | ||
5861 | * gdb.texinfo (Packets): Document vFlashErase, | |
5862 | vFlashWrite and vFlashDone packets. | |
5863 | (General Query Packets): Document qXfer:memory-map:read. | |
5864 | Add a new feature for qXfer:memory-map:read. | |
5865 | (Memory map format): New section. | |
5866 | (Target Commands): Mention that gdb can write flash. | |
5867 | ||
fd79ecee DJ |
5868 | 2006-09-21 Vladimir Prus <vladimir@codesourcery.com> |
5869 | Daniel Jacobowitz <dan@codesourcery.com> | |
5870 | ||
5871 | * gdb.texinfo (Memory Region Attributes): Mention target-supplied | |
5872 | memory regions and "mem auto". | |
5873 | ||
350da6ee DJ |
5874 | 2006-09-21 Nathan Sidwell <nathan@codesourcery.com> |
5875 | ||
5876 | * gdbint.texinfo (Array Containers): New section. | |
5877 | ||
2f1acb09 VP |
5878 | 2006-09-17 Vladimir Prus <vladimir@codesourcery.com> |
5879 | ||
5880 | * gdb.texinfo (GDB/MI Stack Manipulation): Mention that | |
5881 | -stack-list-arguments HIGH_FRAME argument can be larger then the | |
5882 | actual number of frames. | |
5883 | ||
2ab1eb7a VP |
5884 | 2006-09-07 Vladimir Prus <vladimir@codesourcery.com> |
5885 | ||
5886 | * gdb.texinfo (GDB/MI Stack Manipulation): Mention that | |
5ae4183a AS |
5887 | -stack-list-locals HIGH_FRAME argument can be larger then the |
5888 | actual number of frames. | |
2ab1eb7a | 5889 | |
599b237a BW |
5890 | 2006-09-02 Bob Wilson <bob.wilson@acm.org> |
5891 | ||
5892 | * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets, | |
5893 | Register Packet Format, Tracepoint Packets): Fix spelling errors. | |
5894 | ||
25ab7e6d EZ |
5895 | 2006-09-02 Eli Zaretskii <eliz@gnu.org> |
5896 | ||
5897 | * gdbint.texinfo (Overall Structure): New section "Source Tree | |
5898 | Structure". | |
5899 | ||
940178d3 JB |
5900 | 2006-08-17 Jim Blandy <jimb@codesourcery.com> |
5901 | ||
5902 | * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T' | |
5903 | responses. | |
5904 | ||
30daae6c JB |
5905 | 2006-08-08 Joel Brobecker <brobecker@adacore.com> |
5906 | ||
5907 | * gdb.texinfo (Source Path): Add documentation for new | |
5908 | substitute-path commands. | |
5909 | ||
7fa2210b DJ |
5910 | 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com> |
5911 | ||
5912 | * gdb.texinfo (Installing GDB): Update menu. Move text to... | |
5913 | (Running Configure): ...here. | |
5914 | (Requirements): New node. Mention expat. | |
5915 | ||
3d00d119 DJ |
5916 | 2006-08-08 Vladimir Prus <vladimir@codesourcery.com> |
5917 | ||
5ae4183a | 5918 | * gdb.texinfo (Target Commands): Remove |
3d00d119 DJ |
5919 | 'set download-write-size' and 'show download-write-size'. |
5920 | ||
0cbfa4ee DJ |
5921 | 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com> |
5922 | ||
5923 | * stabs.texinfo (Member Type Descriptor): Correct example for | |
5924 | pointer to member types. | |
5925 | ||
16026cd7 AS |
5926 | 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com> |
5927 | ||
5928 | * gdb.texinfo (Optional warnings and messages): Add | |
5929 | 'set/show trace-commands'. | |
5930 | (Command files): Add '-v' to source command. | |
5931 | ||
0876f84a DJ |
5932 | 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com> |
5933 | ||
5934 | * gdb.texinfo (OS Information): Update qPart reference to | |
5935 | qXfer. | |
5936 | (Remote configuration): Likewise. | |
5937 | (Overview): Move @cindex to the start of a paragraph. Talk | |
5938 | about binary data encoding. | |
5939 | (Packets): Refer to the overview for the details of the X | |
5940 | packet encoding. | |
5941 | (General Query Packets): Remove qPart description. Add qXfer | |
5942 | description. Add an anchor to qSupported. Correct feature | |
5943 | table title. Add a new feature for qXfer:auxv:read. | |
5944 | (Interrupts): Add a missing parenthesis. | |
5945 | ||
2ec3381a DJ |
5946 | 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com> |
5947 | ||
669fac23 | 5948 | * gdb.texinfo (KOD): Remove node. |
2ec3381a DJ |
5949 | (GDB/MI Kod Commands): Remove commented out node. |
5950 | ||
594fe323 EZ |
5951 | 2006-07-01 Eli Zaretskii <eliz@gnu.org> |
5952 | ||
5953 | * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples) | |
5954 | (GDB/MI Breakpoint Commands, GDB/MI Program Context) | |
5955 | (GDB/MI Thread Commands, GDB/MI Program Execution) | |
5956 | (GDB/MI Stack Manipulation, GDB/MI Variable Objects) | |
5957 | (GDB/MI Data Manipulation, GDB/MI Symbol Query) | |
5958 | (GDB/MI File Commands, GDB/MI Target Manipulation) | |
5959 | (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb), | |
5960 | since the MI prompt is hard-wired into the code. | |
5961 | ||
7e3fb70c NR |
5962 | 2006-07-01 Nick Roberts <nickrob@snap.net.nz> |
5963 | ||
5964 | * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully. | |
5965 | (GDB/MI Simple Examples): Use @subheading for "A Bad Command". | |
5966 | (GDB/MI Data Manipulation): Remove description of unimplemented | |
5967 | display related commands as variable objects perform this function | |
5968 | and are superior: -display-delete, -display-disable, | |
5969 | -display-enable, -display-insert and -display-list. Move | |
5970 | -environment-cd, -environment-directory, -environment-path | |
5971 | and -environment-pwd to "Program Context". | |
5972 | (GDB/MI Program Control): Rename to "Program Execution". Move | |
5973 | -exec-arguments -exec-abort to... | |
5974 | (GDB/MI Program Context): ...here. New node split from "Data | |
5975 | Manipulation". | |
5976 | ||
be2a5f71 DJ |
5977 | 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com> |
5978 | ||
5979 | * gdb.texinfo (Remote configuration): Document set / show | |
5980 | remote supported-packets. | |
5981 | (General Query Packets): Document qSupported packet. | |
5982 | ||
fc320d37 SL |
5983 | 2006-06-10 Sandra Loosemore <sandra@codesourcery.com> |
5984 | ||
5985 | * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling, | |
5986 | and font markup. | |
5987 | (Protocol basics): Likewise. | |
5988 | (The F request packet): Likewise. | |
5989 | (The F reply packet): Likewise. | |
5990 | (Memory transfer): Move this node to be a subsubsection of | |
5991 | "Protocol specific representation of datatypes". | |
5992 | (The Ctrl-C message): More copy editing. | |
5993 | (Console I/O): Likewise. | |
5994 | (The isatty call): Delete this node, and merge its content into | |
5995 | the "isatty" node. Fixed references elsewhere. | |
5996 | (The system call): Delete this node, and merge its content into | |
5997 | the "system" node. Fixed references elsewhere. | |
5998 | (open): Reformat to use @table, and add appropriate font markup. | |
5999 | (close): Likewise. | |
6000 | (read): Likewise. | |
6001 | (write): Likewise. | |
6002 | (lseek): Likewise. | |
6003 | (rename): Likewise. | |
6004 | (unlink): Likewise. | |
6005 | (stat/fstat): Likewise. | |
6006 | (gettimeofday): Likewise. | |
6007 | (isatty): Likewise. | |
6008 | (system): Likewise, plus minor changes to fix confusing wording. | |
6009 | (Integral datatypes): Fix font markup. | |
6010 | (Pointer values): Likewise. | |
6011 | (struct stat): Fix markup to use @table, plus minor copy editing. | |
6012 | (struct timeval): Fix font markup, plus minor copy editing. | |
6013 | (Constants): Minor copy editing. | |
6014 | (Errno values): Add font markup. | |
6015 | (File-I/O Examples): Likewise. | |
6016 | ||
158fdf5c NR |
6017 | 2006-06-10 Nick Roberts <nickrob@snap.net.nz> |
6018 | ||
6019 | * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements. | |
6020 | (GDB/MI Simple Examples): Move node up one level. Use real | |
6021 | examples. | |
6022 | (GDB/MI Compatibility with CLI): Update. | |
6023 | (GDB/MI Result Records): Add "connected" and "exit" result | |
6024 | classes. | |
6025 | (GDB/MI Stream Records): Clarify target output. | |
6026 | (GDB/MI Command Description Format): Modify example description. | |
6027 | (GDB/MI Breakpoint Table Commands): Rename to... | |
6028 | (GDB/MI Breakpoint Commands): ...this | |
6029 | (GDB/MI Breakpoint Commands): Add optional thread field. | |
6030 | (GDB/MI Program Control): Add an introduction. Move "Program | |
6031 | termination" examples into exec-run description. | |
6032 | (GDB/MI File Commands): Mention similar CLI commands. | |
6033 | (GDB/MI Miscellaneous Commands): Move to end. Mention "show version" | |
6034 | is similar to "-gdb-version". | |
6035 | ||
ddb50cd7 EZ |
6036 | 2006-06-09 Eli Zaretskii <eliz@gnu.org> |
6037 | ||
6038 | * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})". | |
6039 | ||
2aef0d6b NR |
6040 | 2006-06-02 Nick Roberts <nickrob@snap.net.nz> |
6041 | ||
6042 | * gdb.texinfo (GDB/MI Development and Front Ends): Use | |
6043 | sourceware.org for mailing lists. | |
d5e40d59 | 6044 | (GDB/MI File Commands): New node split from Program Control. |
2aef0d6b | 6045 | |
383a5c52 NR |
6046 | 2006-06-01 Nick Roberts <nickrob@snap.net.nz> |
6047 | ||
d5e40d59 | 6048 | * gdb.texinfo (GDB/MI Development and Front Ends): New node. |
383a5c52 | 6049 | |
e16b02ee EZ |
6050 | 2006-05-22 Eli Zaretskii <eliz@gnu.org> |
6051 | ||
6052 | * gdb.texinfo (Cygwin Native): Fix last change. | |
6053 | ||
be90c084 CF |
6054 | 2006-05-22 Christopher Faylor <cgf@timesys.com> |
6055 | ||
6056 | * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions. | |
6057 | ||
347ceba5 NR |
6058 | 2006-05-15 Nick Roberts <nickrob@snap.net.nz> |
6059 | ||
6060 | * gdbint.texinfo (Algorithms): Correct spelling and punctuation. | |
6061 | (Releasing GDB, Testsuite): Remove details for including DejaGnu. | |
6062 | ||
369af7bd DJ |
6063 | 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com> |
6064 | ||
6065 | * gdb.texinfo (General Query Packets): Recommend not starting | |
6066 | new packets with qC and clarify. | |
6067 | ||
2ffdbde8 | 6068 | 2006-05-13 Gaius Mulley <gaius@glam.ac.uk> |
229582b7 GM |
6069 | |
6070 | * gdb.texinfo (M2 Types): New section. | |
72019c9c | 6071 | |
16d1a084 DJ |
6072 | 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com> |
6073 | ||
6074 | * agentexpr.texi: Add a copyright and license notice. | |
6075 | * observer.texi: Likewise, with GPL clause for function prototypes. | |
6076 | Remove trailing whitespace. | |
6077 | ||
aa56d27a JB |
6078 | 2006-05-05 Jim Blandy <jimb@codesourcery.com> |
6079 | ||
6080 | * gdb.texinfo (General Query Packets): Document conventions for | |
6081 | terminating packet names, and their violations. | |
6082 | ||
5bdf8622 DJ |
6083 | 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com> |
6084 | ||
6085 | * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1. | |
6086 | * gdb.texinfo: Likewise. | |
6087 | ||
605a56cb DJ |
6088 | 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com> |
6089 | ||
6090 | * gdb.texinfo (Remote Configuration): Remove "set remotedebug" | |
6091 | and "show remotedebug". | |
6092 | (Debugging Output): Add additional index entries. | |
6093 | ||
b8db102d MS |
6094 | 2006-04-27 Michael Snyder <msnyder@redhat.com> |
6095 | ||
6096 | * gdb.texinfo (delete-fork): Command renamed to "delete fork". | |
6097 | ||
c5e30d01 AC |
6098 | 2006-04-22 Andrew Cagney <cagney@redhat.com> |
6099 | ||
6100 | * gdb.texinfo (Contributors): Credit frame unwinder contributors. | |
6101 | * gdbint.texinfo (Algorithms): Fix errors in frame documentation. | |
6102 | ||
8181d85f DJ |
6103 | 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com> |
6104 | ||
6105 | * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert | |
6106 | and remove breakpoint prototypes. | |
6107 | (Watchpoints): Move description of target_insert_hw_breakpoint and | |
6108 | target_remove_hw_breakpoint ... | |
6109 | (Breakpoints): ... to here. Document target_insert_breakpoint and | |
6110 | target_remove_breakpoint. | |
6111 | ||
4f553f88 JB |
6112 | 2006-04-17 Jim Blandy <jimb@codesourcery.com> |
6113 | ||
6114 | * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c, | |
6115 | and C packets are optional. | |
6116 | ||
cd852561 FR |
6117 | 2006-04-14 Frederic Riss <frederic.riss@st.com> |
6118 | ||
6119 | * gdb.texinfo (Specifying source directories): Update the description | |
6120 | of the source file search to reflect the fact that the source path | |
6121 | always contains at least $cdir and $cwd. | |
6122 | ||
b620eb07 MS |
6123 | 2006-03-31 Michael Snyder <msnyder@redhat.com> |
6124 | ||
6125 | * gdb.texinfo: Update copyright dates. | |
6126 | ||
3156cdaf EZ |
6127 | 2006-03-31 Eli Zaretskii <eliz@gnu.org> |
6128 | ||
6129 | * gdb.texinfo (Overview): Add an index entry to "empty response". | |
6130 | ||
7d30c22d JB |
6131 | 2006-03-28 Jim Blandy <jimb@codesourcery.com> |
6132 | ||
6133 | * gdbint.texinfo (Prologue Analysis): New section. | |
6134 | ||
86941c27 JB |
6135 | 2006-03-07 Jim Blandy <jimb@red-bean.com> |
6136 | ||
66b8c7f6 JB |
6137 | * gdb.texinfo (Connecting): Document 'target remote pipe'. |
6138 | ||
1a10341b JB |
6139 | * gdb.texinfo (Target Commands): Update text describing how to |
6140 | specify a target. Refer to the detailed section on remote | |
6141 | debugging, not the brief mention. | |
6142 | ||
86941c27 JB |
6143 | * gdb.texinfo (Connecting): Organize the different 'target remote' |
6144 | connection methods into a table. Add a 'target remote' index | |
6145 | entry. (!!!) | |
6146 | ||
62f3a2ba FF |
6147 | 2006-02-17 Fred Fish <fnf@specifix.com> |
6148 | ||
6149 | * gdb.texinfo (Symbols): Update descriptions of 'whatis' and | |
6150 | 'ptype' commands to reflect the fact that the only significant | |
6151 | difference between them is that ptype prints the complete type | |
6152 | description instead of just the name. | |
6153 | ||
8b9a88ea WZ |
6154 | 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com> |
6155 | ||
6156 | * gdbint.texinfo (Watchpoints): Delete | |
6157 | TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT. | |
6158 | ||
7e8dc855 NR |
6159 | 2006-02-10 Nick Roberts <nickrob@snap.net.nz> |
6160 | ||
6161 | * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and | |
6162 | times fields where needed. Fix typos. Update general form given | |
6163 | for output of -break-insert. | |
6164 | (GDB/MI): Abbreviate some unnecessarily long fullnames. | |
6165 | ||
c91d38aa DJ |
6166 | 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com> |
6167 | ||
6168 | * gdbint.texinfo (Symbol Handling): Add a section | |
6169 | on memory management. | |
6170 | ||
38fcd64c DJ |
6171 | 2006-02-06 Vladimir Prus <ghost@cs.msu.su> |
6172 | ||
6173 | * gdb.texinfo (Breakpoint table commands): Document the fullname | |
6174 | field in -break-list output. | |
6175 | ||
219eec71 EZ |
6176 | 2006-02-03 Eli Zaretskii <eliz@gnu.org> |
6177 | ||
6178 | * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of | |
6179 | debugging information produced by the various "set debug..." | |
6180 | options. | |
6181 | ||
ae5a43e0 DJ |
6182 | 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com> |
6183 | ||
6184 | * gdb.texinfo (Files): Remove obsolete bits from the description | |
6185 | of "symbol-file". | |
6186 | ||
a9f158ec JB |
6187 | 2006-01-25 Jim Blandy <jimb@redhat.com> |
6188 | ||
6189 | * gdbint.texinfo (Testsuite): Explain how to run selected tests. | |
6190 | ||
410dd08e JB |
6191 | 2006-01-24 Jim Blandy <jimb@redhat.com> |
6192 | ||
6193 | * gdbint.texinfo (Frames): Document the basics of GDB's register | |
6194 | unwinding model, and explain the existence of the "sentinel" frame. | |
6195 | ||
4b505b12 AS |
6196 | 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com> |
6197 | ||
6198 | * gdb.texinfo (Choosing files): Mention that -directory is used | |
6199 | for script files. | |
6200 | (Specifying source directories): Likewise. | |
6201 | (Command files): Explain how script files are found. | |
6202 | ||
839c27b7 EZ |
6203 | 2006-01-21 Eli Zaretskii <eliz@gnu.org> |
6204 | ||
6205 | * gdb.texinfo (Backtrace): Describe how to get backtrace of all | |
6206 | the threads in a multi-threaded program. | |
6207 | (Threads): The threadno argument of "thread apply" can be a range | |
6208 | of numbers. | |
6209 | ||
7be93b9e JB |
6210 | 2006-01-18 Jim Blandy <jimb@redhat.com> |
6211 | ||
6212 | * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list | |
6213 | of warning flags. | |
6214 | ||
fcc73fe3 EZ |
6215 | 2006-01-13 Eli Zaretskii <eliz@gnu.org> |
6216 | ||
6217 | * gdb.texinfo (Sequences): Improve menu annotations. | |
6218 | (Define): Add index entries for arguments of user-defined | |
6219 | commands. Move the description of flow-control commands... | |
6220 | (Command Files): ...to here. Document loop_break and | |
6221 | loop_continue. | |
ca91424e EZ |
6222 | (Define, Command Files): Document `end' and add index entries for |
6223 | it. | |
fcc73fe3 | 6224 | |
5c95884b MS |
6225 | 2006-01-04 Michael Snyder <msnyder@redhat.com> |
6226 | ||
6227 | * gdb.texinfo: Add documentation for linux-fork. | |
5ae4183a | 6228 | * gdbint.texinfo: Add internal documentation for checkpoints. |
5c95884b | 6229 | |
860701dc PH |
6230 | 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com> |
6231 | ||
6232 | * gdb.texinfo (Omissions from Ada): Document that there is now | |
6233 | limited aggregate support. | |
6234 | ||
36b80e65 EZ |
6235 | 2005-12-28 Eli Zaretskii <eliz@gnu.org> |
6236 | ||
6237 | * gdb.texinfo (Registers): Describe how to refer to SSE and MMX | |
6238 | registers and the likes. | |
6239 | ||
c1468174 EZ |
6240 | 2005-12-24 Eli Zaretskii <eliz@gnu.org> |
6241 | ||
6242 | * gdb.texinfo (Target Commands, Bug Reporting, File Options) | |
6243 | (Symbols): Fix usage of "e.g.". | |
359df76b | 6244 | (Memory Region Attributes): Fix usage of "etc." |
c1468174 EZ |
6245 | |
6246 | * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging) | |
6247 | (Coding): Fix usage of "e.g.". | |
6248 | ||
c02a867d EZ |
6249 | 2005-12-23 Eli Zaretskii <eliz@gnu.org> |
6250 | ||
5ae4183a AS |
6251 | * stabs.texinfo: |
6252 | * refcard.tex: | |
c02a867d | 6253 | * gpl.texi: |
5ae4183a AS |
6254 | * gdbint.texinfo: |
6255 | * gdb.texinfo: | |
6256 | * gdb-cfg.texi: | |
c02a867d | 6257 | * fdl.texi: |
5ae4183a AS |
6258 | * annotate.texinfo: |
6259 | * all-cfg.texi: | |
c02a867d EZ |
6260 | * Makefile.in: Add (C) after Copyright. Update the FSF |
6261 | address. | |
6262 | ||
fad38dfa EZ |
6263 | 2005-12-03 Eli Zaretskii <eliz@gnu.org> |
6264 | ||
6265 | * gdb.texinfo (Connecting): Explain that `monitor' is a way to | |
6266 | extend GDB with commands for external monitor. | |
6267 | ||
53e5f3cf AS |
6268 | 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com> |
6269 | ||
6270 | * gdb.texinfo (Convenience variables): Add init-if-undefined command. | |
6271 | ||
55f6ca0f JB |
6272 | 2005-11-25 Joel Brobecker <brobecker@adacore.com> |
6273 | ||
6274 | * gdbint.texinfo (Start of New Year Procedure): New chapter. | |
6275 | ||
c1947b85 JB |
6276 | 2005-11-21 Jim Blandy <jimb@redhat.com> |
6277 | ||
6278 | * gdb.texinfo (Tracepoint Packets): Document restrictions on | |
6279 | placement of 'R' actions in tracepoint action packets; document | |
6280 | dependence of 'X' and 'M' actions on a preceding 'R' action for | |
6281 | their registers. | |
6282 | ||
9d29849a JB |
6283 | 2005-11-19 Jim Blandy <jimb@redhat.com> |
6284 | ||
6285 | * gdb.texinfo (Tracepoint Packets): New node. | |
6286 | (General Query Packets): Add entries for the tracepoint packets, | |
6287 | referring to the "Tracepoint Packets" node. | |
6288 | (Tracepoints): Add reference to "Tracepoint Packets". | |
5ae4183a | 6289 | |
9a6253be KB |
6290 | 2005-11-18 Kevin Buettner <kevinb@redhat.com> |
6291 | ||
6292 | * gdb.texinfo (set remotebreak): Add anchor. | |
6293 | (X packet): Likewise. | |
6294 | (Remote Protocol): Add new section `Interrupts' and new index | |
6295 | entry `interrupts (remote protocol)'. | |
6296 | ||
5f3bebba JB |
6297 | 2005-11-18 Jim Blandy <jimb@redhat.com> |
6298 | ||
6299 | * gdb.texinfo (Packets): Move information out of 'q' and 'Q' | |
6300 | entries into the General Query Packets section. Add a | |
6301 | cross-reference to that section. Drop description of replies, as | |
6302 | these are covered in the descriptions of each packet. | |
6303 | (General Query Packets): Add introductory text. Explain naming | |
6304 | conventions, and how the end of a name is recognized. | |
6305 | ||
9a7a1b36 KB |
6306 | 2005-11-17 Kevin Buettner <kevinb@redhat.com> |
6307 | ||
0564b6cf | 6308 | * gdb.texinfo (Remote configuration): Fix typo in description of |
9a7a1b36 KB |
6309 | "set remotebreak" command. |
6310 | ||
b8ff78ce JB |
6311 | 2005-11-16 Jim Blandy <jimb@redhat.com> |
6312 | ||
6313 | * gdb.texinfo (Packets, Stop Reply Packets) | |
6314 | (General Query Packets): Various formatting cleanups. | |
6315 | - Use @samp for packet contents. | |
6316 | - Drop summaries from packet @item lines; the same information appears | |
6317 | immediately below in the description. | |
6318 | - Delete paragraph breaks after packet @item commands, so that the | |
6319 | description appears directly to the right of the packet prototype | |
6320 | in the printed manual, if it fits. | |
6321 | - Place spaces in packet prototypes between @vars and non-@var | |
6322 | letters, and explain that they're just for formatting. | |
6323 | - Use @dots{} instead of '...'. | |
6324 | - Fix uses of @code where @var was needed. | |
6325 | - Replace "deprecated" markers with English text spelling out the | |
6326 | packet's status and the preferred alternatives. | |
6327 | - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear | |
6328 | what this ever meant. | |
6329 | - Remove "(draft)" markers on 'i' packets; nobody has commented on | |
6330 | this for a long time. | |
6331 | - Remove "(draft)" markers on 'z' and 'Z' packets; these have been | |
6332 | implemented several times, and have been in use for years. | |
6333 | ||
8ffe2530 JB |
6334 | 2005-11-15 Jim Blandy <jimb@redhat.com> |
6335 | ||
c43c5473 JB |
6336 | * gdb.texinfo (Packets): Add index entries for 'm' packet |
6337 | disclaimers. | |
5ae4183a | 6338 | |
fb031cdf JB |
6339 | * gdb.texinfo (Packets): Clarify lack of restrictions on behavior |
6340 | of stub when processing an 'm' packet. | |
6341 | ||
8ffe2530 JB |
6342 | * gdb.texinfo (Packets): Mention that packets beginning with |
6343 | letters are reserved once, at the top, instead of actually listing | |
6344 | them all and saying "reserved". | |
6345 | ||
c03c782f AS |
6346 | 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com> |
6347 | ||
6348 | * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'. | |
6349 | Change @var{$arg0 to @code{$arg0. | |
6350 | ||
814e32d7 WZ |
6351 | 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com> |
6352 | ||
6353 | * gdb.texinfo (Fortran): Add some words about Fortran debugging. | |
6354 | ||
fa93a9d8 JB |
6355 | 2005-11-12 Jim Blandy <jimb@redhat.com> |
6356 | ||
6357 | * gdb.texinfo (General Query Packets): Put packets in alphabetical | |
6358 | order. Remove extraneous 'z'. | |
6359 | ||
8a5a3c82 AS |
6360 | 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com> |
6361 | ||
6362 | * gdb.texinfo (Choosing files): Add --eval-command. | |
6363 | ||
4b0ad762 AS |
6364 | 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com> |
6365 | ||
6366 | * gdb.texinfo (Choosing modes): Add --return-child-result. | |
6367 | ||
6368 | ||
1a088d06 AS |
6369 | 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com> |
6370 | ||
6371 | * gdb.texinfo (Choosing modes): Add --batch-silent. | |
6372 | ||
656d5e12 EZ |
6373 | 2005-10-28 Eli Zaretskii <eliz@gnu.org> |
6374 | ||
6375 | * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under | |
6376 | "The -var-update Command". | |
6377 | ||
3c9c013a JB |
6378 | 2005-10-03 Joel Brobecker <brobecker@adacore.com> |
6379 | ||
6380 | * gdb.texinfo (Print Settings): Add documentation for set/show | |
6381 | print array-indexes. | |
6382 | ||
7ba3cf9c DJ |
6383 | 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com> |
6384 | ||
6385 | * gdb.texinfo (Contributors): Thank Andrew Cagney for releases | |
6386 | 6.2 and 6.3. | |
6387 | ||
a94ab193 EZ |
6388 | 2005-08-27 Eli Zaretskii <eliz@gnu.org> |
6389 | ||
6390 | * gdb.texinfo (File Options): Don't document --mapped, it's gone | |
6391 | since 19-Jan-2004. | |
6392 | (Files): Likewise. | |
ab1adacd EZ |
6393 | (Variables, Symbols): Document the "<incomplete type>" message and |
6394 | its reasons. | |
a94ab193 | 6395 | |
ca06016a FF |
6396 | 2005-08-01 Fred Fish <fnf@specifix.com> |
6397 | ||
6398 | * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference. | |
6399 | ||
cf58170d NR |
6400 | 2005-07-15 Nick Roberts <nickrob@snap.net.nz> |
6401 | ||
6402 | * gdb.texinfo (GDB/MI Variable Objects): Describe print-values | |
6403 | option for -var-list-children and -var-update. | |
6404 | (GDB/MI Stack Manipulation): Simplify description of | |
6405 | print-values option for -stack-list-locals. | |
6406 | (GDB/MI Command Description Format): Clarify. | |
6407 | (Mode Options): Spelling of superseded. | |
6408 | ||
38f1196a BR |
6409 | 2005-07-12 Bob Rossi <bob@brasko.net> |
6410 | ||
6411 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show | |
6412 | corresponding GDB command comment. | |
6413 | ||
3cb3b8df BR |
6414 | 2005-07-06 Bob Rossi <bob@brasko.net> |
6415 | ||
6416 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set | |
6417 | and -inferior-tty-show. | |
6418 | (Input/Output): Document "set/show inferior-tty" and tty alias. | |
6419 | ||
10fac096 NW |
6420 | 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com> |
6421 | ||
6422 | * gdb.texinfo (Packets): Change description of 'D' packet to note | |
6423 | that GDB does wait for a response. | |
6424 | ||
d1b6db76 NR |
6425 | 2005-06-22 Nick Roberts <nickrob@snap.net.nz> |
6426 | ||
6427 | * gdb.texinfo (History) Rename "Command History". | |
6428 | (Command History): Move node "Server Prefix" from section on | |
6429 | Annotations here. | |
6430 | ||
29629dcf NR |
6431 | 2005-06-19 Nick Roberts <nickrob@snap.net.nz> |
6432 | ||
6433 | * gdb.texinfo (GDB/MI Stack Manipulation): | |
6434 | Re-instate -stack-info-frame with example. Say that it gets | |
6435 | info on selected frame, not current frame. | |
6436 | ||
397ca115 EZ |
6437 | 2005-06-18 Eli Zaretskii <eliz@gnu.org> |
6438 | ||
6439 | * gdb.texinfo (Server): Clarify that `file' should be used before | |
6440 | connecting to the server. | |
6441 | (Files): Add an xref to the above description. | |
51274035 EZ |
6442 | (Output Formats): More detailed description of the `c' format. |
6443 | (Memory): List explicitly all the formats supported by `x'. | |
638ac427 | 6444 | (Threads): Add an @cindex entry for "thread apply". |
fc8be69e | 6445 | (Files): Document the possibility of loading unlinked object |
59b7b46f EZ |
6446 | files. Add more indexing for solib-absolute-prefix and |
6447 | --with-sysroot. | |
76d17f34 EZ |
6448 | (Machine Code): Document possible problems with locations in |
6449 | shared libraries. | |
d416eeec EZ |
6450 | (Backtrace): Document that free-standing environments do not need |
6451 | to have a `main' function. | |
397ca115 | 6452 | |
74f6deaa NR |
6453 | 2005-06-18 Nick Roberts <nickrob@snap.net.nz> |
6454 | ||
6455 | * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to | |
6456 | -stack-info-frame. | |
6457 | ||
a9967aef AC |
6458 | 2005-06-07 Andrew Cagney <cagney@gnu.org> |
6459 | ||
6460 | * gdb.texinfo (Contributors): Note the original multi-arch | |
6461 | contributors. | |
6462 | ||
e09f16f9 EZ |
6463 | 2005-06-03 Eli Zaretskii <eliz@gnu.org> |
6464 | ||
6465 | * gdb.texinfo (Registers): Add index entries for the standard | |
6466 | registers. | |
6467 | (Frames): Add cross-reference from frame pointer description to | |
6468 | the Registers node. | |
6469 | (Annotations Overview): Fix the reference to GDB name. | |
6470 | ||
d87ba7ee EZ |
6471 | 2005-06-01 Eli Zaretskii <eliz@gnu.org> |
6472 | ||
6473 | * gdb.texinfo (Set Watchpoints): Remove @vindex entry for | |
6474 | can-use-hw-watchpoints. | |
6475 | ||
034dad6f BR |
6476 | 2005-05-28 Bob Rossi <bob@brasko.net> |
6477 | ||
6478 | * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating | |
6479 | the possible reasons why an exec async record would be returned to FE. | |
6480 | ||
ffed4509 AC |
6481 | 2005-05-26 Andrew Cagney <cagney@gnu.org> |
6482 | ||
6483 | * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and | |
6484 | Andrew Cagney implemented the original GDB/MI. | |
6485 | ||
e22e55c9 OF |
6486 | 2005-05-23 Orjan Friberg <orjanf@axis.com> |
6487 | ||
6488 | * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi | |
6489 | documentation. Add documentation for cris-mode. | |
6490 | ||
a78e13ce EZ |
6491 | 2005-05-20 Eli Zaretskii <eliz@gnu.org> |
6492 | ||
6493 | * gdb.texinfo (Numbers): Explain the example and make the wording | |
6494 | more acurate. | |
6495 | ||
76ff342d DJ |
6496 | 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com> |
6497 | Dennis Brueni <dennis@slickedit.com> | |
6498 | ||
6499 | * gdb.texinfo (GDB/MI Breakpoint Table Commands) | |
6500 | (GDB/MI Data Manipulation, GDB/MI Program Control) | |
6501 | (GDB/MI Stack Manipulation): Update examples to include the fullname | |
6502 | attribute in stack frames. | |
6503 | ||
119b882a EZ |
6504 | 2005-05-12 Eli Zaretskii <eliz@gnu.org> |
6505 | ||
6506 | * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we | |
6507 | do with other non-standard names of init files. | |
6508 | ||
6fc08d32 EZ |
6509 | 2005-05-11 Eli Zaretskii <eliz@gnu.org> |
6510 | ||
6511 | * gdb.texinfo (Command Files): Move the description of the startup | |
6512 | from here... | |
6513 | (Startup): ...to this new subsection of the Invocation chapter. | |
6514 | Rearrange the description of init files more logically and add a | |
6515 | cross-reference to "Command Files". Document the special gdbinit | |
6516 | name for CISCO 68k. Expand the description of what GDB does | |
6517 | during startup. | |
6518 | (History): Add index entry for HISTSIZE. | |
6519 | ||
a561754a MK |
6520 | 2005-05-02 Mark Kettenis <kettenis@gnu.org> |
6521 | ||
6522 | * gdb.texinfo (Files): Remove documentation for auto-solib-limit. | |
6523 | ||
2eecc4ab EZ |
6524 | 2005-05-02 Eli Zaretskii <eliz@gnu.org> |
6525 | ||
6526 | * gdb.texinfo (SVR4 Process Information, The isatty call) | |
6527 | (The system call): Don't use foo(N) notation for man pages and | |
6528 | functions. | |
514c4d71 | 6529 | (Compilation, DJGPP Native): Improve wording. |
2eecc4ab | 6530 | |
18999be5 EZ |
6531 | 2005-04-27 Eli Zaretskii <eliz@gnu.org> |
6532 | ||
6533 | * gdb.texinfo (Backtrace): Describe backtraces with arguments that | |
6534 | were optimized away. | |
6535 | ||
0abb7bc7 EZ |
6536 | 2005-04-22 Eli Zaretskii <eliz@gnu.org> |
6537 | ||
6538 | * gdb.texinfo (Remote configuration): Document "set/show | |
6539 | get-thread-local-storage-address". Add cross-reference to the | |
6540 | description of the qGetTLSAddr packet. | |
6541 | (General Query Packets): Mention "set remote | |
6542 | get-thread-local-storage-address" and add a reference to its | |
6543 | description. | |
6544 | ||
6f61acb1 NR |
6545 | 2005-04-19 Nick Roberts <nickrob@snap.net.nz> |
6546 | ||
6547 | * gdb.texinfo (Backtrace): Describe 'bt full'. | |
6548 | ||
9d59903a NR |
6549 | 2005-04-17 Nick Roberts <nickrob@snap.net.nz> |
6550 | ||
6551 | * gdb.texinfo (Mode Options): Fix typo. | |
6552 | (GDB/MI): Describe how to invoke GDB/MI. | |
6553 | ||
721c2651 EZ |
6554 | 2005-04-16 Eli Zaretskii <eliz@gnu.org> |
6555 | ||
6556 | * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all | |
a5adf40f | 6557 | references changed. Add description of "info udot". |
721c2651 EZ |
6558 | (Files): Document "set/show stop-on-solib-events". |
6559 | (M32R/D): Document "set/show download-path", "set/show | |
6560 | board-address", "set/show server-address", "upload", "tload". | |
ba04e063 EZ |
6561 | Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma", |
6562 | "use_mon_code", "use_ib_break", "use_dbt_break". | |
721c2651 EZ |
6563 | (Maintenance Commands): Improve indexing. |
6564 | (Target Commands): Document "set/show hash", "set/show debug | |
6565 | monitor". | |
6566 | (SVR4 Process Information): Document "info pidlist" and "info | |
6567 | meminfo". Document "set/show procfs-tarce" and "set/show | |
6568 | procfs-file". Document "proc-trace-*" and "proc-untrace-*". | |
6569 | (Symbols, The Print Command with Objective-C): Improve indexing. | |
6570 | (Objective-C): Add references to "info classes" and "info | |
6571 | selectors". | |
c45da7e6 EZ |
6572 | (Debugging Output): Improve wording. Document "set/show debug |
6573 | solib-frv". Fix "set/show debugvarobj". | |
ba04e063 EZ |
6574 | (Set Breaks): Add index entry for "hardware breakpoints". |
6575 | (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain", | |
6576 | and "set/show usehardbreakpoints". | |
6577 | (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show | |
6578 | monitor-prompt", "set/show monitor-warnings", "pmon". | |
c45da7e6 EZ |
6579 | (ARM): Document "rdilogfile", "rdilogenable", "set/show |
6580 | rdiromatzero", "set/show rdiheartbeat". | |
6581 | (PowerPC): Document SDS-specific commands "set/show sdstimeout", | |
6582 | "sds". | |
6583 | (Embedded Processors): Document the "sim" command. | |
6584 | (Remote): Document the "remote" command. | |
6585 | (DJGPP Native): Document the "info serial" command. | |
6586 | (Threads): Document "maint info sol-threads". | |
6587 | (Files): Document "nosharedlibrary", "add-symbol-file-from-memory". | |
6588 | (Set Breaks): Improve indexing. | |
6589 | (Command Syntax): Add a reference to dont-repeat. | |
6590 | (Define): Document "dont-repeat". | |
6591 | (TUI Commands): Document "tabset". | |
6592 | (WinCE): New subsection. Document "set/show remotedirectory", | |
6593 | "set/show remoteupload", "set/show remoteaddhost". | |
721c2651 | 6594 | |
14d6dd68 EZ |
6595 | 2005-04-15 Eli Zaretskii <eliz@gnu.org> |
6596 | ||
6597 | * gdb.texinfo (Hurd Native): New subsection, documents | |
6598 | Hurd-specific commands. | |
a64548ea | 6599 | (Maintenance Commands): Add cross-reference to "Debugging Output". |
da316a69 | 6600 | (Debugging Output): Document "set/show debug lin-lwp". |
a64548ea EZ |
6601 | (MIPS): Improve documentation of heuristic-fence-post. Document |
6602 | "set/show mips abi", "set/show mips saved-gpreg-size", "set/show | |
6603 | mips stack-arg-size", "set/show mips mask-address", "set/show mips | |
6604 | remote-mips64-transfers-32bit-regs", "set/show debug mips". | |
e2f4edfd | 6605 | (ARM): Document ARM-specific commands. |
a64548ea EZ |
6606 | (AVR): New section. Document "info io_registers". |
6607 | (CRIS): New section. Document "set/show cris-version" and | |
6608 | "set/show cris-dwarf2-cfi". | |
6609 | (HPPA): New section. Document "set/show debug hppa" and "maint | |
6610 | print unwind". | |
a5adf40f | 6611 | (Neutrino): New subsection. Document "set/show debug nto-debug". |
a64548ea | 6612 | (Super-H): New section. Document the "regs" command. |
721c2651 | 6613 | (Debugging Output): Document "set/show debug aix-thread". |
14d6dd68 | 6614 | |
9c16f35a EZ |
6615 | 2005-04-09 Eli Zaretskii <eliz@gnu.org> |
6616 | ||
6617 | * gdb.texinfo (Print Settings): Document "set/show print | |
6618 | pascal_static-members", "set print repeats", "show print | |
6619 | null-stop". Improve indexing. Fix documentation of "set print | |
6620 | union". | |
6621 | (Pascal): New section. | |
6622 | (Supported languages): Rename from "Support"; all references | |
6623 | updated. Add a menu item for Pascal. | |
6624 | (Numbers): Document "set radix. | |
6625 | (Screen Size): Document "set/show pagination". | |
6626 | (MIPS Embedded): Remove "set processor" documentation. | |
6627 | (Remote configuration): Document "set/show X/P/Z-packet", | |
6628 | "set/show read-aux-vector-packet", "set/show remote | |
6629 | symbol-lookup-packet", "set/show remote verbose-resume-packet", | |
6630 | "set/show remoteaddresssize", "set/show remotebaud", "set/show | |
6631 | remotedebug", "set/show remotebreak", "set/show remotedevice", | |
6632 | "set/show remotelogfile". | |
6633 | (Auxiliary Vector): Add reference to the description of the | |
6634 | read-aux-vector-packet setting. | |
6635 | (Set Watchpoints): Add a cross-reference to "set remote | |
6636 | hardware-breakpoint-limit". | |
6637 | (General Query Packets): Add indexing of requests and | |
6638 | cross-references to related commands in "Remote configuration". | |
6639 | (File-I/O Overview, The system call): Fix wording and typos. | |
6640 | (Thread Stops): Add index entries. | |
6641 | (Continuing and Stepping): Document "show step-mode". | |
6642 | (i386): New node. Document "set/show struct-convention". | |
6643 | (Files): Document "show trust-readonly-sections". | |
6644 | (Calling): Document "set/show unwindonsignal". | |
6645 | (Messages/Warnings): Add index entries. | |
6646 | (Maintenance Commands): Document "set/show watchdog". | |
6647 | (Annotations Overview): Document "show annotate". | |
6648 | (Set Watchpoints): Add index entries. | |
6649 | (Symbols): Fix doc of case-sensitive. | |
6650 | (ABI): Document "show coerce-float-to-double". | |
6651 | (Convenience Vars, Help): Improve indexing. | |
6652 | (Machine Code): Document "show disassembly-flavor". | |
6653 | (Debugging C plus plus): Document "show overload-resolution". | |
6654 | (Value History, Signaling): Add index entries. | |
6655 | ||
6656 | 2005-04-08 Eli Zaretskii <eliz@gnu.org> | |
6657 | ||
6658 | * gdb.texinfo (Show): Move @kindex entries to their proper places. | |
6659 | (Processes): Fix wording. | |
6660 | (History, List, Logging output, Define, Symbols, Print Settings): | |
6661 | Improve indexing. | |
6662 | ||
a8f24a35 EZ |
6663 | 2005-04-03 Eli Zaretskii <eliz@gnu.org> |
6664 | ||
6665 | * gdb.texinfo (Targets): Document "set/show architecture". Remove | |
6666 | redundant index entry for "target" command. | |
6667 | (Backtrace): Add index entries. | |
6668 | (Symbols, Fortran): Document the "set case-sensitive" command. | |
6669 | (DJGPP Native): Document "set com1base", "set com1irq", etc. | |
6670 | (Print Settings): Add index entry for "set demangle-style". | |
6671 | (Target Commands): Document "set download-write-size". | |
6672 | (Debugging Output): Document "set exec-done-display". | |
6673 | ||
09d4efe1 EZ |
6674 | 2005-04-02 Eli Zaretskii <eliz@gnu.org> |
6675 | ||
6676 | * gdb.texinfo (Files): Fix the name and documentation of | |
6677 | add-shared-symbol-files. Document its alias assf. Update the | |
6678 | list of OSs where GDB supports shared libraries. Fix markup. | |
6679 | (Continuing and Stepping): Add reference to @var{location} in the | |
6680 | text. | |
6681 | (Dump/Restore Files): Fix reference to @{filename}. | |
6682 | (Help): Fix wording. | |
6683 | (Attach): Ditto. | |
6684 | (Set Watchpoints): Ditto. | |
6685 | (Backtrace): Remove redundant index entries. Improve index | |
6686 | entries. | |
6687 | (Delete Breaks): Fix wording. | |
6688 | (Memory): Document the compare-sections command. | |
6689 | (Memory Region Attributes): Improve wording. | |
6690 | (Disabling): Improve wording. | |
6691 | (Fortran): New subsection. Document the "info common" command. | |
6692 | (Help): Document aliases "info copying" and "info warranty". | |
6693 | (Caching Remote Data): New section. Document the "set/show | |
6694 | remotecache" and "info dcache" commands. | |
6695 | (Show): Fix wording of the documentation of the "set | |
6696 | extension-language" command. | |
6697 | (Signals): Add index entry for "info handle". | |
6698 | (Memory Region Attributes): Fix punctuation. | |
6699 | (Symbols): Change the arg name to "location" and refer to it in | |
6700 | the text. Fix wording of "info types" doc. | |
6701 | (Threads): Fix usage of @enumerate @item's. | |
6702 | (Listing Tracepoints): Add index entry for "info tp". | |
6703 | (Set Watchpoints): Add xref to "info break" description. | |
6704 | (Macros): Add an index entry for "macro exp1". Document the | |
6705 | "macro list" command. | |
6706 | (Maintenance Commands): Document "flushregs", "maint agent", | |
6707 | "maint check-symtabs", "maint cplus", "maint demangle", "maint | |
6708 | deprecate", "maint undeprecate", "maint dump-me", "maint packet", | |
6709 | "maint print architecture", "maint print objfiles", "maint print | |
6710 | statistics", "maint print type", "maint show-debug-regs", "maint | |
6711 | space", "maint time", and "maint translate-address". | |
6712 | (Connecting): Document the "monitor" command. | |
6713 | (Annotations Overview): Describe the "set annotate" command. | |
6714 | ||
82f2d802 EZ |
6715 | 2005-04-01 Eli Zaretskii <eliz@gnu.org> |
6716 | ||
6717 | * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints. | |
6718 | Rearrange index entries and improve wording about support for | |
6719 | hardware watchpoints. | |
6720 | ||
7d51c7de BR |
6721 | 2005-03-10 Bob Rossi <bob@brasko.net> |
6722 | ||
6723 | * gdb.texinfo: Update copyright | |
6724 | ||
68c71a2e TR |
6725 | 2005-02-09 Theodore A. Roth <troth@openavr.org> |
6726 | ||
6727 | * gdb.texinfo (General Query Packets): Fix texinfo compile warning and | |
6728 | error. | |
6729 | ||
83761cbd KB |
6730 | 2005-02-03 Kevin Buettner <kevinb@redhat.com> |
6731 | ||
6732 | * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet. | |
6733 | ||
9f1c6395 MS |
6734 | 2005-01-17 Michael Snyder <msnyder@redhat.com> |
6735 | ||
6736 | * gdb.texinfo: Fix spelling, infinte -> infinite. | |
6737 | ||
fbd1b305 MK |
6738 | 2005-01-08 Mark Kettenis <kettenis@gnu.org> |
6739 | ||
6740 | * observer.texi (GDB Observers): Document "solib_loaded". | |
6741 | ||
3ace7edb AC |
6742 | 2005-01-07 Andrew Cagney <cagney@gnu.org> |
6743 | ||
bec39cab AC |
6744 | * configure.ac: Rename configure.in, require autoconf 2.59. |
6745 | * configure: Re-generate. | |
6746 | ||
3ace7edb AC |
6747 | * configure.in: Replace configdirs with multiple references to |
6748 | AC_CONFIG_SUBDIRS. | |
6749 | * configure: Re-generate. | |
5ae4183a | 6750 | |
53531fc1 AC |
6751 | 2005-01-04 Andrew Cagney <cagney@gnu.org> |
6752 | ||
6753 | * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD) | |
6754 | part of the version number. | |
6755 | ||
536ffdb7 MK |
6756 | 2004-12-24 Mark Kettenis <kettenis@gnu.org> |
6757 | ||
6758 | * gdbint.texinfo (Algorithms): Remove description of | |
6759 | TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS. | |
6760 | ||
e1aac25b JB |
6761 | 2004-12-07 Jim Blandy <jimb@redhat.com> |
6762 | ||
6763 | * gdb.texinfo (General Query Packets): Specify that thread ID's in | |
6764 | the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal | |
6765 | numbers. | |
6766 | ||
f47b1503 AS |
6767 | 2004-12-07 Andreas Schwab <schwab@suse.de> |
6768 | ||
6769 | * gdb.texinfo (Mode Options): Document -l option. | |
6770 | ||
b6b8ece6 EZ |
6771 | 2004-12-04 Eli Zaretskii <eliz@gnu.org> |
6772 | ||
6773 | * gdbint.texinfo (Algorithms): More accurate description of | |
6774 | STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address | |
6775 | is not needed unless data-read and data-access watchpoints are | |
6776 | supported. Add a description of how GDB checks whether the | |
6777 | inferior stopped because a watchpoint was hit. | |
6778 | ||
01371747 EZ |
6779 | 2004-11-23 Eli Zaretskii <eliz@gnu.org> |
6780 | ||
6781 | * gdb.texinfo (Files): Add cross-reference to description of | |
6782 | -readnow command-line switch. | |
6783 | ||
2315ffec RC |
6784 | 2004-11-10 Randolph Chung <tausq@debian.org> |
6785 | ||
6786 | * gdb.texinfo: Document set/show backtrace past-entry commands. | |
6787 | Rearrange index entries for set/show backtrace past-main. | |
6788 | ||
69065f5d AC |
6789 | 2004-11-10 Jon Beniston <jon@beniston.com> |
6790 | ||
6791 | Committed by Andrew Cagney <cagney@gnu.org>. | |
5ae4183a AS |
6792 | * gdb.texinfo (Remote Serial Protocol): Further describe |
6793 | binary transfer escaping mechanism . | |
69065f5d | 6794 | |
30e91e0b RC |
6795 | 2004-11-08 Randolph Chung <tausq@debian.org> |
6796 | ||
6797 | * gdb.texinfo (inferior_debugging info): Document "set debug infrun" | |
6798 | and "show debug infrun". Add index entries. | |
6799 | ||
60bf7e09 EZ |
6800 | 2004-10-23 Eli Zaretskii <eliz@gnu.org> |
6801 | ||
6802 | * gdb.texinfo (SVR4 Process Information): Document subcommands of | |
6803 | "info proc" that are already implemented. Add index entries. | |
6804 | (Working Directory): Add a cross-reference to "info proc" command. | |
dcaf7c2c EZ |
6805 | (Files): Add a tip for decreasing memory used for symtabs from |
6806 | shared libraries. | |
f018e82f EZ |
6807 | (Starting): Fix whitespace; make "elaboration" stand out where it |
6808 | is first used, and add an index entry for the term. | |
f8568604 EZ |
6809 | (Calling): Expand and elaborate text. Add "print". Add the |
6810 | description of problems with weak aliases. | |
384ee23f | 6811 | (Core File Generation): New section. |
60bf7e09 | 6812 | |
d52fe014 AC |
6813 | 2004-10-12 Andrew Cagney <cagney@gnu.org> |
6814 | ||
6815 | * gdbint.texinfo (Versions and Branches): New chapter. | |
6816 | (Releasing GDB): Delete "Versions and Branches" section. | |
6817 | (Top): Add "Versions and Branches". | |
6818 | ||
703663ab EZ |
6819 | 2004-10-08 Eli Zaretskii <eliz@gnu.org> |
6820 | ||
6821 | * gdb.texinfo (Editing, History): Add cross-references to the | |
6822 | included Readline and History user documentation. Remove | |
6823 | references to the symbol have-readline-appendices which is unused | |
6824 | and undefined. | |
6825 | (History): Fix indexing. | |
6826 | ||
ac77d04f JJ |
6827 | 2004-10-08 Jeff Johnston <jjohnstn@redhat.com> |
6828 | ||
6829 | * gdbint.texinfo (target_stopped_data_address): Update to | |
6830 | new prototype. | |
6831 | (i386_stopped_data_address): Update prototype and description. | |
6832 | (i386_stopped_by_watchpoint): New function and description. | |
6833 | ||
e07c999f PH |
6834 | 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com> |
6835 | ||
6836 | * gdb.texinfo (Filenames): Add Ada suffixes. | |
6837 | (Ada) New section. | |
6838 | ||
2e868123 AC |
6839 | 2004-09-27 Andrew Cagney <cagney@gnu.org> |
6840 | Robert Picco <Robert.Picco@hp.com> | |
6841 | ||
6842 | * gdb.texinfo (Packets): Document the "p" packet. | |
6843 | ||
02a57714 JM |
6844 | 2004-09-21 Jason Molenda (jmolenda@apple.com) |
6845 | ||
6846 | * gdb.texinfo (Paths and Names of the Source Files): Document the | |
6847 | meaning of values in the 'desc' field of a SO stab. | |
6848 | ||
ae038cb0 DJ |
6849 | 2004-09-20 Daniel Jacobowitz <dan@debian.org> |
6850 | ||
6851 | * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2 | |
6852 | max-cache-age" and "maint show dwarf2 max-cache-age". | |
6853 | ||
f7dc1244 EZ |
6854 | 2004-09-16 Eli Zaretskii <eliz@gnu.org> |
6855 | ||
6856 | * gdb.texinfo (Set Breaks): Add index entry for setting | |
6857 | breakpoints on overloaded C++ functions that are not members of | |
6858 | any classes. Add an example and an index entry for setting | |
6859 | breakpoints on all program functions. | |
6860 | (Character Sets, Macros, Overlay Commands) | |
6861 | (Non-debug DLL symbols, GDB/MI Output Syntax) | |
6862 | (Annotations Overview, Maintenance Commands, File-I/O Overview): | |
6863 | Use "(@value{GDBP})" instead of a literal "(gdb)". | |
6864 | ||
f810308b AC |
6865 | 2004-09-12 Andrew Cagney <cagney@gnu.org> |
6866 | ||
6867 | * gdbint.texinfo (Native Debugging): Delete description of | |
6868 | FILES_INFO_HOOK. | |
6869 | ||
15a661f3 PH |
6870 | 2004-09-11 Paul Hilfinger <hilfinger@gnat.com> |
6871 | ||
5ae4183a AS |
6872 | * gdbint.texinfo (User Interface): Change local_hex_string_custom |
6873 | to hex_string_custom (not historically correct, but more | |
15a661f3 PH |
6874 | understandable, given the current code). |
6875 | ||
f3219c75 AC |
6876 | 2004-09-03 Andrew Cagney <cagney@gnu.org> |
6877 | ||
6878 | * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS. | |
6879 | ||
f3bb6704 JJ |
6880 | 2004-09-01 Jeff Johnston <jjohnstn@redhat.com> |
6881 | ||
6882 | * observer.texi (solib_unloaded): New observer. | |
6883 | ||
8d2c00cb AC |
6884 | 2004-08-24 Andrew Cagney <cagney@gnu.org> |
6885 | ||
6886 | * gdbint.texinfo (Target Architecture Definition): Add missing | |
6887 | comma. | |
6888 | ||
e7dc800a MC |
6889 | 2004-08-20 Michael Chastain <mec.gnu@mindspring.com> |
6890 | ||
6891 | * (Using the Testsuite): build != host is supported, | |
6892 | but some test scripts do not support build != host. | |
6893 | ||
73b03683 MK |
6894 | 2004-08-14 Mark Kettenis <kettenis@gnu.org> |
6895 | ||
6896 | * gdbint.texinfo (Host Definition): Delete description of | |
6897 | FCLOSE_PROVIDED and GETENV_PROVIDED. | |
6898 | ||
c0ccb908 MK |
6899 | 2004-08-05 Mark Kettenis <kettenis@chello.nl> |
6900 | ||
6901 | * gdbint.texinfo (Host Definition): Delete description of | |
6902 | NO_SYS_FILE. | |
6903 | (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and | |
6904 | PTRACE_FP_BUG. | |
6905 | ||
9c8dbfa9 AC |
6906 | 2004-08-05 Andrew Cagney <cagney@gnu.org> |
6907 | ||
6908 | * gdbint.texinfo (Target Architecture Definition): Delete | |
6909 | reference to deprecated_read_fp. | |
6910 | ||
f42accbe AC |
6911 | 2004-08-02 Andrew Cagney <cagney@gnu.org> |
6912 | ||
6913 | * gdbint.texinfo (Target Architecture Definition): Delete | |
6914 | description of DEPRECATED_REGISTER_BYTES. | |
6915 | ||
0b66e38c EZ |
6916 | 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr> |
6917 | ||
6918 | * gdb.texinfo (Source Path): Document the new behavior of | |
6919 | searching for the source files. | |
6920 | ||
15387254 EZ |
6921 | 2004-07-17 Eli Zaretskii <eliz@gnu.org> |
6922 | ||
6923 | * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording. | |
6924 | (Search, Expressions, Arrays, Variables, Data, Machine Code) | |
6925 | (Auto Display): Improve indexing. | |
6926 | ||
2c07db7a AC |
6927 | 2004-07-16 Andrew Cagney <cagney@gnu.org> |
6928 | ||
6929 | * gdb.texinfo (Mode Options): Delete documentation on "-async" and | |
6930 | "-noasync". | |
6931 | ||
4644b6e3 EZ |
6932 | 2004-07-09 Eli Zaretskii <eliz@gnu.org> |
6933 | ||
6934 | * gdb.texinfo: Fix @kindex entries so that multiple commands that | |
6935 | have the same prefix have only their prefix in the index. | |
6936 | ||
7561d450 MK |
6937 | 2004-07-03 Mark Kettenis <kettenis@gnu.org> |
6938 | ||
6939 | * gdb.texinfo (BSD libkvm Interface): New node (section) | |
6940 | (Native): Add it to the menu. | |
6941 | ||
67bebe79 MK |
6942 | 2004-07-01 Mark Kettenis <kettenis@gnu.org> |
6943 | ||
6944 | * gdbint.texinfo (Target Architecture Definition): Remove | |
6945 | PCC_SOL_BROKEN. | |
6946 | ||
1a6923e0 MK |
6947 | 2004-06-24 Mark Kettenis <kettenis@gnu.org> |
6948 | ||
6949 | * gdbint.texinfo (Target Architecture Definition): Remove | |
6950 | SUN_FIXED_LBRAC_BUG. | |
6951 | ||
b435e160 AC |
6952 | 2004-06-26 Andrew Cagney <cagney@gnu.org> |
6953 | ||
6954 | * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf. | |
6955 | ||
b5622e8d AC |
6956 | 2004-06-20 Andrew Cagney <cagney@gnu.org> |
6957 | ||
6958 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
6959 | USE_STRUCT_CONVENTION. | |
6960 | ||
e0c07bf0 MC |
6961 | 2004-06-19 Michael Chastain <mec.gnu@mindspring.com> |
6962 | ||
6963 | gdb.texinfo (Bug Reporting): Mention session recording, | |
6964 | with the script command or Emacs. | |
6965 | ||
782263ab AC |
6966 | 2004-06-18 Andrew Cagney <cagney@gnu.org> |
6967 | ||
6968 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
6969 | FUNCTION_START_OFFSET. | |
6970 | ||
03727ca6 AC |
6971 | 2004-06-14 Andrew Cagney <cagney@gnu.org> |
6972 | ||
6973 | Based on changes from Karl Berry. | |
6974 | * gdb.texinfo: Do not use @sc in a direntry. | |
6975 | * stabs.texinfo: Change @dircateogry to "Software development". | |
6976 | * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto. | |
6977 | ||
97092415 AC |
6978 | 2004-06-13 Andrew Cagney <cagney@gnu.org> |
6979 | ||
6980 | * gdbint.texinfo (Target Architecture Definition): Delete | |
6981 | description of RETURN_VALUE_ON_STACK. | |
6982 | ||
1f6d4158 AC |
6983 | 2004-06-09 Andrew Cagney <cagney@gnu.org> |
6984 | ||
6985 | * gdbint.texinfo (Native Debugging): Restore "@table @code" | |
6986 | deleted by previous patch. | |
6987 | ||
d966f0cb AC |
6988 | 2004-06-08 Andrew Cagney <cagney@gnu.org> |
6989 | ||
6990 | * gdbint.texinfo (Native Debugging): Delete documentation on | |
6991 | ATTACH_DETACH. | |
6992 | ||
86fe4aaa RC |
6993 | 2004-06-06 Randolph Chung <tausq@debian.org> |
6994 | ||
6995 | * gdb.texinfo (push_dummy_call): Use @code{struct value}. | |
6996 | ||
d4b6d575 RC |
6997 | 2004-06-06 Randolph Chung <tausq@debian.org> |
6998 | ||
5ae4183a | 6999 | * gdb.texinfo (push_dummy_call): Update argument list to match |
d4b6d575 RC |
7000 | the new push_dummy_call method signature. Describe the function |
7001 | argument. | |
7002 | ||
4e8b0763 JB |
7003 | 2004-05-24 Joel Brobecker <brobecker@gnat.com> |
7004 | ||
7005 | * gdb.texinfo (Starting): Document new start command. | |
7006 | ||
59caf092 AC |
7007 | 2004-05-21 Andrew Cagney <cagney@redhat.com> |
7008 | ||
7009 | * observer.texi (GDB Observers): Document "inferior_created". | |
7010 | ||
e4a2df64 AC |
7011 | 2004-05-08 Andrew Cagney <cagney@redhat.com> |
7012 | ||
e6b55ae2 AC |
7013 | * gdbint.texinfo (Target Architecture Definition): Delete |
7014 | description of DO_DEFERRED_STORES. | |
7015 | ||
28954179 AC |
7016 | * gdbint.texinfo (Target Architecture Definition): Delete |
7017 | references to DEPRECATED_FIX_CALL_DUMMY. | |
7018 | ||
434b87dd AC |
7019 | * gdbint.texinfo (Target Architecture Definition): Delete |
7020 | description of DEPRECATED_CALL_DUMMY_WORDS, | |
7021 | DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY. | |
7022 | ||
58d28df8 AC |
7023 | * gdbint.texinfo (Target Architecture Definition): Delete |
7024 | description of DEPRECATED_PUSH_DUMMY_FRAME. | |
7025 | ||
e4a2df64 AC |
7026 | * gdbint.texinfo (Target Architecture Definition): Delete |
7027 | reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET. | |
7028 | ||
2b4855ab AC |
7029 | 2004-05-07 Andrew Cagney <cagney@redhat.com> |
7030 | ||
7031 | * observer.texi (GDB Observers): Add "Debugging" section. Include | |
7032 | cross reference to "set/show debug observer". | |
7033 | * gdb.texinfo (Debugging Output): Document "set/show debug | |
7034 | observer". | |
7035 | ||
fcf70625 AC |
7036 | 2004-05-01 Andrew Cagney <cagney@redhat.com> |
7037 | ||
7038 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7039 | description of DEPRECATED_PC_IN_SIGTRAMP. | |
7040 | ||
8ee56bcf AC |
7041 | 2004-04-30 Andrew Cagney <cagney@redhat.com> |
7042 | ||
7043 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7044 | documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined. | |
7045 | ||
67ab9a76 OF |
7046 | 2004-04-30 Orjan Friberg <orjanf@axis.com> |
7047 | ||
7048 | * observer.texi (GDB Observers): Correct spelling. | |
7049 | ||
79346bcb OF |
7050 | 2004-04-26 Orjan Friberg <orjanf@axis.com> |
7051 | ||
7052 | * observer.texi (GDB Observers): Add target_changed event. | |
7053 | ||
7a464420 AC |
7054 | 2004-04-08 Andrew Cagney <cagney@redhat.com> |
7055 | ||
7056 | * observer.texi (GDB Observers): Rework, provide generic observer | |
7057 | definitions and then a list of observable events. | |
7058 | ||
6cdf9d98 AC |
7059 | 2004-04-04 Andrew Cagney <cagney@redhat.com> |
7060 | ||
7061 | * gdbint.texinfo (Host Definition): Delete reference to | |
7062 | NO_SIGINTERRUPT. | |
7063 | ||
ddc135a4 AC |
7064 | 2004-04-02 Andrew Cagney <cagney@redhat.com> |
7065 | ||
7066 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7067 | reference to DEPRECATED_CALL_DUMMY_LENGTH. | |
7068 | ||
6a1b180d SC |
7069 | 2004-03-28 Stephane Carrez <stcarrez@nerim.fr> |
7070 | ||
7071 | * gdb.texinfo (TUI Commands): Document tui reg commands. | |
7072 | ||
d0d5df6f AC |
7073 | 2004-03-26 Andrew Cagney <cagney@redhat.com> |
7074 | ||
7075 | * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention | |
7076 | "gdbtui". | |
7077 | (Mode Options): Mention "gdbtui". Use "Text" not "Terminal". | |
7078 | (Contributors): Mention both Text and Terminal User Interface. | |
7079 | ||
aa2a3f87 AC |
7080 | 2004-03-23 Andrew Cagney <cagney@redhat.com> |
7081 | ||
7082 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
7083 | references to SIGTRAMP_START and SIGTRAMP_END. | |
7084 | ||
f561f026 AC |
7085 | 2004-03-23 Andrew Cagney <cagney@redhat.com> |
7086 | ||
7087 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
7088 | references to PC_IN_SIGTRAMP. | |
7089 | ||
33cb8b0f AC |
7090 | 2004-03-19 Andrew Cagney <cagney@redhat.com> |
7091 | ||
7092 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7093 | reference to GDB_TARGET_IS_HPPA. | |
7094 | ||
fc989b7a AC |
7095 | 2004-03-18 Andrew Cagney <cagney@redhat.com> |
7096 | ||
7097 | * gdbint.texinfo (Coding): Update section on gdbarch_data, | |
7098 | describe pre_init and post_init. | |
7099 | ||
701b08bb DJ |
7100 | 2004-03-09 Daniel Jacobowitz <drow@mvista.com> |
7101 | ||
7102 | * gdb.texinfo (Debugging Output): Document values for "set debug | |
7103 | target". | |
7104 | ||
faae5abe AC |
7105 | 2004-02-28 Andrew Cagney <cagney@redhat.com> |
7106 | ||
7107 | * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer. | |
7108 | ||
dd79a6cf JJ |
7109 | 2004-02-26 Jeff Johnston <jjohnstn@redhat.com> |
7110 | ||
7111 | * gdb.texinfo (breakpoints): Add information about the | |
7112 | new "set breakpoint pending" and "show breakpoint pending" | |
7113 | commands. | |
7114 | ||
e7f16015 AC |
7115 | 2004-02-26 Andrew Cagney <cagney@redhat.com> |
7116 | ||
7117 | * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc | |
7118 | in Per-architecture module data section. | |
7119 | ||
7161a3a6 RM |
7120 | 2004-02-25 Roland McGrath <roland@redhat.com> |
7121 | ||
7122 | * gdb.texinfo (General Query Packets): Document qPart:... packets. | |
7123 | ||
2154891a AC |
7124 | 2004-02-24 Andrew Cagney <cagney@redhat.com> |
7125 | ||
7126 | * annotate.texinfo: Wrap fdl.texi include in raise/lower sections. | |
7127 | * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto. | |
7128 | * fdl.texi: Import Version 1.2, November 2002. | |
7161a3a6 | 7129 | |
6c74ac8b AC |
7130 | 2004-02-17 Andrew Cagney <cagney@redhat.com> |
7131 | ||
7132 | * gdb.texinfo (Mode Options): Note that "mi1" is deprecated. | |
7133 | ||
19772a2c AC |
7134 | 2004-02-16 Andrew Cagney <cagney@redhat.com> |
7135 | ||
7136 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
7137 | FRAMELESS_FUNCTION_INVOCATION. | |
7138 | ||
c9830293 AC |
7139 | 2004-02-16 Andrew Cagney <cagney@redhat.com> |
7140 | ||
7141 | * gdbint.texinfo (Coding): Mention -Wunused-function. | |
7142 | ||
b9d26eb9 AC |
7143 | 2004-02-14 Andrew Cagney <cagney@redhat.com> |
7144 | ||
7145 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7146 | description of DEPRECATED_CALL_DUMMY_STACK_ADJUST. | |
7147 | ||
49efadf5 EZ |
7148 | 2004-02-12 Elena Zannoni <ezannoni@redhat.com> |
7149 | ||
7150 | * gdb.texinfo: Properly quote the name "C++". | |
7151 | * gdbint.texinfo: Ditto. | |
7152 | * stabs.texinfo: Ditto. | |
7153 | ||
1eb288ea EZ |
7154 | 2004-02-11 Elena Zannoni <ezannoni@redhat.com> |
7155 | ||
7156 | * gdbint.texinfo (Support Libraries): Add doco about obstacks and | |
7157 | minimal information about libiberty. | |
7158 | ||
e4937fc1 MC |
7159 | 2004-02-06 Michael Chastain <mec.gnu@mindspring.com> |
7160 | ||
7161 | * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}. | |
7162 | ||
a9331b3f RM |
7163 | 2004-02-04 Roland McGrath <roland@redhat.com> |
7164 | ||
7165 | * gdb.texinfo (Auxiliary Vector): New node (section). | |
7166 | (Data): Add it to the menu. | |
7167 | ||
2650777c JJ |
7168 | 2004-02-02 Jeff Johnston <jjohnstn@redhat.com> |
7169 | ||
7170 | * gdb.texinfo (Breakpoints): Add information about pending | |
7171 | breakpoint support. | |
7172 | ||
b4501125 AC |
7173 | 2004-01-26 Andrew Cagney <cagney@redhat.com> |
7174 | ||
7175 | * gdb.texinfo (Overview): Delete references to the cisco protocol | |
7176 | including the "N" response. | |
7177 | ||
74055713 AC |
7178 | 2004-01-26 Andrew Cagney <cagney@redhat.com> |
7179 | ||
7180 | * gdbint.texinfo (Target Architecture Definition): Rename | |
7181 | EXTRACT_STRUCT_VALUE_ADDRESS to | |
7182 | DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS. | |
a9331b3f | 7183 | |
3bbe9696 EZ |
7184 | 2004-01-24 Eli Zaretskii <eliz@gnu.org> |
7185 | ||
7186 | * gdb.texinfo (KOD): Document "show os". Add index entries for | |
7187 | "set/show os" and "info cisco" commands. | |
7188 | ||
5843504f EZ |
7189 | 2004-01-21 Eli Zaretskii <eliz@gnu.org> |
7190 | ||
7191 | * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir). | |
7192 | ||
9175c9a3 MC |
7193 | 2004-01-19 Michael Chastain <mec.gnu@mindspring.com> |
7194 | ||
7195 | * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, | |
7196 | MMAP_BASE_ADDRESS, MMAP_INCREMENT. | |
7197 | ||
8e94b928 NR |
7198 | 2004-01-19 Nick Roberts <nick@nick.uklinux.net> |
7199 | ||
7200 | * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to | |
7201 | -stack-list-locals. | |
7202 | (GDB/MI Variable Objects): Describe extension to | |
7203 | -var-list-children. | |
7204 | ||
a20cf136 DJ |
7205 | 2004-01-17 Daniel Jacobowitz <drow@mvista.com> |
7206 | ||
7207 | * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document. | |
7208 | ||
afb18d0f AC |
7209 | 2004-01-17 Andrew Cagney <cagney@redhat.com> |
7210 | ||
7211 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7212 | documentation on DEPRECATED_NPC_REGNUM. | |
7213 | ||
b51970ac DJ |
7214 | 2004-01-13 Daniel Jacobowitz <drow@mvista.com> |
7215 | ||
7216 | * gdb.texinfo: Update copyright year. Mention that set | |
7217 | follow-fork-mode is supported on GNU/Linux. Remove documentation of | |
7218 | "set follow-fork-mode ask". | |
7219 | ||
0f0cffd2 AC |
7220 | 2004-01-13 Andrew Cagney <cagney@redhat.com> |
7221 | ||
7222 | * gdbint.texinfo: Update copyright year. | |
7223 | (Coding): Add -Wunused-label to list of -Werror warnings. | |
7224 | ||
c552b3bb | 7225 | 2004-01-08 Jason Molenda <jmolenda@apple.com> |
5ae4183a | 7226 | Eli Zaretskii <eliz@gnu.org> |
c552b3bb JM |
7227 | |
7228 | * gdb.texinfo: Update copyright. | |
7229 | (Objective-C): "methodName" typeo fixed. Add @code/@var markup | |
7230 | around names, as appropriate. Minor syntax cleanup of | |
7231 | _NSPrintForDebugger explanation. Two spaces after periods. | |
7232 | GDBN used instead of lit. "gdb". Index entries added for | |
7233 | print-object and _NSPrintForDebugger. @noindent added in one spot. | |
7234 | ||
afe157ca EZ |
7235 | 2003-11-11 Elena Zannoni <ezannoni@redhat.com> |
7236 | ||
7237 | * stabs.texinfo: Add dircategory and direntry commands. | |
7238 | * annotate.texinfo: Ditto. | |
7239 | ||
963e2bb7 AC |
7240 | 2003-11-10 Andrew Cagney <cagney@redhat.com> |
7241 | ||
7242 | * gdbint.texinfo (Target Architecture Definition): Replace the | |
7243 | return_value method's "inval" and "outval" parameters with | |
7244 | "readbuf" and "writebuf". | |
7245 | ||
1d8b2f28 JB |
7246 | 2003-10-28 Jim Blandy <jimb@redhat.com> |
7247 | ||
7248 | * gdb.texinfo (The F request packet, The F reply packet): Renamed | |
7249 | from "The `F' request packet" and "The `F' reply packet", to make | |
7250 | texi2dvi happy. | |
7251 | (File-I/O remote protocol extension): Update menu entries, too. | |
7252 | ||
36d86913 MC |
7253 | 2003-10-26 Michael Chastain <mec@shout.net> |
7254 | ||
7255 | * gdb.texinfo (Thread Stops): Document the issue with | |
7256 | premature return from system calls in multi-threaded programs. | |
7257 | ||
ce2826aa AC |
7258 | 2003-10-24 Andrew Cagney <cagney@redhat.com> |
7259 | ||
7260 | * annotate.texinfo: Fix "fortunatly"[sic]. | |
7261 | ||
f24c5e49 KI |
7262 | 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com> |
7263 | ||
7264 | * gdb.texinfo (Contributors to GDB): Replace "Renesas" | |
7265 | with "Hitachi" and "Mitsubishi". | |
7266 | ||
92ad9cd9 AC |
7267 | 2003-10-20 Andrew Cagney <cagney@redhat.com> |
7268 | ||
7269 | * gdbint.texinfo (Target Architecture Definition): Document | |
7270 | gdbarch_return_value. Add cross references from | |
7271 | USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and | |
7272 | STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS. | |
7273 | ||
0ab4b752 MK |
7274 | 2003-10-18 Mark Kettenis <kettenis@gnu.org> |
7275 | ||
7276 | * gdbint.texinfo (Target Architecture Definition): Document | |
7277 | regset_from_core_section. | |
fb3e19c0 KI |
7278 | |
7279 | 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com> | |
7280 | ||
7281 | * gdb.texinfo (M32R/D): Mention m32rsdi target. | |
7282 | ||
a9331b3f | 7283 | 2003-10-15 Kevin Buettner <kevinb@redhat.com> |
e4d5f7e1 KB |
7284 | |
7285 | From Anthony Green <green@redhat.com>: | |
5ae4183a | 7286 | * gdb.texinfo (Breakpoints related warnings): Insert into menu. |
e4d5f7e1 | 7287 | |
1485d690 KB |
7288 | 2003-10-14 Kevin Buettner <kevinb@redhat.com> |
7289 | ||
889bf7c5 PA |
7290 | * gdb.texinfo (Breakpoint related warnings): New node. |
7291 | * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document. | |
a9331b3f | 7292 | |
86d30acc DJ |
7293 | 2003-10-13 Daniel Jacobowitz <drow@mvista.com> |
7294 | ||
7295 | * gdb.texinfo (Remote Protocol): Document v and vCont. | |
7296 | ||
172c2a43 KI |
7297 | 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com> |
7298 | ||
7299 | * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas". | |
7300 | * gdbint.texinfo: Ditto. | |
7301 | ||
71952f4c AC |
7302 | 2003-10-09 Andrew Cagney <cagney@redhat.com> |
7303 | ||
7304 | From 2003-09-18 David Anderson <davea@sgi.com>: | |
7305 | * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with | |
7306 | "command". | |
7307 | ||
268e2188 AC |
7308 | 2003-10-03 Andrew Cagney <cagney@redhat.com> |
7309 | ||
7310 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
7311 | IBM6000_TARGET. Mention that it implies an RS/6000 system and not | |
7312 | just target. | |
7313 | ||
12c266ea | 7314 | 2003-10-02 Andrew Cagney <cagney@redhat.com> |
2e092625 | 7315 | |
f30992d4 | 7316 | * gdbint.texinfo (Target Architecture Definition): Rename |
12c266ea AC |
7317 | REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE. |
7318 | * gdb.texinfo (Packets, Stop Reply Packets): Ditto. | |
7319 | * gdbint.texinfo (Target Architecture Definition): Rename | |
7320 | ||
7321 | 2003-09-30 Andrew Cagney <cagney@redhat.com> | |
7322 | ||
f30992d4 | 7323 | REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE. |
a9331b3f | 7324 | (Target Architecture Definition): |
f30992d4 | 7325 | |
2e092625 AC |
7326 | * gdbint.texinfo (Target Architecture Definition): Rename |
7327 | REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE. | |
7328 | ||
0717ae8a AC |
7329 | 2003-09-29 Andrew Cagney <cagney@redhat.com> |
7330 | ||
dad809b7 AC |
7331 | * gdbint.texinfo (Target Architecture Definition): Delete |
7332 | documentation for NEED_TEXT_START_END. | |
7333 | ||
0717ae8a AC |
7334 | * gdbint.texinfo (Target Architecture Definition): Rename |
7335 | NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to | |
7336 | TARGET_WRITE_PC. | |
a9331b3f | 7337 | |
af6cf26d MC |
7338 | 2003-09-22 Michael Chastain <mec@shout.net> |
7339 | ||
7340 | * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp. | |
7341 | ||
ee206350 AG |
7342 | 2003-09-21 Anthony Green <green@redhat.com> |
7343 | ||
7344 | * gdbint.texinfo (Target Architecture Definition): Fix typos. | |
7345 | ||
a38c9fe6 MK |
7346 | 2003-09-21 Mark Kettenis <kettenis@gnu.org> |
7347 | ||
7348 | * gdbint.texinfo (Target Architecture Definition): Document | |
7349 | stabs_argument_has_addr. | |
7350 | ||
77949794 AC |
7351 | 2003-09-18 Andrew Cagney <cagney@redhat.com> |
7352 | ||
7353 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7354 | documentation on REGISTER_NAMES. | |
7355 | ||
8e823e25 MK |
7356 | 2003-09-13 Mark Kettenis <kettenis@gnu.org> |
7357 | ||
7358 | * gdbint.texinfo (Target Architecture Definition): Replace | |
7359 | REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR. | |
7360 | ||
f27dd7fd AC |
7361 | 2003-09-11 Andrew Cagney <cagney@redhat.com> |
7362 | ||
7363 | * gdbint.texinfo (Target Architecture Definition): Replace | |
7364 | STACK_ALIGN with DEPRECATED_STACK_ALIGN. | |
7365 | ||
8b148df9 AC |
7366 | 2003-08-18 Andrew Cagney <cagney@redhat.com> |
7367 | ||
7368 | * gdbint.texinfo (Target Architecture Definition): Document | |
7369 | "frame_red_zone_size". | |
7370 | ||
25d29d70 AC |
7371 | 2003-08-09 Andrew Cagney <cagney@redhat.com> |
7372 | ||
7373 | * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main" | |
7374 | with "set/show backtrace past-main" and "set/show backtrace | |
7375 | limit". | |
7376 | ||
c938e9b0 L |
7377 | 2003-08-08 H.J. Lu <hongjiu.lu@intel.com> |
7378 | ||
7379 | * Makefile.in (install-info): Support DESTDIR. | |
7380 | (install-html): Likewise. | |
7381 | ||
64fabec2 AC |
7382 | 2003-08-07 Andrew Cagney <cagney@redhat.com> |
7383 | ||
7384 | Patch from Nick Roberts. | |
7385 | * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key | |
7386 | bindings. Remove description of send-gdb-command. | |
7387 | ||
2fcf52f0 AC |
7388 | 2003-08-07 Andrew Cagney <cagney@redhat.com> |
7389 | ||
7390 | * gdb.texinfo (Mode Options): Mention that "mi2" was included in | |
7391 | GDB 6.0. | |
7392 | ||
086432e2 AC |
7393 | 2003-08-06 Andrew Cagney <cagney@redhat.com> |
7394 | ||
7395 | * gdb.texinfo (Mode Options): Mention that level three is the | |
7396 | highest available and that level 2 is deprecated. | |
7397 | (Annotations Overview): Mention annotation levels. Cross reference | |
7398 | to "Limitations of the Annotation Interface" in annotate.texi. | |
7399 | (TODO, Value Annotations, Frame Annotations): Delete section. | |
7400 | (Displays, Breakpoint Info): Delete. | |
7401 | ||
e5249f67 AC |
7402 | 2003-08-04 Andrew Cagney <cagney@redhat.com> |
7403 | ||
7404 | * agentexpr.texi: Delete @bye. | |
7405 | * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi" | |
7406 | (stabs.info): Add $(srcdir) to include search path. | |
7407 | (html): Depend on "annotate_toc.html", and not "annotate.html". | |
7408 | * stabs.texinfo: Ditto. Include "fdl.texi". | |
7409 | * gdbint.texinfo: Update copyright statement's list of invariant | |
7410 | sections. | |
7411 | ||
e6f672d2 AC |
7412 | 2003-07-28 Andrew Cagney <cagney@redhat.com> |
7413 | ||
7414 | * Makefile.in (INFO_DEPS): Add annotate.info. | |
7415 | (dvi, ps, html, pdf): Add annotate. | |
7416 | (ANNOTATE_DOC_SOURCE_INCLUDES): New macro. | |
7417 | (ANNOTATE_DOC_BUILD_INCLUDES): New macro. | |
7418 | (ANNOTATE_DOC_FILES): New macro. | |
7419 | (ANNOTATE_TEX_TMPS): New macro. | |
7420 | (annotate.info, annotate_toc.html): Specify dependencies. | |
7421 | (annotate.ps, annotate.pdf, annotate.dvi): Ditto. | |
7422 | * annotate.texinfo: Rename annotate.texi. Get building. Add | |
7423 | "Migrating to GDB/MI" and "Limitations of the Annotation | |
7424 | Interface" chapters. Mention why it is not part of the user | |
7425 | guide. Update copyright notice. Include "fdl.texi". | |
7426 | ||
72ffddc9 SC |
7427 | 2003-07-26 Stephane Carrez <stcarrez@nerim.fr> |
7428 | ||
7429 | * gdb.texinfo (TUI Keys): Document C-x o key to switch active window. | |
7430 | ||
a9f12a31 DJ |
7431 | 2003-07-24 Daniel Jacobowitz <drow@mvista.com> |
7432 | ||
7433 | * gdbint.texinfo (libgdb components): Correct a GDB to GDBN. | |
7434 | ||
b1fe9455 DJ |
7435 | 2003-07-24 Daniel Jacobowitz <drow@mvista.com> |
7436 | ||
7437 | * gdb.texinfo (Server): Mention pidof. | |
7438 | ||
153721e6 AC |
7439 | 2003-07-22 Andrew Cagney <cagney@redhat.com> |
7440 | ||
7441 | * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror | |
7442 | list. | |
7443 | ||
0fac0b41 DJ |
7444 | 2003-06-28 Daniel Jacobowitz <drow@mvista.com> |
7445 | ||
7446 | * gdb.texinfo (Logging output): New chapter. | |
7447 | ||
4e562065 JB |
7448 | 2003-06-24 Joel Brobecker <brobecker@gnat.com> |
7449 | ||
7450 | * gdb.texinfo (Unsupported languages): New section. | |
7451 | (Languages): Add link to new section. | |
7452 | ||
f2c06f52 AC |
7453 | 2003-06-22 Andrew Cagney <cagney@redhat.com> |
7454 | ||
7455 | * gdb.texinfo (Contributors): Mention 6.0 release engineer. | |
7456 | ||
b4177fca DJ |
7457 | 2003-06-22 Daniel Jacobowitz <drow@mvista.com> |
7458 | ||
7459 | * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers. | |
7460 | ||
f418dd93 DJ |
7461 | 2003-06-22 Daniel Jacobowitz <drow@mvista.com> |
7462 | ||
7463 | * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi. | |
7464 | * agentexpr.texi: Retitle section, and change it to an appendix. | |
7465 | Comment out texinfo initialization. Factor a @var{} into two | |
7466 | pieces to prevent makeinfo warnings. | |
7467 | * gdb.texinfo: Add Agent Expressions appendix. | |
7468 | ||
4ca61388 DJ |
7469 | 2003-06-19 Daniel Jacobowitz <drow@mvista.com> |
7470 | ||
7471 | * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED. | |
7472 | ||
07f31aa6 DJ |
7473 | 2003-06-18 Daniel Jacobowitz <drow@mvista.com> |
7474 | ||
5ae4183a | 7475 | * gdb.texinfo (Remote Debugging): New section "Connecting to a |
07f31aa6 DJ |
7476 | remote target". Document the "detach" and "disconnect" commands. |
7477 | (Server, Netware, Debug Session): Reference "Connecting to a | |
7478 | remote target". | |
7479 | (GDB/MI Target Manipulation): Document "-target-disconnect". | |
7480 | ||
2dd0da42 AC |
7481 | 2003-06-13 Andrew Cagney <cagney@redhat.com> |
7482 | ||
7483 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
7484 | REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and | |
7485 | BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC. | |
7486 | ||
e7a3abfc JB |
7487 | 2003-06-09 Jim Blandy <jimb@redhat.com> |
7488 | ||
7489 | * gdb.texinfo (Separate Debug Files): Remove extra semicolon. | |
7490 | ||
25e3a86b AC |
7491 | 2003-06-08 Andrew Cagney <cagney@redhat.com> |
7492 | ||
7493 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7494 | documentation on FRAME_ARGS_ADDRESS_CORRECT. | |
7495 | ||
a9e5fdc2 AC |
7496 | 2003-06-08 Andrew Cagney <cagney@redhat.com> |
7497 | ||
7498 | * gdbint.texinfo (Target Architecture Definition): Document | |
7499 | "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP. | |
7500 | ||
b37303ee AF |
7501 | 2003-06-07 Adam Fedor <fedor@gnu.org> |
7502 | ||
7503 | * gdb.texinfo: Add Objective-C documentation. | |
7504 | ||
39fe6e80 AC |
7505 | 2003-06-01 Andrew Cagney <cagney@redhat.com> |
7506 | ||
7507 | * gdbint.texinfo (Target Architecture Definition): Add "func_addr" | |
7508 | parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr". | |
7509 | ||
125309b2 AC |
7510 | 2003-05-21 Andrew Cagney <cagney@redhat.com> |
7511 | ||
7512 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7513 | references to "extract_address" and "store_address". | |
7514 | ||
b8b527c5 AC |
7515 | 2003-05-16 Andrew Cagney <cagney@redhat.com> |
7516 | ||
7517 | * gdbint.texinfo (Target Architecture Definition): Replace | |
7518 | REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo, | |
7519 | DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE. | |
7520 | ||
50e3ee83 TR |
7521 | 2003-05-14 Theodore A. Roth <troth@openavr.org> |
7522 | ||
7523 | * gdbint.texinfo (Breakpoint Handling): Correct a double negative. | |
7524 | ||
44e2be90 L |
7525 | 2003-05-10 H.J. Lu <hongjiu.lu@intel.com> |
7526 | ||
7527 | * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S). | |
7528 | (gdb.dvi): Likewise. | |
7529 | (gdb.pdf): Likewise. | |
7530 | (links2roff): Likewise. | |
7531 | ||
df5215a6 JB |
7532 | 2003-05-08 Jim Blandy <jimb@redhat.com> |
7533 | ||
7534 | * gdb.texinfo (Dump/Restore Files): Update documentation for | |
7535 | 'dump', 'append', and 'restore': note that format argument is | |
7536 | optional; simplify presentation of the command variants; and be | |
7537 | more precise about the formats. | |
7538 | ||
5e7b2f39 JB |
7539 | 2003-05-07 Jim Blandy <jimb@redhat.com> |
7540 | ||
7541 | * gdb.texinfo (Symbols): Update documentation: 'maint list | |
7542 | symtabs' and 'maint list psymtabs' have been renamed 'maint info | |
7543 | symtabs' and 'maint info psymtabs'. | |
7544 | ||
b1e29e33 AC |
7545 | 2003-05-05 Andrew Cagney <cagney@redhat.com> |
7546 | ||
7547 | * gdbint.texinfo (Target Architecture Definition): Make | |
7548 | CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH, | |
7549 | FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and | |
7550 | CALL_DUMMY_BREAKPOINT_OFFSET deprecated. | |
7551 | ||
00905d52 AC |
7552 | 2003-05-04 Andrew Cagney <cagney@redhat.com> |
7553 | ||
7554 | * gdb.texinfo (Maintenance Commands): Document "maint print | |
7555 | dummy-frames". | |
7556 | ||
54ff5908 AC |
7557 | 2003-05-04 Andrew Cagney <cagney@redhat.com> |
7558 | ||
7559 | * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}. | |
7560 | ||
32e7087d JB |
7561 | 2003-05-03 J. Brobecker <brobecker@gnat.com> |
7562 | ||
7563 | Thierry Schneider <tpschneider1@yahoo.com> | |
7564 | * gdb.texinfo (section GDB/MI Symbol Query): Add documentation | |
7565 | for new MI command. | |
7566 | ||
7043d8dc AC |
7567 | 2003-05-03 Andrew Cagney <cagney@redhat.com> |
7568 | ||
7569 | * gdbint.texinfo (Target Architecture Definition): Document | |
7570 | push_dummy_code. Add cross references. | |
7571 | ||
e33d66ec EZ |
7572 | 2003-05-02 Elena Zannoni <ezannoni@redhat.com> |
7573 | ||
7574 | * gdb.texinfo (Character Sets): Update to reflect new behavior of | |
7575 | set/show charsets commands. | |
7576 | ||
0ba6dca9 AC |
7577 | 2003-04-28 Andrew Cagney <cagney@redhat.com> |
7578 | ||
7579 | * gdbint.texinfo (Target Architecture Definition): Replace | |
7580 | read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp, | |
7581 | DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM. | |
7582 | ||
d7a27068 AC |
7583 | 2003-04-28 Andrew Cagney <cagney@redhat.com> |
7584 | ||
7585 | * gdbint.texinfo (Target Architecture Definition): Rename | |
7586 | "tm_print_insn" to "deprecated_tm_print_insn". | |
7587 | ||
44ea7b70 JB |
7588 | 2003-04-09 Jim Blandy <jimb@redhat.com> |
7589 | ||
7590 | * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint | |
7591 | list psymtabs'. | |
7592 | ||
fb8f8949 AC |
7593 | 2003-04-08 Andrew Cagney <cagney@redhat.com> |
7594 | ||
7595 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7596 | references to EXTRA_FRAME_INFO. | |
7597 | ||
32fb0f22 AC |
7598 | 2003-04-08 Andrew Cagney <cagney@redhat.com> |
7599 | ||
7600 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7601 | PRINT_TYPELESS_INTEGER. | |
7602 | ||
6be67e67 JB |
7603 | 2003-04-02 J. Brobecker <brobecker@gnat.com> |
7604 | ||
7605 | * observer.texi (GDB Observers): Adjust the documentation for the | |
7606 | normal_stop notification to better describe reality. Fix a couple | |
7607 | of minor typos. | |
7608 | ||
4e35d5f0 BR |
7609 | 2003-04-02 Bob Rossi <bob_rossi@cox.net> |
7610 | ||
a9331b3f | 7611 | * gdb.texinfo (GDB/MI Program Control): Add |
4e35d5f0 BR |
7612 | '-file-list-exec-source-file' |
7613 | ||
e8a8712a AC |
7614 | 2003-03-31 Andrew Cagney <cagney@redhat.com> |
7615 | ||
7616 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7617 | references to CALL_DUMMY_P. | |
7618 | ||
6c0e89ed AC |
7619 | 2003-03-30 Andrew Cagney <cagney@redhat.com> |
7620 | ||
7621 | * gdbint.texinfo (Target Architecture Definition): Remove | |
7622 | reference to TARGET_WRITE_SP. | |
a9331b3f | 7623 | |
378bfd1b AC |
7624 | 2003-03-27 Andrew Cagney <cagney@redhat.com> |
7625 | ||
7626 | * gdbint.texinfo (Target Architecture Definition): Remove | |
7627 | references to write_sp. | |
6c0e89ed | 7628 | |
922fbb7b AC |
7629 | 2003-03-27 Andrew Cagney <cagney@redhat.com> |
7630 | ||
7631 | * gdb.texinfo (GDB/MI Variable Objects): Replace @include with | |
7632 | chapter body. Use @smallexample instead of @example. | |
7633 | (Annotations): Ditto. | |
7634 | * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and | |
7635 | annotate.texi. | |
7636 | ||
b81774d8 AC |
7637 | 2003-03-26 Andrew Cagney <cagney@redhat.com> |
7638 | ||
7639 | * gdbint.texinfo (Target Architecture Definition): Replace | |
7640 | PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and | |
7641 | dummy_addr parameters. | |
7642 | ||
1bf6d5cc AC |
7643 | 2003-03-25 Andrew Cagney <cagney@redhat.com> |
7644 | ||
7645 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7646 | reference to CALL_DUMMY_STACK_ADJUST_P. Rename | |
7647 | CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST. | |
7648 | Add reference to PUSH_ARGUMENTS. | |
7649 | ||
618ce49f AC |
7650 | 2003-03-23 Andrew Cagney <cagney@redhat.com> |
7651 | ||
7652 | * gdbint.texinfo (Algorithms, Target Architecture Definition): | |
7653 | Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID. | |
7654 | ||
bcd7e15f JB |
7655 | 2003-03-18 J. Brobecker <brobecker@gnat.com> |
7656 | ||
7657 | * gdbint.texinfo (Algorithms): Add new section describing the | |
7658 | Observer paradigm. | |
7659 | (Top): Add menu entry to new observer appendix. | |
7660 | * observer.texi: New file. | |
7661 | * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on | |
7662 | new observer.texi file. | |
7663 | ||
9fe8321b AC |
7664 | 2003-03-17 Andrew Cagney <cagney@redhat.com> |
7665 | ||
7666 | * gdb.texinfo (DATE): Delete. Remove date from titles. Mention | |
7667 | that GNU Press update the manual version number. | |
7668 | ||
ac2adee5 AC |
7669 | 2003-03-12 Andrew Cagney <cagney@redhat.com> |
7670 | ||
7671 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7672 | references to get_saved_register. Rename GET_SAVED_REGISTER to | |
7673 | DEPRECATED_GET_SAVED_REGISTER. | |
7674 | ||
749b82f6 AC |
7675 | 2003-03-13 Andrew Cagney <cagney@redhat.com> |
7676 | ||
7677 | * gdbint.texinfo (Target Architecture Definition): Replace | |
7678 | POP_FRAME with DEPRECATED_POP_FRAME. Update description. | |
7679 | ||
8bedc050 AC |
7680 | 2003-03-12 Andrew Cagney <cagney@redhat.com> |
7681 | ||
7682 | * gdbint.texinfo (Target Architecture Definition): Rename | |
7683 | FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC. | |
a9331b3f | 7684 | |
0ce1b118 CV |
7685 | 2003-03-10 Corinna Vinschen <vinschen@redhat.com> |
7686 | ||
7687 | * gdb.texinfo: Add File-I/O documentation. | |
7688 | ||
12cc2063 AC |
7689 | 2003-03-10 Andrew Cagney <cagney@redhat.com> |
7690 | ||
7691 | * gdbint.texinfo (Target Architecture Definition): Cross reference | |
7692 | FRAME_SAVED_PC to unwind_pc. Document unwind_pc. | |
7693 | ||
7453dc06 AC |
7694 | 2003-03-07 Andrew Cagney <cagney@redhat.com> |
7695 | ||
7696 | * gdb.texinfo (Debugging Output): Mention the "set/show debug | |
7697 | frame" command. | |
7698 | ||
6314f104 AC |
7699 | 2003-03-05 Andrew Cagney <cagney@redhat.com> |
7700 | ||
7701 | * gdbint.texinfo (Target Architecture Definition): Document | |
7702 | unwind_dummy_id. Cross reference unwind_dummy_id and | |
7703 | SAVE_DUMMY_FRAME_TOS. | |
7704 | ||
f1212245 DJ |
7705 | 2003-03-05 James Ingham <jingham@apple.com> |
7706 | Daniel Jacobowitz <drow@mvista.com> | |
7707 | ||
7708 | * gdb.texinfo (Configuring the current ABI): Document "set cp-abi" | |
7709 | and "show cp-abi". | |
7710 | ||
77e7e267 AC |
7711 | 2003-03-03 Andrew Cagney <cagney@redhat.com> |
7712 | ||
7713 | * gdbint.texinfo (Target Architecture Definition): Document | |
7714 | register_type. | |
7715 | ||
838a8221 AC |
7716 | 2003-03-03 Andrew Cagney <cagney@redhat.com> |
7717 | ||
7718 | * stabs.texinfo (Structures): Use @samp and separate @var's | |
7719 | instead of a single @var containing a comma separated list. | |
7720 | (Unions): Ditto. | |
7721 | ||
d7f4a264 DJ |
7722 | 2003-03-02 Daniel Jacobowitz <drow@mvista.com> |
7723 | ||
7724 | * Makefile.in (distclean): Remove config.log. | |
7725 | ||
f30ee0bc AC |
7726 | 2003-03-01 Andrew Cagney <cagney@redhat.com> |
7727 | ||
7728 | * gdbint.texinfo (Target Architecture Definition): Rename | |
7729 | FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS. | |
7730 | ||
7731 | 2003-03-01 Andrew Cagney <cagney@redhat.com> | |
e9582e71 AC |
7732 | |
7733 | * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to | |
7734 | DEPRECATED_INIT_EXTRA_FRAME_INFO. | |
7735 | ||
be448670 CF |
7736 | 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk> |
7737 | ||
7738 | * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols. | |
7739 | (Non-debug DLL symbols): New node, describing the minimal symbols | |
7740 | loaded from DLLs without real debugging symbols. | |
7741 | ||
501eef12 AC |
7742 | 2003-02-20 Andrew Cagney <ac131313@redhat.com> |
7743 | ||
7744 | * gdb.texinfo (Set Breaks): Add cross reference to "set remote | |
7745 | hardware-breakpoint-limit". | |
7746 | (Set Watchpoints): Add cross reference to "set remote | |
7747 | hardware-watchpoint-limit". | |
7748 | (Remote configuration options): New section. | |
7749 | ||
21c294e6 AC |
7750 | 2003-02-04 Andrew Cagney <ac131313@redhat.com> |
7751 | ||
e9be73e4 AC |
7752 | * gdbint.texinfo (Target Architecture Definition): Delete |
7753 | descrption of IS_TRAPPED_INTERNALVAR. | |
7754 | ||
21c294e6 AC |
7755 | From Keith Seitz <keiths@redhat.com>: |
7756 | * gdb.texinfo (Interpreters): New chapter. Refer the command-line | |
7757 | option "-i"/"--interpreter" to this chapter. Include index | |
7758 | entries. | |
7759 | ||
0179ffac DC |
7760 | 2003-02-04 David Carlton <carlton@math.stanford.edu> |
7761 | ||
7762 | * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+. | |
7763 | (Variables): Recommend stabs+ and DWARF 2. | |
7764 | (C plus plus expressions): Correct info about | |
7765 | compiler versions, debug formats. | |
7766 | (Contributors): Change 'DWARF2' to 'DWARF 2'. | |
7767 | PR symtab/874. | |
7768 | ||
7ca9f392 AC |
7769 | 2003-02-01 Andrew Cagney <ac131313@redhat.com> |
7770 | ||
7771 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7772 | description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES, | |
7773 | ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and | |
7774 | BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with | |
7775 | references to nindy and i960. | |
7776 | * gdb.texinfo (i960): Delete all references to i960 and nindy. | |
7777 | ||
31a85ea2 AC |
7778 | 2003-02-01 Andrew Cagney <ac131313@redhat.com> |
7779 | ||
7780 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7781 | FLOAT_INFO. | |
7782 | ||
6b894e49 AC |
7783 | 2003-01-30 Andrew Cagney <ac131313@redhat.com> |
7784 | ||
7785 | * stabs.texinfo (Member Type Descriptor): Clarify description of | |
7786 | `@'. Suggested by Ben Hutchings. | |
7787 | ||
c48861fb AC |
7788 | 2003-01-29 Andrew Cagney <ac131313@redhat.com> |
7789 | ||
7790 | * gdb.texinfo (M68K): Delete reference to es1800. | |
7791 | ||
617073a9 AC |
7792 | 2003-01-29 Andrew Cagney <ac131313@redhat.com> |
7793 | ||
7794 | * gdb.texinfo (Maintenance Commands): Document `maint print | |
7795 | reggroups' and `maint print register-groups'. | |
7796 | * gdbint.texinfo (Target Architecture Definition): Document | |
7797 | register_reggroup_p. | |
7798 | ||
5b5d99cf JB |
7799 | 2003-01-23 Jim Blandy <jimb@redhat.com> |
7800 | ||
7801 | * gdb.texinfo (Separate Debug Files): New section. | |
7802 | ||
e7ba9c65 DJ |
7803 | 2003-01-22 Daniel Jacobowitz <drow@mvista.com> |
7804 | ||
7805 | * gdb.texinfo (Maintenance Commands): Add "maint set profile" | |
7806 | and "maint show profile". | |
7807 | ||
94e91d6d MC |
7808 | 2003-01-16 Michael Chastain <mec@shout.net> |
7809 | ||
7810 | * gdb.texinfo (Installing GDB): Warn against | |
7811 | ".../gdb-VERSION/gdb/configure". | |
7812 | (Separate Objdir): Likewise. | |
7813 | ||
867f3898 AC |
7814 | 2003-01-15 Andrew Cagney <ac131313@redhat.com> |
7815 | ||
7816 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7817 | definition of PRINT_REGISTER_HOOK. | |
7818 | ||
f153cc92 EZ |
7819 | 2003-01-15 Elena Zannoni <ezannoni@redhat.com> |
7820 | ||
7821 | (OpenRISC 1000): Fix formatting of command names. | |
7822 | ||
c60eb6f1 EZ |
7823 | 2003-01-15 Elena Zannoni <ezannoni@redhat.com> |
7824 | ||
7825 | * gdb.texinfo (Continuing and Stepping): Add new command | |
7826 | 'advance'. Clarify behavior of 'until'. | |
7827 | ||
f5ebfba0 DJ |
7828 | 2003-01-13 Daniel Jacobowitz <drow@mvista.com> |
7829 | ||
7830 | * gdb.texinfo (Files): Document solib-absolute-prefix and | |
7831 | solib-search-path. | |
7832 | ||
4ce8657e MC |
7833 | 2003-01-09 Michael Chastain <mec@shout.net> |
7834 | ||
7835 | * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete. | |
7836 | (Create a Release): Add new instructions for new @file{src-release}. | |
7837 | Document existing instructions for @file{Makefile.in} as | |
7838 | being for @value{GDBN} 5.3.1 or earlier. | |
7839 | ||
372613e3 AC |
7840 | 2003-01-09 Andrew Cagney <ac131313@redhat.com> |
7841 | ||
7842 | * gdbint.texinfo (Target Architecture Definition): Mention | |
7843 | frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to | |
7844 | allocate memory. | |
7845 | ||
b4e9345d DJ |
7846 | 2003-01-04 Daniel Jacobowitz <drow@mvista.com> |
7847 | ||
7848 | * gdb.texinfo (Controlling GDB): Add @kindex for | |
7849 | "show osabi". | |
7850 | (Backtraces): Add @kindex's for backtrace-below-main. | |
7851 | ||
98b45e30 DJ |
7852 | 2003-01-04 Daniel Jacobowitz <drow@mvista.com> |
7853 | ||
7854 | * gdb.texinfo (Controlling GDB): Document "set osabi". | |
7855 | ||
95f90d25 DJ |
7856 | 2003-01-04 Daniel Jacobowitz <drow@mvista.com> |
7857 | ||
7858 | * gdb.texinfo (Backtraces): Document "set backtrace-below-main". | |
7859 | * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation. | |
7860 | ||
1e698235 DJ |
7861 | 2003-01-04 Daniel Jacobowitz <drow@mvista.com> |
7862 | ||
7863 | * gdb.texinfo (Controlling GDB): Add ABI section. Document | |
7864 | "set coerce-float-to-double". | |
7865 | * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation. | |
7866 | ||
e632838e AC |
7867 | 2003-01-02 Andrew Cagney <ac131313@redhat.com> |
7868 | ||
7869 | * stabs.texinfo: Remove obsolete text. | |
7870 | * gdbint.texinfo: Ditto. | |
7871 | * gdb.texinfo: Ditto. | |
7872 | ||
c133ab7a MK |
7873 | 2002-12-22 Mark Kettenis <kettenis@gnu.org> |
7874 | ||
7875 | * gdbint.texinfo (Target Architecture Definition): Update | |
7876 | description of gdbarch_register_osabi. | |
7877 | ||
f821f325 KH |
7878 | 2002-12-20 Kazu Hirata <kazu@cs.umass.edu> |
7879 | ||
7880 | * agentexpr.texi: Fix typos. | |
7881 | * annotate.texi: Likewise. | |
7882 | * fdl.texi: Likewise. | |
7883 | ||
85a6d8d3 | 7884 | 2002-12-10 Andrew Cagney <cagney@redhat.com> |
a5afb99f AC |
7885 | |
7886 | * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with | |
7887 | DEPRECATED_INIT_FRAME_PC. | |
7888 | ||
ae45cd16 AC |
7889 | 2002-12-01 Andrew Cagney <ac131313@redhat.com> |
7890 | ||
7891 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7892 | PC_IN_CALL_DUMMY. | |
7893 | ||
07555a72 AC |
7894 | 2002-11-28 Andrew Cagney <ac131313@redhat.com> |
7895 | ||
7896 | * gdbint.texinfo (Host Definition): Delete documentation on | |
7897 | USE_GENERIC_DUMMY_FRAMES. | |
7898 | ||
c166cdc7 EZ |
7899 | 2002-11-26 Elena Zannoni <ezannoni@redhat.com> |
7900 | ||
5ae4183a | 7901 | Fix PR gdb/723 and PR gdb/245. |
c166cdc7 EZ |
7902 | * Makefile.in (install-info): Run the install-info command as part |
7903 | of the post install steps only. | |
7904 | (uninstall-info): New target. | |
7905 | (uninstall): New target. | |
7906 | ||
35db0260 EZ |
7907 | 2002-11-22 Elena Zannoni <ezannoni@redhat.com> |
7908 | ||
7909 | * Makefile.in (install): Make install do some real work. | |
7910 | ||
9ba8d803 AC |
7911 | 2002-11-19 Andrew Cagney <ac131313@redhat.com> |
7912 | ||
7913 | Fix POSIX problem reported by Paul Eggert. | |
7914 | * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'. | |
7915 | Fix PR gdb/527. | |
7916 | ||
903ad3a6 AC |
7917 | 2002-10-26 Andrew Cagney <cagney@redhat.com> |
7918 | ||
7919 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7920 | definition of DO_REGISTERS_INFO. | |
7921 | ||
f2abfe65 KB |
7922 | 2002-10-18 Kevin Buettner <kevinb@redhat.com> |
7923 | ||
7924 | * gdbint.texinfo (Address Classes): Fix problems with insertion | |
7925 | of ``{'' and ``}'' in example. | |
7926 | ||
b5b0480a KB |
7927 | 2002-10-17 Kevin Buettner <kevinb@redhat.com> |
7928 | ||
7929 | * gdbint.texinfo (Address Classes): New section. | |
7930 | (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, | |
7931 | ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS, | |
7932 | ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and | |
7933 | ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P. | |
7934 | ||
c85508ee KD |
7935 | 2002-10-11 Klee Dienes <kdienes@apple.com> |
7936 | ||
7937 | * gdb.texinfo (Registers): Mention vector registers as well as | |
7938 | floating registers in the documentation for 'info registers' and | |
7939 | 'info all-registers'. | |
7940 | ||
6d12fc3d DJ |
7941 | 2002-10-11 Daniel Jacobowitz <drow@mvista.com> |
7942 | ||
7943 | * gdbint.texinfo (CPLUS_MARKER): Remove item. | |
7944 | ||
8d19fbd2 JJ |
7945 | 2002-10-03 Jeff Johnston <jjohnstn@redhat.com> |
7946 | ||
7947 | * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int | |
7948 | interface definition. | |
7949 | ||
a37295f9 MM |
7950 | 2002-10-03 Marko Mlinar <markom@opencores.org> |
7951 | ||
7952 | * gdb.texinfo (Target Commands): Add or1k target specific | |
7953 | commands. | |
7954 | * gdb.texinfo (Contributors): Add myself to the contributors list. | |
7955 | ||
da0f9dcd AC |
7956 | 2002-10-01 Andrew Cagney <ac131313@redhat.com> |
7957 | ||
7958 | * gdb.texinfo (Mode Options): Update --interpreter option. "mi2" | |
7959 | and "mi1" instead of "mi1" and "mi0". | |
7960 | ||
2e834e49 HPN |
7961 | 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com> |
7962 | ||
7963 | * gdb.texinfo (Packets): Fix typos "alligned". | |
7964 | Correct z3/Z3 description. Correct z4/Z4 title. | |
7965 | ||
050be0dc AC |
7966 | 2002-09-27 Andrew Cagney <ac131313@redhat.com> |
7967 | ||
7968 | * all-cfg.texi: Use @sc for GDB and GCC. Update copyright. | |
7969 | ||
1104b9e7 KB |
7970 | 2002-09-25 Kevin Buettner <kevinb@redhat.com> |
7971 | ||
7972 | * gdb.texinfo: Use GNU/Linux instead of Linux. | |
7973 | ||
512217c7 AC |
7974 | 2002-09-25 Andrew Cagney <ac131313@redhat.com> |
7975 | ||
7976 | * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''. | |
7977 | ||
10998722 AC |
7978 | 2002-09-24 Andrew Cagney <ac131313@redhat.com> |
7979 | ||
512217c7 | 7980 | * gdb.texinfo: Replace @example with @smallexample. |
10998722 | 7981 | |
a0eb71c5 KB |
7982 | 2002-09-20 Kevin Buettner <kevinb@redhat.com> |
7983 | ||
f7dc1244 | 7984 | From Eli Zaretskii <eliz@gnu.org>: |
a0eb71c5 KB |
7985 | * gdb.texinfo (Character Sets): Use @smallexample instead of |
7986 | @example. Use GNU/Linux instead of Linux. | |
7987 | ||
7988 | 2002-09-20 Jim Blandy <jimb@redhat.com> | |
7989 | ||
7990 | * gdb.texinfo: Add character set documentation. | |
7991 | ||
2f870471 AC |
7992 | 2002-09-19 Andrew Cagney <ac131313@redhat.com> |
7993 | ||
7994 | * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation. | |
7995 | (Packets): Add cross reference from `b' packet to `z' packets. | |
7996 | ||
790eb8f5 AC |
7997 | 2002-09-19 Andrew Cagney <ac131313@redhat.com> |
7998 | ||
8d30a00d AC |
7999 | * gdb.texinfo (Maintenance Commands): Document ``maint |
8000 | internal-error'' and ``maint internal-warning''. | |
8001 | ||
790eb8f5 AC |
8002 | * gdbint.texinfo (Target Architecture Definition): Revise |
8003 | description of STACK_ALIGN. Add description of FRAME_ALIGN. | |
8004 | ||
a23a7bf1 JB |
8005 | 2002-09-19 Joel Brobecker <brobecker@gnat.com> |
8006 | ||
8007 | * gdbint.texinfo (Target Conditionals): Document the new | |
8008 | NAME_OF_MALLOC macro. | |
8009 | ||
299ffc64 AC |
8010 | 2002-09-05 Andrew Cagney <ac131313@redhat.com> |
8011 | ||
8012 | * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release | |
8013 | engineer. | |
8014 | ||
b7bb15bc SC |
8015 | 2002-09-02 Stephane Carrez <stcarrez@nerim.fr> |
8016 | ||
8017 | * gdb.texinfo (TUI Overview): Document status line fields. | |
8018 | ||
3d757584 SC |
8019 | 2002-09-02 Stephane Carrez <stcarrez@nerim.fr> |
8020 | ||
8021 | * gdb.texinfo (TUI Commands): Document info win command. | |
8022 | ||
269c21fe SC |
8023 | 2002-09-01 Stephane Carrez <stcarrez@nerim.fr> |
8024 | ||
8025 | * gdb.texinfo (TUI Overview): Document breakpoint markers. | |
8026 | ||
7cf36c78 SC |
8027 | 2002-09-01 Stephane Carrez <stcarrez@nerim.fr> |
8028 | ||
8029 | * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode. | |
8030 | (TUI Keys): Likewise. | |
8031 | ||
d2c6833e AC |
8032 | 2002-08-25 Andrew Cagney <ac131313@redhat.com> |
8033 | ||
8034 | * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-'' | |
8035 | for a packet receive. | |
8036 | ||
46d8b1c3 AC |
8037 | 2002-08-25 Andrew Cagney <ac131313@redhat.com> |
8038 | ||
8039 | * Makefile.in (clean): Move to end of file. | |
8040 | (distclean, maintainer-clean, realclean): Ditto. | |
8041 | (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS, | |
8042 | GDBINT_TEX_TMPS, STABS_TEX_TMPS. | |
8043 | (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi. | |
8044 | (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto. | |
8045 | ||
b0787093 AC |
8046 | 2002-08-24 Andrew Cagney <ac131313@redhat.com> |
8047 | ||
8048 | * Makefile.in (GDBINT_TEX_TMPS): Define. | |
8049 | (gdbint.dvi, gdbint.pdf): Use | |
8050 | (GDB_TEX_TMPS): Define. | |
8051 | (gdb.dvi, gdb.pdf): Use. | |
8052 | (STABS_TEX_TMPS): Define. | |
8053 | (stabs.dvi, stabs.pdf): Use. | |
8054 | (GDB_DOC_SOURCE_INCLUDES): New macros. | |
8055 | (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros. | |
8056 | (GDBINT_DOC_FILES_INCLUDES): New macros. | |
8057 | (GDBINT_DOC_BUILD_INCLUDES): New macros. | |
8058 | (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros. | |
8059 | (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros. | |
8060 | (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros. | |
8061 | (links2roff): Replace SFILES_INCLUDED with | |
8062 | GDB_DOC_SOURCE_INCLUDES. | |
8063 | (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies. | |
8064 | (gdb.me, gdb.mm, gdb.ms): Update dependencies. | |
8065 | (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update | |
8066 | dependencies. | |
8067 | (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update | |
8068 | dependencies. | |
8069 | (gdbmi.texinfo): Delete rule. | |
8070 | (inc-hist.texinfo): Delete rule. | |
8071 | (rluser.texinfo): Delete rule. | |
8072 | ||
ebba8386 AC |
8073 | 2002-08-23 Andrew Cagney <cagney@redhat.com> |
8074 | ||
8075 | * gdbint.texinfo (Target Architecture Definition): Update | |
8076 | STORE_RETURN_VALUE, mention regcache. | |
8077 | ||
0ab7a791 AC |
8078 | 2002-08-21 Andrew Cagney <ac131313@redhat.com> |
8079 | ||
8080 | * gdbint.texinfo (Target Architecture Definition): Document | |
8081 | print_registers_info. Note that DO_REGISTERS_INFO is deprecated. | |
8082 | ||
ee2d5c50 AC |
8083 | 2002-08-19 Andrew Cagney <ac131313@redhat.com> |
8084 | ||
8085 | * gdb.texinfo (Remote Protocol): Reformat. Use cross references. | |
8086 | Fix minor typos. Add index entries. | |
8087 | ||
53c69bd7 AC |
8088 | 2002-08-18 Andrew Cagney <ac131313@redhat.com> |
8089 | ||
8090 | * gdb.texinfo (Data): Add ``Vector Unit'' to menu. | |
8091 | ||
e76f1f2e AC |
8092 | 2002-08-15 Andrew Cagney <ac131313@redhat.com> |
8093 | ||
8094 | * gdbint.texinfo (Target Architecture Definition): Document | |
8095 | PRINT_VECTOR_INFO. | |
8096 | * gdb.texinfo (Vector Unit): Document "info vectors" command. | |
8097 | ||
0680b120 AC |
8098 | 2002-08-13 Andrew Cagney <ac131313@redhat.com> |
8099 | ||
8100 | * gdb.texinfo (Maintenance Commands): Document "maint print | |
8101 | registers", "maint print raw-registers" and "maint print | |
8102 | cooked-registers". | |
8103 | ||
3c3bea1c GS |
8104 | 2002-08-08 Grace Sainsbury <graces@redhat.com> |
8105 | ||
a9331b3f | 8106 | From Mark Salter: |
3c3bea1c GS |
8107 | * gdb.texinfo (Protocol): Document T packet extension to |
8108 | allow watchpoint address reporting. | |
8109 | ||
42f9b0a5 AC |
8110 | 2002-08-03 Andrew Cagney <ac131313@redhat.com> |
8111 | ||
8112 | * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var. | |
8113 | ||
db034ac5 AC |
8114 | 2002-08-01 Andrew Cagney <cagney@redhat.com> |
8115 | ||
8116 | * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references | |
8117 | to CHILL. | |
8118 | ||
e2b28d04 AC |
8119 | 2002-08-01 Andrew Cagney <ac131313@redhat.com> |
8120 | ||
8121 | * gdbint.texinfo (Coding): Revise section "Include Files". | |
8122 | ||
7fb623f7 AC |
8123 | 2002-07-24 Andrew Cagney <cagney@redhat.com> |
8124 | ||
8125 | * gdbint.texinfo: Obsolete references to m88k. | |
8126 | * gdb.texinfo: Ditto. | |
8127 | ||
4a2b4636 JB |
8128 | 2002-07-10 Joel Brobecker <brobecker@gnat.com> |
8129 | ||
7fb623f7 | 8130 | * gdbint.texinfo (Create a release candiate): Add the location |
4a2b4636 JB |
8131 | where the proper version of autoconf can be retrieved. |
8132 | ||
a71ec265 DH |
8133 | 2002-07-09 Don Howard <dhoward@redhat.com> |
8134 | ||
8135 | * gdb.texinfo (Command Files): Further describe the behavior of | |
8136 | sourced command files. | |
8137 | ||
b9aa90c9 AC |
8138 | 2002-06-27 Andrew Cagney <ac131313@redhat.com> |
8139 | ||
8140 | * gdbint.texinfo (User Interface): ISO C rather than ISO-C. | |
8141 | (Coding): Clarify ISO C version that GDB assumes. | |
8142 | ||
40dd2248 TT |
8143 | 2002-06-26 Tom Tromey <tromey@redhat.com> |
8144 | ||
8145 | * gdbint.texinfo (User Interface): Mention add_setshow_cmd and | |
8146 | add_setshow_cmd_full. | |
8147 | ||
bfac230e DH |
8148 | 2002-06-25 Don Howard <dhoward@redhat.com> |
8149 | ||
8150 | * gdb.texinfo (Memory Region Attributes): Document new behavior | |
8151 | for 'mem' command. | |
8152 | ||
475b0867 JB |
8153 | 2002-06-11 Jim Blandy <jimb@redhat.com> |
8154 | ||
919d772c JB |
8155 | * gdb.texinfo (Symbols): Update documentation for `info source' |
8156 | command. | |
8157 | ||
475b0867 JB |
8158 | * gdb.texinfo (Macros): Call the command `info macro', not |
8159 | `show macro'. | |
8160 | ||
ba8c9337 AC |
8161 | 2002-06-09 Andrew Cagney <ac131313@redhat.com> |
8162 | ||
8163 | * gdbint.texinfo (Coding): Add section ``Per-architecture module | |
8164 | data''. | |
8165 | ||
1029b7fa MK |
8166 | 2002-06-09 Mark Kettenis <kettenis@gnu.org> |
8167 | ||
8168 | * gdbint.texinfo (Target Architecture Definition): Document | |
8169 | GDB_OSABI_GO32 and GDB_OSABI_NETWARE. | |
8170 | ||
16737d73 AC |
8171 | 2002-06-08 Andrew Cagney <ac131313@redhat.com> |
8172 | ||
8173 | * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet | |
8174 | lists. | |
8175 | ||
30107679 AC |
8176 | 2002-06-08 Andrew Cagney <ac131313@redhat.com> |
8177 | ||
8178 | * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the | |
8179 | Branch''. | |
8180 | ||
3352e23e AC |
8181 | 2002-06-01 Andrew Cagney <ac131313@redhat.com> |
8182 | ||
8183 | * gdbint.texinfo (Target Architecture Definition): Add section | |
8184 | ``Converting an existing Target Architecture to Multi-arch''. | |
8185 | ||
cbb09e6a AC |
8186 | 2002-05-30 Andrew Cagney <ac131313@redhat.com> |
8187 | ||
8188 | * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code'' | |
8189 | to ``Obsoleting code''. Revise. | |
8190 | ||
e2e0bcd1 JB |
8191 | 2002-05-17 Jim Blandy <jimb@redhat.com> |
8192 | ||
8193 | * gdb.texinfo (C Preprocessor Macros): New chapter. | |
8194 | Include it in the main menu. | |
8195 | (Contributors): Credit Jim Blandy with macro support. | |
8196 | (Compilation): Explain how to get macro information into the | |
8197 | executable. | |
8198 | (Expressions): Note that preprocessor macros are expanded. | |
8199 | ||
9db8d71f DJ |
8200 | 2002-05-14 Daniel Jacobowitz <drow@mvista.com> |
8201 | ||
8202 | * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:' | |
8203 | options for `target remote'. | |
8204 | ||
6d531722 AC |
8205 | 2002-05-13 Andrew Cagney <ac131313@redhat.com> |
8206 | ||
8207 | * gdbint.texinfo (Target Architecture Definition): Delete | |
8208 | documentation on NNPC_REGNUM. | |
8209 | ||
13d01224 AC |
8210 | 2002-05-11 Andrew Cagney <ac131313@redhat.com> |
8211 | ||
8212 | * gdbint.texinfo (Target Architecture Definition): Document | |
8213 | REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P. | |
8214 | (Target Architecture Definition): Revise section `Using Different | |
8215 | Register and Memory Data Representations'. Add section `Raw and | |
8216 | Virtual Register Representations'. | |
8217 | ||
b2e75d78 AC |
8218 | 2002-05-11 Andrew Cagney <ac131313@redhat.com> |
8219 | ||
8220 | * gdbint.texinfo (Target Architecture Definition): Mention | |
8221 | defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE. | |
8222 | (Target Architecture Definition): Mention same. Add references to | |
8223 | web pages. | |
8224 | ||
2c8682ee MS |
8225 | 2002-05-08 Michael Snyder <msnyder@redhat.com> |
8226 | ||
8227 | * stabs.texinfo (Attributes): Document new "vector" attribute. | |
8228 | ||
0816590b AC |
8229 | 2002-05-04 Andrew Cagney <ac131313@redhat.com> |
8230 | ||
8231 | * gdbint.texinfo (Releasing GDB): Revise `Create a Release'. | |
8232 | ||
2653173e AC |
8233 | 2002-05-04 Andrew Cagney <ac131313@redhat.com> |
8234 | ||
8235 | * gdb.texinfo: Delete obsolete references to a29k. | |
8236 | ||
d7bd68ca AC |
8237 | 2002-04-24 Andrew Cagney <ac131313@redhat.com> |
8238 | ||
8239 | * gdbint.texinfo (Target Architecture Definition): Replace | |
8240 | IN_SIGTRAMP with PC_IN_SIGTRAMP. | |
8241 | ||
21d83aa5 DM |
8242 | 2002-04-24 David S. Miller <davem@redhat.com> |
8243 | ||
8244 | * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition. | |
8245 | ||
7673a6cc DM |
8246 | 2002-04-21 David S. Miller <davem@redhat.com> |
8247 | ||
8248 | * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition. | |
8249 | ||
d49d1e0a AC |
8250 | 2002-04-21 Andrew Cagney <ac131313@redhat.com> |
8251 | ||
8252 | * gdbint.texinfo (Target Architecture Definition): Delete | |
8253 | definition of HAVE_REGISTER_WINDOWS. | |
8254 | ||
f7dc1244 | 8255 | 2002-04-19 Eli Zaretskii <eliz@gnu.org> |
4be31470 EZ |
8256 | |
8257 | * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by | |
8258 | "Theodore A. Roth" <troth@verinet.com>. | |
8259 | ||
5ca0cb28 DH |
8260 | 2002-04-15 Don Howard <dhoward@redhat.com> |
8261 | ||
f7dc1244 | 8262 | From Eli Zaretskii <eliz@gnu.org> |
5ca0cb28 | 8263 | * gdb.texinfo (show max-user-call-depth): Correct formatting. |
a9331b3f | 8264 | Provide a better explaination of this feature. |
5ca0cb28 | 8265 | |
f208ba17 AC |
8266 | 2002-04-14 Andrew Cagney <ac131313@redhat.com> |
8267 | ||
8268 | * gdbint.texinfo (Target Architecture Definition): Remove | |
8269 | FRAME_CHAIN_COMBINE. | |
8270 | ||
d5ba91de MC |
8271 | 2002-04-12 Michael Chastain <mec@shout.net> |
8272 | ||
8273 | * gdbint.texinfo (Obsolete Conditionals): Remove reference to | |
8274 | REG_STACK_SEGMENT. | |
8275 | ||
26818220 MC |
8276 | 2002-04-09 Michael Chastain <mec@shout.net> |
8277 | ||
8278 | * gdbint.texinfo (Obsolete Conditionals): Remove references to | |
8279 | PYRAMID_* macros. | |
8280 | ||
129188f6 AC |
8281 | 2002-04-07 Andrew Cagney <ac131313@redhat.com> |
8282 | ||
8283 | * gdb.texinfo (Bug Reporting): Document that the web is the | |
8284 | prefered way of submitting bug reports. | |
8285 | (Bug Reporting): Delete the s-mail address as the last resort. | |
8286 | ||
8227c0ff AC |
8287 | 2002-04-05 Andrew Cagney <ac131313@redhat.com> |
8288 | ||
8289 | * gdbint.texinfo (Target Architecture Definition): Delete | |
8290 | references to TARGET_WRITE_FP and write_fp. | |
8291 | ||
16d9dec6 MS |
8292 | 2002-03-27 Michael Snyder <msnyder@redhat.com> |
8293 | ||
8294 | * gdb.texinfo: Document new commands dump, append, and restore. | |
8295 | ||
9ae8b82c AC |
8296 | 2002-03-27 Andrew Cagney <ac131313@redhat.com> |
8297 | ||
8298 | * gdbint.texinfo (Releasing GDB): Revise the section `Before the | |
8299 | Branch'. | |
8300 | ||
474c8240 AC |
8301 | 2002-03-18 Andrew Cagney <ac131313@redhat.com> |
8302 | ||
8303 | * gdb.texinfo: Change all examples to @smallexample. | |
8304 | * gdbint.texinfo: Ditto. | |
a9331b3f | 8305 | |
fb0ff88f AC |
8306 | 2002-03-18 Andrew Cagney <ac131313@redhat.com> |
8307 | ||
8308 | * gdbint.texinfo (Releasing GDB): Add section ``Versions and | |
8309 | Branches''. | |
8310 | ||
9bb0a4d8 AC |
8311 | 2002-03-18 Andrew Cagney <ac131313@redhat.com> |
8312 | ||
8313 | * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit | |
8314 | Policy''. | |
8315 | ||
937f164b FF |
8316 | 2002-03-04 Fred Fish <fnf@redhat.com> |
8317 | ||
8318 | * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred, | |
8319 | expresson, suports, dependant, trhe, perhaphs, situtations, | |
8320 | explictily, taged, oportunity, unfortunatly). | |
8321 | ||
a7b40f07 AC |
8322 | 2002-02-24 Andrew Cagney <ac131313@redhat.com> |
8323 | ||
8324 | * Makefile.in (gdb.info): Add explicit path to gdb.texinfo. | |
8325 | Remove reference to 3.12. | |
8326 | ||
aab4e0ec AC |
8327 | 2002-02-23 Andrew Cagney <ac131313@redhat.com> |
8328 | ||
8329 | * gdbint.texinfo: Include fdl.texi. | |
8330 | (Top): Add GNU Free Documentation License. | |
8331 | * Makefile.in (SFILES_INCLUDED): Add gpl.texi. | |
8332 | (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi. | |
8333 | (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi. | |
8334 | (gdbint.info): Add srcdir to include path. | |
8335 | * gdb.texinfo: Include gpl.texi. | |
8336 | (Top): Add Copying. | |
8337 | * gpl.texi: New file. | |
8338 | ||
47b95330 AC |
8339 | 2002-02-23 Andrew Cagney <ac131313@redhat.com> |
8340 | ||
8341 | * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com. | |
8342 | ||
78c47bea PM |
8343 | 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr> |
8344 | ||
8345 | * gdb.texinfo: Document Cygwin native specific commands. | |
8346 | ||
56460a61 DJ |
8347 | 2002-02-15 Daniel Jacobowitz <drow@mvista.com> |
8348 | ||
8349 | * gdb.texinfo: Document gdbserver ``--attach'' command. | |
8350 | ||
def71bfa MS |
8351 | 2002-02-07 Michael Snyder <msnyder@redhat.com> |
8352 | ||
8353 | * gdb.texinfo (overlays): Change @var(_ovly_debug_event) | |
8354 | to @code(_ovly_debug_event). | |
8355 | ||
c928edc0 AC |
8356 | 2002-02-07 Andrew Cagney <ac131313@redhat.com> |
8357 | ||
8358 | * gdb.texinfo (How Overlays Work): Shrink the overlay diagram. | |
8359 | ||
81d46470 MS |
8360 | 2002-02-06 Michael Snyder <msnyder@redhat.com> |
8361 | ||
8362 | * gdb.texinfo (overlays): Mention new magic symbol | |
8363 | '_ovly_debug_event', which allows GDB to keep better track | |
8364 | of overlays. | |
8365 | ||
f7dc1244 | 8366 | 2002-02-03 Eli Zaretskii <eliz@gnu.org> |
6ca652b0 EZ |
8367 | |
8368 | * gdb.texinfo (Memory Region Attributes): Fix the wording. | |
8369 | Suggested by Dmitry Sivachenko. | |
8370 | ||
8371 | * (<many nodes>): Fix the spelling and punctuation of "i.e.". | |
8372 | ||
15110bc3 MS |
8373 | 2002-02-01 Michael Snyder <msnyder@redhat.com> |
8374 | ||
8375 | * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}. | |
8376 | ||
6763aef9 MS |
8377 | 2002-01-30 Michael Snyder <msnyder@redhat.com> |
8378 | ||
ac282366 MS |
8379 | * gdb.texinfo: (remote protocol): Gramatical fix-up. |
8380 | (set trust-readonly-sections): Document. | |
6763aef9 | 8381 | |
8642bc8f AC |
8382 | 2002-01-29 Andrew Cagney <ac131313@redhat.com> |
8383 | ||
8384 | * gdbint.texinfo (Releasing GDB): Revise and update. | |
8385 | ||
afe64c1a AC |
8386 | 2002-01-28 Andrew Cagney <ac131313@redhat.com> |
8387 | ||
8388 | * gdbint.texinfo (Target Architecture Definition): Delete | |
8389 | description of TARGET_BYTE_ORDER_DEFAULT. | |
8390 | ||
f7dc1244 | 8391 | 2002-01-27 Eli Zaretskii <eliz@gnu.org> |
59649f2e EZ |
8392 | |
8393 | * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko | |
8394 | <mitya@cavia.pp.ru>. | |
8395 | ||
3d6e1b5a AC |
8396 | 2002-01-23 Andrew Cagney <ac131313@redhat.com> |
8397 | ||
8398 | * libgdb.texinfo: Delete file. | |
8399 | ||
6c0e9fb3 AC |
8400 | 2002-01-22 Andrew Cagney <ac131313@redhat.com> |
8401 | ||
8402 | * gdb.texinfo: Remove makeinfo 3.12 hacks. | |
8403 | * gdbint.texinfo: Ditto. | |
8404 | ||
e0ce93ac AC |
8405 | Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com> |
8406 | ||
8407 | * gdb.texinfo: Fix typo ``Remove' -> ``Remote''. | |
8408 | ||
be298bcc AC |
8409 | 2002-01-22 Andrew Cagney <ac131313@redhat.com> |
8410 | ||
8411 | * Makefile.in: Update copyright. | |
8412 | (TEXI2DVI): Define. | |
8413 | (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI. | |
8414 | (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on | |
8415 | gdb-cfg.texi. | |
8416 | (TEXINDEX, PDFTEX): Delete makefile variables. | |
8417 | ||
8e04817f AC |
8418 | 2002-01-22 Andrew Cagney <ac131313@redhat.com> |
8419 | ||
8420 | * gdb.texinfo (Protocol): Move section to appendix. | |
8421 | ||
6b2f586d AC |
8422 | 2002-01-21 Andrew Cagney <ac131313@redhat.com> |
8423 | ||
8424 | * gdb.texinfo (Remote Debugging): Create a menu. | |
8425 | (Top): Add ``Remote Debugging'' to menu. | |
8426 | ||
6f05cf9f AC |
8427 | 2002-01-21 Andrew Cagney <ac131313@redhat.com> |
8428 | ||
8429 | * gdb.texinfo (Remote): Move the sub-section ``The GDB remote | |
8430 | serial protocol'' from here. | |
8431 | (Remote Debugging): To here. New chapter. | |
8432 | ||
3fd3d7d2 AC |
8433 | 2002-01-20 Andrew Cagney <ac131313@redhat.com> |
8434 | ||
8435 | * gdbint.texinfo (Target Architecture Definition): Delete | |
8436 | description of TARGET_BYTE_ORDER_SELECTABLE_P. | |
8437 | ||
7fd60527 AC |
8438 | 2002-01-20 Andrew Cagney <ac131313@redhat.com> |
8439 | ||
8440 | * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh | |
8441 | are no longer needed. | |
8442 | (Porting GDB): Add maintainer note about configure.host. | |
8443 | ||
c2f05ac9 AC |
8444 | 2002-01-20 Andrew Cagney <ac131313@redhat.com> |
8445 | ||
8446 | * gdbint.texinfo (Target Architecture Definition): Remove | |
8447 | definition of IEEE_FLOAT. | |
8448 | ||
f7dc1244 | 8449 | 2002-01-20 Eli Zaretskii <eliz@gnu.org> |
231b2aad EZ |
8450 | |
8451 | * gdb.texinfo: Beautify copyright years; fix a typo. | |
56248298 EZ |
8452 | (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans |
8453 | <3diff@gnu.org> | |
231b2aad | 8454 | |
82600034 AC |
8455 | 2002-01-19 Andrew Cagney <ac131313@redhat.com> |
8456 | ||
8457 | * gdbint.texinfo (Host Definition): Remove references to | |
8458 | MALLOC_INCOMPATIBLE. | |
8459 | ||
7708fa01 AC |
8460 | 2002-01-17 Andrew Cagney <ac131313@redhat.com> |
8461 | ||
8462 | * gdbint.texinfo (Host Definition): Remove references to XDEPFILES | |
8463 | and xyz-xdep.o. | |
8464 | ||
eb12ee30 AC |
8465 | 2002-01-17 Andrew Cagney <ac131313@redhat.com> |
8466 | ||
889bf7c5 | 8467 | * gdb.texinfo (Maintenance Commands): Add appendix. |
eb12ee30 AC |
8468 | (Set Breaks): Copy ``maint info breakpoint'' doco to |
8469 | ``Maintenance Commands'' appendix. Add reference. | |
8470 | ||
c9ccaa92 AC |
8471 | 2002-01-17 Andrew Cagney <ac131313@redhat.com> |
8472 | ||
8473 | * fdl.texi: Remove next/prev from @node. | |
8474 | ||
f7dc1244 | 8475 | 2002-01-17 Eli Zaretskii <eliz@gnu.org> |
6826cf00 EZ |
8476 | |
8477 | * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and | |
8478 | for monstrous @multitable (from Brian Youmans). | |
8479 | ||
8480 | * fdl.texi: New file. | |
8481 | ||
8482 | * Makefile.in (SFILES_INCLUDED): Add fdl.texi. | |
8483 | ||
8973da3a AC |
8484 | 2002-01-15 Andrew Cagney <ac131313@redhat.com> |
8485 | ||
8486 | * gdbint.texinfo (Releasing GDB): New chapter. | |
8487 | ||
7d86b5d5 AC |
8488 | 2002-01-14 Andrew Cagney <ac131313@redhat.com> |
8489 | ||
8490 | * gdb.texinfo (Embedded Processors, Calling program functions): | |
8491 | Obsolete references to a29k. | |
8492 | ||
cc1cb004 AC |
8493 | 2002-01-13 Andrew Cagney <ac131313@redhat.com> |
8494 | ||
8495 | * gdbint.texinfo (Coding): Review Cleanups section. Examples | |
8496 | examples. Document that a code-block should do or discard its | |
8497 | cleanups before exit. | |
8498 | ||
79f12247 MS |
8499 | 2002-01-11 Michael Snyder <msnyder@redhat.com> |
8500 | ||
8501 | * gdb.texinfo (Choosing files): Change @samp to @file. | |
8502 | ||
19837790 MS |
8503 | 2002-01-05 Michael Snyder <msnyder@redhat.com> |
8504 | ||
8505 | * gdb.texinfo (--pid): Document new command line option (attach). | |
8506 | ||
f7dc1244 | 8507 | 2002-01-07 Eli Zaretskii <eliz@gnu.org> |
2c0069bb EZ |
8508 | |
8509 | * gdb.texinfo (Tracepoints): Clarify that tracepoints need support | |
8510 | in the stub. | |
8511 | ||
d7449b42 AC |
8512 | 2002-01-04 Andrew Cagney <ac131313@redhat.com> |
8513 | ||
8514 | * gdbint.texinfo (Target Architecture Definition): Replace | |
8515 | BIG_ENDIAN with BFD_ENDIAN_BIG. | |
8516 | ||
f23631e4 AC |
8517 | 2002-01-03 Andrew Cagney <ac131313@redhat.com> |
8518 | ||
8519 | * gdbint.texinfo (Target Architecture Definition): Replace | |
8520 | value_ptr with struct value pointer. | |
8521 | ||
72c9928d EZ |
8522 | 2002-01-02 Eli Zaretskii <eliz@gnu.org> |
8523 | ||
8524 | * gdb.texinfo (Free Software): Fix wording. | |
8525 | ||
959acfd1 EZ |
8526 | 2001-12-31 Eli Zaretskii <eliz@gnu.org> |
8527 | ||
8528 | * gdb.texinfo (Free Software): New section ``Free Software Needs | |
8529 | Free Documentation''. | |
8530 | ||
f7dc1244 | 8531 | 2001-12-30 Eli Zaretskii <eliz@gnu.org> |
2a6585f0 EZ |
8532 | |
8533 | * stabs.texinfo: | |
8534 | * gdb.texinfo: | |
8535 | * gdbint.texinfo: | |
8536 | * libgdb.texinfo: | |
8537 | * annotate.texi: Fix the application of GFDL in the Copyright notice. | |
8538 | ||
6600abed MS |
8539 | 2001-12-29 Michael Snyder <msnyder@redhat.com> |
8540 | ||
8541 | * gdb.texinfo (maint info sections): Fix typo. | |
8542 | ||
f6680716 MS |
8543 | 2001-12-26 Michael Snyder <msnyder@redhat.com> |
8544 | ||
fe95c787 MS |
8545 | * gdb.texinfo (maint info sections): Document. |
8546 | ||
a9331b3f | 8547 | * gdb.texinfo (info proc): Comment out documentation for |
f6680716 MS |
8548 | 'info proc' sub-options that are currently not implemented. |
8549 | ||
c3d3ce5b JB |
8550 | 2001-12-20 Jim Blandy <jimb@redhat.com> |
8551 | ||
8552 | * gdbint.texinfo (TARGET_CHAR_SIGNED): Document. | |
8553 | ||
778eb05e AC |
8554 | 2001-12-15 Andrew Cagney <ac131313@redhat.com> |
8555 | ||
8556 | * gdbint.texinfo (Target Architecture Definition): Replace | |
8557 | LITTLE_ENDIAN with BFD_ENDIAN_LITTLE. | |
8558 | ||
2607059c AC |
8559 | 2001-12-01 Andrew Cagney <ac131313@redhat.com> |
8560 | ||
8561 | * gdbint.texinfo (Host Definition): Delete documentation on | |
8562 | HOST_BYTE_ORDER. | |
8563 | ||
df0cd8c5 JB |
8564 | 2001-11-30 Jim Blandy <jimb@redhat.com> |
8565 | ||
8566 | * gdb.texinfo (Overlays): New chapter, documenting GDB's | |
5ae4183a | 8567 | overlay support. Add to top-level menu. |
df0cd8c5 | 8568 | |
88118b3a TT |
8569 | 2001-11-26 Tom Tromey <tromey@redhat.com> |
8570 | ||
8571 | * gdb.texinfo (Command Syntax): Document C-o binding. | |
8572 | ||
96565e91 CF |
8573 | 2001-07-26 Christopher Faylor <cgf@redhat.com> |
8574 | ||
8575 | * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini | |
8576 | use since it is described in the referenced section. | |
8577 | ||
f7dc1244 | 8578 | From Eli Zaretskii <eliz@gnu.org> |
96565e91 CF |
8579 | * gdb.texinfo (Command Files): Reword to make gdb.ini requirement |
8580 | clearer when using DJGPP. | |
8581 | ||
2a3d5645 CF |
8582 | 2001-11-24 Christopher Faylor <cgf@redhat.com> |
8583 | ||
8584 | * gdb.texinfo (File Options): Change description of -nx and gdb.ini to | |
8585 | specifically refer to MS-DOS. | |
8586 | (command files): Mention gdb.ini is only used on MS-DOS. | |
8587 | ||
aa26fa3a TT |
8588 | 2001-11-21 Tom Tromey <tromey@redhat.com> |
8589 | ||
8590 | * gdb.texinfo (Invoking GDB): Document --args. | |
8591 | (Mode Options): Likewise. | |
8592 | ||
4f8ada06 JB |
8593 | 2001-11-21 Jim Blandy <jimb@redhat.com> |
8594 | ||
8595 | * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT): | |
889bf7c5 PA |
8596 | Delete documentation; this macro has been removed from the |
8597 | sources. | |
4f8ada06 | 8598 | |
3fe0dc10 JB |
8599 | 2001-11-13 Jim Blandy <jimb@redhat.com> |
8600 | ||
8601 | * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify. | |
8602 | ||
9e5abb06 CV |
8603 | 2001-11-06 Corinna Vinschen <vinschen@redhat.com> |
8604 | ||
8605 | * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation. | |
8606 | ||
1c5dfdad MS |
8607 | 2001-11-05 Michael Snyder <msnyder@redhat.com> |
8608 | ||
a9331b3f | 8609 | * gdb.texinfo (info functions): Document use of backslash to |
1c5dfdad MS |
8610 | quote regexp chars in function names such as "operator*()". |
8611 | ||
990f9fe3 FF |
8612 | 2001-11-01 Fred Fish <fnf@redhat.com> |
8613 | ||
8614 | * gdbint.texinfo (SOLIB_ADD): Document additional new | |
8615 | "readsyms" arg. | |
8616 | ||
b433d00b DH |
8617 | 2001-10-30 Don Howard <dhoward@redhat.com> |
8618 | ||
070b1dd3 DH |
8619 | * gdb.texinfo: (Command Files) Added documentation for the |
8620 | behavior of gdb with input redirected from a file. | |
b433d00b | 8621 | |
b7209cb4 FF |
8622 | 2001-10-28 Fred Fish <fnf@redhat.com> |
8623 | ||
8624 | * gdb.texinfo (auto-solib-add): Change docs to match | |
8625 | implementation change. | |
8626 | (auto-solib-limit): Add docs for new variable. | |
8627 | ||
1aa20aa8 AC |
8628 | 2001-10-15 Andrew Cagney <ac131313@redhat.com> |
8629 | ||
8630 | * gdbint.texinfo (Target Architecture Definition): Function | |
8631 | value_as_pointer renamed to value_as_address. | |
8632 | ||
fc0c74b1 AC |
8633 | 2001-10-15 Andrew Cagney <ac131313@redhat.com> |
8634 | ||
8635 | * gdbint.texinfo (Target Architecture Definition): Default | |
8636 | POINTER_TO_ADDRESS functions assume unsigned addresses. | |
8637 | (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a | |
8638 | posting by Jim Blandy. | |
8639 | ||
f4846649 JB |
8640 | 2001-10-12 Jim Blandy <jimb@redhat.com> |
8641 | ||
8642 | * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent | |
8643 | version of texi2html (1.64) doesn't support this flag any more. | |
8644 | ||
f277788b MK |
8645 | 2001-09-08 Mark Kettenis <kettenis@gnu.org> |
8646 | ||
a9dc4918 MK |
8647 | * gdbint.texinfo (Host Definition): Remove description of |
8648 | MEM_FNS_DECLARED. | |
8649 | ||
d28379df MK |
8650 | * gdbint.texinfo (Host Definition): Remove description of R_OK. |
8651 | ||
f277788b MK |
8652 | * gdbint.texinfo (Host Definition): Remove description of |
8653 | HAVE_SIGSETMASK. | |
8654 | ||
7ccaa899 EZ |
8655 | 2001-09-04 Elena Zannoni <ezannoni@redhat.com> |
8656 | ||
8657 | * gdbint.texinfo (Target Architecture Definition): Add | |
8658 | explanation of TARGET_PRINT_INSN macro. | |
8659 | ||
17d9d558 JB |
8660 | 2001-08-30 Jim Blandy <jimb@redhat.com> |
8661 | ||
8662 | * gdb.texinfo (`add-symbol-file'): Correct synopsis. | |
8663 | Explain what it means to load relocatable files. | |
8664 | ||
72cde065 JB |
8665 | 2001-08-28 Jim Blandy <jimb@redhat.com> |
8666 | ||
8667 | * gdbint.texinfo: Bring the HTML `top' menu into sync with the | |
8668 | info `top' menu. | |
8669 | ||
9e678452 CF |
8670 | Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com> |
8671 | ||
8672 | * gdbint.texinfo: Add a cautionary note about macro use. | |
8673 | ||
a2bea4c3 | 8674 | 2001-08-02 Corinna Vinschen <vinschen@redhat.com> |
a9331b3f | 8675 | |
a2bea4c3 CV |
8676 | * gdb.texinfo: Explain omitting the hostname in the |
8677 | `target remote' command. | |
8678 | ||
1129bf27 DJ |
8679 | 2001-07-30 Daniel Jacobowitz <drow@mvista.com> |
8680 | ||
8681 | * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY | |
8682 | and END-INFO-DIR-ENTRY. | |
8683 | ||
732b3002 SC |
8684 | 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr> |
8685 | ||
8686 | * gdb.texinfo (TUI Configuration): Rename tui configuration variables. | |
8687 | ||
89437448 AC |
8688 | 2001-07-25 Andrew Cagney <ac131313@redhat.com> |
8689 | ||
8690 | * gdbint.texinfo (libgdb): Rewrite. | |
8691 | ||
f7dc1244 | 8692 | 2001-07-26 Eli Zaretskii <eliz@gnu.org> |
9a1c15c5 EZ |
8693 | |
8694 | * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted. | |
8695 | ||
c4555f82 SC |
8696 | 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr> |
8697 | ||
8698 | * gdb.texinfo (TUI): New chapter, document the TUI. | |
8699 | (Mode Options): Document the -tui option. | |
8700 | ||
2f45a6e0 MK |
8701 | 2001-07-23 Mark Kettenis <kettenis@gnu.org> |
8702 | ||
8703 | * gdbint.texinfo (Host Definition): Remove description of | |
8704 | NEED_POSIX_SETPGID. | |
8705 | ||
f7dc1244 | 8706 | 2001-07-23 Eli Zaretskii <eliz@gnu.org> |
9f20bf26 EZ |
8707 | |
8708 | * gdb.tex (DJGPP Native): New node, with descriptions of | |
8709 | DJGPP-specific commands. | |
8710 | ||
be9c6c35 JM |
8711 | 2001-07-19 John R. Moore <jmoore@redhat.com> |
8712 | ||
8713 | * gdbint.texinfo: Three misspellings. | |
8714 | ||
dfa249fb AC |
8715 | 2001-07-06 Andrew Cagney <ac131313@redhat.com> |
8716 | ||
8717 | * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty | |
8718 | `test` expressions on bash. Problem reported by Colin Walters. | |
8719 | ||
c72e7388 AC |
8720 | 2001-07-04 Andrew Cagney <ac131313@redhat.com> |
8721 | ||
8722 | * gdbint.texinfo (User Interface): Update ui-out documentation to | |
8723 | refelect recent UI/MI updates. | |
8724 | ||
94bbb2c0 AC |
8725 | 2001-07-04 Andrew Cagney <ac131313@redhat.com> |
8726 | ||
8727 | * gdb.texinfo (Mode Options): Mention the mi0 and mi1 | |
8728 | interpreters. | |
8729 | ||
af6c57ea AC |
8730 | 2001-06-15 Andrew Cagney <ac131313@redhat.com> |
8731 | ||
8732 | * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C | |
8733 | structure and not macros. | |
8734 | (Host Definition): Document that much of this chapter is obsolete. | |
8735 | (Target Architecture Definition): Update list of files that make | |
8736 | up a target architecture. | |
8737 | (Coding): Update. | |
8738 | ||
83aa8bc6 AC |
8739 | 2001-06-28 Andrew Cagney <ac131313@redhat.com> |
8740 | ||
8741 | * gdbint.texinfo (Target Architecture Definition): Update | |
8742 | EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P. | |
8743 | The latter has been changed to a true predicate. | |
8744 | ||
f7dc1244 | 8745 | 2001-06-17 Eli Zaretskii <eliz@gnu.org> |
cb51c4e0 EZ |
8746 | |
8747 | * annotate.texi: Add @noindent where needed. From Dmitry | |
8748 | Sivachenko <dima@Chg.RU>. | |
8749 | * gdb.texinfo: Indexing fix. From Dmitry Sivachenko. | |
8750 | ||
656db9b0 AC |
8751 | 2001-06-16 Andrew Cagney <ac131313@redhat.com> |
8752 | ||
8753 | * gdb.texinfo (Protocol): Fix typo. Extra parenthesis. | |
8754 | ||
df2396a1 AC |
8755 | 2001-06-14 Andrew Cagney <ac131313@redhat.com> |
8756 | ||
8757 | * gdb.texinfo (Remote Protocol): Document that the ``!'' packet | |
8758 | returns ``OK''. Document that the ``R'' packet does not reply. | |
8759 | ||
0f1f2b0a MS |
8760 | 2001-06-13 Michael Snyder <msnyder@redhat.com> |
8761 | ||
8762 | * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:". | |
8763 | ||
f7dc1244 | 8764 | 2001-06-13 Eli Zaretskii <eliz@gnu.org> |
24f93129 EZ |
8765 | |
8766 | * gdb.texinfo (Signals): Clarify the default setting of signal | |
8767 | handling. | |
8768 | ||
a5d7c491 AC |
8769 | 2001-05-14 Andrew Cagney <ac131313@redhat.com> |
8770 | ||
8771 | * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item | |
8772 | (FRAME_ARGS_ADDRESS_CORRECT): Ditto. | |
8773 | ||
05a54c4f AC |
8774 | 2001-05-12 Andrew Cagney <ac131313@redhat.com> |
8775 | ||
8776 | * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in. | |
8777 | ||
f7dc1244 | 8778 | 2001-05-10 Eli Zaretskii <eliz@gnu.org> |
dab11f21 EZ |
8779 | |
8780 | * gdbint.texinfo (Clean Design and Portable Implementation): | |
8781 | Renamed from "Clean Design". | |
8782 | (Clean Design and Portable Implementation): Document portable | |
8783 | methods of handling file names, and the associated macros. | |
8784 | ||
f7dc1244 | 8785 | 2001-04-02 Eli Zaretskii <eliz@gnu.org> |
f5c37c66 EZ |
8786 | |
8787 | * gdb.texinfo (Tracepoint Actions): Mention the "info scope" | |
8788 | command and provide a cross-reference to its description. | |
8789 | (Symbols): Note that "info scope" is useful for trace experiments. | |
8790 | ||
f7dc1244 | 8791 | 2001-04-01 Eli Zaretskii <eliz@gnu.org> |
c534679c | 8792 | |
b37052ae EZ |
8793 | * gdb.texinfo (Symbols): Document "info scope". |
8794 | (Tracepoints): New chapter. | |
8795 | (Contributors): Update for v5.1. | |
8796 | <All nodes>: Change "C++" to "C@t{++}". | |
8797 | ||
0ee54786 EZ |
8798 | * gdbint.texinfo (User Interface): A new section about ui_out |
8799 | functions, based on text written by Fernando Nasser. | |
8800 | ||
c534679c EZ |
8801 | * stabs.texinfo: Change Permissions to GFDL. Update Copyright. |
8802 | ||
f7dc1244 | 8803 | 2001-03-26 Eli Zaretskii <eliz@gnu.org> |
3d67e040 | 8804 | |
e9c75b65 EZ |
8805 | * gdb.texinfo: Change Permissions to GFDL. Update Copyright. |
8806 | ||
8807 | * gdbint.texinfo: Change Permissions to GFDL. Update Copyright. | |
8808 | ||
8809 | * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright. | |
8810 | Replace "GDB" with "@value{GDBN}". Fix markup. | |
8811 | ||
8812 | * annotate.texi: Change Permissions to GFDL. Update Copyright. | |
8813 | ||
3d67e040 EZ |
8814 | * gdb.texinfo (Output Formats): Mention "info symbol" and provide |
8815 | a cross-reference to its description. | |
8816 | (Symbols): Document "info symbol". | |
8817 | ||
f7dc1244 | 8818 | 2001-03-21 Eli Zaretskii <eliz@gnu.org> |
9742079a EZ |
8819 | |
8820 | * gdbint.texinfo (Algorithms): New section "Watchpoints" and new | |
8821 | subsection "x86 Watchpoints". | |
8822 | (Target Architecture Definition): Document the macros | |
8823 | I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS. | |
8824 | (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS. | |
8825 | ||
b0ed3589 AC |
8826 | 2001-03-20 Andrew Cagney <ac131313@redhat.com> |
8827 | ||
8828 | * gdbint.texinfo (Target Architecture Definition): Update | |
8829 | definition of SOFTWARE_SINGLE_STEP_P to include empty parameter | |
8830 | list. | |
8831 | ||
b6ba6518 KB |
8832 | 2001-03-06 Kevin Buettner <kevinb@redhat.com> |
8833 | ||
8834 | * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo, | |
8835 | gdbint.texinfo, refcard.tex: Update/correct copyright notices. | |
8836 | ||
f7dc1244 | 8837 | 2001-02-21 Eli Zaretskii <eliz@gnu.org> |
5ece1a18 EZ |
8838 | |
8839 | * gdb.texinfo (Signals): Document "ignore", "noignore", and "all". | |
8840 | ||
f7dc1244 | 8841 | 2001-02-11 Eli Zaretskii <eliz@gnu.org> |
56caf160 | 8842 | |
17cc6a06 EZ |
8843 | * gdb.texinfo (Environment): Document that `path' does not change |
8844 | the value of PATH in GDB's own environment (it did in the past, | |
8845 | but that was changed on March 15, 1994). Reported by Doug Evans | |
8846 | <dje@transmeta.com>. | |
8847 | ||
56caf160 EZ |
8848 | * gdbint.texinfo: Fix up @itemize lists so that @item is alone on |
8849 | its line. Fix markup of commands and macros. Add an Index node | |
8850 | and index entries. | |
8851 | ||
29e57380 C |
8852 | 2001-01-23 J.T. Conklin <jtc@redback.com> |
8853 | ||
8854 | * gdb.texinfo (Memory region attributes): New manual section. | |
8855 | ||
1c6147de ND |
8856 | 2001-01-04 Nicholas Duffek <nsd@redhat.com> |
8857 | ||
8858 | * gdbint.texinfo (POP_FRAME): Document use by return_command. | |
8859 | ||
f7dc1244 | 8860 | 2000-12-25 Eli Zaretskii <eliz@gnu.org> |
b157b00f EZ |
8861 | |
8862 | * refcard.tex: Version and copyright fixed. From Phil Edwards | |
8863 | <pedwards@disaster.jaj.com>. | |
8864 | ||
0dcedd82 AC |
8865 | Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com> |
8866 | ||
8867 | * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM, | |
889bf7c5 | 8868 | DWARF2_REG_TO_REGNUM): Document. |
0dcedd82 | 8869 | |
3b851bce AC |
8870 | Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com> |
8871 | ||
8872 | * gdbint.texinfo (Coding): Update current value of | |
889bf7c5 | 8873 | --enable-build-warnings. Mention --enable-gdb-build-warnings. |
3b851bce | 8874 | |
f7dc1244 | 8875 | 2000-11-19 Eli Zaretskii <eliz@gnu.org> |
4a92d011 EZ |
8876 | |
8877 | * gdb.texinfo (Continuing and Stepping): Fixed markup and typos, | |
8878 | as suggested by Dmitry Sivachenko <dima@Chg.RU>. | |
8879 | ||
b90a5f51 CF |
8880 | 2000-11-10 Christopher Faylor <cgf@cygnus.com> |
8881 | ||
8882 | * gdb.texinfo: Document new 'set step-mode' command. | |
8883 | ||
f7dc1244 | 8884 | 2000-10-16 Eli Zaretskii <eliz@gnu.org> |
96c405b3 EZ |
8885 | |
8886 | * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling | |
8887 | changes from Dmitry Sivachenko <dima@Chg.RU>. | |
8888 | ||
f7dc1244 | 8889 | 2000-09-26 Eli Zaretskii <eliz@gnu.org> |
c78b4128 EZ |
8890 | |
8891 | * gdb.texinfo (Hooks): Document the new post-hook functionality. | |
8892 | From Steven Johnson <sbjohnson@ozemail.com.au>. | |
8893 | ||
2e685b93 MK |
8894 | 2000-08-10 Mark Kettenis <kettenis@gnu.org> |
8895 | ||
8896 | * gdbint.texinfo (Overall Structure): Spelling fix. | |
8897 | ||
f7dc1244 | 8898 | 2000-08-10 Eli Zaretskii <eliz@gnu.org> |
6f6ef15a EZ |
8899 | |
8900 | * gdbint.texinfo (Target Architecture Definition): Document that | |
8901 | REGISTER_CONVERT_TO_VIRTUAL should only be called on a register | |
8902 | for which REGISTER_CONVERTIBLE returns a zero value. | |
8903 | ||
63ac3005 EZ |
8904 | 2000-07-08 Christopher Faylor <cgf@cygnus.com> |
8905 | ||
8906 | * Makefile.in (install-info): Find files to install in either the | |
8907 | build or source directories (adapted from Makefile.am). | |
8908 | ||
bd79f757 ND |
8909 | 2000-07-07 Nicholas Duffek <nsd@redhat.com> |
8910 | ||
8911 | * stabs.texinfo: Fix spelling errors. | |
8912 | (String Field): FILE-NUMBER starts from 0, not 1. | |
8913 | ||
f7dc1244 | 8914 | 2000-07-05 Eli Zaretskii <eliz@gnu.org> |
5f208f6d EZ |
8915 | |
8916 | * refcard.tex: Remove \centerline from the blurb. Patch from | |
5ae4183a | 8917 | Brian Youmans. |
5f208f6d | 8918 | |
f7dc1244 | 8919 | 2000-06-25 Eli Zaretskii <eliz@gnu.org> |
cc542d3b EZ |
8920 | |
8921 | * Makefile.in (install-info): Support installation from outside of | |
5ae4183a AS |
8922 | the source directory. Reported by Mark Harig |
8923 | <markh@frazier.landmark.com>. | |
cc542d3b | 8924 | |
f3b28801 C |
8925 | 2000-06-20 J.T. Conklin <jtc@redback.com> |
8926 | ||
8927 | * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number. | |
8928 | ||
449f3b6c AC |
8929 | Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com> |
8930 | ||
8931 | * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets. | |
889bf7c5 | 8932 | Generate using pdftex. |
449f3b6c | 8933 | (PDFTEX): Define. |
889bf7c5 | 8934 | (STAGESTUFF, maintainer-clean realclean): Add *.pdf. |
449f3b6c | 8935 | (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the |
889bf7c5 | 8936 | @contents at the start. |
449f3b6c | 8937 | |
f7dc1244 | 8938 | 2000-05-24 Eli Zaretskii <eliz@gnu.org> |
48e934c6 EZ |
8939 | |
8940 | * gdb.texinfo: Remove duplicate @syncodeindex. From Brian | |
5ae4183a | 8941 | Youmans. |
48e934c6 | 8942 | |
9e9c5ae7 AC |
8943 | Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com> |
8944 | ||
8945 | From Brian Youmans: | |
8946 | * gdb.texinfo: Fix ``et al.''. | |
8947 | ||
c741b251 AC |
8948 | Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com> |
8949 | ||
8950 | * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for | |
889bf7c5 | 8951 | loop. |
c741b251 | 8952 | |
4ab64e14 JG |
8953 | 2000-05-19 Jimmy Guo <guo@cup.hp.com> |
8954 | ||
8955 | * configure: Regenerate. | |
8956 | ||
f7dc1244 | 8957 | 2000-05-17 Eli Zaretskii <eliz@gnu.org> |
d3229ae3 EZ |
8958 | |
8959 | * Makefile.in (install-info): Run install-info on installed Info | |
8960 | files. | |
8961 | ||
8c70017b AC |
8962 | Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com> |
8963 | ||
a7cb598a | 8964 | * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention |
889bf7c5 | 8965 | Andrew Cagney. |
8c70017b | 8966 | |
f7dc1244 | 8967 | 2000-05-09 Eli Zaretskii <eliz@gnu.org> |
598ca718 EZ |
8968 | |
8969 | * gdb.texinfo: Proofreading changes from Brian Youmans. | |
8970 | ||
bf0184be ND |
8971 | 2000-05-01 Nick Duffek <nsd@cygnus.com> |
8972 | ||
8973 | * gdb.texinfo (Command Files): Mention -x, use @enumerate for | |
8974 | startup sequence, minor edits. | |
8975 | ||
f7dc1244 | 8976 | 2000-05-01 Eli Zaretskii <eliz@gnu.org> |
41afff9a EZ |
8977 | |
8978 | * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in | |
8979 | TeX. | |
8980 | ||
8981 | * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries | |
8982 | "@kindex f" into "@kindex f (foo)", otherwise we get index entries | |
8983 | like `n' and `s' which look weird. Convert some of the @kindex to | |
8984 | @vindex, when they refer to variables, not commands. | |
8985 | ||
33e16fad AC |
8986 | Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com> |
8987 | ||
8988 | * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes. | |
8989 | ||
f7dc1244 | 8990 | 2000-04-23 Eli Zaretskii <eliz@gnu.org> |
7162c0ca EZ |
8991 | |
8992 | * Makefile.in (GDBMI_DIR): New variable. | |
8993 | (SET_TEXINPUTS): Add $(GDBMI_DIR). | |
8994 | (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo. | |
8995 | (gdbmi.texinfo): New target, for texi2roff. | |
8996 | (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo. | |
8997 | (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}". | |
8998 | ||
8999 | * gdb.texinfo (Top): Add GDB/MI to the main menu and @include | |
9000 | gdbmi.texinfo. | |
9001 | (Mode Options): Add xref to GDB/MI docs and remove a FIXME | |
9002 | comment. | |
9003 | ||
d167840f EZ |
9004 | 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
9005 | ||
9006 | * gdb.texinfo (Files): Update description of add-symbol-file | |
889bf7c5 | 9007 | command. |
d167840f | 9008 | |
f7dc1244 | 9009 | 2000-04-17 Eli Zaretskii <eliz@gnu.org> |
8487521e EZ |
9010 | |
9011 | * gdb.texinfo (Porting GDB): Don't use @value in the node name, it | |
9012 | prevents the build (and is generally a Bad Idea). | |
9013 | ||
f7dc1244 | 9014 | 2000-04-17 Eli Zaretskii <eliz@gnu.org> |
00e4a2e4 EZ |
9015 | |
9016 | * gdb.texinfo (Protocol): Prevent makeinfo from complaining about | |
9017 | a comma inside @var. | |
9018 | (Command Files): Index markup changes from Dmitry Sivachenko | |
9019 | <dima@Chg.RU>. | |
9020 | ||
f7dc1244 | 9021 | 2000-04-16 Eli Zaretskii <eliz@gnu.org> |
39ec5655 EZ |
9022 | |
9023 | * Makefile.in (LN_S): Define. | |
9024 | (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't | |
9025 | invoke "ln -s" unless it is known to work. | |
9026 | ||
9027 | * configure.in (AC_PROG_LN_S): Add. | |
9028 | ||
8dc7983f JB |
9029 | 2000-04-14 Jim Blandy <jimb@redhat.com> |
9030 | ||
9031 | * gdbint.texinfo (Pointers Are Not Always Addresses): New manual | |
9032 | section. | |
9033 | (Target Conditionals): Document ADDRESS_TO_POINTER, | |
9034 | POINTER_TO_ADDRESS. | |
9035 | ||
1a8237e8 DB |
9036 | 2000-04-11 Daniel Berlin <dan@cgsoftware.com> |
9037 | ||
9038 | * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include | |
9039 | gdb-cfg.texi to get the value. | |
9040 | ||
ca526f1a JB |
9041 | 2000-04-10 Jim Blandy <jimb@redhat.com> |
9042 | ||
9043 | * gdbint.texinfo (Target Architecture Definition): Fix | |
9044 | cross-references. | |
9045 | ||
faaafcb4 JB |
9046 | 2000-04-08 Jim Blandy <jimb@redhat.com> |
9047 | ||
9048 | * gdbint.texinfo (Using Different Register and Memory Data | |
9049 | Representations): New section. | |
9050 | (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE, | |
889bf7c5 PA |
9051 | REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL, |
9052 | REGISTER_CONVERT_TO_RAW): Document. | |
faaafcb4 | 9053 | |
1b27397f AC |
9054 | Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com> |
9055 | ||
9056 | * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex | |
889bf7c5 | 9057 | for acknowledgments. |
1b27397f | 9058 | |
480ff1fb AC |
9059 | Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com> |
9060 | ||
9061 | * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with | |
889bf7c5 | 9062 | qThreadExtraInfo. |
480ff1fb | 9063 | |
a9331b3f | 9064 | 2000-03-28 J.T. Conklin <jtc@redback.com> |
f1251bdd | 9065 | |
a9331b3f RM |
9066 | * gdb.texinfo: Clarify which remote debug protocol commands are |
9067 | required and which are optional. | |
f1251bdd | 9068 | |
dbeb8dbd AC |
9069 | Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com> |
9070 | ||
9071 | * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew | |
889bf7c5 PA |
9072 | Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries |
9073 | back to annotate.texi, rluser.texinfo and inc-hist.texinfo. | |
dbeb8dbd AC |
9074 | * annotate.texi: Update. |
9075 | ||
6d2ebf8b SS |
9076 | 2000-03-28 Stan Shebs <shebs@apple.com> |
9077 | ||
9078 | * gdb.texinfo: Update dates, bump to Eighth Edition (note | |
9079 | expectation of additional changes before release), update | |
9080 | ISBN, add copy of top-level menu for @ifhtml, remove explicit | |
9081 | node links, rephrase and/or shorten lines to fix formatting | |
9082 | problem in both regular and @smallbook formats. | |
9083 | * annotate.texi: Shorten lines in example, use smallexample | |
9084 | consistently everywhere. | |
9085 | * Makefile.in: Add comment about texinfo 4.0 html generation. | |
9086 | (SFILES_INCLUDED): Add annotate.texi. | |
9087 | ||
5d161b24 DB |
9088 | 2000-03-27 Daniel Berlin <dan@cgsoftware.com> |
9089 | ||
5ae4183a AS |
9090 | * gdb.texinfo (Debugging Output): Added new section, documenting |
9091 | the "set/show debug" commands. | |
5d161b24 | 9092 | |
b9deaee7 AC |
9093 | Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com> |
9094 | ||
9095 | * annotate.texi (Annotations): When GDBN omit @chapter and @node | |
889bf7c5 | 9096 | entry. |
b9deaee7 AC |
9097 | |
9098 | * gdb.texinfo: Check for @ifinfo instead of @ifnottex. | |
9099 | (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local | |
889bf7c5 | 9100 | @chapter and @node entries. |
a9331b3f | 9101 | |
b9deaee7 | 9102 | * gdb.texinfo: Link all top-level nodes. |
a9331b3f | 9103 | |
9ef47d30 AC |
9104 | Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com> |
9105 | ||
9106 | * Makefile.in (install-info): Create $(infodir) before installing | |
889bf7c5 | 9107 | files. |
9ef47d30 | 9108 | |
cfeada60 FN |
9109 | 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com> |
9110 | ||
9111 | From David Whedon <dwhedon@gordian.com> | |
5ae4183a | 9112 | * gdbint.texinfo : Added paragraphs about command deprecation. |
cfeada60 | 9113 | |
6837a0a2 DB |
9114 | 2000-03-22 Daniel Berlin <dan@cgsoftware.com> |
9115 | ||
9116 | * gdb.texinfo: Add documentation for the apropos command. | |
9117 | ||
bba2971c MS |
9118 | 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com> |
9119 | ||
9120 | * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo. | |
9121 | ||
2b628194 MS |
9122 | 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com> |
9123 | ||
a9331b3f | 9124 | * gdb.texinfo: Add white space to prevent overprinting in |
2b628194 MS |
9125 | two places. |
9126 | ||
96a2c332 SS |
9127 | 2000-03-17 Stan Shebs <shebs@apple.com> |
9128 | ||
9129 | * gdb.texinfo: Many minor changes from Dmitry Sivachenko | |
9130 | <dima@Chg.RU>, also clarification of allowed content for | |
9131 | string constants. | |
9132 | ||
f7dc1244 | 9133 | 2000-03-16 Eli Zaretskii <eliz@gnu.org> |
d700128c EZ |
9134 | |
9135 | * gdb.texinfo (main menu): Add Annotations. | |
9136 | (File Options): Add @cindex entries for each command-line option. | |
9137 | Document --epoch, --annotate, --async, --interpreter, --write, | |
9138 | --statistics, and --version. | |
9139 | ||
9140 | * annotate.texi: Convert to a chapter. Use @value{GDBN} instead | |
9141 | of GDB. | |
9142 | ||
9d233477 JB |
9143 | 2000-02-23 Jim Blandy <jimb@redhat.com> |
9144 | ||
9145 | * gdbint.texinfo (FUNCTION_START_OFFSET): Document. | |
9146 | ||
14e0eb3b JB |
9147 | 2000-02-22 Jim Blandy <jimb@redhat.com> |
9148 | ||
9149 | * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form. | |
9150 | ||
3555de01 JM |
9151 | 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com) |
9152 | ||
9153 | * Makefile.in (diststuff): New target. | |
9154 | ||
5e35df8e KB |
9155 | 2000-02-15 Kevin Buettner <kevinb@redhat.com> |
9156 | ||
9157 | * agentexpr.texi: Fix wording regarding Intel's IA-64 | |
90a3d8f2 | 9158 | architecture. [From Jim Wilson.] |
5e35df8e | 9159 | |
c5394b80 JM |
9160 | 2000-01-16 Tom Tromey <tromey@cygnus.com> |
9161 | ||
9162 | * gdb.texinfo (Breakpoints): Mention breakpoint ranges. | |
9163 | (Delete Breaks): Mention range arguments. | |
9164 | (Disabling): Likewise. | |
9165 | ||
c3f6f71d JM |
9166 | 2000-01-05 Dmitry Sivachenko <dima@Chg.RU> |
9167 | ||
9168 | * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences. | |
9169 | ||
c4093a6a JM |
9170 | Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com> |
9171 | ||
9172 | * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain | |
889bf7c5 | 9173 | valid functions. |
c4093a6a | 9174 | |
11cf8741 JM |
9175 | 1999-11-05 Stan Shebs <shebs@andros.cygnus.com> |
9176 | ||
9177 | * gdb.texinfo: Clarify regular expressions used in rbreak. | |
9178 | ||
917317f4 JM |
9179 | 1999-10-15 Kevin Buettner <kevinb@cygnus.com> |
9180 | ||
9181 | * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT, | |
9182 | MEMORY_REMOVE_BREAKPOINT): Document. | |
9183 | ||
9184 | Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
9185 | ||
9186 | * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS | |
889bf7c5 | 9187 | offset re-using the DATA offset instead. |
917317f4 | 9188 | |
2df3850c JM |
9189 | 1999-10-11 Jim Kingdon <kingdon@redhat.com> |
9190 | ||
9191 | * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY. | |
9192 | ||
9193 | 1999-10-05 Stan Shebs <shebs@andros.cygnus.com> | |
9194 | ||
9195 | From Dmitry Sivachenko <demon@gpad.ac.ru>: | |
9196 | * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other | |
9197 | typos. | |
9198 | ||
9199 | * gdb.texinfo: Various minor wording and formatting improvements, | |
9200 | mentions of additional command-line options. | |
9201 | ||
2acceee2 JM |
9202 | 1999-09-30 Fred Fish <fnf@cygnus.com> |
9203 | ||
9204 | * gdb.texinfo: Document additional forms of specifying section | |
9205 | names and addresses for the add-symbol-file command. | |
9206 | ||
c2c6d25f JM |
9207 | 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com> |
9208 | ||
9209 | * gdbint.texinfo: Fix typo, add the word "have". | |
9210 | ||
9211 | 1999-09-14 Jim Blandy <jimb@cris.red-bean.com> | |
9212 | ||
9213 | * gdbint.texinfo (Target Architecture Definition): Document the | |
9214 | SKIP_PERMANENT_BREAKPOINT macro. | |
9215 | ||
d4f3574e SS |
9216 | 1999-09-07 Stan Shebs <shebs@andros.cygnus.com> |
9217 | ||
9218 | * gdb.texinfo: Fiks speling errers. | |
9219 | ||
9220 | * gdb.texinfo: Fix uses of @multitable. | |
9221 | ||
f7dc1244 | 9222 | From Eli Zaretskii <eliz@gnu.org>: |
d4f3574e | 9223 | * gdb.texinfo: Include details specific to DOS host, clarify |
889bf7c5 | 9224 | some confusing language, fix @ref/@xref/@pxref usages, add |
d4f3574e SS |
9225 | comments about using with optimization, add more indexing, |
9226 | fix info about disassembly-flavor. | |
9227 | ||
9228 | Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com> | |
9229 | ||
9230 | * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE, | |
9231 | SKIP_SOLIB_RESOLVER): Define. | |
9232 | ||
9233 | Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
9234 | ||
9235 | * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and | |
889bf7c5 | 9236 | ``g'' packets. |
d4f3574e | 9237 | |
104c1213 JM |
9238 | 1999-08-30 Stan Shebs <shebs@andros.cygnus.com> |
9239 | ||
9240 | * gdb.texinfo: Create a new "Configurations" chapter with | |
889bf7c5 PA |
9241 | platform-specific info, inline remote.texi and move sections of it |
9242 | into the new chapter, move bits about info proc, heuristic search, | |
104c1213 JM |
9243 | and register stack into the new chapter. |
9244 | * remote.texi: Remove, now part of gdb.texinfo. | |
9245 | * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi. | |
9246 | ||
9247 | 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com) | |
9248 | ||
9249 | * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386, | |
9250 | GDB_TARGET_IS_MACH386): These kludges have gone away. | |
9251 | ||
9252 | Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
9253 | ||
9254 | * gdbint.texinfo (Target Architecture Definition): Mention | |
889bf7c5 | 9255 | TDEPLIBS. |
104c1213 | 9256 | |
53a5351d JM |
9257 | 1999-08-20 Stan Shebs <shebs@andros.cygnus.com> |
9258 | ||
9259 | * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite | |
9260 | surrounding text to fit HP-UX bits into general info. | |
9261 | (HPPA-cfg.texi): Remove, no longer useful. | |
9262 | ||
9263 | * gdb.texinfo: Remove explicit links from @node lines, remove | |
9264 | HP-added "Detailed Node Listing" from main menu which confuses | |
9265 | things. | |
9266 | ||
9267 | From Dmitry Sivachenko <dima@Chg.RU>: | |
9268 | * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping | |
889bf7c5 | 9269 | in description of `set environment'. |
53a5351d JM |
9270 | |
9271 | 1999-08-17 Stan Shebs <shebs@andros.cygnus.com> | |
9272 | ||
9273 | * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C. | |
9274 | ||
7be570e7 JM |
9275 | 1999-08-12 Ben Elliston <bje@cygnus.com> |
9276 | ||
9277 | * gdbint.texinfo (Breakpoint Handling): Add missing words. | |
9278 | ||
f7dc1244 | 9279 | 1999-08-10 Eli Zaretskii <eliz@gnu.org> |
7be570e7 JM |
9280 | |
9281 | * gdb.texinfo (Set Watchpoints): Explain some subtleties about | |
889bf7c5 PA |
9282 | watch, awatch, and rwatch. Explain why the latter two cannot be |
9283 | set as software watchpoints. Document that watchpoints for local | |
9284 | variables are deleted when the debuggee terminates. | |
7be570e7 JM |
9285 | |
9286 | Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com> | |
9287 | ||
9288 | * remote.texi (Protocol): Further clarification of the "qRcmd" | |
889bf7c5 PA |
9289 | packet. Allow E.. response packet. "qRcmd" packet is no longer |
9290 | reserved. | |
7be570e7 JM |
9291 | |
9292 | 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
9293 | ||
a9331b3f RM |
9294 | * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo. |
9295 | * gdb.texinfo: Ditto. | |
7be570e7 | 9296 | |
96baa820 JM |
9297 | 1999-08-06 Tom Tromey <tromey@cygnus.com> |
9298 | ||
9299 | * gdb.texinfo (KOD): New node. | |
9300 | ||
9301 | Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
9302 | ||
9303 | * remote.texi (Rcmd): Fix minor formatting typos. | |
9304 | ||
9305 | Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
9306 | ||
9307 | * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response | |
889bf7c5 | 9308 | packets. |
96baa820 | 9309 | |
adf40b2e JM |
9310 | 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com> |
9311 | ||
9312 | * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc | |
9313 | fixes. | |
9314 | ||
43ff13b4 JM |
9315 | Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com> |
9316 | ||
9317 | * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define. | |
9318 | ||
085dd6e6 JM |
9319 | Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com> |
9320 | ||
9321 | * remote.texi (Communication Protocol): ``v'' is in use. Fix | |
889bf7c5 PA |
9322 | numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'', |
9323 | ``z'' and ``qRcmd'' as draft instead of reserved. Identify | |
9324 | packets that are not supported on all hosts. Expand examples. | |
9325 | Spell check. | |
085dd6e6 JM |
9326 | |
9327 | 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com) | |
9328 | ||
9329 | * Makefile.in: Recognize html, install-html. Add targets | |
9330 | to build HTML versions of documentation via texi2html. | |
9331 | ||
9332 | Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com> | |
9333 | ||
9334 | * gdbint.texinfo (Testsuite): New chapter, information about the | |
889bf7c5 | 9335 | testsuite. |
085dd6e6 JM |
9336 | |
9337 | Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
9338 | ||
9339 | * remote.texi (Communication Protocol): Rewrite. | |
9340 | ||
9341 | Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
9342 | ||
9343 | * stabs.texinfo: Fix uses of xref. | |
9344 | ||
9e0b60a8 JM |
9345 | Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com> |
9346 | ||
9347 | * gdbint.texinfo: Add an anti-printf exhortation, and update the | |
9348 | info about patch submission. | |
9349 | ||
cce74817 JM |
9350 | Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com> |
9351 | ||
9352 | From Per Bothner <bothner@cygnus.com>: | |
9353 | * gdb.texinfo: Document Chill support. | |
9354 | ||
9355 | Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
9356 | ||
9357 | * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference | |
889bf7c5 PA |
9358 | to corresponding TARGET_READ_reg TARGET_WRITE_reg macros. |
9359 | Document that the value should be greater-than or equal-to zero. | |
9360 | (NO_STD_REGS): Document. Deprecate. | |
cce74817 | 9361 | |
ac9a91a7 JM |
9362 | Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com> |
9363 | ||
9364 | * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT): | |
889bf7c5 | 9365 | Document that these are not used. |
ac9a91a7 JM |
9366 | |
9367 | Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
9368 | ||
9369 | * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document. | |
9370 | ||
392a587b JM |
9371 | Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com> |
9372 | ||
9373 | * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter | |
889bf7c5 | 9374 | numargs was dropped. |
392a587b JM |
9375 | |
9376 | Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
9377 | ||
9378 | * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update. | |
9379 | ||
b83266a0 SS |
9380 | Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com> |
9381 | ||
9382 | * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P): | |
889bf7c5 | 9383 | Update. |
b83266a0 | 9384 | |
7a292a7a SS |
9385 | Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com> |
9386 | ||
9387 | * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document. | |
9388 | (GET_SAVED_REGISTER): Update, not just the a29k uses this. | |
9389 | ||
9390 | Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com> | |
9391 | ||
9392 | * gdbint.texinfo: Fix typos: $ -> @. | |
9393 | ||
9394 | Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
9395 | ||
9396 | * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT, | |
889bf7c5 PA |
9397 | LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, |
9398 | BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and | |
9399 | BREAKPOINT_FROM_PC. | |
a9331b3f | 9400 | |
7a292a7a SS |
9401 | Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com> |
9402 | ||
9403 | * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P, | |
889bf7c5 | 9404 | CALL_DUMMY_STACK_ADJUST): Document. |
7a292a7a SS |
9405 | |
9406 | Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
9407 | ||
9408 | * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS, | |
889bf7c5 | 9409 | SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define. |
7a292a7a SS |
9410 | |
9411 | 1999-04-02 Stan Shebs <shebs@andros.cygnus.com> | |
9412 | ||
9413 | * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no | |
9414 | longer exists. | |
9415 | ||
9416 | Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com> | |
9417 | ||
9418 | * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove | |
889bf7c5 PA |
9419 | nearly all @ifset/@ifclear conditionals; nobody uses them, and |
9420 | they make the manual source incomprehensible. | |
7a292a7a SS |
9421 | * h8-cfg.texi: Remove, hasn't been used in years. |
9422 | ||
c906108c SS |
9423 | Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com> |
9424 | ||
9425 | * gdb.texinfo: Update the credits. | |
9426 | ||
9427 | Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com> | |
9428 | ||
9429 | * gdb.texinfo: Fix mistakes noticed in printout of last | |
9430 | draft, add Alpha to discussion of heuristic fence post. | |
9431 | ||
9432 | Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com> | |
9433 | ||
9434 | * gdb.texinfo, remote.texi: Many changes; update to Seventh | |
889bf7c5 PA |
9435 | Edition, merge some HP changes into mainline, describe some |
9436 | previously undocumented features, describe more of the target | |
9437 | commands available, eliminate obsolete section on renamed | |
9438 | commands. | |
c906108c SS |
9439 | * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals. |
9440 | ||
9441 | Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com> | |
9442 | ||
9443 | * gdb.texinfo: Make many HPPA conditionals unconditional, | |
9444 | including catchpoint description, since now on for all configs. | |
9445 | * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific | |
9446 | specializations. | |
9447 | ||
9448 | Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com> | |
9449 | ||
9450 | * Makefile.in (GDBvn.texi): Fix match expression to work with | |
9451 | current format of VERSION in gdb/Makefile.in. | |
9452 | * gdb.texinfo: Fix node ref to match new readline. | |
9453 | ||
9454 | Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com> | |
9455 | ||
a9331b3f RM |
9456 | * gdb.texinfo: Changes made as part of a project to merge in |
9457 | changes made by HP. Documentation makes extensive use of | |
c906108c SS |
9458 | @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation |
9459 | on remote debugging. There are differences in documentation | |
889bf7c5 | 9460 | (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also, |
c906108c SS |
9461 | the HP manual discusses catchpoints, hardware watchpoints, and |
9462 | some HPUX specific limitations for shared library support. | |
a9331b3f | 9463 | |
c906108c SS |
9464 | There are also a number of @node changes. |
9465 | ||
9466 | 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com) | |
9467 | ||
9468 | * gdbint.texinfo (Formatting): Disambiguate a sentence. | |
9469 | (C Usage): Same. | |
9470 | ||
9471 | Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com> | |
9472 | ||
9473 | The following changes were made by Edith Epstein | |
889bf7c5 PA |
9474 | <eepstein@cygnus.com> as part of a project to merge in changes |
9475 | made by HP. | |
a9331b3f | 9476 | |
c906108c SS |
9477 | * HPPA-cfg.texi: new file. |
9478 | ||
9479 | * all-cfg.texi: set HPPA for HP PA-RISC targets. | |
9480 | ||
9481 | * refcard.tex: change documentation about catch. | |
9482 | removed info catch. | |
9483 | ||
9484 | Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com> | |
9485 | ||
9486 | * gdbint.texinfo: Expand on GDB's coding standards, | |
9487 | specify the use of arg names with prototypes. | |
9488 | ||
9489 | 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com> | |
9490 | ||
9491 | * gdb.texinfo: Fix tipo. | |
9492 | ||
9493 | Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com> | |
9494 | ||
9495 | * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and | |
889bf7c5 | 9496 | TARGET_BYTE_ORDER_SELECTABLE_P. |
c906108c SS |
9497 | |
9498 | Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com> | |
9499 | ||
9500 | * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document. | |
9501 | ||
9502 | 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com> | |
9503 | ||
9504 | * agentexpr.texi: New file. | |
9505 | ||
9506 | Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook> | |
9507 | ||
9508 | * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES. | |
9509 | ||
9510 | 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com> | |
9511 | ||
9512 | * remote.texi: Changed wording that implied that the GDB remote | |
9513 | protocol caches register values instead of GDB itself. | |
9514 | ||
9515 | Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com> | |
9516 | ||
9517 | * gdbint.texinfo: Add some info about symbol readers. | |
9518 | (CHILL_PRODUCER, etc): Comment out descriptions, not useful. | |
9519 | (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE. | |
9520 | (IN_SOLIB_RETURN_TRAMPOLINE): Describe. | |
9521 | (KERNEL_DEBUGGING, MIPSEL): No info about these, remove. | |
9522 | ||
9523 | Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook> | |
9524 | ||
a9331b3f | 9525 | * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE): |
c906108c SS |
9526 | |
9527 | Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com> | |
9528 | ||
9529 | * gdbint.texinfo (INNER_THAN): Update, now takes parameters. | |
9530 | ||
9531 | Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook> | |
9532 | ||
9533 | * gdbint.texinfo (NO_SINGLE_STEP): Replace with | |
889bf7c5 | 9534 | SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP. |
c906108c SS |
9535 | |
9536 | Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com> | |
9537 | ||
9538 | * gdbint.texinfo: Fix minor typos. | |
9539 | ||
9540 | Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com> | |
9541 | ||
9542 | * gdbint.texinfo: Complete overhaul. Group descriptions more | |
9543 | logically, add more info on generic algorithms, remove much | |
9544 | obsolete and/or wrong material. | |
9545 | ||
9546 | Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com> | |
9547 | ||
9548 | * stabs.texinfo (Method Type Descriptor): Expand and correct. | |
9549 | ||
9550 | Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org) | |
9551 | ||
9552 | * refcard.tex: Copyright, address updates. | |
9553 | ||
9554 | Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com> | |
9555 | ||
9556 | * gdb.texinfo (EDITION, DATE): Update and change to use ordinals | |
9557 | for the edition instead of confusing GDB-version-like numbers. | |
9558 | ||
9559 | Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com> | |
9560 | ||
9561 | * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data". | |
9562 | ||
9563 | Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com) | |
9564 | ||
5ae4183a | 9565 | * LRS: Reformat a bit to keep text under 80 columns. |
c906108c SS |
9566 | |
9567 | Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com> | |
9568 | ||
9569 | * gdb.texinfo: Add some credits, mention bug monitor. | |
9570 | * remote.texi: Mention mips monitor targets. | |
9571 | * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY. | |
a9331b3f | 9572 | |
c906108c SS |
9573 | Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com> |
9574 | ||
9575 | * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h | |
889bf7c5 PA |
9576 | files, finish sorting of host vs target vs native macros, describe |
9577 | some more of them. | |
c906108c SS |
9578 | |
9579 | Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com> | |
9580 | ||
9581 | * gdbint.texinfo (Host Conditionals): Document change from | |
9582 | using NO_MMALLOC to it's inverse, USE_MMALLOC. | |
9583 | ||
9584 | Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com> | |
9585 | ||
9586 | * gdbint.texinfo (Host Conditionals): Document | |
889bf7c5 | 9587 | PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE. |
c906108c SS |
9588 | |
9589 | Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com> | |
9590 | ||
9591 | * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES. | |
9592 | Document LSEEK_NOT_LINEAR. | |
9593 | ||
9594 | Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com> | |
9595 | ||
9596 | * stabs.texinfo (Stab Section Basics): Make it clear that only | |
9597 | some versions of the GNU linker remove the leading N_UNDF symbol. | |
9598 | ||
9599 | Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com> | |
9600 | ||
9601 | * stabs.texinfo (String Field): Document type number pairs here, | |
9602 | instead of in the Sun specific section. | |
9603 | (Include Files): The GNU linker supports the N_BINCL | |
9604 | optimization. Clarify the N_BINCL value, and what it is used | |
9605 | for. | |
9606 | (Procedures): Document N_FUN with an empty string to mark the end | |
9607 | of a function. | |
9608 | (Typedefs): Mention that Sun compilers may use N_GSYM for a type. | |
9609 | (Sun Differences): Remove this node, as the information is now | |
9610 | elsewhere in the main document. | |
9611 | (Stab Section Basics): Mention that the GNU linker may optimize | |
9612 | stabs and remove the leading N_UNDF symbol. | |
9613 | ||
9614 | Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com> | |
9615 | ||
9616 | * gdb.texinfo, refcard.tex: Restore author credit | |
9617 | ||
9618 | Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com> | |
9619 | ||
9620 | * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update | |
9621 | documentation to account for START and END macros taking | |
9622 | one arg. | |
9623 | ||
9624 | Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com> | |
9625 | ||
9626 | From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de> | |
9627 | * gdb.texinfo (Frames): Fix typo. | |
9628 | ||
9629 | Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com> | |
9630 | ||
9631 | * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes | |
9632 | a target_signal as arg type, not a pid. | |
9633 | ||
9634 | Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com) | |
9635 | ||
9636 | * gdb.texinfo: Document `set assembly-language'. | |
9637 | ||
9638 | Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com> | |
9639 | ||
9640 | * remote.texi: Update list of stubs in the GDB distribution. | |
9641 | ||
9642 | Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com> | |
9643 | ||
9644 | * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK. | |
889bf7c5 PA |
9645 | Also document that some systems can use mmalloc but must define |
9646 | this if their C runtime allocates memory that is later freed. | |
c906108c | 9647 | (MMCHECK_FORCE): Document new macro. |
a9331b3f | 9648 | |
c906108c SS |
9649 | Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com> |
9650 | ||
9651 | * remote.texi: Add documentation for target Sparclet. | |
9652 | ||
9653 | Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) | |
9654 | ||
a9331b3f | 9655 | * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL, |
c906108c SS |
9656 | INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values. |
9657 | * configure.in: Rewritten for autoconf. | |
9658 | * configure: New. | |
9659 | ||
9660 | Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com> | |
9661 | ||
9662 | * Makefile.in (DVIPS): New define, set to dvips. | |
9663 | (dvi): Add stabs.dvi. | |
9664 | (ps): New target. | |
9665 | (all-doc): Depend on info, dvi, and ps targets. | |
9666 | (STAGESTUFF): Add *.ps and *.dvi files. | |
9667 | (clean-info, clean-dvi): Remove. | |
9668 | (mostlyclean): Does not depend upon clean-info or clean-dvi, | |
9669 | rules completely rewritten. | |
9670 | (maintainer-clean): Remove clean-info and clean-dvi | |
9671 | dependencies and put their actions in the rules. | |
9672 | (gdb.ps): New target | |
a9331b3f | 9673 | (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove |
c906108c SS |
9674 | intermediate TeX files, whether they have 2 or 3 character |
9675 | extensions. | |
9676 | (gdbint.ps): Add target and rules. | |
9677 | (gdb-internals): Delete unused target. | |
9678 | (Makefile): Depends upon config.status also. | |
9679 | ||
9680 | Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com> | |
9681 | ||
9682 | * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is | |
9683 | set. | |
9684 | ||
9685 | Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com> | |
9686 | ||
9687 | From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE> | |
9688 | * gdb.texinfo (Expressions): Fix erroneous array constant example. | |
9689 | ||
9690 | Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com> | |
9691 | ||
9692 | * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands. | |
9693 | ||
9694 | Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
9695 | ||
9696 | * gdb.texinfo (Print settings): Document | |
9697 | `set/show print static-members' commands. | |
9698 | ||
9699 | Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com> | |
9700 | ||
9701 | * gdbint.texinfo (Native): Document name change, coredep.c to | |
9702 | core-aout.c. | |
9703 | ||
9704 | Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com> | |
9705 | ||
9706 | * stabs.texinfo (Include Files): Document the values the SunOS4 | |
9707 | linker creates for N_BINCL/N_EINCL/N_EXCL stabs. | |
9708 | ||
9709 | Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com> | |
9710 | ||
9711 | * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz. | |
9712 | Fix typo. | |
9713 | ||
9714 | Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com> | |
9715 | ||
9716 | * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than | |
9717 | "gdb.tar.Z". | |
9718 | ||
9719 | Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com> | |
9720 | ||
9721 | * Makefile.in (maintainer-clean): New target, synonym for | |
9722 | realclean. | |
9723 | ||
9724 | Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com> | |
9725 | ||
9726 | * Update all FSF addresses except those in COPYING* files. | |
9727 | ||
9728 | Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com> | |
9729 | ||
9730 | From Richard Earnshaw (rearnsha@armltd.co.uk): | |
9731 | * gdb.texinfo (convenience variables): Document $_exitcode. | |
9732 | (quit): Document optional expression to use as exit code. | |
9733 | ||
9734 | Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com> | |
9735 | ||
9736 | * gdb.texinfo, remote.texi: Brought up to date with various | |
9737 | GDB changes. | |
9738 | ||
9739 | Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com> | |
9740 | ||
9741 | * gdb.texinfo: Update dates and versions, fix comments about | |
9742 | hardware watchpoints in future releases and about the | |
9743 | sharedlibrary command. | |
9744 | ||
9745 | Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9746 | ||
9747 | * stabs.texinfo: Remove node `XCOFF differences'. Describe value of | |
9748 | C_FUN stab. Other cleanups. | |
9749 | ||
9750 | Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9751 | ||
9752 | * remote.texi (Bootstrapping): Clarify that flush_i_cache is only | |
9753 | for the sparc stub. | |
9754 | ||
9755 | Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9756 | ||
9757 | * annotate.texi: Clarify which addresses have differing formats | |
9758 | depending on the language and which do not. | |
9759 | ||
9760 | Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com> | |
9761 | ||
9762 | * remote.texi (NetWare): Changed example to use BOARD= instead of | |
9763 | NODE= argument to reflect correspoding change to gdbserve.nlm. | |
9764 | ||
9765 | Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9766 | ||
9767 | * stabs.texinfo (Negative Type Numbers): Mention the fact that | |
9768 | GDB, as well as AIX dbx, supports the size type attribute. | |
9769 | ||
9770 | Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9771 | ||
9772 | * stabs.texinfo (Negative Type Numbers): Document types -31 to -34. | |
9773 | ||
9774 | Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com> | |
9775 | ||
9776 | * gdb.texinfo (Define): Document $arg0... arguments to commands, | |
9777 | and new 'if' and 'while' commands. | |
9778 | ||
9779 | Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com> | |
9780 | ||
9781 | * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type. | |
9782 | ||
9783 | Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com> | |
9784 | ||
9785 | * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm. | |
9786 | * remote.texi (NetWare): New node, how to use gdbserve.nlm on | |
9787 | NetWare targets. Mostly stolen from the Server node. | |
9788 | ||
9789 | Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9790 | ||
9791 | * gdb.texinfo (Setting): Talk about the language of a source file | |
9792 | versus the working language. The old documentation did not match | |
9793 | what GDB did. | |
9794 | ||
9795 | Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9796 | ||
9797 | * stabs.texinfo (Source Files): Document N_SO used to mark the end | |
9798 | of a source file. | |
9799 | ||
9800 | Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9801 | ||
9802 | * gdb.texinfo (Processes): New node. | |
9803 | ||
9804 | Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com> | |
9805 | ||
9806 | * remote.texi: Update documentation of set/show mipsfpu. | |
9807 | ||
3fc11d3e JM |
9808 | Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com> |
9809 | ||
9810 | * gdbgui.texinfo: New file, manual for GUI (gdbtk) users. | |
9811 | * Makefile.in (gdbgui.dvi, gdbgui.info): New actions. | |
c906108c SS |
9812 | |
9813 | Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com) | |
9814 | ||
9815 | * gdbint.texinfo: Removed mentions of some incorrectly placed and | |
9816 | obsolete conditionals, described some others. | |
9817 | ||
9818 | Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9819 | ||
9820 | * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and | |
9821 | SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994. | |
9822 | ||
9823 | Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com) | |
9824 | ||
9825 | * gdbint.texinfo: Put regex conditionals in their own table. | |
9826 | ||
9827 | Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com) | |
9828 | ||
9829 | * gdbint.texinfo: Removed mentions of many obsolete conditionals, | |
9830 | described or fixed the descriptions of many others. | |
9831 | ||
9832 | Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com) | |
9833 | ||
9834 | * gdb.texinfo: Add some more credits. | |
9835 | * gdbint.texinfo: Capitalize GDB consistently, describe some | |
9836 | macros and remove some. | |
9837 | ||
9838 | Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com) | |
9839 | ||
9840 | * gdbint.texinfo: Removed mentions of many incorrectly placed and | |
9841 | obsolete conditionals, described some others. | |
9842 | ||
9843 | Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
9844 | ||
9845 | * gdb.texinfo (help targets): Changed to `help target', which | |
9846 | is the correct gdb command. | |
9847 | ||
9848 | Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9849 | ||
9850 | * annotate.texi (TODO): New node, for keeping track of annotations | |
9851 | suggested but not yet implemented. | |
9852 | ||
9853 | Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9854 | ||
9855 | * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to | |
9856 | another symbol, it is not the address itself. | |
9857 | ||
9858 | Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com) | |
9859 | ||
9860 | * stabs.texinfo (Stab Section Basics): Add comment about alignment | |
9861 | of stabs-in-coff sections. | |
9862 | ||
9863 | Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9864 | ||
9865 | * annotate.texi: Change edition to 0.5 and date to May 1994. | |
9866 | Add index. | |
9867 | (Frames): New node, for frame annotation. | |
9868 | (Displays): New node, for display annotation. | |
9869 | ||
9870 | * remote.texi (MIPS Remote): Say that set timeout doesn't apply | |
9871 | when waiting for your program to stop. | |
9872 | ||
9873 | Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9874 | ||
9875 | * annotate.texi (Breakpoint Info): Document annotation of header | |
9876 | fields and record annotation. | |
9877 | ||
9878 | Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9879 | ||
9880 | * annotate.texi: New file, to document annotations. | |
9881 | ||
9882 | Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9883 | ||
9884 | * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan | |
9885 | 16 I meant to make this change but did not). Do remove gdb-cfg.texi. | |
9886 | ||
9887 | Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9888 | ||
9889 | * stabs.texinfo (Stab Section Basics): Say what is in .stab | |
9890 | section, and say n_strx field is compilation unit relative. | |
9891 | * stabs.texinfo: Don't use @code for a.out when it is the name of | |
9892 | an object file format. | |
9893 | ||
9894 | Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com) | |
9895 | ||
9896 | * gdb.texinfo: Refer to file names, not path names, per rms | |
9897 | convention. | |
9898 | (Arguments): Fix typo. | |
9899 | ||
9900 | Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9901 | ||
9902 | * stabs.texinfo (Global Variables): Talk about stabs in files | |
9903 | where variables are referenced, but not defined. | |
9904 | ||
9905 | Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9906 | ||
9907 | * stabs.texinfo: Move stuff on @ and # type descriptors from node | |
9908 | Cplusplus to new nodes Member Type Descriptor and Method Type | |
9909 | Descriptor. Re-write stuff for #. | |
9910 | ||
9911 | Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9912 | ||
9913 | * gdb.texinfo (Print Settings): Don't document "set print | |
9914 | fast-symbolic-addr off". The bug which it worked around was fixed | |
9915 | on 25 Feb 94 in coffread.c, so I'm nuking the command. | |
9916 | ||
9917 | * stabs.texinfo (Alternate Entry Points): New node, rewritten from | |
9918 | N_ENTRY node. | |
9919 | ||
9920 | * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor. | |
9921 | ||
9922 | Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9923 | ||
9924 | * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove | |
9925 | references to ieee-float.c. | |
9926 | ||
9927 | Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9928 | ||
9929 | * gdb.texinfo (Set Breaks): Update documentation for tbreak to | |
9930 | match what the code actually does. | |
9931 | ||
9932 | Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9933 | ||
9934 | * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s. | |
9935 | ||
9936 | Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com) | |
9937 | ||
9938 | * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c, | |
9939 | i, and b. | |
9940 | ||
9941 | Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com) | |
9942 | ||
9943 | * stabs.texinfo: Document N_RBRAC as function relative for COFF as | |
9944 | well as for ELF and SOM. Unify the descriptions of ELF and SOM | |
9945 | as "stabs in sections" rather than just saying "ELF and SOM". | |
9946 | Also make that stuff apply to COFF. | |
9947 | ||
9948 | Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9949 | ||
9950 | * gdb.texinfo (Formatting Documentation): Change GhostScript to | |
9951 | Ghostscript. | |
9952 | ||
9953 | Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9954 | ||
9955 | * gdb.texinfo (Continuing and Stepping): When talking about "step" | |
9956 | versus functions without line numbers, also mention stepping into | |
9957 | them as well as "step" when you are in them. Tell the user how to | |
9958 | deal with the situation. Add comment about "debugging information". | |
9959 | ||
9960 | Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9961 | ||
9962 | * stabs.texinfo (Enumerations): Document restriction on where | |
9963 | enumeration types can appear and still win with GDB. | |
9964 | ||
9965 | Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9966 | ||
9967 | * stabs.texinfo (Negative Type Numbers): Document format for type | |
9968 | -16. | |
9969 | ||
9970 | Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9971 | ||
9972 | * gdb.texinfo (Selection, Frame Info): Update information about | |
9973 | arbitrary frame specficiations. | |
9974 | ||
9975 | Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
9976 | ||
9977 | * gdb.texinfo, remote.texi: general editing pass prior to Net release | |
9978 | ||
9979 | Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9980 | ||
9981 | * stabs.texinfo (String Field): Discuss continuing stabs with ?. | |
9982 | ||
9983 | Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com) | |
9984 | ||
9985 | * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT. | |
9986 | ||
9987 | Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
9988 | ||
9989 | * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF | |
9990 | Differences node to Statics node. | |
9991 | (Statics): Discuss XCOFF use of V symbol descriptor. | |
9992 | ||
9993 | * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean, | |
9994 | not clean. | |
9995 | ||
9996 | Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com) | |
9997 | ||
9998 | * gdb.texinfo (Print Settings): Document `set print | |
9999 | fast-symbolic-addr' and improve the doc for some other | |
10000 | `set print's. | |
10001 | ||
10002 | Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10003 | ||
10004 | * stabs.texinfo (String Field): Talk about defining several type | |
10005 | numbers at once. | |
10006 | Fix lint regarding changing node ELF Transformations to | |
10007 | ELF and SOM Transformations. | |
10008 | ||
10009 | Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com) | |
10010 | ||
10011 | * stabs.texinfo: Insert Peter Kessler's name as inventor (I think). | |
10012 | ||
10013 | Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10014 | ||
10015 | * stabs.texinfo (Cross-References): `::' is for nested types only | |
10016 | within <>. | |
10017 | (Structures): Document static members. | |
10018 | ||
10019 | Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10020 | ||
10021 | * stabs.texinfo: Document S type attribute. | |
10022 | ||
10023 | Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu) | |
10024 | ||
10025 | * stabs.texinfo: Add notes about stabs-in-som where appropriate. | |
10026 | ||
10027 | Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com) | |
10028 | ||
10029 | * gdbint.texinfo: Fix a few typos. | |
10030 | ||
10031 | Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10032 | ||
10033 | * gdb.texinfo, remote.texi: formatting improvements | |
10034 | ||
10035 | * gdb.texinfo (New Features): mention threads. | |
10036 | (Summary, C): fix xrefs in newly contributed text. | |
10037 | (Threads): index entries, clarifications, example | |
10038 | (passim): minor typos fixed, phrasing improvements | |
10039 | ||
10040 | * remote.texi (Bootstrapping): rephrase text on ^C and add index | |
10041 | entries; (Server): explain use of gdbserver w/real-time systems, | |
10042 | add example of conflicting TCP port; (MIPS Remote) break up | |
10043 | running text into table, highlighting commands, and add example. | |
a9331b3f | 10044 | |
c906108c SS |
10045 | Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) |
10046 | ||
10047 | * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed | |
10048 | ||
10049 | Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10050 | ||
10051 | * stabs.texinfo (Nested Symbols): New node. | |
10052 | (String Field, Symbol Descriptors, Cross-References): Refer to it. | |
10053 | ||
10054 | Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10055 | ||
10056 | * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect | |
10057 | to picking which Bbss.bss symbol to use, and (because there seems to | |
10058 | be no good way of doing it) re-write some of the text to make it | |
10059 | sound like Bbss.bss isn't such a great idea after all (as currently | |
10060 | designed). | |
10061 | ||
10062 | * gdb.texinfo (C): In addition to saying people have to use g++ for | |
10063 | good results, say they have to use stabs. Specifically say cfront | |
10064 | doesn't work well. | |
10065 | (Summary): Merge in information on Modula-2, Pascal, and Chill from | |
10066 | the gdb README. Add xrefs to places where the support for the various | |
10067 | languages is described in detail. | |
10068 | ||
10069 | Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10070 | ||
10071 | * stabs.texinfo: Clean up stuff about visibility and virtual | |
10072 | characters. | |
10073 | ||
10074 | * stabs.texinfo (N_M2C): Cite Sun doc. | |
10075 | ||
10076 | Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10077 | ||
10078 | * gdb.texinfo: updates re threads. | |
10079 | * remote.texinfo: avoid index entries starting with digits. | |
10080 | ||
10081 | Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10082 | ||
10083 | * stabs.texinfo (Enumerations): Talk about large, negative and | |
10084 | octal values. Clean up cross reference to type attributes. | |
10085 | (String Field): Say that GDB 4.11 supports size attribute. | |
10086 | ||
10087 | Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10088 | ||
10089 | * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel | |
10090 | is a mandatory step. Make the stuff about that more concise. | |
10091 | ||
10092 | Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10093 | ||
10094 | * stabs.texinfo (Class Names): New node. | |
10095 | ||
10096 | * gdb.texinfo (Command Files): Explain order of init file reading. | |
10097 | ||
10098 | * remote.texi (Bootstrapping): Talk about getting the serial driver | |
10099 | to deal with ^C sent by gdb to stop the remote system. | |
10100 | ||
10101 | Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com) | |
10102 | ||
10103 | * libgdb.texinfo (I/O): incorporated better phrasing from rich. | |
10104 | ||
10105 | * libgdb.texinfo (Defining Commands): made the DOC arg | |
10106 | to gdb_define_app_command a char * instead of char ** | |
10107 | per a suggestion from kingdon. | |
10108 | ||
10109 | * libgdb.texinfo: total rewrite from a different starting | |
10110 | premise. | |
10111 | ||
10112 | Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10113 | ||
10114 | * stabs.texinfo (Local Variable Parameters): Re-write paragraph on | |
10115 | floats passed as doubles (to improve clarity). | |
10116 | ||
10117 | Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10118 | ||
10119 | * gdb.texinfo (Source Path): index entries for $cwd, $pdir | |
10120 | ||
10121 | * a4rc.sed: update to work with Andreas Vogel papersize params | |
10122 | ||
10123 | * refcard.tex: use Andreas Vogel simplifications of papersize | |
10124 | params; remove useless version info; update copyright date. | |
10125 | ||
10126 | Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10127 | ||
10128 | * gdb.texinfo (Symbols): Add class NAME to doc for ptype. | |
10129 | ||
10130 | Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10131 | ||
10132 | * gdb.texinfo (Files): Say what address the load command loads it at. | |
10133 | ||
10134 | * stabs.texinfo (Common Blocks): Minor cleanups. | |
10135 | ||
10136 | * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact | |
10137 | that Sun has backed away from the linker kludge and thus the relevant | |
10138 | issue is changes to the SunPRO tools, not the Solaris linker. | |
10139 | ||
10140 | * stabs.texinfo (Traditional Integer Types): Clean up description | |
10141 | of octal bounds a little bit. Document extra leading zeroes. | |
10142 | ||
10143 | Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10144 | ||
10145 | * gdb.texinfo (Signaling): Update for symbolic symbol names | |
10146 | and add a section explaining the difference between the GDB | |
10147 | signal command and the shell kill utility. | |
10148 | ||
10149 | Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com) | |
10150 | ||
10151 | * libgdb.texinfo: added `@' to braces that were unescaped. | |
10152 | ||
10153 | Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com) | |
10154 | ||
10155 | * libgdb.texinfo: new file. Spec for the gdb library. | |
10156 | ||
10157 | Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10158 | ||
10159 | * stabs.texinfo (Include Files): Fix typo (start -> end). | |
10160 | ||
10161 | Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10162 | ||
10163 | * gdb.texinfo, remote.texi: assorted small improvements, mostly | |
10164 | from Melissa at FSF's editing pass. | |
10165 | ||
10166 | Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10167 | ||
10168 | * gdb.texinfo: Remove stuff about ar and 14 character filenames. | |
10169 | I believe this was fixed by the 13 Sep 89 change to print_frame_info. | |
10170 | Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug. | |
10171 | ||
10172 | Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10173 | ||
10174 | * remote.texi (Bootstrapping): Discuss 386 call gates. | |
10175 | ||
10176 | Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com) | |
10177 | ||
10178 | * stabs.texinfo (Based Variables): New node. | |
10179 | ||
10180 | Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com) | |
10181 | ||
10182 | * stabs.texinfo (Negative Type Numbers): Re-write discussions of | |
10183 | names, sizes, and formats to suggest how not to lose. | |
10184 | ||
10185 | Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com) | |
10186 | ||
10187 | * stabs.texinfo (Methods): Fix typo. | |
10188 | ||
10189 | Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com) | |
10190 | ||
10191 | * gdb.texinfo: Fix a few typos. | |
10192 | ||
10193 | Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10194 | ||
10195 | * gdb.texinfo: Clarify how well it works with Fortran. | |
10196 | ||
10197 | * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations): | |
10198 | More on relocating stabs in ELF files. | |
10199 | ||
10200 | Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10201 | ||
10202 | * stabs.texinfo (Stabs In ELF): Talk about N_FUN value. | |
10203 | ||
10204 | Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10205 | ||
10206 | * stabs.texinfo (Local Variable Parameters): Talk about nameless | |
10207 | parameters on VAX. | |
10208 | ||
10209 | Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10210 | ||
10211 | * gdb.texinfo: @up/@down -> @raisesections/@lowersections | |
10212 | ||
10213 | Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10214 | ||
10215 | * stabs.texinfo: Make info author notice match the TeX author notice. | |
10216 | ||
10217 | Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com) | |
10218 | ||
10219 | * stabs.texinfo: Initial-caps all words in node names and | |
10220 | non-trivial words in section names. | |
10221 | ||
10222 | Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10223 | ||
10224 | * stabs.texinfo: Many minor cleanups. | |
10225 | ||
10226 | * stabs.texinfo: Remove @deffn except from Expanded Reference node. | |
10227 | ||
10228 | Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu) | |
10229 | ||
10230 | * stabs.texinfo: Remove full description of big example. | |
10231 | It's not really helpful; just use pieces of it where appropriate. | |
10232 | Add more Texinfo formatting directives (@samp, etc.). | |
10233 | Use @deffn to define stab types. | |
10234 | Eliminate some wordiness. Break up some nodes. | |
10235 | Add an (alphabetized) index of symbol types. | |
10236 | Use consistent capitalization style in node and section names. | |
10237 | ||
10238 | Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com) | |
10239 | ||
10240 | * gdb.texinfo: Change typo "Two two" to "The two". | |
10241 | ||
10242 | Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10243 | ||
10244 | * stabs.texinfo (XCOFF-differences): Remove references to | |
10245 | non-existent types N_DECL and N_RPSYM. | |
10246 | ||
10247 | * stabs.texinfo (String Field): Say that type attributes bug is | |
10248 | fixed in GDB 4.10, since it is. | |
10249 | ||
10250 | * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own. | |
10251 | ||
10252 | Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com) | |
10253 | ||
10254 | * stabs.texinfo: Formatting cleanups. | |
10255 | ||
10256 | Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10257 | ||
10258 | * stabs.texinfo: When explaining the n_type of a stab, standardize | |
10259 | how we do it ('#' as a comment indicator, "36 is N_FUN" as text, | |
10260 | no tabs, use @r). | |
10261 | (Global Variables): Clean up. | |
10262 | ||
10263 | Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10264 | ||
10265 | * stabs.texinfo (Stack Variables): Re-write. | |
10266 | ||
10267 | Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10268 | ||
10269 | * stabs.texinfo (Stabs-in-elf): Talk about getting the start | |
10270 | addresses of a source file. Also revise formatting. | |
10271 | Change "object module" or "object file" to "source file". | |
10272 | Various: Miscellaneous cleanups. | |
10273 | ||
10274 | Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10275 | ||
10276 | * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi. | |
10277 | ||
10278 | Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com) | |
10279 | ||
10280 | * gdbint.texinfo: Removed many nonsensical machine-collected | |
10281 | host and target conditionals, described some of the remainder. | |
10282 | ||
10283 | Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10284 | ||
10285 | * gdbint.texinfo (Getting Started): Use @itemize, not @table. | |
10286 | ||
10287 | * gdbint.texinfo (Top): Add name to @top line, and re-write the | |
10288 | paragraph which follows. | |
10289 | ||
10290 | * gdbint.texinfo (Host): Use @code not @samp for Makefile | |
10291 | variables. Looks better and avoids overful hbox. | |
10292 | ||
10293 | Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10294 | ||
10295 | * stabs.texinfo (Procedures): Improve stuff on nested functions. | |
10296 | ||
10297 | Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10298 | ||
10299 | * remote.texi: (MIPS Remote) clearer doc for set/show timeout, | |
10300 | retransmit-timeout | |
10301 | ||
10302 | Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10303 | ||
10304 | * gdbint.texinfo: Update statement about `some ancient Unix | |
10305 | systems, like Ultrix 4.0' to Ultrix 4.2. | |
10306 | ||
10307 | Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com) | |
10308 | ||
10309 | * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER | |
10310 | ||
10311 | * Makefile.in: depend on remote.texi rather than gdbinv-s.texi | |
10312 | ||
10313 | * remote.texi: (Server) New node on gdbserver. (Remote Serial, | |
10314 | ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP. | |
10315 | ||
10316 | * remote.texi: new name for former gdbinv-s.texi | |
10317 | ||
10318 | * gdb.texinfo: use remote.texi rather than gdbinv-s.texi | |
10319 | ||
10320 | Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com) | |
10321 | ||
10322 | * gdbinv-s.texi: Documented timeout and retransmit-timeout | |
10323 | variables for MIPS remote debugging protocol. | |
10324 | ||
10325 | Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10326 | ||
10327 | * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix. | |
10328 | ||
10329 | Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com) | |
10330 | ||
10331 | * Makefile.in (refcard.dvi): Use srcdir where necessary. | |
10332 | ||
10333 | Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com) | |
10334 | ||
10335 | * gdb.texinfo: repair conditional bugs in text markup | |
10336 | ||
10337 | Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10338 | ||
10339 | * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch | |
10340 | to select Modula-2 material. | |
10341 | ||
10342 | Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10343 | ||
10344 | * stabs.texinfo: Cleanups regarding statics. | |
10345 | ||
10346 | * gdbinv-s.texi (Bootstrapping): Document exceptionHandler. | |
10347 | (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping. | |
10348 | ||
10349 | Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10350 | ||
10351 | * stabs.texinfo: N_MAIN is sometimes used for C. | |
10352 | ||
10353 | Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
10354 | ||
10355 | * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE. | |
10356 | ||
10357 | Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com) | |
10358 | ||
10359 | * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS, | |
a9331b3f | 10360 | removed from the code by Kingdon. |
c906108c SS |
10361 | |
10362 | Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10363 | ||
10364 | * gdb.texinfo (Break Commands): Remove stuff about flushing terminal | |
10365 | input when evaluating breakpoint conditions; the bug has been fixed. | |
10366 | ||
10367 | * gdb.texinfo (Continuing and Stepping): Argument to "continue" | |
10368 | sets the ignore count to N-1, not to N. | |
10369 | ||
10370 | Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10371 | ||
10372 | * refcard.tex (\hoffset): correct longstanding error to match | |
10373 | intended offset; avoids cutting off edge on some printers | |
10374 | ||
10375 | Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10376 | ||
10377 | * stabs.texinfo (Parameters): Say that order of stabs is significant. | |
10378 | ||
10379 | Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10380 | ||
10381 | * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does. | |
10382 | ||
10383 | Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10384 | ||
10385 | * Makefile.in: (REFEDITS) new var to control whether PS or CM | |
10386 | fonts and whether US or A4 paper for GDB refcard; (refcard.dvi) | |
10387 | collect sed edits if any, apply to refcard before formatting; | |
10388 | (refcard.ps) stop implying PS fonts if PS output requested; | |
10389 | (lrefcard.ps) delete extra target for variant PS fonts | |
10390 | ||
10391 | * refcard.tex: parametrize papersize dependent info, collect | |
10392 | in easily replaced spot | |
10393 | ||
10394 | * a4rc.sed: new file, edits to refcard for A4 paper | |
10395 | ||
10396 | Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10397 | ||
10398 | * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes. | |
10399 | ||
10400 | Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10401 | ||
10402 | * stabs.texinfo (Negative Type Numbers): Minor character cleanups. | |
10403 | ||
10404 | Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10405 | ||
10406 | * stabs.texinfo: Express disapproval of 'D' symbol descriptor | |
10407 | politely rather than rudely. | |
10408 | ||
10409 | Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10410 | ||
10411 | * stabs.texinfo: Document common blocks. | |
10412 | ||
10413 | Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com) | |
10414 | ||
10415 | * stabs.texinfo: Add some basic info about stabs-in-elf. | |
10416 | ||
10417 | Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10418 | ||
10419 | * stabs.texinfo (Top): Minor cleanup. | |
10420 | ||
10421 | Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com) | |
10422 | ||
10423 | * Makefile.in (install-info): remove parentdir support | |
10424 | ||
10425 | Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10426 | ||
10427 | * gdb.texinfo (Copying): delete this node and references to it; | |
10428 | RMS says this manual need not carry GPL. (passim): Improvements | |
10429 | from last round at FSF, largely due to Ian Taylor review, and | |
10430 | minor formatting improvements. | |
10431 | ||
10432 | * gdbinv-s.texi (passim): Improvements from last round at FSF, | |
10433 | largely due to Ian Taylor review. (Debug Session): minor edits to | |
10434 | new text. | |
10435 | ||
10436 | Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com) | |
10437 | ||
10438 | * Makefile.in (realclean): Remove info and dvi files too. | |
10439 | ||
10440 | Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com) | |
10441 | ||
10442 | * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames. | |
10443 | * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi. | |
10444 | * gdb.texinfo: Change accordingly. | |
10445 | ||
10446 | * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of | |
10447 | N_{L,R}BRAC,N_SLINE are relative to. | |
10448 | ||
10449 | Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com) | |
10450 | ||
10451 | * Makefile.in (GDBvn.texi): Update atomically. | |
10452 | ||
10453 | Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com) | |
10454 | ||
10455 | * gdbinv-s.texi (Debug Session): Document exceptionHook. | |
10456 | ||
10457 | Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com) | |
10458 | ||
10459 | * gdb.texinfo (Print Settings): Move all stuff relating to symbolic | |
10460 | addresses together. Also motivate the set print symbol-filename | |
10461 | command and suggest other solutions. | |
10462 | ||
10463 | Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com) | |
10464 | ||
10465 | * gdb.texinfo (set print elements): Note that the number of | |
10466 | elements is set to unlimited by "set print elements 0". | |
10467 | ||
10468 | Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com) | |
10469 | ||
10470 | * stabs.texinfo (Builtin Type Descriptors): Try to clarify what | |
10471 | NF_LDOUBLE means. | |
10472 | (Stab Types): Include Solaris stab types. | |
10473 | (Procedures): Document Solaris extensions. | |
10474 | ||
10475 | Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
10476 | ||
10477 | * gdb.texinfo: Add `set print symbol-filename' doc. | |
10478 | ||
10479 | Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10480 | ||
10481 | * stabs.texinfo (Arrays): Talk about type definition vs. type | |
10482 | information. | |
10483 | ||
10484 | * stabs.texinfo (Builtin Type Descriptors): Talk about omitting | |
10485 | the trailing semicolon. | |
10486 | ||
10487 | Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10488 | ||
10489 | * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes | |
10490 | and merge in other parts of the document addressing these subjects. | |
10491 | gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo. | |
10492 | ||
10493 | * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon | |
10494 | at the end of a range type. | |
10495 | ||
10496 | * stabs.texinfo (Subranges): "A offset" and "T offset" are not | |
10497 | AIX extensions. | |
10498 | ||
10499 | Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10500 | ||
10501 | * stabs.texinfo (Stabs Format): Misc fixes. | |
10502 | ||
10503 | Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10504 | ||
10505 | * stabs.texinfo (Constants): Allow an `e' constant to be non-enum. | |
10506 | (Traditional builtin types): Document convex convention for long long. | |
10507 | (Negative builtin types): Discuss type names, and misc fixes. | |
10508 | ||
10509 | Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10510 | ||
10511 | * stabs.texinfo (Builtin Type Descriptors): Document the floating | |
10512 | point types used with @samp{R} type descriptor. | |
10513 | (Symbol Descriptors): Describe how to handle conflict between | |
10514 | different meanings of @samp{P} symbol descriptor. | |
10515 | ||
10516 | Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10517 | ||
10518 | * stabs.texinfo: Remove node Quick Reference and put its children | |
10519 | directly under the main menu. | |
10520 | ||
10521 | * stabs.texinfo: Many more changes to bring it into line with | |
10522 | AIX documentation and reality. I think it now has all the | |
10523 | information from the AIX documentation, except that I burned | |
10524 | out when I got to variant records (Pascal and Modula-2) and | |
10525 | all the COBOL types. Oh well, we can add them later when we're | |
10526 | worrying more about those languages. | |
10527 | ||
10528 | * stabs.texinfo (Automatic variables): Talk about what it means | |
10529 | to omit the symbol descriptor. | |
10530 | ||
10531 | Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
10532 | ||
10533 | * stabs.texinfo (Parameters): Add "(sometimes)" when describing | |
10534 | gcc2 behavior with promoted args. | |
10535 | ||
10536 | Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10537 | ||
10538 | * gdb.texinfo: include readline appendices in info version of manual | |
10539 | ||
10540 | Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10541 | ||
10542 | * gdbinv-s.texi (Remote Serial): describe new ^C behavior in | |
10543 | target remote. | |
10544 | ||
10545 | * gdb.texinfo (Machine Code): more index entries for disassemble | |
10546 | ||
10547 | Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com) | |
10548 | ||
10549 | * Clarify the intended use of the gdb-testers and gdb-patches | |
10550 | mailing lists, and shrink gzip comment. | |
10551 | ||
10552 | Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10553 | ||
10554 | * gdb.texinfo (Shell Commands): do not mention SHELL env var in | |
10555 | DOSHOST configuration of manual. | |
10556 | ||
10557 | * gdb.texinfo (MIPS Stack): new node. | |
10558 | ||
10559 | * all-config.texi (MIPS) new switch. | |
10560 | ||
10561 | * gdbinv-s.texi (Nindy Options) Remove two instances of future | |
10562 | tense; (MIPS Remote) new node. | |
10563 | ||
10564 | * gdb.texinfo (passim) rephrases to work around makeinfo @value | |
10565 | bug; (Environment) less passive, other small cleanups in text about | |
10566 | .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry; | |
10567 | (Remote) new MIPS Remote menu entry. | |
10568 | ||
10569 | Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com) | |
10570 | ||
10571 | * stabs.texinfo: Many changes to include information from the | |
10572 | AIX documentation. | |
10573 | ||
10574 | * gdb.texinfo (Environment): Mention pitfall with .cshrc. | |
10575 | ||
10576 | Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com) | |
10577 | ||
10578 | * gdbint.texinfo (new node Debugging GDB, elsewhere): | |
10579 | Move a bunch of information from ../README. | |
10580 | (Getting Started): New node. | |
10581 | ||
10582 | Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10583 | ||
10584 | * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target | |
10585 | ||
10586 | * gdb.texinfo: advance manual revision dates to present | |
10587 | ||
10588 | * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi: | |
10589 | stop using silly Roman numerals in @set variable names | |
10590 | ||
10591 | Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com) | |
10592 | ||
10593 | * stabs.texinfo (Parameters): Keep trying to get this right. | |
10594 | ||
10595 | Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com) | |
10596 | ||
10597 | * stabs.texinfo (Parameters): More on "local parameters". | |
10598 | ||
10599 | Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com) | |
10600 | ||
10601 | * stabs.texinfo (Parameters): Re-do "local parameters" section. | |
10602 | ||
10603 | Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com) | |
10604 | ||
10605 | * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref. | |
10606 | (Parameters): Rewrite. | |
10607 | (xcoff-differences, Sun-differences): Minor changes. | |
10608 | ||
10609 | Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com) | |
10610 | ||
10611 | * stabs.texinfo: Minor cleanup. | |
10612 | ||
10613 | Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com) | |
10614 | ||
10615 | * gdbint.texinfo: Minor xcoff stuff. | |
10616 | ||
10617 | Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com) | |
10618 | ||
10619 | * gdbint.texinfo: Update for new config directory structure. | |
10620 | Add info about internal type data structures. | |
10621 | ||
10622 | Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com) | |
10623 | ||
10624 | * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in | |
10625 | $(srcdir). | |
10626 | (gdb-config.texi): Depend on file in $(srcdir). | |
10627 | ||
10628 | Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com) | |
10629 | ||
10630 | * stabs.texinfo: Fixes about N_SO. | |
10631 | ||
10632 | Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10633 | ||
10634 | * gdb.texinfo: include list of nonstandard init file names | |
10635 | ||
10636 | * *-config.texi: new switch GENERIC for text that applies *only* | |
10637 | to (usual) multiple-target version of manual | |
10638 | ||
10639 | * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct | |
10640 | h8 config | |
10641 | ||
10642 | * gdb.texinfo: depend on latest fixed makeinfo, use conditionals | |
10643 | in menus (rather than conditionally selected multiple alternative | |
10644 | menus). | |
10645 | ||
10646 | * Makefile.in: define and use DOC_CONFIG var to select | |
10647 | configuration for GDB user manual. | |
10648 | ||
10649 | * gdb-config.texi: delete from repository, generate from Makefile. | |
10650 | ||
10651 | * all-config.texi: normal `generic' configuration file, formerly | |
10652 | stored as gdb-config.texi | |
10653 | ||
10654 | Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) | |
10655 | ||
10656 | * Makefile.in: add dvi target to build all .dvi files | |
10657 | ||
10658 | Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10659 | ||
10660 | * gdb.texinfo, gdvinv-s.texinfo: formatting improvements. | |
10661 | ||
10662 | Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com) | |
10663 | ||
10664 | * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as | |
10665 | host conditionals. | |
10666 | * stabs.texinfo: More array fixes inspired by Jim's. | |
10667 | ||
10668 | Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com) | |
10669 | ||
10670 | * stabs.texinfo: Fixes re arrays and continuations. | |
10671 | ||
10672 | * gdbint.texinfo: Add XCOFF node. | |
10673 | ||
10674 | Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com) | |
10675 | ||
10676 | * gdb.texinfo: Add `set print max-symbolic-offset' doc. | |
10677 | ||
10678 | Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com) | |
10679 | ||
10680 | * stabs.texinfo: Fix for array types to mention lower bounds. | |
10681 | ||
10682 | Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com) | |
10683 | ||
10684 | * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*. | |
10685 | ||
10686 | Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com) | |
10687 | ||
10688 | * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines. | |
10689 | ||
10690 | Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com) | |
10691 | ||
10692 | * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found | |
10693 | by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>. | |
10694 | ||
10695 | Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com) | |
10696 | ||
10697 | * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET. | |
10698 | ||
10699 | Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10700 | ||
10701 | * gdb.texinfo, gdbinv-s.texi: misc updates | |
10702 | ||
10703 | Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com) | |
10704 | ||
10705 | * gdbint.texinfo: Brief documentation for longjmp support, | |
10706 | from an email msg by Stu. | |
10707 | ||
10708 | Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com) | |
10709 | ||
10710 | * stabs.texinfo: Fix description of floating point "range" | |
10711 | types (which really define basic types). Reported by Jim Meehan, | |
10712 | <meehan@src.dec.com>. | |
10713 | ||
10714 | * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone. | |
10715 | ||
10716 | Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com) | |
10717 | ||
10718 | * gdbint.texinfo: Slightly expand section on supporting a new | |
10719 | object file format. | |
10720 | ||
10721 | Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com) | |
10722 | ||
10723 | * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex | |
10724 | intermediate file. | |
10725 | ||
10726 | Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10727 | ||
10728 | * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups | |
10729 | ||
10730 | Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10731 | ||
10732 | * gdbinv-s.texi: z8000 simulator target name is just "sim" | |
10733 | ||
10734 | * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001 | |
10735 | as well as Z8002. | |
10736 | ||
10737 | Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com) | |
10738 | ||
10739 | * gdbint.texinfo: Add sections on clean design and on how to send | |
10740 | in changes. | |
10741 | ||
10742 | Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com) | |
10743 | ||
10744 | * gdbint.texinfo: Add how to declare the result of make_cleanup. | |
10745 | ||
10746 | Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com) | |
10747 | ||
10748 | * gdb.texinfo: Fix typo, reported by Karl Berry. | |
10749 | ||
10750 | Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com) | |
10751 | ||
10752 | * gdb.texinfo: Add opcodes dir to GDB distribution description. | |
10753 | ||
10754 | Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
10755 | ||
10756 | * gdbint.texinfo: fixed a stray email address (needs @@), | |
10757 | added @table @code to node "Native Conditionals" | |
10758 | ||
10759 | Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com) | |
10760 | ||
10761 | * gdbint.texinfo: Describe coding style of GDB. | |
10762 | ||
10763 | Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com) | |
10764 | ||
10765 | * stabs.texinfo: Minor wording changes. | |
10766 | ||
10767 | Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com) | |
10768 | ||
10769 | * gdbint.texinfo: Improve release doc slightly. | |
10770 | ||
10771 | Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com) | |
10772 | ||
10773 | * gdbint.texinfo: Improve doc of GDB config macros. | |
10774 | ||
10775 | Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com) | |
10776 | ||
10777 | * stabs.texinfo: Remove Bothner's changes for C++ nested types. | |
10778 | These will be reinserted when examined. | |
10779 | ||
10780 | Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com) | |
10781 | ||
10782 | * gdbint.texinfo: Make a start at documenting all the #if macros | |
10783 | in GDB. At least list them all, and start separating them into | |
10784 | host-specific and target-specific. | |
10785 | ||
10786 | Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10787 | ||
10788 | * gdbinv-s.m4.in: refrain from using @cartouche for just a few | |
a9331b3f | 10789 | examples (not consistent w others). |
c906108c SS |
10790 | gdb.texinfo: issue disclaimer paragraph on cmdline options only |
10791 | for generic vn of doc | |
10792 | ||
10793 | Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com) | |
10794 | ||
10795 | * Makefile.in: always create installation directories. | |
10796 | ||
10797 | Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10798 | ||
10799 | * gdb.texinfo: in h8 config, do not describe searching commands. | |
10800 | ||
10801 | Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10802 | ||
10803 | * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300 | |
10804 | conditionals; introduce a few generic switches that may be | |
10805 | useful for other cross-dev or dos-hosted configs. | |
10806 | ||
10807 | * gdb.texinfo: fix typo in "info reg" description | |
10808 | ||
10809 | Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com) | |
10810 | ||
10811 | * stabs.texinfo: Minor updates from running TeX over it. | |
10812 | * Makefile.in (stabs.dvi, stabs.ps): Add. | |
10813 | ||
10814 | Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com) | |
10815 | ||
10816 | * stabs.texinfo: Stabs documentation, written by Julia Menapace. | |
10817 | First pass at converting it to texinfo. | |
10818 | ||
10819 | Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com) | |
10820 | ||
10821 | * gdb.texinfo, refcard.tex: Document mult args on `info reg'. | |
10822 | * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir). | |
10823 | ||
10824 | Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com) | |
10825 | ||
10826 | * gdbint.texinfo: Add section on partial symbol tables. | |
10827 | ||
10828 | Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com) | |
10829 | ||
10830 | * gdb.texinfo: document `set remotedebug' and `set | |
10831 | rstack_high_address'. | |
10832 | ||
10833 | Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com) | |
10834 | ||
10835 | * gdb.texinfo: slight expansion of new text on reading info files | |
10836 | * gdbinv-s.m4.in: correct and expand info on cross-debugging | |
10837 | H8/300 from DOS. | |
10838 | ||
10839 | Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com) | |
10840 | ||
10841 | * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor. | |
10842 | ||
10843 | Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com) | |
10844 | ||
10845 | * gdb.texinfo: Say how to read the `info' files. | |
10846 | ||
10847 | Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com) | |
10848 | ||
10849 | * Makefile.in: gm4 -> m4. | |
10850 | ||
10851 | Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com) | |
10852 | ||
10853 | * gdb.texinfo: Update for GDB-4.5. Move `Formatting | |
10854 | Documentation' ahead of `Installing GDB' to match README. | |
10855 | Update shared library doc, -readnow and -mapped, and directory | |
a9331b3f | 10856 | structure (add glob and mmalloc). Update configure doc. |
c906108c SS |
10857 | |
10858 | Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com) | |
10859 | ||
10860 | * Makefile.in: remove $(srcdir) from gdb.info rule. | |
10861 | ||
10862 | Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com) | |
10863 | ||
10864 | * Makefile.in: commented out gdb-all.texinfo rule. This is | |
10865 | temporary. | |
10866 | ||
10867 | Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com) | |
10868 | ||
10869 | * Makefile.in, configure.in: removed traces of namesubdir, | |
10870 | -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced | |
dee368d3 | 10871 | copyrights to '92, '13, changed some from Cygnus to FSF. |
c906108c SS |
10872 | |
10873 | Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com) | |
10874 | ||
10875 | * gdb.texinfo: Improve how we ask for bug reports. | |
10876 | ||
10877 | Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
10878 | ||
10879 | * Makefile.in: infodir belongs in datadir. | |
10880 | ||
10881 | Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
10882 | ||
10883 | * Makefile.in: remove spaces following hyphens, bsd make can't | |
10884 | cope. install using INSTALL_DATA. added clean-info. added | |
a9331b3f | 10885 | standards.text support. |
c906108c SS |
10886 | |
10887 | Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
10888 | ||
10889 | * Makefile.in: idestdir and ddestdir go away. Added copyrights | |
10890 | and shift gpl to v2. Added ChangeLog if it didn't exist. docdir | |
10891 | and mandir now keyed off datadir by default. | |
10892 | ||
10893 | \f | |
10894 | Local Variables: | |
9e9c5ae7 | 10895 | mode: change-log |
c906108c SS |
10896 | left-margin: 8 |
10897 | fill-column: 74 | |
10898 | version-control: never | |
10899 | End: |