]>
Commit | Line | Data |
---|---|---|
430ed3f0 MS |
1 | 2013-02-05 Yufeng Zhang <[email protected]> |
2 | ||
3 | * gdb.texinfo (AArch64 Features): New section; document | |
4 | org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu. | |
5 | (Architectures): Add new AArch64 section to document AArch64 | |
6 | architecture specific commands. | |
7 | (ABI): Add description of the new OS ABI "Newlib" and its influence | |
8 | on the longjmp handling. | |
9 | ||
1b56eb55 JK |
10 | 2013-02-03 Eldar Gaynetdinov <[email protected]> |
11 | Jan Kratochvil <[email protected]> | |
12 | ||
13 | * gdb.texinfo (Backtrace): Added description of 'filename-display' | |
14 | variable in 'set/show backtrace' section. | |
15 | ||
c4957902 TT |
16 | 2013-01-31 Tom Tromey <[email protected]> |
17 | ||
18 | * gdb.texinfo (Target Commands): Fix typo. | |
19 | ||
bea883fd SCR |
20 | 2013-01-23 Siva Chandra Reddy <[email protected]> |
21 | ||
22 | * doc/gdb.texinfo (Architectures In Python): New sub-sub-section | |
23 | describing the gdb.Architecture class. | |
24 | (Frames In Python): Add description about the new method | |
25 | gdb.Frame.architecture(). | |
26 | ||
796a7ff8 DE |
27 | 2013-01-23 Doug Evans <[email protected]> |
28 | ||
29 | * gdb.texinfo (Index Section Format): Document .gdb_index version 8. | |
30 | ||
998580f1 MK |
31 | 2013-01-21 Marc Khouzam <[email protected]> |
32 | ||
33 | * gdb.texinfo (GDB/MI Breakpoint Commands): Document new | |
34 | 'thread-groups' field when printing a breakpoint in MI. | |
35 | ||
c9fb1240 SD |
36 | 2012-01-17 Sanjoy Das <[email protected]> |
37 | * gdb.texinfo (Using JIT Debug Info Readers): Change documentation | |
38 | to reflect that jit-reader-load now supports absolute file-names. | |
39 | ||
ab04a2af TT |
40 | 2013-01-16 Tom Tromey <[email protected]> |
41 | ||
42 | * gdb.texinfo (Set Catchpoints): Document "catch signal". | |
43 | (Signals): Likewise. | |
44 | ||
8ac3646f TT |
45 | 2013-01-16 Tom Tromey <[email protected]> |
46 | ||
47 | * gdb.texinfo (GDB/MI Breakpoint Information): Document | |
48 | "catch-type" field. | |
49 | (GDB/MI Catchpoint Commands): Add "catch-type" to examples. | |
50 | ||
e93a8774 TT |
51 | 2013-01-07 Tom Tromey <[email protected]> |
52 | ||
53 | * gdb.texinfo (Mode Options): Don't mention -epoch. | |
54 | (Data, Emacs): Remove obsolete comments. | |
55 | ||
54516a0b TT |
56 | 2013-01-02 Tom Tromey <[email protected]> |
57 | ||
58 | * gdb.texinfo (GDB/MI Output Records): Update menu. | |
59 | (GDB/MI Breakpoint Information): New node. | |
60 | (GDB/MI Breakpoint Commands) <-break-info>: Link to new node. | |
61 | <-break-insert>: Likewise. | |
62 | ||
8dbe8ece YQ |
63 | 2012-12-31 Yao Qi <[email protected]> |
64 | ||
65 | * gdb.texinfo (Remote Non-Stop): Move paragraphs to ... | |
66 | (Packets): Move "vStopped" packet to ... | |
67 | (Notification Packets): ... here. Describe the components | |
68 | of notification. Add a table of supported notifications. | |
69 | Add an example on the process of he async notification. | |
70 | ||
f35a17b5 JK |
71 | 2012-12-25 Jan Kratochvil <[email protected]> |
72 | ||
73 | * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always | |
74 | present. | |
75 | (GDB/MI File Commands) (-file-list-exec-source-files): Make the | |
76 | fullname output always present. | |
77 | ||
0dfd2fad PM |
78 | 2012-12-23 Pierre Muller <[email protected]> |
79 | ||
80 | * gdbint.texinfo (Function prototypes): Require use of "extern" | |
81 | modifier for function prototypes in headers. | |
82 | ||
7785b880 JB |
83 | 2012-12-19 Joel Brobecker <[email protected]> |
84 | ||
85 | * refcard.tex: Update copyright notice to GPL v3 or later. | |
86 | Update contact info. | |
87 | ||
3d745be3 JK |
88 | 2012-12-16 Jan Kratochvil <[email protected]> |
89 | ||
90 | * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL. | |
91 | ||
c9b6281a YQ |
92 | 2012-12-15 Yao Qi <[email protected]> |
93 | ||
94 | * gdb.texinfo (Debugging Output): Document 'set debug | |
95 | notification' and 'show debug notification'. | |
96 | ||
f2a8bc8a YQ |
97 | 2012-12-15 Yao Qi <[email protected]> |
98 | ||
99 | * gdb.texinfo (Listing Tracepoints): New item and example about | |
100 | 'installed on target' output. | |
101 | Add more in the example about 'installed on target'. | |
102 | (GDB/MI Breakpoint Commands): Doc about 'installed field. | |
103 | ||
451b7c33 TT |
104 | 2012-12-14 Tom Tromey <[email protected]> |
105 | ||
106 | * gdb.texinfo (SVR4 Process Information): Mention core files. | |
107 | ||
3fa7bf06 MG |
108 | 2012-12-12 Mircea Gherzan <[email protected]> |
109 | ||
110 | * gdb.texinfo (GDB/MI Catchpoint Commands): New section. | |
111 | ||
05b4bd79 PA |
112 | 2012-12-11 Pedro Alves <[email protected]> |
113 | ||
114 | * gdb.texinfo: Remove all mentions of Unixware throughout. | |
115 | ||
74a0d9f6 JK |
116 | 2012-12-09 Jan Kratochvil <[email protected]> |
117 | ||
118 | * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG. | |
119 | ||
0c631110 TT |
120 | 2012-11-29 Tom Tromey <[email protected]> |
121 | ||
122 | * gdb.texinfo (SVR4 Process Information): Document missing | |
123 | "info proc" subcommands. | |
124 | ||
891df0ea YQ |
125 | 2012-11-29 Yao Qi <[email protected]> |
126 | ||
127 | PR gdb/1477. | |
128 | * gdb.texinfo (Print Settings): Correct the default 'demangle-style' | |
129 | to 'auto' instead of 'gnu'. | |
130 | ||
608e2dbb TT |
131 | 2012-11-26 Tom Tromey <[email protected]> |
132 | ||
133 | * gdb.texinfo (MiniDebugInfo): New node. | |
134 | (GDB Files): Update. | |
135 | ||
e64e0392 DE |
136 | 2012-11-16 Doug Evans <[email protected]> |
137 | ||
138 | * gdb.texinfo (System-wide configuration): If the system-wide init | |
139 | file lives in the data-directory, and --data-directory is provided, | |
140 | look for it there. | |
141 | ||
ae606bee TT |
142 | 2012-11-15 Tom Tromey <[email protected]> |
143 | ||
144 | * gdb.texinfo (Signaling): Fix typo. | |
145 | ||
62747a60 TT |
146 | 2012-11-13 Giuseppe Montalto <[email protected]> |
147 | ||
148 | * gdb.texinfo (GDB/MI Data Manipulation): Document new optional | |
149 | parameter "count" of -data-write-memory-bytes, and add an example. | |
150 | ||
18a9fc12 TT |
151 | 2012-11-12 Tom Tromey <[email protected]> |
152 | ||
153 | * gdb.texinfo (Symbols): Document "info type-printers", | |
154 | "enable type-printer" and "disable type-printer". | |
155 | (Python API): Add new node to menu. | |
156 | (Type Printing API): New node. | |
157 | (Progspaces In Python): Document type_printers field. | |
158 | (Objfiles In Python): Likewise. | |
159 | (gdb.types) <get_type_recognizers, apply_type_recognizers, | |
160 | register_type_printer, TypePrinter>: Document. | |
161 | ||
53342f27 TT |
162 | 2012-11-12 Tom Tromey <[email protected]> |
163 | ||
164 | * gdb.texinfo (Symbols): Document "set print type methods", | |
165 | "set print type typedefs", and flags to ptype and whatis. | |
166 | ||
ed8a1c2d AB |
167 | 2012-11-09 Andrew Burgess <[email protected]> |
168 | ||
169 | * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to | |
170 | the example -data-disassemble output. Extend the description of | |
171 | the -data-disassemble results to document all fields. Document | |
172 | the cli disassemble command as being related to -data-disassemble. | |
173 | ||
8506d139 YQ |
174 | 2012-11-09 Yao Qi <[email protected]> |
175 | ||
176 | PR gdb/14777. | |
177 | * gdb.texinfo (OS Information): Remove doc on command | |
178 | 'info udot'. | |
179 | ||
4d3f93a2 JB |
180 | 2012-11-08 Joel Brobecker <[email protected]> |
181 | ||
182 | * gdb.texinfo (Startup): Minor rewording, and clarify scope of | |
183 | gdb.ini warning for Windows port. | |
184 | ||
1e96de83 YQ |
185 | 2012-11-08 Yao Qi <[email protected]> |
186 | ||
187 | * gdb.texinfo (Search): Add kindex for 'fo'. | |
188 | ||
dc939229 TT |
189 | 2012-11-05 Tom Tromey <[email protected]> |
190 | ||
191 | PR python/14802: | |
192 | * gdb.texinfo (Functions In Python): Add example. | |
193 | ||
6f6484cd YQ |
194 | 2012-11-03 Yao Qi <[email protected]> |
195 | ||
196 | * observer.texi (GDB Observers): Remove observer | |
197 | 'tracepoint_modified', 'tracepoint_created' and | |
198 | 'tracepoint_deleted'. | |
199 | ||
af4238e5 TT |
200 | 2012-10-26 Tom Tromey <[email protected]> |
201 | ||
202 | * gdb.texinfo (General Query Packets): Use @itemx for QAgent. | |
203 | ||
687e43a4 TT |
204 | 2012-10-25 Tom Tromey <[email protected]> |
205 | ||
206 | * gdb.texinfo (General Query Packets): Use @itemx. | |
207 | ||
8de0566d YQ |
208 | 2012-10-17 Yao Qi <[email protected]> |
209 | ||
210 | * observer.texi (GDB Observers): Update observer | |
211 | 'memory_changed'. | |
212 | * gdb.texinfo (GDB/MI Async Records): Document for | |
213 | "memory-changed" notification. | |
214 | ||
07540c15 DE |
215 | 2012-10-15 Doug Evans <[email protected]> |
216 | ||
217 | * gdb.texinfo (Mode Options): Document -nh. | |
218 | Elaborate on docs for -nx. | |
219 | ||
d7019589 SP |
220 | 2012-09-26 Siddhesh Poyarekar <[email protected]> |
221 | ||
222 | * observer.texi (memory_changed): Expand parameter LEN to ssize_t. | |
223 | ||
82a90ccf YQ |
224 | 2012-09-21 Yao Qi <[email protected]> |
225 | Pedro Alves <[email protected]> | |
226 | ||
227 | * gdb.texinfo (GDB/MI Async Records): Document notification | |
228 | 'record-started' and 'record-stopped'. | |
229 | * observer.texi (GDB Observers): New observer 'record-changed'. | |
230 | ||
aa9259cc TS |
231 | 2012-09-19 Thomas Schwinge <[email protected]> |
232 | ||
233 | * gdb.texinfo: Document the removal of SH's 'regs' command. | |
234 | ||
c1d780c2 SDJ |
235 | 2012-09-18 Sergio Durigan Junior <[email protected]> |
236 | ||
237 | * gdb.texinfo (jump): Mention new alias `j' for `jump'. | |
238 | ||
bb25a15c YQ |
239 | 2012-09-18 Yao Qi <[email protected]> |
240 | ||
241 | * gdb.texinfo (GDB/MI Async Records): Document new MI | |
242 | notifications '=tsv-created' and '=tsv-deleted'. | |
243 | * observer.texi (GDB Observers): New observer tsv_created and | |
244 | tsv_deleted. | |
245 | ||
201b4506 YQ |
246 | 2012-09-18 Yao Qi <[email protected]> |
247 | ||
248 | * observer.texi (GDB Observers): New observer 'traceframe_changed'. | |
249 | * gdb.texinfo (GDB/MI Async Records): Mention new MI notification | |
250 | '=traceframe-changed'. | |
251 | ||
6fc1c773 YQ |
252 | 2012-09-17 Yao Qi <[email protected]> |
253 | ||
254 | * gdb.texinfo (List): Describe the meaning of 0 and -1 in | |
255 | 'set listsize'. | |
256 | ||
121c73f3 JK |
257 | 2012-09-13 Jan Kratochvil <[email protected]> |
258 | Eli Zaretskii <[email protected]> | |
259 | ||
260 | * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr | |
261 | encoding for gdbarch_breakpoint_from_pc, bp_addr for | |
262 | gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code. | |
263 | ||
e9687799 JK |
264 | 2012-08-27 Jan Kratochvil <[email protected]> |
265 | ||
266 | * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping. | |
267 | ||
3b5e4d35 YPK |
268 | 2012-08-23 Khoo Yit Phang <[email protected]> |
269 | ||
270 | Document how to return from "python-interactive" to GDB. | |
271 | * gdb.texinfo (Python Commands): Update documentation. | |
272 | ||
273 | 2012-08-22 Khoo Yit Phang <[email protected]> | |
274 | ||
275 | Add a new "python-interactive" command that starts a standard | |
276 | Python interactive prompt with "pi" as alias, and add "py" as | |
277 | an alias to "python". | |
278 | * gdb.texinfo (Python Commands): Document the new commands. | |
279 | ||
b583003e TT |
280 | 2012-08-22 Tom Tromey <[email protected]> |
281 | ||
282 | * gdbint.texinfo (Host Definition): Remove documentation for | |
283 | SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY. | |
284 | ||
a451cb65 KS |
285 | 2012-08-17 Keith Seitz <[email protected]> |
286 | ||
287 | PR c++/13356 | |
288 | * gdb.texinfo (Type and Range Checking): Remove warning. | |
289 | Remove spurious commas. | |
290 | Update text and examples for re-implementation of set/show | |
291 | check type. | |
292 | (C and C++ Type and Range Checks): Likewise. | |
293 | ||
6b1755ce YQ |
294 | 2012-08-16 Yao Qi <[email protected]> |
295 | ||
296 | * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING | |
297 | is deprecated. | |
298 | ||
f47f77df DE |
299 | 2012-08-13 Doug Evans <[email protected]> |
300 | ||
301 | * gdb.texinfo (Convenience Vars): Update text for "show convenience" | |
302 | to include functions. | |
303 | ||
a72c3253 DE |
304 | 2012-08-10 Doug Evans <[email protected]> |
305 | ||
306 | * gdb.texinfo (Convenience Funs): New node. | |
307 | (Types In Python): Document Type.vector. | |
308 | ||
5b9afe8a YQ |
309 | 2012-08-09 Yao Qi <[email protected]> |
310 | ||
311 | * observer.texi: New observer command_param_changed. | |
312 | * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'. | |
313 | ||
dc1039df JK |
314 | 2012-08-07 Jan Kratochvil <[email protected]> |
315 | ||
316 | * gdbint.texinfo (Debugging GDB): In section | |
317 | 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb. | |
318 | Mention also gdb-gdb.py. | |
319 | ||
4abf930d YQ |
320 | 2012-08-07 Yao Qi <[email protected]> |
321 | ||
322 | Revert the folloing patch: | |
323 | 2012-08-06 Yao Qi <[email protected]> | |
324 | * gdb.texinfo (Remote Configuration): Add kindex for 'set | |
325 | remote hardware-watchpoint-limit' and 'set | |
326 | remote hardware-breakpoint-limit'. | |
327 | ||
f3c8a52a JK |
328 | 2012-08-06 Nathaniel Flath <[email protected]> |
329 | ||
330 | * gdb.texinfo (Working Directory): Added information about new | |
331 | default argument for 'cd' command. | |
332 | ||
77a91025 YQ |
333 | 2012-08-06 Yao Qi <[email protected]> |
334 | ||
335 | * gdb.texinfo (Remote Configuration): Add kindex for 'set | |
336 | remote hardware-watchpoint-limit' and 'set | |
337 | remote hardware-breakpoint-limit'. | |
338 | ||
d9f08f52 YQ |
339 | 2012-08-06 Yao Qi <[email protected]> |
340 | ||
341 | Fix PR14371. | |
342 | ||
343 | * gdb.texinfo (GDB/MI Async Records): Fix the doc for | |
344 | '=breakpoint-deleted'. | |
345 | ||
95b07c96 YQ |
346 | 2012-08-02 Yao Qi <[email protected]> |
347 | ||
348 | * gdb.texinfo (Native): Remove node Neutrino. | |
349 | ||
7255706c YQ |
350 | 2012-07-27 Yao Qi <[email protected]> |
351 | ||
352 | * gdb.texinfo (IPA Protocol Commands): Document new command | |
353 | 'close'. | |
354 | ||
d6b28940 TT |
355 | 2012-07-25 Tom Tromey <[email protected]> |
356 | ||
357 | * gdb.texinfo (Maintenance Commands): Document maint info bfds. | |
358 | ||
e615022a DE |
359 | 2012-07-20 Doug Evans <[email protected]> |
360 | ||
361 | * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections. | |
362 | (Index Files): Document how to control the use of deprecated index | |
363 | sections. | |
364 | (Index Section Format): Replace --use-deprecated-index-sections with | |
365 | "set use-deprecated-index-sections on". | |
366 | ||
055855a4 EZ |
367 | 2012-07-12 Eli Zaretskii <[email protected]> |
368 | ||
369 | * gdbint.texinfo: Remove @syncodeindex directives that put all the | |
370 | indices into a single node "Index". Instead, join function and | |
371 | variable indices into a single index, separate from the concept | |
372 | index. Requested in | |
373 | http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html. | |
374 | (Top): Update the top-level menu: instead of one "Index" there are | |
375 | now separate entries "Concept Index" and "Function and Variable | |
376 | Index". | |
377 | (Concept Index, Function and Variable Index): New nodes. | |
378 | (Index): Node deleted. | |
379 | ||
f77cc5f0 HZ |
380 | 2012-07-05 Hui Zhu <[email protected]> |
381 | ||
382 | * gdb.texinfo (Maintenance Commands): Change help for "maint agent" | |
383 | and "maint agent-eval". | |
384 | ||
00595b5e EZ |
385 | 2012-07-03 Eli Zaretskii <[email protected]> |
386 | ||
387 | * gdb.texinfo: Separate the index into 2 indices, cp and fn, to | |
388 | avoid file-name clashes between Index.html and index.html on | |
389 | case-insensitive filesystems. See the discussion starting in | |
390 | http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the | |
391 | details of the problem. | |
392 | (Top): Update the master menu for the above. | |
393 | (Concept Index, Command and Variable Index): New nodes, instead of | |
394 | the old "Index" node that was deleted. All cross-references | |
395 | updated. | |
396 | ||
d3ce09f5 SS |
397 | 2012-07-02 Stan Shebs <[email protected]> |
398 | ||
399 | * gdb.texinfo (Dynamic Printf): Mention agent style and | |
400 | disconnected dprintf. | |
401 | (Maintenance Commands): Describe maint agent-printf. | |
402 | (General Query Packets): Mention BreakpointCommands feature. | |
403 | (Packets): Document commands extension to Z0 packet. | |
404 | * agentexpr.texi (Bytecode Descriptions): Document printf | |
405 | bytecode. | |
406 | ||
2d7b58e8 JK |
407 | 2012-07-02 Jan Kratochvil <[email protected]> |
408 | ||
409 | * gdb.texinfo (File Options): Change -ix and -iex commands that apply | |
410 | only after gdbinit files. | |
411 | (Startup): Move -iex and -iex commands down after gdbinit files. | |
412 | ||
202cbf1c JK |
413 | 2012-07-02 Jan Kratochvil <[email protected]> |
414 | ||
415 | * gdb.texinfo (Auto-loading safe path): Note the shell wildcard | |
416 | possibility. | |
417 | ||
b6ba681c TT |
418 | 2012-06-29 Tom Tromey <[email protected]> |
419 | ||
420 | * gdb.texinfo (Index Section Format): Update for version 7. | |
421 | ||
71caed83 SS |
422 | 2012-06-28 Stan Shebs <[email protected]> |
423 | ||
424 | * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os | |
425 | example, add note about title column. | |
426 | ||
ee0bf529 SCR |
427 | 2012-06-26 Siva Chandra Reddy <[email protected]> |
428 | ||
429 | * gdb.texinfo (Symbol Tables In Python): Add description about | |
430 | the new 'last' attribute of gdb.Symtab_and line. | |
431 | ||
3c15d565 SCR |
432 | 2012-06-26 Siva Chandra Reddy <[email protected]> |
433 | ||
434 | * gdb.texinfo (Symbol Tables In Python): Correct the description | |
435 | of the 'pc' attribute of gdb.Symtab_and_line. | |
436 | ||
45cfd468 DE |
437 | 2012-06-26 Doug Evans <[email protected]> |
438 | ||
439 | * gdb.texinfo (Debugging Output): Document debug options dwarf2-read | |
440 | and symtab-create. | |
441 | ||
496ee73e KS |
442 | 2012-06-25 Keith Seitz <[email protected]> |
443 | ||
444 | * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option | |
445 | from example. Remove "rbreak" from list of corresponding | |
446 | gdb commands. | |
447 | ||
156942c7 DE |
448 | 2012-06-23 Doug Evans <[email protected]> |
449 | ||
450 | * gdb.texinfo (Index Section Format): Document version 7 format. | |
451 | ||
c614397c YQ |
452 | 2012-06-22 Yao Qi <[email protected]> |
453 | ||
454 | * gdb.texinfo: Add missing cindex for some packets. | |
455 | ||
472a2379 KS |
456 | 2012-06-20 Keith Seitz <[email protected]> |
457 | ||
458 | * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options | |
459 | for -break-insert and document -p. | |
460 | ||
2678e2af YQ |
461 | 2012-06-20 Yao Qi <[email protected]> |
462 | ||
463 | * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory" | |
464 | and "gdb.write_memory" with "Inferior.read_memory" and | |
465 | "Inferior.write_memory". | |
466 | ||
984359d2 EZ |
467 | 2012-06-15 Patrice Dumas <[email protected]> (tiny change) |
468 | ||
469 | * gdb.texinfo (Summary): Add a link to "Free Documentation". | |
470 | (Free Documentation): Add @node line. | |
471 | (Continuing and Stepping) <advance location>: Use @item instead of | |
472 | @itemx. | |
473 | (Reverse Execution) <set exec-direction reverse>: Use @item instead of | |
474 | @itemx. | |
475 | (Embedded Processors): Put the link to "PA" to its correct place, | |
476 | according to document structure. | |
477 | (Python API): Put the link to "Lazy Strings In Python" to its | |
478 | correct place. | |
479 | (Index): Use @@ in @tex block to get a literal @. | |
480 | ||
481 | * gdbint.texinfo: Fix the @subtitle line. | |
482 | ||
483 | * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its | |
484 | correct place. | |
485 | ||
16bdd41f YQ |
486 | 2012-06-08 Yao Qi <[email protected]> |
487 | ||
488 | * gdb.texinfo (In-Process Agent): Add 'In-Process Agent | |
489 | Protocol'. | |
490 | (In-Process Agent Protocol, IPA Protocol Objects) | |
491 | (IPA Protocol Commands): New nodes. | |
492 | (Tracepoint Packets): Add anchors. | |
493 | ||
2d4c29c5 TS |
494 | 2012-06-06 Thomas Schwinge <[email protected]> |
495 | ||
496 | * gdb.texinfo: Document the deprecation of SH's 'regs' command. | |
497 | ||
6bd110c5 YQ |
498 | 2012-06-06 Yao Qi <[email protected]> |
499 | ||
500 | * gdb.texinfo: Update copyright year. | |
501 | ||
f3e0e960 SS |
502 | 2012-05-23 Stan Shebs <[email protected]> |
503 | Kwok Cheung Yeung <[email protected]> | |
504 | ||
505 | * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os. | |
506 | ||
1564a261 JK |
507 | 2012-05-20 Jan Kratochvil <[email protected]> |
508 | ||
509 | * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory. | |
510 | Mention also --with-separate-debug-dir. | |
511 | (Auto-loading): Prepend $debugdir in the sample output. | |
512 | (Auto-loading safe path): Likewise. Mention also $debugdir for the | |
513 | auto-load safe-path variable. | |
514 | (objfile-gdb.py file): Remove the extra debug-file-directory paragraph. | |
515 | Mention also $debugdir for 'set auto-load scripts-directory'. | |
516 | ||
eb17f351 EZ |
517 | 2012-05-19 Eli Zaretskii <[email protected]> |
518 | ||
519 | * gdb.texinfo (Continuing and Stepping, Selection, Byte Order) | |
520 | (MIPS Embedded, MIPS, MIPS Register packet Format) | |
521 | (Target Descriptions, MIPS Features): Use @acronym{MIPS} where | |
522 | appropriate. | |
523 | ||
4cc0665f MR |
524 | 2012-05-18 Sandra Loosemore <[email protected]> |
525 | Maciej W. Rozycki <[email protected]> | |
526 | ||
527 | * gdb.texinfo (MIPS): Document "set mips compression" and "show | |
528 | mips compression". | |
529 | (MIPS Breakpoint Kinds): New subsubsection. | |
530 | ||
7af8dcf8 | 531 | 2012-05-18 Eli Zaretskii <[email protected]> |
02b67415 MR |
532 | |
533 | * gdb.texinfo (Architecture-Specific Protocol Details): Define | |
534 | nodes for subsections. Add @acronym mark-ups and adjust | |
535 | formatting. | |
536 | ||
aff139ff JK |
537 | 2012-05-18 Jan Kratochvil <[email protected]> |
538 | ||
539 | Rename $ddir to $datadir. | |
540 | * gdb.texinfo (Auto-loading, Auto-loading safe path) | |
541 | (objfile-gdb.py file): Rename $ddir to $datadir. | |
542 | ||
9cb709b6 TT |
543 | 2012-05-18 Tom Tromey <[email protected]> |
544 | ||
545 | * gdb.texinfo (Print Settings): Document 'set print symbol'. | |
546 | ||
e7e0cddf SS |
547 | 2012-05-14 Stan Shebs <[email protected]> |
548 | ||
549 | * gdb.texinfo (Dynamic Printf): New subsection. | |
550 | ||
7efc75aa SCR |
551 | 2012-05-13 Siva Chandra Reddy <[email protected]> |
552 | ||
553 | * gdb.texinfo (Basic Python): Add description about the function | |
554 | gdb.find_pc_line | |
555 | ||
f307c045 JK |
556 | 2012-05-12 Jan Kratochvil <[email protected]> |
557 | Eli Zaretskii <[email protected]> | |
558 | ||
559 | * gdb.texinfo (Separate Debug Files): Use plural form for global | |
560 | debugging information directory. | |
561 | ||
85d4a676 SS |
562 | 2012-05-11 Stan Shebs <[email protected]> |
563 | Kwok Cheung Yeung <[email protected]> | |
564 | ||
565 | * gdb.texinfo (Operating System Auxiliary Information): Document new | |
566 | 'info os' subcommands. | |
567 | ||
c1668e4e JK |
568 | 2012-05-11 Jan Kratochvil <[email protected]> |
569 | ||
570 | * gdb.texinfo (Auto-loading, Init File in the Current Directory) | |
571 | (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file) | |
572 | (dotdebug_gdb_scripts section): Add reference | |
573 | to 'Auto-loading safe path'. | |
574 | ||
7349ff92 JK |
575 | 2012-05-11 Jan Kratochvil <[email protected]> |
576 | ||
577 | Implement multi-component --with-auto-load-dir. | |
578 | * gdb.texinfo (Auto-loading): New references | |
579 | for 'set auto-load scripts-directory' | |
580 | and 'show auto-load scripts-directory'. | |
581 | (Auto-loading safe path): Describe the new default. Move $ddir | |
582 | substituation reference to 'objfile-gdb.py file'. | |
583 | (objfile-gdb.py file): Describe script-name alias. Change real-name to | |
584 | script-name. Describe new 'set auto-load scripts-directory' | |
585 | and 'show auto-load scripts-directory'. | |
586 | ||
6dea1fbd JK |
587 | 2012-05-11 Jan Kratochvil <[email protected]> |
588 | ||
589 | Provide $ddir substitution for --with-auto-load-safe-path. | |
590 | * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load. | |
591 | (Auto-loading safe path): Likewise. Mention the default value, | |
592 | $ddir substitution, --with-auto-load-safe-path and | |
593 | --without-auto-load-safe-path. | |
594 | * observer.texi (gdb_datadir_changed): New. | |
595 | ||
1ccacbcd JK |
596 | 2012-05-09 Jan Kratochvil <[email protected]> |
597 | ||
598 | * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample. | |
599 | Twice. | |
600 | ||
d9242c17 JK |
601 | * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace |
602 | directory separator by path separator. | |
603 | ||
af2c1515 JK |
604 | 2012-05-06 Jan Kratochvil <[email protected]> |
605 | ||
606 | * gdb.texinfo (Auto-loading safe path): Make 'directories' | |
607 | for 'set auto-load safe-path' optional. Mention if it is omitted. | |
608 | Change disabling security protection condition to "/", twice. | |
609 | ||
a20ee7a4 SCR |
610 | 2012-05-03 Siva Chandra Reddy <[email protected]> |
611 | ||
612 | * gdb.texinfo (Symbol Tables In Python): Add documentation about | |
613 | the new methods global_block and static_block on gdb.Symtab | |
614 | objects. | |
615 | ||
56af09aa SCR |
616 | 2012-05-02 Siva Chandra Reddy <[email protected]> |
617 | ||
618 | * gdb.texinfo (Blocks In Python): Add a note saying that future | |
619 | improvements to GDB and its infrastructure can move symbols | |
620 | across blocks within a symbol table. | |
621 | ||
2746b0ef YQ |
622 | 2012-04-29 Yao Qi <[email protected]> |
623 | ||
624 | * gdb.texinfo (Architectures): Remove menu entry `A29K'. | |
625 | (A29K): Remove. | |
626 | ||
62e5f89c SDJ |
627 | 2012-04-27 Sergio Durigan Junior <[email protected]> |
628 | Tom Tromey <[email protected]> | |
629 | ||
630 | * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap | |
631 | and generic static probe support on GDB. | |
632 | ||
a766d390 DE |
633 | 2012-04-25 Doug Evans <[email protected]> |
634 | ||
50f042b9 DE |
635 | * gdb.texinfo (Go): Fix thinko. |
636 | ||
a766d390 DE |
637 | * gdb.texinfo (Supported Languages): Add Go. |
638 | (Go): New node. | |
639 | ||
f02e2b19 YQ |
640 | 2012-04-25 Yao Qi <[email protected]> |
641 | ||
642 | * gdbint.texinfo (Testsuite): New section `Board settings'. | |
643 | ||
68d41a48 JK |
644 | 2012-04-23 Jan Kratochvil <[email protected]> |
645 | ||
646 | * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}]. | |
647 | Three times. | |
648 | ||
174bb630 JK |
649 | * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}. |
650 | Three times. | |
651 | ||
0511cc75 JK |
652 | 2012-04-22 Jan Kratochvil <[email protected]> |
653 | ||
654 | * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet | |
655 | by @table @asis. Fix formatting of one item. | |
656 | ||
0070f25a JK |
657 | 2012-04-18 Jan Kratochvil <[email protected]> |
658 | ||
659 | * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo. | |
660 | ||
4dc84fd1 JK |
661 | 2012-04-17 Jan Kratochvil <[email protected]> |
662 | ||
663 | New option "set debug auto-load". | |
664 | * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode. | |
665 | (auto-load verbose mode): New node. | |
666 | ||
bccbefd2 JK |
667 | 2012-04-17 Jan Kratochvil <[email protected]> |
668 | ||
669 | New option "set auto-load safe-path". | |
670 | * gdb.texinfo (Auto-loading): Extend the "show auto-load" | |
671 | and "info auto-load" examples for safe-path. Put there also references | |
672 | for "set auto-load safe-path" and "show auto-load safe-path". | |
673 | New menu item for Auto-loading safe path. | |
674 | (Auto-loading safe path): New node. | |
675 | (Python Auto-loading): Update the expected output from "Missing" | |
676 | to "No". | |
677 | ||
bf88dd68 JK |
678 | 2012-04-17 Jan Kratochvil <[email protected]> |
679 | ||
680 | auto-load: Implementation. | |
681 | * gdb.texinfo (Mode Options): New anchor for -nx. | |
682 | (Startup): New anchors for Option -init-eval-command, | |
683 | Home Directory Init File | |
684 | and Init File in the Current Directory during Startup. | |
685 | Mention set auto-load local-gdbinit with a reference. | |
686 | Change the sample code to "set auto-load python-scripts". | |
687 | (Threads): New anchor set libthread-db-search-path. | |
688 | Provide references to libthread_db.so.1 file. | |
689 | (Controlling GDB): New menu item for Auto-loading. | |
690 | (Auto-loading, Init File in the Current Directory) | |
691 | (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes. | |
692 | (Python): Rename the menu item Auto-loading to Python Auto-loading. | |
693 | (Writing a Pretty-Printer, Objfiles In Python): Update the renamed | |
694 | reference. | |
695 | (Auto-loading): Rename to ... | |
696 | (Python Auto-loading): ... here. Change "set auto-load-scripts" to | |
697 | "set auto-load python-scripts", new anchor for it. Change | |
698 | "show auto-load-scripts" to "show auto-load python-scripts", new anchor | |
699 | for it. Change "info auto-load-scripts" | |
700 | to "info auto-load python-scripts", new anchor for it. Change "scripts" | |
701 | to "Python scripts". | |
702 | ||
8264ba82 AG |
703 | 2012-04-14 Anton Gorenkov <[email protected]> |
704 | ||
705 | PR mi/13393 | |
706 | * gdb.texinfo (Print Settings): Extend the description for "set print | |
707 | object". | |
708 | (GDB/MI Variable Objects): Extend the description for -var-create and | |
709 | -var-list-children. | |
710 | ||
06fc020f SCR |
711 | 2012-04-11 Siva Chandra Reddy <[email protected]> |
712 | ||
713 | * gdb.texinfo (Examining Data): Document the 'explore' command. | |
714 | ||
7191c139 JB |
715 | 2012-03-28 Joel Brobecker <[email protected]> |
716 | ||
717 | * gdb.texinfo (GDB/MI Variable Objects): Document what happens | |
718 | to the children of a varobj and its update range when -var-update | |
719 | returns that the varobj's type changed. | |
720 | ||
3708f05e JK |
721 | 2012-03-27 Jan Kratochvil <[email protected]> |
722 | ||
723 | * gdb.texinfo (Auto-loading): Move @menu to the end of @node. | |
724 | Create two new links fir 'objfile-gdb.py file' | |
725 | and 'dotdebug_gdb_scripts section'. | |
726 | ||
8e0583c8 JK |
727 | 2012-03-27 Jan Kratochvil <[email protected]> |
728 | ||
729 | * gdb.texinfo (Auto-loading): Rename node reference | |
730 | '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'. | |
731 | Twice. | |
732 | (.debug_gdb_scripts section): Rename the node ... | |
733 | (dotdebug_gdb_scripts section): ... here. | |
734 | (Maintenance Commands): Also rename this node reference. | |
735 | ||
7b282c5a SCR |
736 | 2012-03-22 Siva Chandra Reddy <[email protected]> |
737 | ||
738 | * gdb.texinfo (Python API/Values From Inferior): Add description | |
739 | about the new method Value.referenced_value. Add description on | |
740 | how Value.dereference is different (and similar) to | |
741 | Value.referenced_value. | |
742 | ||
8320cc4f JK |
743 | 2012-03-19 Jan Kratochvil <[email protected]> |
744 | ||
745 | * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and | |
746 | --init-eval-command=COMMAND, -iex. | |
747 | (Startup): Describe -iex and -ix. Simplify the example | |
748 | for "set auto-load-scripts off". | |
749 | ||
481860b3 GB |
750 | 2012-03-16 Gary Benson <[email protected]> |
751 | ||
752 | PR breakpoints/10738 | |
753 | * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item | |
754 | stating that GDB cannot set breakpoints on inlined functions. | |
755 | (Mode Options): Document --use-deprecated-index-sections. | |
756 | (Index Section Format): Document new index section version format. | |
757 | ||
c4aeac85 TT |
758 | 2012-03-15 Tom Tromey <[email protected]> |
759 | ||
760 | * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl". | |
761 | ||
16899756 DE |
762 | 2012-03-13 Doug Evans <[email protected]> |
763 | ||
764 | * gdb.texinfo (Help): Change apropos example to use "alias" instead | |
765 | of "reload". | |
766 | (Symbols): Delete docs for set/show symbol-reloading. | |
767 | * gdbint.texinfo (Defining Other Architecture Features): Delete | |
768 | SYMBOL_RELOADING_DEFAULT. | |
769 | * refcard.tex: Delete reference to symbol-reloading. | |
770 | ||
9b224c5e PA |
771 | 2012-03-07 Pedro Alves <[email protected]> |
772 | ||
773 | * gdb.texinfo (General Query Packets): Document new | |
774 | QProgramSignals packet. | |
775 | * gdb.texinfo (Remote configuration): Mention | |
776 | "program-signals-packet". | |
777 | ||
169081d0 TG |
778 | 2012-03-05 Tristan Gingold <[email protected]> |
779 | ||
780 | * gdb.texinfo (General Query Packets): Document xfer:uib:read. | |
781 | ||
d1feda86 YQ |
782 | 2012-03-03 Yao Qi <[email protected]> |
783 | ||
784 | * gdb.texinfo (In-Process Agent): New node. | |
785 | Document new commands. | |
786 | (General Query Packets): Add packet `QAgent'. | |
787 | ||
1faeff08 MR |
788 | 2012-03-01 Maciej W. Rozycki <[email protected]> |
789 | ||
790 | * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp. | |
791 | ||
7d74f244 DE |
792 | 2012-03-01 Scott J. Goldman <[email protected]> |
793 | ||
794 | * gdb.texinfo (Commands In Python): Put example python macro in | |
795 | COMMAND_USER category rather than COMMAND_OBSCURE. | |
796 | Document gdb.COMMAND_USER. | |
797 | (User-defined Commands): Update documentation to clarify | |
798 | "set/show max-user-call-depth" and "show user" don't apply to python | |
799 | commands. Update documentation to clarify "help user-defined" may | |
800 | also include python commands defined as COMMAND_USER. | |
801 | ||
6fe37d23 JK |
802 | 2012-02-25 Jan Kratochvil <[email protected]> |
803 | ||
804 | * gdb.texinfo (Startup): Add option -ex description to the option -x | |
805 | description. | |
806 | ||
83364271 LM |
807 | 2012-02-24 Luis Machado <[email protected]> |
808 | ||
809 | * gdb.texinfo (Setting Breakpoints): Mention and explain the | |
810 | condition-evaluation breakpoint parameter. | |
811 | Mention condition-evaluation mode being shown in "info break". | |
812 | (Break Conditions): Add description for target-side | |
813 | conditional breakpoints. | |
814 | (Remote Configuration): Mention conditional-breakpoints-packet. | |
815 | (Packets): Add cond-expr parameter to Z0/Z1 packets and explain | |
816 | cond-expr. | |
817 | (General Query Packets): Mention new ConditionalBreakpoint feature. | |
818 | ||
bdb1994d TT |
819 | 2012-02-22 Tom Tromey <[email protected]> |
820 | ||
821 | * gdb.texinfo (Blocks In Python): Clarify block iteration. | |
822 | ||
4d241c86 TT |
823 | 2012-02-17 Tom Tromey <[email protected]> |
824 | ||
825 | PR python/10753: | |
826 | * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load | |
827 | directory. | |
828 | ||
816338b5 SS |
829 | 2012-02-14 Stan Shebs <[email protected]> |
830 | ||
831 | * gdb.texinfo (Disabling Breakpoints): Document enable count. | |
832 | ||
cc30c4bd PA |
833 | 2012-02-13 Pedro Alves <[email protected]> |
834 | ||
835 | * gdb.texinfo (MIPS boards): Refer to mips-elf instead of | |
836 | mips-idt-ecoff. | |
837 | ||
035d1e5b YQ |
838 | 2012-02-09 Yao Qi <[email protected]> |
839 | ||
840 | * gdb.texinfo (Symbols In Python): Add missing `@end defvar'. | |
841 | ||
f0823d2c TT |
842 | 2012-02-07 Tom Tromey <[email protected]> |
843 | ||
844 | * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and | |
845 | Symbol.value. | |
846 | ||
64e7d9dd TT |
847 | 2012-02-07 Tom Tromey <[email protected]> |
848 | ||
849 | * gdb.texinfo (Symbols In Python): Document Symbol.line. | |
850 | ||
4220b2f8 TS |
851 | 2012-01-27 Thomas Schwinge <[email protected]> |
852 | ||
853 | * gdb.textinfo (Packets): Move vCont paragraph to the correct place. | |
854 | ||
edcc5120 TT |
855 | 2012-01-24 Tom Tromey <[email protected]> |
856 | ||
857 | * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch | |
858 | unload". | |
859 | (Files): Mention new catch commands. | |
860 | (GDB/MI Async Records): Likewise. | |
861 | ||
53fe1783 GB |
862 | 2012-01-24 Gary Benson <[email protected]> |
863 | ||
864 | Delete #if 0'd out code. | |
865 | * gdb.texinfo (Frame Info): Remove "info catch". | |
866 | ||
b9e7b9c3 UW |
867 | 2012-01-20 Ulrich Weigand <[email protected]> |
868 | ||
869 | * gdb.texinfo (Remote Configuration): Document | |
870 | "set remote hostio-readlink-packet" command. | |
871 | (General Query Packets): Document vFile:readlink packet. | |
872 | ||
4aac40c8 TT |
873 | 2012-01-16 Tom Tromey <[email protected]> |
874 | ||
875 | * gdb.texinfo (Specify Location): Document relative file name | |
876 | handling. | |
877 | ||
cafec441 TT |
878 | 2012-01-16 Tom Tromey <[email protected]> |
879 | ||
880 | * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter. | |
881 | ||
0ee339bc JK |
882 | 2012-01-13 Jan Kratochvil <[email protected]> |
883 | Eli Zaretskii <[email protected]> | |
884 | ||
885 | * gdbint.texinfo (Coding Standards): Require braces for two lines of | |
886 | code. | |
887 | ||
72384ba3 PH |
888 | 2012-01-11 Paul Hilfinger <[email protected]> |
889 | ||
890 | * gdb.texinfo (Variables): Document use of :: for non-static | |
891 | variables. | |
892 | ||
ce1b17c4 JB |
893 | 2012-01-05 Joel Brobecker <[email protected]> |
894 | ||
895 | * gdbint.texinfo (Start of New Year Procedure): Update | |
896 | to replace use of copyright.sh by use of copyright.py. | |
897 | ||
217bff3e JK |
898 | 2012-01-02 Jan Kratochvil <[email protected]> |
899 | ||
900 | Remove the gdbtui binary. | |
901 | * all-cfg.texi (GDBTUI): Remove. | |
902 | * gdb.texinfo (Mode Options): Remove the GDBTUI reference. | |
903 | (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference. | |
904 | * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'. | |
905 | ||
cc72b2a2 KP |
906 | 2011-12-23 Kevin Pouget <[email protected]> |
907 | ||
908 | Introduce gdb.FinishBreakpoint in Python. | |
909 | * gdb.texinfo (Finish Breakpoints in Python): New subsection. | |
910 | (Python API): Add menu entry for Finish Breakpoints. | |
911 | ||
13ac8d2c JK |
912 | 2011-12-19 Jan Kratochvil <[email protected]> |
913 | ||
914 | * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing | |
915 | tests. | |
916 | ||
e0f9f062 DE |
917 | 2011-12-16 Doug Evans <[email protected]> |
918 | ||
919 | * gdb.texinfo (Server): Document -/stdio argument to gdbserver. | |
920 | ||
80b6e756 PM |
921 | 2011-12-16 Phil Muldoon <[email protected]> |
922 | ||
1c3ad6ab | 923 | * gdb.texinfo (Python Commands): Remove "maint set/show print |
80b6e756 PM |
924 | stack". Add documentation for "set/show python print-stack". |
925 | ||
2fb860fc PA |
926 | 2011-12-14 Pedro Alves <[email protected]> |
927 | ||
928 | * gdb.texinfo (Implementing a Remote Stub): Explain that you | |
929 | should transfer control to the stub in the startup code instead of | |
930 | in main. Mention the need to get past the initial breakpoint. | |
931 | ||
f8eba3c6 TT |
932 | 2011-12-06 Tom Tromey <[email protected]> |
933 | ||
934 | * gdb.texinfo (Set Breaks): Update for new behavior. | |
935 | ||
2268b414 JK |
936 | 2011-12-02 Jan Kratochvil <[email protected]> |
937 | ||
938 | * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library | |
939 | List Format for SVR4 Targets'. | |
940 | (General Query Packets): New item qXfer:libraries-svr4:read. | |
941 | (Library List Format for SVR4 Targets): New node. | |
942 | ||
ae6f0d5b TT |
943 | 2011-12-01 Tom Tromey <[email protected]> |
944 | ||
945 | * gdb.texinfo (Writing a Pretty-Printer): Use append method, not | |
946 | add. | |
947 | ||
36dfb11c TT |
948 | 2011-11-22 Tom Tromey <[email protected]> |
949 | ||
950 | * gdb.texinfo (GDB/MI Async Records): Document new *stopped | |
951 | reasons. | |
952 | ||
f196051f SS |
953 | 2011-11-20 Stan Shebs <[email protected]> |
954 | ||
955 | * gdb.texinfo (Starting and Stopping Trace Experiments): Document | |
956 | note-related options and variables. | |
957 | (Tracepoint Packets): Document packet changes. | |
958 | ||
f85b53f8 SD |
959 | 2011-11-20 Sanjoy Das <[email protected]> |
960 | ||
961 | * gdb.texinfo (JIT Interface): Add documentation on writing and | |
962 | usind JIT debug info readers. | |
963 | (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT | |
964 | Debug Info Readers): New nodes. | |
965 | ||
bfccc43c YQ |
966 | 2011-11-18 Yao Qi <[email protected]> |
967 | ||
968 | * gdb.texinfo (Create and Delete Tracepoints): Mention pending | |
969 | tracepoint. | |
970 | ||
c011a4f4 DE |
971 | 2011-11-15 Doug Evans <[email protected]> |
972 | ||
973 | * gdb.texinfo (Files): Document basenames-may-differ. | |
974 | ||
ed59ded5 DE |
975 | 2011-11-14 Doug Evans <[email protected]> |
976 | ||
977 | * gdb.texinfo (Shell Commands): Document "!". | |
978 | ||
405f8e94 SS |
979 | 2011-11-14 Stan Shebs <[email protected]> |
980 | Kwok Cheung Yeung <[email protected]> | |
981 | ||
982 | * gdb.texinfo (Create and Delete Tracepoints): Describe what is | |
983 | needed to get shorter fast tracepoints. | |
984 | (Tracepoint Packets): Document new qTMinFTPILen packet. | |
985 | ||
1e4d1764 YQ |
986 | 2011-11-14 Yao Qi <[email protected]> |
987 | ||
988 | * gdb.texinfo (Create and Delete Tracepoints): Describe changed | |
989 | behavior of tracepoint. | |
990 | (General Query Packets): New feature InstallInTrace. | |
991 | (Remote Configuration): Document "set remote | |
992 | install-in-trace-packet". | |
993 | ||
71eba9c2 | 994 | 2011-11-12 Matt Rice <[email protected]> |
995 | ||
996 | * gdb.texinfo (C Preprocessor Macros): Remove info definitions. | |
997 | Add arguments to info macro. | |
998 | ||
e0f8f636 TT |
999 | 2011-11-10 Tom Tromey <[email protected]> |
1000 | ||
1001 | * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC | |
1002 | manual. | |
1003 | (Variables): Don't mention -gdwarf-2. Link to Compilation node. | |
1004 | (Macros): Add a footnote. | |
1005 | (C): Remove paragraph about compiler options. | |
1006 | (C Constants): Mention wide character and string constants. | |
1007 | (C Plus Plus Expressions): Update compiler option advice. Mention | |
1008 | using declarations. Mention ADL. Remove old HP compiler | |
1009 | information. | |
1010 | ||
625c0d47 TT |
1011 | 2011-11-10 Tom Tromey <[email protected]> |
1012 | ||
1013 | PR c++/9257: | |
1014 | * gdb.texinfo (Print Settings): Add an extra note about the need | |
1015 | for a vtable. | |
1016 | ||
4be2aacc MR |
1017 | 2011-11-08 Maciej W. Rozycki <[email protected]> |
1018 | ||
1019 | * gdb.texinfo (MIPS): Remove duplicate "auto" reference from | |
1020 | "set mips abi" documentation. | |
1021 | ||
0a1c4d10 DE |
1022 | 2011-11-04 Doug Evans <[email protected]> |
1023 | ||
1024 | * gdb.texinfo (Maintenance Commands): Update docs of "maint time". | |
1025 | ||
aad1c02c TT |
1026 | 2011-11-03 Tom Tromey <[email protected]> |
1027 | ||
1028 | * gdb.texinfo (Stopping): Add menu entry. | |
1029 | (Continuing and Stepping): Restore @node. Use @section, not | |
1030 | @subsection. | |
1031 | ||
983fb131 MR |
1032 | 2011-11-03 Maciej W. Rozycki <[email protected]> |
1033 | ||
1034 | * gdb.texinfo (Skipping Over Functions and Files): Remove node | |
1035 | designation. Fix "Specify Location" cross-reference. | |
1036 | ||
3065dfb6 SS |
1037 | 2011-11-02 Stan Shebs <[email protected]> |
1038 | ||
1039 | * gdb.texinfo (Tracepoint Action Lists): Document collect/s. | |
1040 | (General Query Packets): Describe tracenz feature. | |
1041 | * agentexpr.texi (Bytecode Descriptions): Describe tracenz. | |
1042 | ||
0aaaf063 PK |
1043 | 2011-10-28 Paul Koning <[email protected]> |
1044 | ||
1045 | * gdb.texinfo (gdb.types): Rename deepitems to deep_items. | |
1046 | ||
2231f1fb KP |
1047 | 2011-10-27 Kevin Pouget <[email protected]> |
1048 | ||
1049 | * gdb.texinfo ((Frames In Python): Document | |
1050 | gdb.FRAME_UNWIND_FIRST_ERROR contant. | |
1051 | ||
5110b5df PK |
1052 | 2011-10-26 Paul Koning <[email protected]> |
1053 | ||
1054 | * gdb.texinfo (gdb.types): Document new deepitems function. | |
1055 | ||
22dbab46 PK |
1056 | 2011-10-25 Paul Koning <[email protected]> |
1057 | ||
1058 | PR python/13327 | |
1059 | ||
1060 | * gdb.texinfo (Values From Inferior): Add is_lazy attribute, | |
1061 | fetch_lazy method. | |
1062 | ||
9df2fbc4 PM |
1063 | 2011-10-20 Phil Muldoon <[email protected]> |
1064 | ||
1065 | PR python/12656 | |
1066 | ||
1067 | * gdb.texinfo (Blocks In Python): Document is_static, is_global, | |
1068 | global_block, static_block function. | |
1069 | ||
f05e2e1d TT |
1070 | 2011-10-19 Tom Tromey <[email protected]> |
1071 | ||
1072 | * gdb.texinfo (Commands In Python): Add missing "@"s. | |
1073 | ||
a7fc3f37 KP |
1074 | 2011-10-13 Kevin Pouget <[email protected]> |
1075 | ||
1076 | PR python/13285 Document named constants for frame unwind stop reasons | |
1077 | * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_* | |
1078 | constants. | |
1079 | ||
5048e516 JK |
1080 | 2011-10-12 Jan Kratochvil <[email protected]> |
1081 | ||
1082 | Fix compatibility with texinfo versions older than 4.12. | |
1083 | * Makefile.in (MAKEINFO): Set to @MAKEINFO@. | |
1084 | (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New. | |
1085 | (MAKEHTMLFLAGS): Use MAKEINFO_CMD. | |
1086 | (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD. | |
1087 | * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible. | |
1088 | Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables | |
1089 | CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B. | |
1090 | ||
5a56e9c5 DE |
1091 | 2011-10-09 Doug Evans <[email protected]> |
1092 | ||
1093 | * gdb.texinfo (Extending GDB): Document alias command. | |
1094 | ||
36b11add JK |
1095 | 2011-10-09 Jan Kratochvil <[email protected]> |
1096 | ||
1097 | Support @entry in input expressions. | |
1098 | * gdb.texinfo (Variables): Describe @entry names suffix. | |
1099 | (Print Settings): Add anchor for `set print entry-values'. | |
1100 | ||
e18b2753 JK |
1101 | 2011-10-09 Jan Kratochvil <[email protected]> |
1102 | Eli Zaretskii <[email protected]> | |
1103 | ||
1104 | Display @entry parameter values (without references). | |
1105 | * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call | |
1106 | example. | |
1107 | (Print Settings): New description of set print entry-values and show | |
1108 | print entry-values. | |
1109 | ||
111c6489 JK |
1110 | 2011-10-09 Jan Kratochvil <[email protected]> |
1111 | Eli Zaretskii <[email protected]> | |
1112 | ||
1113 | Recognize virtual tail call frames. | |
1114 | * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames. | |
1115 | (Tail Call Frames): New node. | |
1116 | (Frames In Python): Add gdb.TAILCALL_FRAME. | |
1117 | ||
9c15afc4 DE |
1118 | 2011-10-07 Doug Evans <[email protected]> |
1119 | ||
1120 | * gdb.texinfo (gdb.printing): Document new `replace' arg to | |
1121 | register_pretty_printer. | |
1122 | ||
99f5279d PM |
1123 | 2011-10-07 Phil Muldoon <[email protected]> |
1124 | ||
1125 | PR python/12930 | |
1126 | PR python/12802 | |
1127 | ||
1128 | * gdb.texinfo (Breakpoints In Python): Clarify behavior in the | |
1129 | stop method. | |
1130 | ||
03583c20 UW |
1131 | 2011-10-07 Ulrich Weigand <[email protected]> |
1132 | ||
1133 | * gdb.texinfo (Starting your Program): "set disable-randomization" | |
1134 | is no longer Linux-specific. | |
1135 | (Remote Configuration): Document "set remote | |
1136 | disable-randomization-packet". | |
1137 | (General Query Packets): Document "QDisableRandomization" packet | |
1138 | and add it to "qSupported" list. | |
1139 | ||
bd054e06 KP |
1140 | 2011-10-07 Kevin Pouget <[email protected]> |
1141 | ||
1142 | Allow Python notification of new object-file loadings. | |
1143 | * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent' | |
1144 | event type. | |
1145 | ||
cb6be26b KP |
1146 | 2011-10-04 Kevin Pouget <[email protected]> |
1147 | ||
1148 | PR python/12691: Add the inferior to Python exited event | |
1149 | * gdb.texinfo (Events In Python): Describe exited inferior attribute. | |
1150 | ||
a05336a1 JB |
1151 | 2011-10-03 Joel Brobecker <[email protected]> |
1152 | ||
1153 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor | |
1154 | rephasing. | |
1155 | ||
5d77fe44 JB |
1156 | 2011-10-03 Joel Brobecker <[email protected]> |
1157 | ||
1158 | * gdb.texinfo (GDB/MI Ada Tasking Commands): New node. | |
1159 | (GDB/MI Miscellaneous Commands): Add `ada-task-info' | |
1160 | as possible feature returned by the `-list-features' | |
1161 | command. | |
1162 | ||
699df94d PK |
1163 | 2011-09-28 Paul Koning <[email protected]> |
1164 | ||
1165 | * gdb.texinfo (gdb.Type): Document field access by dictionary | |
1166 | key syntax. | |
1167 | ||
24bdad53 YQ |
1168 | 2011-09-28 Yao Qi <[email protected]> |
1169 | ||
1170 | * gdb.texinfo (Files): Update options for `add-symbol-file'. | |
1171 | Add one space after option `-s'. Remove @r{} markup. | |
1172 | ||
6710bf39 SS |
1173 | 2011-09-27 Stan Shebs <[email protected]> |
1174 | ||
1175 | * gdb.texinfo (Tracepoint Action Lists): Document $_ret. | |
1176 | ||
d99f7e48 HZ |
1177 | 2011-09-16 Hui Zhu <[email protected]> |
1178 | ||
1179 | * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300 | |
1180 | to *(unsigned char *)$esp@300. | |
1181 | ||
d812018b PK |
1182 | 2011-09-15 Paul Koning <[email protected]> |
1183 | ||
1184 | * gdb.texinfo: Make style of Python functions and methods match | |
1185 | the syntax of Python. Also put class and module names explicitly | |
1186 | on function, member, and variable names, matching Python | |
1187 | documentation conventions. | |
1188 | ||
2aa48337 KP |
1189 | 2011-09-15 Kevin Pouget <[email protected]> |
1190 | ||
1191 | PR Python/12692 Add gdb.selected_inferior() to Python interface. | |
1192 | * gdb.texinfo (Inferiors In Python): Describe new | |
1193 | gdb.selected_inferior() function. | |
1194 | ||
6839b47f KP |
1195 | 2011-09-15 Kevin Pouget <[email protected]> |
1196 | ||
1197 | Handle multiple breakpoint hits in Python interface: | |
1198 | * gdb.texinfo (Events In Python): New function documentation: | |
1199 | gdb.BreakpointEvent.breakpoints. Indicate that | |
1200 | gdb.BreakpointEvent.breakpoint is now deprecated. | |
1201 | ||
26829f2b JB |
1202 | 2011-09-04 Joel Brobecker <[email protected]> |
1203 | ||
1204 | * gdb.texinfo: Set EDITION to "Tenth" and change ISBN. | |
1205 | ||
a9f54f60 TT |
1206 | 2011-08-25 Andrew Oakley <[email protected]> |
1207 | ||
1208 | * gdb.texinfo (Types In Python): Document 'bitpos' for enums. | |
1209 | ||
fa3a4f15 PM |
1210 | 2011-08-17 Phil Muldoon <[email protected]> |
1211 | ||
1212 | * gdb.texinfo (Prompt): Add set/show extended-prompt | |
1213 | documentation | |
1214 | (Basic Python): Add prompt_hook anchor. | |
1215 | (Python modules): Reword module text to reflect multiple modules. | |
1216 | (gdb.prompt): Document gdb.prompt module. | |
1217 | ||
224bbe49 YQ |
1218 | 2011-08-14 Yao Qi <[email protected]> |
1219 | ||
78d85199 YQ |
1220 | * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet. |
1221 | ||
1222 | 2011-08-14 Yao Qi <[email protected]> | |
1223 | ||
1224 | * gdb.texinfo (Standard Target Features): Document C6x features. | |
224bbe49 YQ |
1225 | (TIC6x Features): New node. |
1226 | ||
457e09f0 DE |
1227 | 2011-08-12 Doug Evans <[email protected]> |
1228 | ||
1229 | * gdb.texinfo (Symbols In Python): Document symbol.type. | |
1230 | ||
5e239b84 PM |
1231 | 2011-08-09 Phil Muldoon <[email protected]> |
1232 | ||
1233 | * gdb.texinfo (Python): Document command and function | |
1234 | auto-loading. | |
1235 | ||
177bc839 JK |
1236 | 2011-07-26 Jan Kratochvil <[email protected]> |
1237 | Eli Zaretskii <[email protected]> | |
1238 | ||
1239 | * gdb.texinfo (whatis, ptype): Highlight their differences. Describe | |
1240 | typedefs unrolling. Extend the sample code by an inner typedef and | |
1241 | outer typedefs unrolling. | |
1242 | ||
1a532630 PP |
1243 | 2011-07-26 Paul Pluzhnikov <[email protected]> |
1244 | ||
1245 | * gdb.texinfo (Caching Remote Data): Document {set,show} dcache | |
1246 | size and line-size. | |
1247 | ||
9b158ba0 | 1248 | 2011-07-21 Matt Rice <[email protected]> |
1249 | ||
1250 | PR macros/12999 | |
1251 | * gdb.texinfo (Macros): Add info definitions and info macros commands. | |
1252 | Update text and cindex entries for info macro command. | |
1253 | ||
d17b6f81 PM |
1254 | 2011-07-21 Phil Muldoon <[email protected]> |
1255 | ||
1256 | * observer.texi (GDB Observers): Add before_prompt observer. | |
1257 | * gdb.texinfo (Basic Python): Add documentation for prompt | |
1258 | substitution. | |
1259 | ||
713389e0 PM |
1260 | 2011-07-11 Phil Muldoon <[email protected]> |
1261 | ||
1262 | PR python/12438 | |
1263 | * gdb.texinfo (Python Commands): Add deprecate note to maint | |
1264 | set/show python print-stack. Document set/show python | |
1265 | print-backtrace. | |
1266 | ||
177b42fe TJB |
1267 | 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com> |
1268 | ||
1269 | * gdb.texinfo: Fix typos. | |
1270 | ||
900e11f9 JK |
1271 | 2011-07-01 Tom Tromey <[email protected]> |
1272 | ||
1273 | * gdb.texinfo (Debugging Output): Document set debug | |
1274 | check-physname. | |
1275 | ||
39c4d40a TT |
1276 | 2011-06-29 Tom Tromey <[email protected]> |
1277 | ||
1278 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document | |
1279 | breakpoint-notifications feature. | |
1280 | ||
6f5def7d UW |
1281 | 2011-06-29 Ulrich Weigand <[email protected]> |
1282 | ||
1283 | * gdb.texinfo (Target Description): Remove warning about | |
1284 | possibly unstable format. | |
1285 | ||
8cf64490 TT |
1286 | 2011-06-03 Tom Tromey <[email protected]> |
1287 | ||
1288 | * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field. | |
1289 | (Events In Python): Note that exit_code is optional. | |
1290 | ||
393eab54 PA |
1291 | 2011-05-17 Pedro Alves <[email protected]> |
1292 | ||
1293 | * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is | |
1294 | required for multi-threading support. | |
1295 | (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and | |
1296 | Hc are deprecated for multi-threading debugging. Point readers at | |
1297 | the vCont packet. | |
1298 | ||
75fc9810 DE |
1299 | 2011-05-15 Doug Evans <[email protected]> |
1300 | ||
1301 | * gdb.texinfo (Auto-loading): Document printing of missing scripts. | |
1302 | ||
01124a23 DE |
1303 | 2011-05-13 Doug Evans <[email protected]> |
1304 | ||
98a5dd13 DE |
1305 | * gdb.texinfo (Threads): Document $sdir,$pdir. |
1306 | (Server): Document $pdir exception. | |
1307 | ||
dbaefcf7 DE |
1308 | * gdb.texinfo (Auto-loading): Document "info auto-load-scripts". |
1309 | ||
cc63ef9b DE |
1310 | * gdb.texinfo (Threads): Clarify default value for |
1311 | libthread-db-search-path. | |
7e0396aa | 1312 | |
01124a23 DE |
1313 | * gdb.texinfo (Completion): Update example. |
1314 | (Debugging Output): Delete `set/show debug lin-lwp-async'. | |
1315 | ||
d248b706 KY |
1316 | 2011-05-12 Kwok Cheung Yeung <[email protected]> |
1317 | ||
1318 | * gdb.texinfo: Document change in the behaviour of the enable and | |
1319 | disable GDB commands when applied to tracepoints. | |
1320 | Document the EnableDisableTracepoints remote stub feature. | |
1321 | Document QTEnable and QTDisable in the list of tracepoint packets. | |
1322 | ||
cc88a640 JK |
1323 | 2011-05-11 Jan Kratochvil <[email protected]> |
1324 | ||
1325 | * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to | |
1326 | hsuser.texi. | |
1327 | * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and | |
1328 | comment to hsuser.texi. Change rluser.texi name in the comment. | |
1329 | ||
84e578fb DE |
1330 | 2011-05-10 Doug Evans <[email protected]> |
1331 | ||
1332 | * gdb.texinfo (Threads): If an empty path is provided for | |
1333 | libthread-db-search-path it is reset to its default value. | |
1334 | (Server): Ditto. | |
1335 | ||
478aac75 DE |
1336 | 2011-05-09 Doug Evans <[email protected]> |
1337 | ||
1338 | * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin. | |
1339 | ||
9c06b0b4 TJB |
1340 | 2011-05-06 Sergio Durigan Junior <[email protected]> |
1341 | Thiago Jung Bauermann <[email protected]> | |
1342 | ||
1343 | Implement support for PowerPC BookE masked watchpoints. | |
1344 | * gdb.texinfo (Set Watchpoints): Document mask parameter. | |
1345 | (PowerPC Embedded): Mention support of masked watchpoints. | |
1346 | ||
9ed350ad JB |
1347 | 2011-05-03 Joel Brobecker <[email protected]> |
1348 | ||
1349 | * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with | |
1350 | `@value{GDBN}'. | |
1351 | ||
4ceed123 JB |
1352 | 2011-05-03 Joel Brobecker <[email protected]> |
1353 | ||
1354 | * gdb.texinfo (titlepage): Remove dedication. | |
1355 | (In Memoriam): New appendix. | |
1356 | ||
559a7a62 JK |
1357 | 2011-04-27 Jan Kratochvil <[email protected]> |
1358 | Eli Zaretskii <[email protected]> | |
1359 | ||
1360 | * gdb.texinfo (Index Section Format): Change the version to 5. | |
1361 | Describe the different formula. | |
1362 | ||
03f2bd59 JK |
1363 | 2011-04-24 Jan Kratochvil <[email protected]> |
1364 | Eli Zaretskii <[email protected]> | |
1365 | ||
1366 | * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor | |
1367 | for disconnected tracing. | |
1368 | (Multi-Process Mode for @code{gdbserver}): Mention --multi and | |
1369 | extended-remote relationship. Mention --once. | |
1370 | (TCP port allocation lifecycle of @code{gdbserver}): New. | |
1371 | ||
d9b1a651 EZ |
1372 | 2011-04-23 Eli Zaretskii <[email protected]> |
1373 | ||
1374 | * gdb.texinfo (Server): Improve indexing. Index all optional | |
1375 | switches to gdbserver. | |
1376 | ||
90476074 TT |
1377 | 2011-04-20 Tom Tromey <[email protected]> |
1378 | ||
1379 | * gdb.texinfo (Index Section Format): New node. | |
1380 | (Top): Add new node to menu. | |
1381 | ||
c21236dc PA |
1382 | 2011-04-20 Pedro Alves <[email protected]> |
1383 | ||
1384 | * gdb.texinfo (Maintenance Commands): Document `maint print | |
1385 | remote-registers'. | |
1386 | ||
05c8c3f5 TT |
1387 | 2011-04-20 Tom Tromey <[email protected]> |
1388 | ||
1389 | * gdb.texinfo (Trace File Format): Move node later. | |
1390 | ||
7a9dd1b2 TT |
1391 | 2011-04-19 Tom Tromey <[email protected]> |
1392 | ||
1393 | * gdbint.texinfo (Register Information Functions): Remove | |
1394 | duplicate "the". | |
1395 | * gdb.texinfo (Emacs): Remove duplicate "to". | |
1396 | (GDB/MI Variable Objects): Remove duplicate "the". | |
1397 | (General Query Packets): Likewise. | |
1398 | ||
4368ebeb JB |
1399 | 2011-04-02 Joel Brobecker <[email protected]> |
1400 | ||
1401 | * gdb.texinfo (GDB/MI Output Records): Fix menu entry for | |
1402 | "GDB/MI Ada Exception Information" node. | |
1403 | ||
956a9fb9 JB |
1404 | 2011-04-01 Joel Brobecker <[email protected]> |
1405 | ||
1406 | * gdb.texinfo (GDB/MI Ada Exception Information): Document | |
1407 | the "exception-name" field in the *stopped async record. | |
1408 | ||
f1310107 TJB |
1409 | 2011-03-31 Thiago Jung Bauermann <[email protected]> |
1410 | Sergio Durigan Junior <[email protected]> | |
1411 | ||
1412 | Implement support for PowerPC BookE ranged breakpoints. | |
1413 | * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints. | |
1414 | ||
8786b2bd TT |
1415 | 2011-03-28 Tom Tromey <[email protected]> |
1416 | ||
1417 | * gdb.texinfo (Set Tracepoints): Fix typo. | |
1418 | ||
9ef07c8c TT |
1419 | 2011-03-24 Tom Tromey <[email protected]> |
1420 | ||
1421 | * gdb.texinfo (Specify Location): Document `function:label' | |
1422 | linespec. | |
1423 | ||
99c3dc11 PM |
1424 | 2011-03-18 Phil Muldoon <[email protected]> |
1425 | ||
f1310107 | 1426 | PR python/12149 |
99c3dc11 PM |
1427 | |
1428 | * gdb.texinfo (Basic Python): Update gdb.write and flush text. | |
1429 | ||
29703da4 PM |
1430 | 2011-03-17 Phil Muldoon <[email protected]> |
1431 | ||
1432 | * gdb.texinfo (Blocks In Python): Add is_valid method description. | |
1433 | (Inferiors In Python): Likewise. | |
1434 | (Threads In Python): Likewise. | |
1435 | (Symbols In Python): Likewise. | |
1436 | (Objfiles In Python): Likewise. | |
1437 | (Symbol Tables In Python): Likewise. | |
1438 | ||
c9174737 PA |
1439 | 2011-03-15 Pedro Alves <[email protected]> |
1440 | ||
1441 | * gdb.texinfo (Auto Display) <undisplay, enable display, disable | |
1442 | display>: Explain that the commands accept number ranges. | |
1443 | ||
7371cf6d PM |
1444 | 2011-03-14 Phil Muldoon <[email protected]> |
1445 | ||
1446 | * gdb.texinfo (Breakpoints In Python): Add description and example | |
1447 | of Python stop function operation. | |
1448 | ||
ecec24e6 PM |
1449 | 2011-03-10 Phil Muldoon <[email protected]> |
1450 | ||
1451 | * gdb.texinfo (Parameters In Python): Document get_set_string and | |
1452 | get_show_string methods. | |
1453 | ||
6dcd5565 JK |
1454 | 2011-02-28 Jan Kratochvil <[email protected]> |
1455 | ||
1456 | * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis. | |
1457 | ||
81896e36 JK |
1458 | * gdb.texinfo (Starting and Stopping Trace Experiments): Fix |
1459 | circular-trace-buffer name. | |
1460 | ||
5e30da2c JB |
1461 | 2011-02-28 Joel Brobecker <[email protected]> |
1462 | ||
1463 | * gdb.texinfo (Inferiors and Programs): Fix small error introduced | |
1464 | in the previous change. | |
1465 | ||
3bd0f5ef | 1466 | 2011-02-27 Michael Snyder <[email protected]> |
af624141 MS |
1467 | |
1468 | * gdb.texinfo (Inferiors and Programs): Update commands to show | |
1469 | that they can accept multiple arguments. | |
1470 | ||
4ec7539c JB |
1471 | 2011-02-24 Joel Brobecker <[email protected]> |
1472 | ||
1473 | Revert the following patch (code patch was not approved): | |
1474 | 2011-02-21 Hui Zhu <[email protected]> | |
1475 | * agentexpr.texi (bytecode descriptions): add printf. | |
1476 | * gdb.texinfo (tracepoint action lists): add printf. | |
1477 | ||
82809774 DE |
1478 | 2011-02-23 Doug Evans <[email protected]> |
1479 | ||
1480 | * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}. | |
1481 | ||
e5a67952 MS |
1482 | 2011-02-23 Michael Snyder <[email protected]> |
1483 | ||
1484 | * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break. | |
1485 | (Set Watchpoints): Add @dots{} to argument of info watchpoints. | |
1486 | (Listing Tracepoints): Add @dots{} to argument of info tracepoints. | |
1487 | ||
6e6fbe60 DE |
1488 | 2011-02-22 Doug Evans <[email protected]> |
1489 | ||
1490 | * gdb.texinfo (Symbols In Python): Document lookup_global_symbol. | |
1491 | Clarify behaviour of lookup_symbol when `block' argument is omitted, | |
1492 | add description of result, fix @defun formatting. | |
1493 | ||
f994e27a HZ |
1494 | 2011-02-21 Hui Zhu <[email protected]> |
1495 | ||
1496 | * agentexpr.texi (Bytecode Descriptions): Add printf. | |
1497 | * gdb.texinfo (Tracepoint Action Lists): Add printf. | |
1498 | ||
c7f96d2b TT |
1499 | 2011-02-18 Tom Tromey <[email protected]> |
1500 | ||
1501 | * agentexpr.texi (Bytecode Descriptions): Document pick and rot. | |
1502 | ||
60f98dde MS |
1503 | 2011-02-14 Michael Snyder <[email protected]> |
1504 | ||
1505 | * gdb.texinfo (threads): Document argument for "info threads" cmd. | |
1506 | Document new command "thread find". | |
1507 | ||
08e796bc MS |
1508 | 2011-02-14 Michael Snyder <[email protected]> |
1509 | ||
1510 | * gdb.texinfo (Threads): Update example of new thread message. | |
1511 | ||
b3b9301e PA |
1512 | 2011-02-14 Pedro Alves <[email protected]> |
1513 | ||
1514 | * gdb.texinfo (Remote Configuration): Mention set/show remote | |
1515 | traceframe-info. | |
1516 | (Tools/Packages Optional for Building GDB): Mention that expat is | |
1517 | used for traceframe info. | |
1518 | (Remote Protocol) <Menu>: Add "Traceframe Info Format". | |
1519 | (General Query Packets) <qSupported>: Describe the | |
1520 | qXfer:traceframe-info:read feature. | |
1521 | (qXfer::read): Describe qXfer:traceframe-info:read. | |
1522 | (Traceframe Info Format): New section. | |
1523 | ||
cef35b0f PA |
1524 | 2011-02-04 Pedro Alves <[email protected]> |
1525 | ||
1526 | * gdbint.texinfo (Formatting): Mention some formatting guidelines | |
1527 | for casts and unary operators. | |
1528 | ||
f1cbe1d3 TT |
1529 | 2011-02-04 Tom Tromey <[email protected]> |
1530 | ||
1531 | * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded | |
1532 | is not useful. | |
1533 | ||
585fdaa1 PA |
1534 | 2011-01-25 Pedro Alves <[email protected]> |
1535 | ||
1536 | * gdb.texinfo: s/value optimized out/optimized out/g | |
1537 | ||
7bfc9434 JB |
1538 | 2011-01-21 Joel Brobecker <[email protected]> |
1539 | ||
1540 | * gdb.texinfo (Other Misc Settings): Rework part of the | |
1541 | documentation of the "set interactive mode" command. | |
1542 | ||
4694da01 TT |
1543 | 2011-01-19 Tom Tromey <[email protected]> |
1544 | ||
1545 | * gdb.texinfo (Threads): Document thread name output and `thread | |
1546 | name' command. | |
1547 | (Threads In Python): Document Thread.name attribute. | |
1548 | (GDB/MI Thread Commands): Document thread attributes. | |
1549 | ||
b716877b AB |
1550 | 2011-01-12 Andrew Burgess <[email protected]> |
1551 | ||
1552 | * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect | |
1553 | changes in mi/mi-cmd-disas.c | |
1554 | ||
13fd8b81 TT |
1555 | 2011-01-12 Tom Tromey <[email protected]> |
1556 | ||
1557 | * gdb.texinfo (Threads): Remove duplicate text. Update examples. | |
1558 | Fix "thread apply" text. | |
1559 | ||
e09342b5 TJB |
1560 | 2011-01-11 Sergio Durigan Junior <[email protected]> |
1561 | Thiago Jung Bauermann <[email protected]> | |
1562 | ||
1563 | Implement support for PowerPC BookE ranged watchpoints. | |
1564 | * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and | |
1565 | the "set powerpc exact-watchpoints" flag. | |
1566 | ||
06e65f44 TT |
1567 | 2011-01-07 Tom Tromey <[email protected]> |
1568 | ||
1569 | * gdb.texinfo (Python API): Add descriptions to @menu items. | |
1570 | ||
d8e22779 TT |
1571 | 2011-01-06 Tom Tromey <[email protected]> |
1572 | ||
1573 | * gdb.texinfo (Frames In Python): Document gdb.newest_thread. | |
1574 | ||
a255712f PP |
1575 | 2010-01-06 Paul Pluzhnikov <[email protected]> |
1576 | ||
e09342b5 | 1577 | * gdb.texinfo (Debugging Output): Document "set debug jit". |
a255712f | 1578 | |
ccfc3d6e TT |
1579 | 2011-01-06 Tom Tromey <[email protected]> |
1580 | ||
1581 | PR python/12133: | |
1582 | * gdb.texinfo (Frames In Python): Document various frame | |
1583 | constants. | |
1584 | ||
44944448 JB |
1585 | 2011-01-05 Joel Brobecker <[email protected]> |
1586 | ||
1587 | * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo, | |
1588 | doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi, | |
1589 | doc/refcard.tex, doc/stabs.texinfo: Copyright year update. | |
1590 | ||
42ea3d7a JK |
1591 | 2011-01-03 Jan Kratochvil <[email protected]> |
1592 | ||
1593 | * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi. | |
1594 | (clean): Add GDBvn.texi. | |
1595 | ||
720d1a40 JB |
1596 | 2010-12-29 Joel Brobecker <[email protected]> |
1597 | ||
1598 | * gdb.texinfo (Ada Glitches): Remove paragraph describing the | |
1599 | occasional case where the debugger prints an array address | |
1600 | instead of the array itself. | |
1601 | ||
ad196637 PA |
1602 | 2010-12-23 Pedro Alves <[email protected]> |
1603 | ||
1604 | * gdb.texinfo (Packets) <read registers packet>: Document support | |
1605 | for registers that were not collected. | |
1606 | ||
a86caf66 DE |
1607 | 2010-12-15 Doug Evans <[email protected]> |
1608 | ||
1609 | * gdb.texinfo (Startup): Document auto-loading of scripts during | |
1610 | startup. | |
1611 | (Auto-loading): Delete "maint set python auto-load on|off". | |
1612 | Add "set auto-load-scripts on|off". | |
1613 | ||
aae1c79a DE |
1614 | 2010-12-07 Doug Evans <[email protected]> |
1615 | ||
1616 | * gdb.texinfo (Mode Options): Document -data-directory. | |
1617 | (Data Files): Add reference to -data-directory. | |
1618 | ||
4e04c971 DE |
1619 | 2010-11-29 Doug Evans <[email protected]> |
1620 | ||
1621 | * gdb.texinfo (Pretty-Printer Introduction): Change | |
1622 | printer-name:subprinter-name to printer-name;subprinter-name. | |
1623 | ||
94b6973e PM |
1624 | 2010-11-29 Phil Muldoon <[email protected]> |
1625 | ||
1626 | PR python/12199 | |
1627 | ||
1628 | * gdb.texinfo (Breakpoints In Python): Document "delete" method. | |
1629 | ||
39037522 TT |
1630 | 2010-11-23 Tom Tromey <[email protected]> |
1631 | ||
1632 | * gdb.texinfo (Top): Check SYSTEM_READLINE. | |
1633 | (Editing): Likewise. | |
1634 | (Command History): Likewise. | |
1635 | (TUI Keys): Likewise. | |
1636 | (Bug Reporting): Conditionally include rluser.texi and | |
1637 | inc-history.texinfo. | |
1638 | * Makefile.in (READLINE_TEXI_INCFLAG): New variable. | |
1639 | (GDB_DOC_SOURCE_INCLUDES): Add comment. | |
1640 | (GDBvn.texi): Set SYSTEM_READLINE when appropriate. | |
1641 | (gdb.dvi): Use READLINE_TEXI_INCFLAG. | |
1642 | (gdb.pdf): Likewise. | |
1643 | (gdb.info): Likewise. | |
1644 | (gdb/index.html): Likewise. | |
1645 | ||
5ae98d25 TT |
1646 | 2010-11-23 Tom Tromey <[email protected]> |
1647 | ||
1648 | * Makefile.in (Makefile): Run ../config.status. | |
1649 | (distclean): Update. | |
1650 | * configure: Remove. | |
1651 | * configure.ac: Remove. | |
1652 | ||
621c8364 TT |
1653 | 2010-11-12 Tom Tromey <[email protected]> |
1654 | ||
1655 | * gdb.texinfo (Basic Python): Update. Add xref. | |
1656 | (Exception Handling): Document new exception classes. | |
1657 | (Types In Python): Update. | |
1658 | (Frames In Python): Update. | |
1659 | ||
84f4c1fe PM |
1660 | 2010-11-11 Phil Muldoon <[email protected]> |
1661 | ||
1662 | * gdb.texinfo (Breakpoints In Python): Document "internal" | |
1663 | parameter, and visible attribute. | |
1664 | ||
99e7ae30 DE |
1665 | 2010-11-05 Doug Evans <[email protected]> |
1666 | ||
1667 | * gdb.texinfo (Source Path): Document "set directories". | |
1668 | ||
f4b8a18d KW |
1669 | 2010-11-05 Ken Werner <[email protected]> |
1670 | ||
1671 | * gdb.texinfo: (Summary) Add mention about OpenCL C language support. | |
1672 | (OpenCL C): New node. | |
1673 | ||
7b51bc51 DE |
1674 | 2010-11-02 Doug Evans <[email protected]> |
1675 | ||
1676 | * gdb.texinfo (Pretty Printing): Expand into three sections, | |
1677 | introduction, example, and commands. | |
1678 | (Python API): Delete section Disabling Pretty-Printers, merge into | |
1679 | Selecting Pretty-Printers. | |
1680 | (Writing a Pretty-Printer): New section. Move the pretty-printer | |
1681 | example here, and reformat to match python coding style. Add a second | |
1682 | example using the gdb.printing module. | |
1683 | (Python modules): Add gdb.printing. | |
1684 | ||
9eeee977 DE |
1685 | 2010-10-29 Doug Evans <[email protected]> |
1686 | ||
1687 | * gdb.texinfo (Python): Fix long line. | |
1688 | ||
a0e0ffdf DE |
1689 | 2010-10-20 Doug Evans <[email protected]> |
1690 | ||
1691 | * gdbint.texinfo (Misc Guidelines): Renamed from Coding. | |
1692 | All references updated. Correct sections marked as subsections. | |
1693 | (Coding Standards): New chapter. Move the coding standard related | |
1694 | subsections here. Add section on Python coding standards. | |
1695 | ||
0e3509db DE |
1696 | 2010-10-13 Doug Evans <[email protected]> |
1697 | ||
1698 | * gdb.texinfo (Python): Add "Python modules". | |
1699 | (Types in Python): Add reference to gdb.types section. | |
1700 | (Python modules): New node. | |
1701 | ||
44592cc4 DE |
1702 | 2010-10-11 Doug Evans <[email protected]> |
1703 | ||
1704 | * gdb.texinfo (Values From Inferior): Add reference to "Types in | |
1705 | Python" from gdb.Value.type description. | |
1706 | ||
6e1bb179 JB |
1707 | 2010-09-28 Joel Brobecker <[email protected]> |
1708 | ||
1709 | * gdb.texinfo (Ravenscar Profile): New node. | |
1710 | ||
e8467610 TT |
1711 | 2010-09-22 Tom Tromey <[email protected]> |
1712 | ||
1713 | * gdb.texinfo (Values From Inferior): Mention Value.__init__. | |
1714 | ||
fccd1d1e EZ |
1715 | 2010-09-22 Eli Zaretskii <[email protected]> |
1716 | ||
1717 | * gdb.texinfo (Values From Inferior): Clarify that | |
1718 | value.dynamic_type works only in C++ programs with RTTI. | |
1719 | ||
c1b6b909 TT |
1720 | 2010-09-15 Paul Bolle <[email protected]> |
1721 | ||
1722 | * gdb.texinfo (Character Sets): Correctly reference host-charset | |
1723 | in example. | |
1724 | ||
7d288aaa TT |
1725 | 2010-09-13 Tom Tromey <[email protected]> |
1726 | ||
1727 | * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>: | |
1728 | Document "fullname" and "from". | |
1729 | ||
f75d858b MK |
1730 | 2010-09-01 Marc Khouzam <[email protected]> |
1731 | ||
1732 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new | |
1733 | feature `reverse' output by -list-target-features. | |
1734 | ||
83b9503b L |
1735 | 2010-08-31 H.J. Lu <[email protected]> |
1736 | ||
1737 | * gdb.texinfo (i386 Features): Remove an extra "@item". | |
1738 | ||
03f17ccf TT |
1739 | 2010-08-30 Tom Tromey <[email protected]> |
1740 | ||
1741 | PR python/11792: | |
1742 | * gdb.texinfo (Values From Inferior): Document dynamic_type. | |
1743 | ||
9779414d DJ |
1744 | 2010-08-24 Daniel Jacobowitz <[email protected]> |
1745 | ||
1746 | * gdb.texinfo (ARM Features): Document | |
1747 | org.gnu.gdb.arm.m-profile. | |
1748 | ||
f9ffd4bb TT |
1749 | 2010-08-23 Tom Tromey <[email protected]> |
1750 | ||
1751 | PR python/11145: | |
1752 | * gdb.texinfo (Values From Inferior): Document dynamic_cast and | |
1753 | reinterpret_cast methods. | |
1754 | ||
702c2711 TT |
1755 | 2010-08-23 Tom Tromey <[email protected]> |
1756 | ||
1757 | PR python/11915: | |
1758 | * gdb.texinfo (Types In Python): Document array method. | |
1759 | ||
66b73624 TJB |
1760 | 2010-08-18 Thiago Jung Bauermann <[email protected]> |
1761 | ||
1762 | * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register. | |
1763 | ||
06a64a0b TT |
1764 | 2010-08-16 Tom Tromey <[email protected]> |
1765 | ||
1766 | * gdb.texinfo (Set Watchpoints): Document -location option. | |
1767 | ||
a3a7127e DE |
1768 | 2010-08-13 Doug Evans <[email protected]> |
1769 | ||
1770 | * gdb.texinfo (.debug_gdb_scripts section): Fix typo. | |
1771 | ||
8dedea02 VP |
1772 | 2010-08-13 Vladimir Prus <[email protected]> |
1773 | ||
1774 | * gdb.texinfo (GDB/MI Data Manipulation): Document | |
1775 | -data-read-memory-raw and -data-write-memory-raw. | |
1776 | ||
ca5c20b6 | 1777 | 2010-08-11 Tom Tromey <[email protected]> |
889bf7c5 | 1778 | Phil Muldoon <[email protected]> |
ca5c20b6 PM |
1779 | |
1780 | * gdb.texinfo (Basic Python): Describe post_event API. | |
1781 | ||
cb2e07a6 PM |
1782 | 2010-08-11 Phil Muldoon <[email protected]> |
1783 | ||
1784 | * gdb.texinfo (Basic Python): Describe solib_address and | |
889bf7c5 | 1785 | decode_line Python APIs |
cb2e07a6 | 1786 | |
464b3efb TT |
1787 | 2010-08-10 Tom Tromey <[email protected]> |
1788 | ||
1789 | * gdb.texinfo (Pretty Printing API): Document | |
1790 | gdb.default_visualizer. | |
1791 | ||
c29c521f TT |
1792 | 2010-08-10 Tom Tromey <[email protected]> |
1793 | ||
1794 | Revert gdb-add-index addition: | |
1795 | * gdb.texinfo (Index Files): Don't document gdb-add-index. | |
1796 | ||
5da1313b JK |
1797 | 2010-08-07 Jan Kratochvil <[email protected]> |
1798 | Eli Zaretskii <[email protected]> | |
1799 | ||
1800 | * gdb.texinfo (Mode Options) <-batch> | |
1801 | (Basic Python) <gdb.execute>: Describe setting width and height. | |
1802 | ||
02d868e8 PP |
1803 | 2010-07-31 Paul Pluzhnikov <[email protected]> |
1804 | ||
1805 | * gdb.texinfo (Threads): Document 'debug libthread-db'. | |
1806 | ||
c2bbed2a TT |
1807 | 2010-07-30 Tom Tromey <[email protected]> |
1808 | ||
1809 | * gdb.texinfo (Index Files): Mention gdb-add-index. | |
1810 | ||
6c13bbe1 HZ |
1811 | 2010-07-30 Hui Zhu <[email protected]> |
1812 | ||
1813 | * gdb.texinfo (Inferiors and Programs): Update the introduce of | |
1814 | "detach inferior" and "kill inferior". | |
1815 | ||
53a71c06 CR |
1816 | 2010-07-28 CHENG Renquan <[email protected]> |
1817 | ||
1818 | * gdb.texinfo (Machine Code): Update description of two forms of | |
1819 | arguments, and add new example to demonstrate the new form. | |
1820 | ||
5374244e PM |
1821 | 2010-07-27 Phil Muldoon <[email protected]> |
1822 | ||
1823 | * gdb.texinfo (Values From Inferior): Add value inferior function | |
1824 | call description. | |
1825 | ||
8ea5bce5 JK |
1826 | 2010-07-19 Jan Kratochvil <[email protected]> |
1827 | ||
1828 | * gdb.texinfo (Active Targets): Fix wrong comma placement. | |
1829 | ||
c0edd9ed JK |
1830 | 2010-07-19 Jan Kratochvil <[email protected]> |
1831 | Eli Zaretskii <[email protected]> | |
1832 | ||
1833 | Make core files the process_stratum. | |
1834 | * gdb.texinfo (Active Targets): Remove core_stratum. Include | |
1835 | record_stratum example. | |
1836 | ||
9291a0cd TT |
1837 | 2010-07-13 Tom Tromey <[email protected]> |
1838 | ||
1839 | * gdb.texinfo (Index Files): New node. | |
1840 | ||
f5011d11 TT |
1841 | 2010-07-13 Tom Tromey <[email protected]> |
1842 | ||
1843 | * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'. | |
1844 | ||
0f5238ed TT |
1845 | 2010-07-13 Tom Tromey <[email protected]> |
1846 | ||
1847 | * gdb.texinfo (Specify Location): Document labels. | |
1848 | ||
74c761c1 PA |
1849 | 2010-07-01 Pedro Alves <[email protected]> |
1850 | ||
1851 | * gdb.texinfo (Create and Delete Tracepoints): Add more index | |
1852 | entries for fast tracepoints and static tracepoints. | |
1853 | ||
501994c0 PA |
1854 | 2010-07-01 Pedro Alves <[email protected]> |
1855 | ||
1856 | * gdb.texinfo (General Query Packets) <qfThreadInfo, | |
1857 | qsThreadInfo>: Spell out `l' as ell. | |
1858 | ||
0fb4aa4b PA |
1859 | 2010-07-01 Pedro Alves <[email protected]> |
1860 | ||
1861 | * gdb.texinfo (Convenience Variables): Document $_sdata. | |
1862 | (Commands to Set Tracepoints): Describe static tracepoints. Add | |
1863 | `Listing Static Tracepoint Markers' menu entry. Document | |
1864 | "strace". | |
1865 | (Tracepoint Action Lists): Document collecting $_sdata. | |
1866 | (Listing Static Tracepoint Markers): New subsection. | |
1867 | (Tracepoints support in gdbserver): Mention static tracepoints. | |
1868 | (remote packets, enabling and disabling): Mention | |
1869 | read-sdata-object. | |
1870 | (General Query Packets) <qSupported>: Document qXfer:sdata:read | |
1871 | and StaticTracepoint. | |
1872 | Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets. | |
1873 | Document qXfer:sdata:read. | |
1874 | (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat. | |
1875 | ||
dc3b15be JB |
1876 | 2010-06-29 Joel Brobecker <[email protected]> |
1877 | ||
1878 | * gdb.texinfo (Threads In Python): Fix unmatched @end table. | |
1879 | ||
595939de PM |
1880 | 2010-06-28 Phil Muldoon <[email protected]> |
1881 | Tom Tromey <[email protected]> | |
1882 | Thiago Jung Bauermann <[email protected]> | |
1883 | ||
1884 | * gdb.texinfo (Inferiors In Python): New node. | |
1885 | * gdb.texinfo (Threads In Python): New node. | |
1886 | ||
9279c692 JB |
1887 | 2010-06-28 Joel Brobecker <[email protected]> |
1888 | ||
1889 | * gdb.texinfo (Python): Document what the python directory is | |
1890 | and what its location is. | |
1891 | (Basic Python): Document the gdb.PYTHONDIR constant. | |
1892 | ||
bc9f0842 TT |
1893 | 2010-06-25 Tom Tromey <[email protected]> |
1894 | ||
1895 | PR python/10808: | |
1896 | * gdb.texinfo (Basic Python): Document new gdb.execute argument. | |
1897 | ||
f1421989 HZ |
1898 | 2010-06-24 Hui Zhu <[email protected]> |
1899 | ||
1900 | * gdb.texinfo: (Commands for Controlled Output): Add | |
1901 | documentation for command "eval". | |
1902 | ||
e4c0cfae SS |
1903 | 2010-06-21 Stan Shebs <[email protected]> |
1904 | ||
1905 | * gdb.texinfo: Add explicit @node and @appendix for GFDL. | |
1906 | * annotate.texinfo: Ditto. | |
1907 | * gdbint.texinfo: Ditto. | |
1908 | * stabs.texinfo: Ditto. | |
1909 | ||
bb08c432 HZ |
1910 | 2010-06-22 Hui Zhu <[email protected]> |
1911 | ||
1912 | * gdb.texinfo: (Process Record and Replay): Add documentation | |
1913 | for command "set record memory-query". | |
1914 | ||
4f5d9f07 SS |
1915 | 2010-06-21 Stan Shebs <[email protected]> |
1916 | ||
1917 | * gdb.texinfo: Relicense under GFDL version 1.3. | |
1918 | * annotate.texinfo: Relicense under GFDL version 1.3. | |
1919 | * gdbint.texinfo: Relicense under GFDL version 1.3. | |
1920 | * stabs.texinfo: Relicense under GFDL version 1.3. | |
1921 | * fdl.texi: Update to version 1.3. | |
1922 | ||
6aed2dbc SS |
1923 | 2010-06-18 Stan Shebs <[email protected]> |
1924 | ||
a61408f8 SS |
1925 | * gdb.texinfo (Operating System Auxiliary Information): Describe |
1926 | "info os" when no arguments given. | |
1927 | ||
6aed2dbc SS |
1928 | * gdb.texinfo (Debugging Programs with Multiple Threads): Describe |
1929 | $_thread. | |
1930 | ||
24e933df HZ |
1931 | 2010-06-18 Hui Zhu <[email protected]> |
1932 | ||
1933 | * gdb.texinfo: (Process Record and Replay): Add documentation | |
1934 | for commands "record save" and "record restore". | |
1935 | ||
65d79d4b SDJ |
1936 | 2010-06-16 Jan Kratochvil <[email protected]> |
1937 | ||
1938 | * gdb.texinfo: Include information about the correct use | |
1939 | of addresses in the `watch' command. | |
1940 | ||
d914c394 SS |
1941 | 2010-06-11 Stan Shebs <[email protected]> |
1942 | ||
1943 | * gdb.texinfo (Observer Mode): New section. | |
1944 | (General Query Packets): Document QAllow. | |
889bf7c5 | 1945 | |
967cf477 DE |
1946 | 2010-06-04 Doug Evans <[email protected]> |
1947 | ||
1948 | * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'. | |
1949 | ||
aaf4119b DE |
1950 | 2010-06-03 Doug Evans <[email protected]> |
1951 | ||
1952 | * gdbint.texinfo (Coding): Add subsection on command names. | |
1953 | ||
9eae7c52 TT |
1954 | 2010-06-02 Tom Tromey <[email protected]> |
1955 | ||
1956 | * gdb.texinfo (Maintenance Commands): Document maint set dwarf2 | |
1957 | always-disassemble. | |
1958 | ||
fa593d66 PA |
1959 | 2010-06-01 Pedro Alves <[email protected]> |
1960 | ||
1961 | * gdb.texinfo (Set Tracepoints): Mention tracepoints support in | |
1962 | gdbserver, and add cross reference. | |
1963 | (Tracepoints support in gdbserver): New subsection. | |
1964 | ||
dde08ee1 PA |
1965 | 2010-05-26 Pedro Alves <[email protected]> |
1966 | ||
1967 | * gdb.texinfo (General Query Packets) <qSupported>: Describe the | |
1968 | `qRelocInsn' feature. | |
1969 | (Relocate instruction reply packet): New subsection | |
1970 | of `Tracepoint Packets'. | |
1971 | (Tracepoint Packets): Mention that packets QTDP and QTStart | |
1972 | support the qRelocInsn request, and add cross reference to new | |
1973 | subsection. | |
1974 | ||
07ca107c DE |
1975 | 2010-05-25 Doug Evans <[email protected]> |
1976 | ||
1977 | * gdb.texinfo (Exception Handling): Document gdb.GdbError. | |
1978 | (Commands In Python): Document gdb.string_to_argv. | |
1979 | ||
c25c4a8b JK |
1980 | 2010-05-02 Jan Kratochvil <[email protected]> |
1981 | ||
1982 | * gdbint.texinfo (Host Definition): Remove items NORETURN and | |
1983 | ATTR_NORETURN. | |
1984 | ||
d7b32ed3 | 1985 | 2010-04-29 Phil Muldoon <[email protected]> |
c25c4a8b JK |
1986 | Tom Tromey <[email protected]> |
1987 | Thiago Jung Bauermann <[email protected]> | |
d7b32ed3 | 1988 | |
c25c4a8b | 1989 | * gdb.texinfo (Parameters In Python): New Node. |
d7b32ed3 | 1990 | |
6aecb9c2 JB |
1991 | 2010-04-29 Mihail Zenkov <[email protected]> |
1992 | ||
1993 | * gdb.texinfo: (Summary) Add mention about D language support. | |
1994 | (Filenames): Add D suffixes. | |
1995 | (D): New node. | |
1996 | ||
b7da9e9f PM |
1997 | 2010-04-26 Pierre Muller <[email protected]> |
1998 | ||
1999 | * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation | |
2000 | of macro deleted from GDB code. | |
2001 | ||
ab38a727 PA |
2002 | 2010-04-24 Pedro Alves <[email protected]> |
2003 | ||
2004 | * gdb.texinfo (Commands to specify files): Describe what how GDB | |
2005 | looks up DOS-based filesystem paths on the system root. Document | |
2006 | the new `set/show target-file-system-kind' commands. | |
2007 | ||
66d09542 DE |
2008 | 2010-04-23 Doug Evans <[email protected]> |
2009 | ||
2010 | * gdb.texinfo (Python): Move Auto-loading section here ... | |
2011 | (Python API): from here. | |
2012 | (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts. | |
2013 | (Maintenance Commands): Add docs for "maint print section-scripts". | |
2014 | ||
8bd10a10 CM |
2015 | 2010-04-20 Chris Moller <[email protected]> |
2016 | ||
2017 | * gdb.texinfo (Setting Breakpoints): Added description of | |
2018 | filename-qualified rbreak. | |
2019 | * refcard.tex (Breakpoints and Watchpoints): Added brief | |
2020 | description of filename-qualified rbreak. | |
2021 | ||
4c374409 JK |
2022 | 2010-04-22 Jan Kratochvil <[email protected]> |
2023 | ||
2024 | * gdb.texinfo (Data): New @menu reference to Pretty Printing. | |
2025 | (Python API): Change the reference to Pretty Printing API. | |
2026 | (Pretty Printing): Move the user part under the Data node. Reformat | |
2027 | the sample output to 72 columns. Create a new reference to Pretty | |
2028 | Printing API. Rename the API part ... | |
2029 | (Pretty Printing API): To a new node name. | |
2030 | (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python) | |
2031 | (GDB/MI Variable Objects): Change references to Pretty Printing API. | |
2032 | ||
5a9351ae SS |
2033 | 2010-04-21 Stan Shebs <[email protected]> |
2034 | ||
2035 | * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions | |
889bf7c5 | 2036 | and commands. |
5a9351ae | 2037 | (Listing Tracepoints): Update to reflect current behavior. |
889bf7c5 | 2038 | |
9a22f0d0 PM |
2039 | 2010-04-22 Pierre Muller <[email protected]> |
2040 | ||
2041 | * gdb.texinfo (Examining memory): Update for change in string | |
2042 | display with explicit size. | |
2043 | ||
6149aea9 PA |
2044 | 2010-04-19 Pedro Alves <[email protected]> |
2045 | ||
2046 | PR breakpoints/8554. | |
2047 | ||
2048 | * gdb.texinfo (Save Breakpoints): New node. | |
2049 | (save-tracepoints): Rename to ... | |
2050 | (save tracepoints): ... this. Mention that `save-tracepoints' is | |
2051 | a deprecated alias to `save tracepoints'. | |
2052 | ||
711e434b PM |
2053 | 2010-04-16 Pierre Muller <[email protected]> |
2054 | ||
645797a8 | 2055 | * gdb.texinfo ($_tlb): Document new automatic convinience variable. |
711e434b PM |
2056 | (info w32 thread-information-block): Document new command. |
2057 | (qGetTIBAddress): Document new gdbserver query. | |
2058 | (maint set/show show-all-tib): Document new command. | |
2059 | ||
3f7b2faa DE |
2060 | 2010-04-15 Doug Evans <[email protected]> |
2061 | ||
fa33c3cd DE |
2062 | * gdb.texinfo (Python API): Add progspaces section. |
2063 | (Selecting Pretty-Printers): Progspace pretty-printers are | |
2064 | searched too. | |
2065 | (Progspaces In Python): New section. | |
2066 | ||
3f7b2faa DE |
2067 | * gdb.texinfo (Command Files): Add docs for new "source -s" option. |
2068 | ||
79f283fe PM |
2069 | 2010-04-14 Phil Muldoon <[email protected]> |
2070 | ||
2071 | * gdb.texinfo (Pretty Printing): Document behaviour when to_string | |
2072 | returns None. | |
2073 | ||
87290684 SS |
2074 | 2010-04-09 Stan Shebs <[email protected]> |
2075 | ||
2076 | * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>: | |
2077 | Describe the `frames-created' field, tweak grammar. | |
2078 | ||
a97153c7 PA |
2079 | 2010-04-09 Pedro Alves <[email protected]> |
2080 | ||
2081 | * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>: | |
2082 | Describe the `circular' and `disconnected' fields. | |
2083 | ||
5c5dcc1b L |
2084 | 2010-04-09 H.J. Lu <[email protected]> |
2085 | ||
2086 | * gdb.texinfo (maint print registers): Mention unavailable and | |
2087 | invisible registers. | |
2088 | ||
adc36818 PM |
2089 | 2010-04-09 Phil Muldoon <[email protected]> |
2090 | Thiago Jung Bauermann <[email protected]> | |
5c5dcc1b | 2091 | Tom Tromey <[email protected]> |
adc36818 PM |
2092 | |
2093 | * gdb.texinfo (Breakpoints In Python): New Node. | |
2094 | ||
33da3f1c SS |
2095 | 2010-04-08 Stan Shebs <[email protected]> |
2096 | ||
2097 | * gdb.texinfo (Tracepoint Packets): Describe disconn and circular | |
2098 | trace status fields. | |
2099 | ||
3a13a53b L |
2100 | 2010-04-08 H.J. Lu <[email protected]> |
2101 | ||
2102 | * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx | |
2103 | optional. Make org.gnu.gdb.i386.avx requires | |
2104 | org.gnu.gdb.i386.avx. | |
2105 | ||
08001717 DE |
2106 | 2010-04-08 Doug Evans <[email protected]> |
2107 | ||
2108 | * gdb.texinfo (Command Files): Document that gdb skips $cdir in | |
2109 | search path, and document that gdb only scans the search path if | |
2110 | the script's path doesn't specify a directory. | |
2111 | ||
c375651d DE |
2112 | 2010-04-05 Doug Evans <[email protected]> |
2113 | ||
2114 | * gdb.texinfo (maint show python auto-load): Fix typo. | |
2115 | ||
af54718e SS |
2116 | 2010-04-04 Stan Shebs <[email protected]> |
2117 | ||
d77f58be SS |
2118 | * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym. |
2119 | (Setting Watchpoints): Update description of "info watch". | |
2120 | (Disabling Breakpoints): Only "info break" lists all. | |
2121 | ||
af54718e SS |
2122 | * gdb.texinfo (Tracepoint Restrictions): Document PC inference. |
2123 | (tdump): Explain how tdump works. | |
2124 | ||
86b17b60 PA |
2125 | 2010-04-01 Pedro Alves <[email protected]> |
2126 | ||
2127 | * gdb.texinfo (Break Commands): Clarify `commands' changes, and | |
2128 | add cross reference. | |
2129 | ||
ff12863f PA |
2130 | 2010-03-31 Pedro Alves <[email protected]> |
2131 | ||
2132 | * gdb.texinfo (TUI Commands): Mention that in some cases, these | |
2133 | commands error out. | |
2134 | ||
f68eb612 L |
2135 | 2010-03-30 H.J. Lu <[email protected]> |
2136 | ||
2137 | * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx. | |
2138 | ||
c8d5aac9 L |
2139 | 2010-03-30 H.J. Lu <[email protected]> |
2140 | ||
2141 | * gdb.texinfo (General Query Packets): Add xmlRegisters. | |
2142 | ||
7d13fe92 SS |
2143 | 2010-03-29 Stan Shebs <[email protected]> |
2144 | Nathan Sidwell <[email protected]> | |
2145 | ||
2146 | * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the | |
2147 | GDBN equivalent. | |
2148 | (Set Tracepoints): Remove mention that conditional tracepoints | |
2149 | don't exist. | |
2150 | (Tracepoint Actions): Clarify when while-stepping collection | |
2151 | happens, note that while-stepping does not automatically collect | |
2152 | $pc. | |
2153 | ||
409873ef | 2154 | 2010-03-29 Stan Shebs <[email protected]> |
889bf7c5 | 2155 | |
409873ef SS |
2156 | * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc. |
2157 | (General Query Packets): Describe TracepointSource. | |
2158 | ||
ee8e71d4 EZ |
2159 | 2010-03-27 Matt Rice <[email protected]> |
2160 | ||
c8d5aac9 L |
2161 | * gdb.texinfo (ARM): Document arguments to "target sim". |
2162 | (Set Catchpoints): Use @dots{} instead of @r{...}. | |
ee8e71d4 | 2163 | |
99b5e152 PA |
2164 | 2010-03-26 Pedro Alves <[email protected]> |
2165 | ||
2166 | * gdb.texinfo (Tracepoint Packets): Remove mention that | |
2167 | terror:string may be plain text, and drop mention of X prefix. | |
2168 | ||
cd64ee31 VP |
2169 | 2010-03-26 Vladimir Prus <[email protected]> |
2170 | ||
2171 | * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref. | |
2172 | ||
6c28cbf2 SS |
2173 | 2010-03-24 Stan Shebs <[email protected]> |
2174 | ||
2175 | * gdb.texinfo (Tracepoint Packets): Document trace error status. | |
2176 | ||
95a42b64 TT |
2177 | 2010-03-24 Tom Tromey <[email protected]> |
2178 | ||
2179 | PR breakpoints/9352: | |
2180 | * gdb.texinfo (Break Commands): Update. | |
2181 | ||
18148017 VP |
2182 | 2010-03-24 Vladimir Prus <[email protected]> |
2183 | ||
2184 | * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint | |
2185 | commands. | |
2186 | ||
4daf5ac0 SS |
2187 | 2010-03-16 Stan Shebs <[email protected]> |
2188 | ||
2189 | * gdb.texinfo (Starting and Stopping Trace Experiments): Describe | |
2190 | circular-trace-buffer. | |
2191 | (Tracepoint Packets): Describe QTBuffer, and details of the | |
2192 | qTStatus reply. | |
2193 | ||
c9429232 SS |
2194 | 2010-03-12 Stan Shebs <[email protected]> |
2195 | Nathan Sidwell <[email protected]> | |
2196 | ||
2197 | * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is | |
2198 | doing instruction stepping. | |
2199 | (Tracepoint Restrictions): New node. | |
2200 | ||
ccefe4c4 TT |
2201 | 2010-03-10 Tom Tromey <[email protected]> |
2202 | ||
2203 | * gdbint.texinfo (Symbol Handling): Update. | |
2204 | ||
7c953934 TT |
2205 | 2010-03-08 Tom Tromey <[email protected]> |
2206 | ||
2207 | PR cli/9591: | |
2208 | * gdb.texinfo (Mode Options): Mention lack of pagination and | |
2209 | confirmation with --batch. | |
2210 | (Screen Size): Mention --batch. | |
2211 | (Messages/Warnings): Likewise. | |
2212 | ||
f870a310 TT |
2213 | 2010-03-05 Tom Tromey <[email protected]> |
2214 | ||
2215 | * gdb.texinfo (Basic Python): Document target_charset and | |
2216 | target_wide_charset. | |
2217 | ||
78e2826b TT |
2218 | 2010-03-05 Tom Tromey <[email protected]> |
2219 | ||
2220 | * gdb.texinfo (Data): Link to pretty-printing. | |
2221 | (Output Formats): Likewise. Correct text. | |
2222 | ||
f5dff777 DJ |
2223 | 2010-03-01 Daniel Jacobowitz <[email protected]> |
2224 | ||
2225 | * gdb.texinfo (Types): Describe <struct> and <flags>. | |
2226 | ||
dc00d89f PM |
2227 | 2010-02-28 Phil Muldoon <[email protected]> |
2228 | ||
2229 | * gdb.texinfo (Frames In Python): Add block parameter and | |
2230 | description to read_var text. | |
2231 | ||
5107b149 | 2232 | 2010-02-26 Phil Muldoon <[email protected]> |
c8d5aac9 | 2233 | Tom Tromey <[email protected]> |
5107b149 PM |
2234 | |
2235 | * gdb.texinfo (Types In Python): Describe block argument in | |
2236 | template_argument and gdb.lookup_type. | |
2237 | ||
e03e5e7b TT |
2238 | 2010-02-24 Tom Tromey <[email protected]> |
2239 | ||
2240 | * gdb.texinfo (Cygwin Native): Fix typo. | |
2241 | ||
f3e9a817 PM |
2242 | 2010-02-24 Phil Muldoon <[email protected]> |
2243 | ||
2244 | * gdb.texinfo (Frames In Python): Add block, find_sal, function | |
2245 | and select method descriptions. | |
2246 | (Python API): Add Blocks In Python, Symbols in Python and Symbol | |
2247 | Tables in Python to menu. | |
2248 | (Blocks In Python): New node. | |
2249 | (Symbols In Python): New node. | |
2250 | (Symbol Tables in Python): New node. | |
2251 | ||
a79b8f6e VP |
2252 | 2010-02-24 Vladimir Prus <[email protected]> |
2253 | ||
2254 | Multiexec MI | |
2255 | ||
2256 | gdb/ | |
2257 | * breakpoint.c (clear_syscall_counts): Take struct inferior*. | |
2258 | ||
2259 | gdb/doc/ | |
2260 | * gdb.texinfo (GDB/MI Command Syntax): Document notification | |
2261 | changes. | |
2262 | (GDB/MI Program Execution): Document current behaviour of | |
2263 | --all and --thread-group. | |
2264 | (GDB/MI Miscellaneous Commands): Document -add-inferior and | |
2265 | -remove-inferior. | |
2266 | * observer.texi (inferior_added, inferior_removed): New | |
2267 | observers. | |
2268 | ||
629d6a47 TT |
2269 | 2010-02-19 Tom Tromey <[email protected]> |
2270 | ||
2271 | * gdbint.texinfo (Getting Started): Fix @node. | |
2272 | (Debugging GDB): Likewise. | |
2273 | ||
c09529e5 JB |
2274 | 2010-02-13 Joel Brobecker <[email protected]> |
2275 | ||
2276 | * gdbint.texinfo (Testsuite): New section "Testsuite Configuration", | |
2277 | documenting the gdb_test_timeout variable. | |
2278 | ||
540aa8e7 MS |
2279 | 2010-02-12 Jakob Engblom <[email protected]> |
2280 | ||
2281 | * gdb.texinfo (MI commands): Added documentation of --reverse | |
2282 | option to a set of MI commands. Restructured documentation of MI | |
2283 | commands --exec-continue to reflect the complexity of reverse | |
2284 | execution. | |
2285 | ||
081dfbf7 PA |
2286 | 2010-02-12 Pedro Alves <[email protected]> |
2287 | ||
2288 | * gdb.texinfo (Using the Collected Data): Specify that the address | |
2289 | range of `tfind outsize' is exclusive, and that the address range | |
2290 | of `tfind range' is inclusive. | |
2291 | (Tracepoint Packets): Specify that the address range of | |
2292 | `QTFrame:range' is inclusive, and that the address range of | |
2293 | `QTFrame:outside' is exclusive | |
2294 | ||
8e9c5e02 VP |
2295 | 2010-02-12 Vladimir Prus <[email protected]> |
2296 | ||
2297 | * gdb.texinfo (GDB/MI Result Records): Clarify ^running. | |
2298 | ||
92981e24 TT |
2299 | 2010-02-10 Tom Tromey <[email protected]> |
2300 | ||
2301 | * gdb.texinfo (Debugging Output): Document set debug parser and | |
2302 | show debug parser. | |
2303 | ||
075b51b7 L |
2304 | 2010-02-09 H.J. Lu <[email protected]> |
2305 | ||
2306 | * gdb.texinfo (Predefined Target Types): Add i387_ext, | |
2307 | i386_eflags and i386_mxcsr. | |
2308 | ||
3bb8d5c3 L |
2309 | 2010-02-08 H.J. Lu <[email protected]> |
2310 | ||
2311 | * gdb.texinfo: Document i386 target features. | |
2312 | ||
c5f80513 DE |
2313 | 2010-02-05 Doug Evans <[email protected]> |
2314 | ||
2315 | * gdbint.texinfo (Testsuite): Add a new section to document the | |
2316 | various DejaGnu variables that may be overridden. | |
1be00882 | 2317 | Document INTERNAL_GDBFLAGS. |
c5f80513 | 2318 | |
6ac33a4e TT |
2319 | 2010-02-04 Tom Tromey <[email protected]> |
2320 | ||
2321 | PR cli/8830: | |
2322 | * gdb.texinfo (Files): -readnow comes before the filename for file | |
2323 | and symbol-file. | |
2324 | ||
a1dcb23a DJ |
2325 | 2010-02-01 Daniel Jacobowitz <[email protected]> |
2326 | ||
2327 | * gdb.texinfo (Architecture-Specific Protocol Details): New section. | |
2328 | Document ARM breakpoint types. | |
2329 | (Register Packet Format): Move into the new section. | |
2330 | (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets. | |
2331 | ||
95433b34 JB |
2332 | 2010-01-21 Joel Brobecker <[email protected]> |
2333 | ||
2334 | * gdb.texinfo (File Options): Adjust the documentation of this | |
2335 | switch to refer to the "source" command rather than partially | |
2336 | duplicating some of the relevant information. | |
2337 | (Extending GDB): Introduce and document the set/show script-extension | |
2338 | setting. | |
2339 | (Command Files): Add note explaining that the "source" command | |
2340 | is also used to evalute scripts written in other languages. | |
2341 | Remove the short slightly incorrect reference to sourcing Python | |
2342 | scripts. | |
2343 | (Python Commands): Document how to execute a Python script from GDB. | |
2344 | ||
8d576872 JB |
2345 | 2010-01-19 Joel Brobecker <[email protected]> |
2346 | ||
2347 | * gdb.texinfo (Command Files): Fix typo. | |
2348 | ||
8150ff9c JB |
2349 | 2010-01-18 Tom Tromey <[email protected]> |
2350 | ||
2351 | * gdb.texinfo (File Options): Document -x on .py files. | |
2352 | (Command Files): Document handling of Python scripts. | |
2353 | ||
23db03a6 JZ |
2354 | 2010-01-18 Jie Zhang <[email protected]> |
2355 | ||
2356 | * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi. | |
2357 | ||
00bf0b85 SS |
2358 | 2010-01-15 Stan Shebs <[email protected]> |
2359 | ||
2360 | * gdb.texinfo (Trace Files): New section. | |
2361 | (Tracepoint Packets): Document QTSave and qTBuffer. | |
2362 | (Trace File Format): New appendix. | |
2363 | ||
be759fcf PM |
2364 | 2010-01-13 Phil Muldoon <[email protected]> |
2365 | ||
2366 | * gdb.texinfo (Values From Inferior): Document lazy_string value | |
2367 | method. | |
2368 | (Python API): Add Lazy strings menu item. | |
2369 | (Lazy Strings In Python): New node. | |
2370 | ||
dc146f7c VP |
2371 | 2010-01-13 Vladimir Prus <[email protected]> |
2372 | ||
2373 | * gdb.texinfo (GDB/MI Thread Information): New. | |
2374 | (GDB/MI Async Records): Document the core field in *stopped. | |
2375 | (GDB/MI Miscellaneous Commands): Expand -list-thread-groups | |
2376 | documentation | |
2377 | (Process list): Document that osdata document may contain | |
2378 | threads. | |
2379 | (Remote Serial Protocol): Document qXfer:threads. | |
2380 | ||
d5551862 SS |
2381 | 2010-01-06 Stan Shebs <[email protected]> |
2382 | ||
2383 | * gdb.texinfo (Starting and Stopping Trace Experiments): Document | |
2384 | disconnected tracing. | |
2385 | (Tracepoint Packets): Document new protocol. | |
2386 | ||
7a697b8d SS |
2387 | 2010-01-05 Stan Shebs <[email protected]> |
2388 | ||
2389 | * gdb.texinfo (Create and Delete Tracepoints): Describe fast | |
2390 | tracepoints. | |
2391 | (Tracepoint Packets): Describe remote protocol for fast | |
2392 | tracepoints. | |
2393 | ||
e6f3ec50 JB |
2394 | 2010-01-01 Joel Brobecker <[email protected]> |
2395 | ||
2396 | Update the "Start of New Year Procedure". | |
2397 | * gdbint.texinfo: Add the list of files that need to be updated | |
2398 | manually. Minor reformatting. | |
2399 | ||
ddc4e9c1 JB |
2400 | 2010-01-01 Joel Brobecker <[email protected]> |
2401 | ||
2402 | * refcard.tex: Update copyright year in header and text. | |
2403 | ||
9d2897ad JB |
2404 | 2010-01-01 Joel Brobecker <[email protected]> |
2405 | ||
2406 | * agentexpr.texi: Add 2010 to the list of copyright years. | |
2407 | * annotate.texinfo: Likewise. | |
2408 | * gdb.texinfo: Likewise. | |
2409 | * gdbint.texinfo: Likewise. | |
2410 | * observer.texi: Likewise. | |
2411 | * stabs.texinfo: Likewise. | |
2412 | ||
6da95a67 SS |
2413 | 2009-12-31 Stan Shebs <[email protected]> |
2414 | ||
2415 | * gdb.texinfo (Tracepoint Actions): Describe teval. | |
889bf7c5 | 2416 | |
236f1d4d SS |
2417 | 2009-12-29 Stan Shebs <[email protected]> |
2418 | ||
2419 | * gdb.texinfo (Tracepoint Actions): Describe default-collect. | |
889bf7c5 | 2420 | |
f61e138d SS |
2421 | 2009-12-28 Stan Shebs <[email protected]> |
2422 | ||
2423 | * gdb.texinfo (Trace State Variables): New section. | |
2424 | (Tracepoint Packets): Describe trace state variable packets. | |
2425 | * agentexpr.texi (Bytecode Descriptions): Describe trace state | |
2426 | variable bytecodes. | |
2427 | ||
0fe7935b DJ |
2428 | 2009-12-28 Daniel Jacobowitz <[email protected]> |
2429 | ||
2430 | * gdb.texinfo (Symbols): "info variables" prints definitions, not | |
2431 | declarations. | |
2432 | ||
a6b29f87 VP |
2433 | 2009-12-21 Vladimir Prus <[email protected]> |
2434 | ||
2435 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that | |
2436 | -gdb-exit behaviour. | |
2437 | ||
5e4bde96 JB |
2438 | 2009-12-20 Joel Brobecker <[email protected]> |
2439 | ||
2440 | * gpl.texi: Update to version 3 of the GPL. | |
2441 | ||
a1715244 JB |
2442 | 2009-12-20 Joel Brobecker <[email protected]> |
2443 | ||
2444 | * Makefile.in: Update copyright header. | |
2445 | * observer.texi: Fix the copyright header of the generated files. | |
2446 | ||
361ae042 PM |
2447 | 2009-12-08 Phil Muldoon <[email protected]> |
2448 | ||
2449 | * gdb.texinfo (Types In Python): Describe range function. | |
2450 | ||
bfd31e71 PM |
2451 | 2009-12-03 Richard Ward <[email protected]> |
2452 | ||
2453 | * gdb.texinfo (Types In Python): Describe "is_base_class". | |
2454 | ||
57a1d736 TT |
2455 | 2009-12-03 Tom Tromey <[email protected]> |
2456 | ||
2457 | * gdb.texinfo (Basic Python): Document gdb.parse_and_eval. | |
2458 | ||
8cebebb9 PP |
2459 | 2009-12-02 Paul Pluzhnikov <[email protected]> |
2460 | ||
2461 | * observer.texi: New memory_changed observer. | |
2462 | ||
16af530a TT |
2463 | 2009-12-01 Tom Tromey <[email protected]> |
2464 | ||
2465 | * gdb.texinfo (Reverse Execution): Fix typo. | |
2466 | ||
b6199126 DJ |
2467 | 2009-11-24 Daniel Jacobowitz <[email protected]> |
2468 | ||
2469 | PR gdb/8704 | |
2470 | ||
2471 | * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers | |
2472 | are allowed after the breakpoint condition. | |
2473 | ||
7a6973ad TT |
2474 | 2009-11-23 Tom Tromey <[email protected]> |
2475 | ||
2476 | PR python/10782: | |
2477 | * gdb.texinfo (Types In Python): Document Type.pointer. | |
2478 | ||
21a0512e PP |
2479 | 2009-11-23 Paul Pluzhnikov <[email protected]> |
2480 | ||
2481 | * gdb.texinfo (Machine Code): Adjust. | |
889bf7c5 | 2482 | |
a5832c8f PA |
2483 | 2009-11-11 Pedro Alves <[email protected]> |
2484 | ||
2485 | * agentexpr.texi (Tracing On Symmetrix): Delete section. | |
2486 | (Using Agent Expressions): Delete cross reference. | |
2487 | ||
1eb7cd77 JB |
2488 | 2009-11-07 Joel Brobecker <[email protected]> |
2489 | ||
2490 | * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage | |
2491 | and @settitle directives up to help makeinfo find them. | |
2492 | ||
24ddea62 JK |
2493 | 2009-11-02 Jan Kratochvil <[email protected]> |
2494 | ||
2495 | * gdb.texinfo (set debug-file-directory, show debug-file-directory) | |
2496 | (Auto-loading): Use plural and note one can use multiple components now. | |
2497 | ||
3afae151 VP |
2498 | 2009-11-01 Vladimir Prus <[email protected]> |
2499 | ||
2500 | * gdb.texinfo (GDB/MI Stack Manipulation): Make | |
2501 | -stack-list-arguments have the same documentation for parameter | |
2502 | as -stack-list-locals. Add comas. | |
2503 | ||
14ff2235 PM |
2504 | 2009-10-27 Tom Tromey <[email protected]> |
2505 | Eli Zaretskii <[email protected]> | |
2506 | ||
c8d5aac9 | 2507 | PR python/10781 |
14ff2235 PM |
2508 | |
2509 | * gdb.texinfo (Values From Inferior): Document cast method. | |
2510 | ||
9c419145 PP |
2511 | 2009-10-22 Paul Pluzhnikov <[email protected]> |
2512 | ||
2513 | * gdb.texinfo (Machine Code): Mention function name in disasssembly | |
2514 | and adjust example. | |
889bf7c5 | 2515 | |
29153c24 MS |
2516 | 2009-10-22 Michael Snyder <[email protected]> |
2517 | ||
2518 | * gdb.texinfo (Process Record and Replay): Document new form of | |
889bf7c5 | 2519 | info record command. Also document the new save and restore |
29153c24 MS |
2520 | commands. |
2521 | ||
2b28d209 PP |
2522 | 2009-10-21 Paul Pluzhnikov <[email protected]> |
2523 | ||
2524 | * gdb.texinfo (Machine Code): Mention current pc marker. | |
2525 | (Memory): Likewise. | |
2526 | ||
6c95b8df PA |
2527 | 2009-10-19 Pedro Alves <[email protected]> |
2528 | Stan Shebs <[email protected]> | |
2529 | ||
2530 | * observer.texi (new_inferior): Rename to... | |
2531 | (inferior_appeared): ... this. | |
2532 | ||
2533 | * gdb.texinfo (Inferiors): Rename node to ... | |
2534 | (Inferiors and Programs): ... this. Mention running multiple | |
2535 | programs in the same debug session. | |
2536 | <info inferiors>: Mention the new 'Executable' column if "info | |
2537 | inferiors". Update examples. Document the "add-inferior", | |
2538 | "clone-inferior", "remove-inferior" and "maint info | |
2539 | program-spaces" commands. | |
2540 | (Process): Rename node to... | |
2541 | (Forks): ... this. Document "set|show follow-exec-mode". | |
2542 | ||
2f8132f3 MS |
2543 | 2009-10-11 Michael Snyder <[email protected]> |
2544 | ||
2545 | * gdb.texinfo (ReverseStep): Show default as "unsupported". | |
2546 | (ReverseContinue): Ditto. | |
2547 | ||
cba4b2d3 PP |
2548 | 2009-10-08 Paul Pluzhnikov <[email protected]> |
2549 | ||
2550 | * gdb.texinfo (Server): Document libthread-db-search-path. | |
889bf7c5 | 2551 | |
da082f17 JK |
2552 | 2009-10-08 Jan Kratochvil <[email protected]> |
2553 | ||
2554 | * gdbint.texinfo (i386_stopped_by_hwbp): Remove. | |
2555 | ||
08be9d71 ME |
2556 | 2009-10-06 Michael Eager <[email protected]> |
2557 | ||
2558 | * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze. | |
2559 | (Embedded Processors): Add MicroBlaze. | |
2560 | (MicroBlaze): New. Describe Xilinx MicroBlaze | |
2561 | ||
08a0efd0 PA |
2562 | 2009-10-04 Pedro Alves <[email protected]> |
2563 | ||
2564 | * gdb.texinfo (Remote Protocol): Don't mention vCont;T. | |
2565 | ||
cbb8f428 EZ |
2566 | 2009-09-26 Pierre Muller <[email protected]> |
2567 | ||
2568 | * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK. | |
2569 | ||
30a4a70c JB |
2570 | 2009-09-23 Joel Brobecker <[email protected]> |
2571 | ||
2572 | * observer.texi (solib_unloaded): Document explicitly the fact that | |
2573 | this observer is called before the associated symbols are unloaded. | |
2574 | ||
b3372f91 VP |
2575 | 2009-09-19 Vladimir Prus <[email protected]> |
2576 | ||
2577 | * gdb.texinfo (GDB/MI Stack Manipulation): Document | |
2578 | -stack-list-variables. | |
2579 | ||
f43030c4 TT |
2580 | 2009-09-18 Tom Tromey <[email protected]> |
2581 | ||
2582 | * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing | |
2583 | is experimental. | |
2584 | ||
ec7e75e7 PP |
2585 | 2009-09-17 Paul Pluzhnikov <[email protected]> |
2586 | ||
2587 | * gdb.texinfo (convenince variables): Mention | |
2588 | $_siginfo could be empty. | |
f43030c4 | 2589 | |
0cc7d26f TT |
2590 | 2009-09-15 Tom Tromey <[email protected]> |
2591 | ||
2592 | * gdb.texinfo (GDB/MI Variable Objects): Document | |
2593 | -enable-pretty-printing, -var-set-update-range, dynamic varobjs. | |
2594 | Expand -var-update documentation. | |
2595 | ||
a96d9b2e SDJ |
2596 | 2009-09-14 Sergio Durigan Junior <[email protected]> |
2597 | ||
2598 | * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall | |
2599 | feature. | |
2600 | ||
005ca36a JB |
2601 | 2009-09-13 Daniel Jacobowitz <[email protected]> |
2602 | ||
2603 | * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id. | |
2604 | ||
0d772ac9 MS |
2605 | 2009-09-10 Michael Snyder <[email protected]> |
2606 | ||
2607 | * gdb.texinfo (qSupported): Mention new ReverseContinue and | |
2608 | ReverseStep replies to the qSupported query. | |
2609 | ||
14fb1bac JB |
2610 | 2009-09-10 Joel Brobecker <[email protected]> |
2611 | ||
2612 | Add documentation for set/show interactive-mode. | |
2613 | * gdb.texinfo (Other Misc Settings): New node. | |
2614 | ||
29b090c0 DE |
2615 | 2009-09-01 Doug Evans <[email protected]> |
2616 | ||
2617 | * gdb.texinfo (Caching Data of Remote Targets): Add note on | |
2618 | non-stop mode's affect on remote caching. | |
2619 | ||
4e5d721f DE |
2620 | 2009-08-31 Jacob Potter <[email protected]> |
2621 | Doug Evans <[email protected]> | |
2622 | ||
2623 | * gdb.texinfo (Caching Data of Remote Targets): Update text. | |
2624 | Mark `set/show remotecache' options as obsolete. | |
2625 | Document new `set/show stack-cache' option. | |
2626 | Update text for `info dcache'. | |
2627 | ||
55333a84 DE |
2628 | 2009-08-27 Doug Evans <[email protected]> |
2629 | ||
2630 | * gdb.texinfo (Symbols): Delete `set print symbol-loading'. | |
2631 | (Files): Add note on new optional regex arg to `info sharedlibrary'. | |
2632 | ||
bc3a0b4d RW |
2633 | 2009-08-26 Ralf Wildenhues <[email protected]> |
2634 | ||
2635 | * gdbint.texinfo (Releasing GDB): Fix confusing sentence | |
2636 | about autoconf. | |
2637 | ||
3a1ff0b6 PA |
2638 | 2009-08-25 Pedro Alves <[email protected]> |
2639 | ||
2640 | * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors" | |
2641 | small example, and describe its columns. Replace "inferior-id" by | |
2642 | "infno" throughout. | |
2643 | ||
81ecdfbb RW |
2644 | 2009-08-22 Ralf Wildenhues <[email protected]> |
2645 | ||
af542c2e RW |
2646 | * gdbint.texinfo (Releasing GDB): Point to |
2647 | README-maintainer-mode file for required autoconf version. | |
2648 | * configure.ac: Do not substitute datarootdir, htmldir, | |
2649 | pdfdir, docdir. Do not process --with-datarootdir, | |
2650 | --with-htmldir, --with-pdfdir, --with-docdir. | |
2651 | * configure: Regenerate. | |
2652 | ||
81ecdfbb RW |
2653 | * configure: Regenerate. |
2654 | ||
4efc6507 DE |
2655 | 2009-08-20 Reid Kleckner <[email protected]> |
2656 | ||
2657 | * gdb.texinfo: Add chapter on JIT interface. | |
2658 | ||
43089a6e NR |
2659 | 2009-08-07 Nick Roberts <[email protected]> |
2660 | ||
2661 | * gdb.texinfo (Server Prefix): Explain that server prefix suppresses | |
889bf7c5 | 2662 | confirmation request. |
43089a6e | 2663 | |
99e008fe EZ |
2664 | 2009-08-05 Jeremy Bennett <[email protected]> |
2665 | ||
c8d5aac9 L |
2666 | * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified |
2667 | CRC definitions. | |
99e008fe | 2668 | |
48cb2d85 VP |
2669 | 2009-08-03 Vladimir Prus <[email protected]> |
2670 | ||
2671 | * gdb.texinfo (GDB/MI Breakpoint Commands): Document | |
889bf7c5 | 2672 | -break-commands. |
48cb2d85 | 2673 | |
ff1a52c6 UW |
2674 | 2009-07-31 Ulrich Weigand <[email protected]> |
2675 | ||
2676 | * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the | |
2677 | "set spu auto-flush-cache" and "show spu auto-flush-cache" commands. | |
2678 | ||
3285f3fe UW |
2679 | 2009-07-31 Ulrich Weigand <[email protected]> |
2680 | ||
2681 | * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the | |
2682 | "set spu stop-on-load" and "show spu stop-on-load" commands. | |
2683 | ||
e35359c5 UW |
2684 | 2009-07-31 Ulrich Weigand <[email protected]> |
2685 | ||
2686 | * gdb.texinfo (Target Descriptions): Document <compatible> element. | |
2687 | ||
58d6951d DJ |
2688 | 2009-07-28 Daniel Jacobowitz <[email protected]> |
2689 | ||
2690 | * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and | |
2691 | org.gnu.gdb.arm.neon. | |
2692 | ||
08d16641 PA |
2693 | 2009-07-20 Pedro Alves <[email protected]> |
2694 | ||
2695 | * gdb.texinfo (Target Description Format): Mention the new <osabi> | |
2696 | optional element. | |
2697 | (subsection OS ABI): New subsection. | |
2698 | ||
782b2b07 SS |
2699 | 2009-07-14 Stan Shebs <[email protected]> |
2700 | ||
2701 | * gdb.texinfo (Tracepoint Conditions): New section. | |
2702 | (General Query Packets): Describe ConditionalTracepoints. | |
2703 | (Tracepoint Packets): Describe condition field. | |
2704 | (Maintenance Commands): Describe maint agent-eval. | |
2705 | * agentexpr.texi (Using Agent Expressions): Mention eval usage. | |
2706 | ||
9b117ef3 HZ |
2707 | 2009-07-11 Hui Zhu <[email protected]> |
2708 | ||
2709 | * gdb.texinfo (disassemble): Add a new modifier /r | |
2710 | to "disassemble" command to make it print the raw instructions | |
2711 | in hex as well as in symbolic form. | |
2712 | ||
f5a33284 TT |
2713 | 2009-07-09 Tom Tromey <[email protected]> |
2714 | ||
2715 | * gdbint.texinfo (Testsuite): Document parallel make check. | |
2716 | ||
812f7342 TT |
2717 | 2009-07-09 Tom Tromey <[email protected]> |
2718 | ||
2719 | * gdbint.texinfo (Testsuite): Document test transcripts. | |
2720 | ||
fbb8f299 PM |
2721 | 2009-07-10 Phil Muldoon <[email protected]> |
2722 | ||
2723 | * gdb.texinfo (Values From Inferior): Add length parameter | |
2724 | description. | |
2725 | ||
dd8f35ac EZ |
2726 | 2009-07-04 Chris Genly <[email protected]> |
2727 | ||
2728 | * gdb.texinfo (GDB/MI Variable Objects): Document child definition | |
2729 | in -var-list-children. Fix example according to what the code | |
2730 | does. | |
2731 | ||
2277426b PA |
2732 | 2009-07-02 Pedro Alves <[email protected]> |
2733 | ||
2734 | * gdb.texinfo (Debugging multiple inferiors): Document the | |
2735 | "inferior", "detach inferior" and "kill inferior" commands. | |
2736 | (Debugging Programs with Multiple Processes): Adjust to mention | |
2737 | generic "inferior" commands. Delete mention of "detach fork" and | |
2738 | "delete fork". Cross reference to "Debugging multiple inferiors" | |
2739 | section. | |
2740 | ||
a6d9a66e UW |
2741 | 2009-07-02 Ulrich Weigand <[email protected]> |
2742 | ||
5af949e3 UW |
2743 | * gdbint.texinfo (Item Output Functions): Update signature |
2744 | for ui_out_field_core_addr. | |
2745 | ||
2746 | 2009-07-02 Ulrich Weigand <[email protected]> | |
2747 | ||
2748 | * gdbint.texinfo (Examples of Use of @code{ui_out} functions): | |
a6d9a66e UW |
2749 | Update example code extrated from breakpoint.c. |
2750 | ||
9901a55b | 2751 | 2009-06-28 Paul Pluzhnikov <[email protected]> |
889bf7c5 | 2752 | |
9901a55b PP |
2753 | * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented |
2754 | MI commands. | |
2755 | (GDB/MI Symbol Query): Likewise. | |
2756 | (GDB/MI File Commands): Likewise. | |
2757 | (GDB/MI File Transfer Commands): Likewise. | |
2758 | (GDB/MI Target Manipulation): Likewise. | |
2759 | (GDB/MI Miscellaneous Commands): Likewise. | |
889bf7c5 | 2760 | |
edb3359d DJ |
2761 | 2009-06-27 Daniel Jacobowitz <[email protected]> |
2762 | ||
2763 | * gdb.texinfo (Debugging Optimized Code): New chapter. | |
2764 | (Compiling for Debugging): Reference it. Move some | |
2765 | text to the new section. | |
2766 | ||
7cd1089b PM |
2767 | 2009-06-15 Phil Muldoon <[email protected]> |
2768 | ||
2769 | * doc/gdb.texinfo (Calling): Document | |
2770 | set-unwind-on-terminating-exception usage. | |
2771 | ||
d4db2f36 PA |
2772 | 2009-06-11 Pedro Alves <[email protected]> |
2773 | ||
2774 | * gdb.texinfo (All-Stop): Document new 'set schedule-multiple' | |
2775 | command. | |
2776 | ||
d1a7880c PA |
2777 | 2009-06-07 Pedro Alves <[email protected]> |
2778 | ||
2779 | * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all | |
2780 | references. | |
2781 | ||
473f94e6 UW |
2782 | 2009-06-04 Ulrich Weigand <[email protected]> |
2783 | ||
2784 | * gdbint.texinfo: Rename formal parameters to gdbarch function | |
2785 | protoypes from "current_gdbarch" to "gdbarch". | |
2786 | ||
8f500870 TT |
2787 | 2009-05-28 Tom Tromey <[email protected]> |
2788 | ||
2789 | * gdb.texinfo (Basic Python): Change get_parameter to parameter. | |
2790 | ||
b6313243 TT |
2791 | 2009-05-27 Tom Tromey <[email protected]> |
2792 | ||
2793 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python" | |
2794 | feature. | |
2795 | (GDB/MI Variable Objects): Document -var-set-visualizer. | |
2796 | ||
2797 | 2009-04-02 Tom Tromey <[email protected]> | |
2798 | ||
2799 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python" | |
2800 | feature. | |
2801 | (GDB/MI Variable Objects): Document -var-set-visualizer. | |
2802 | ||
a6bac58e TT |
2803 | 2009-05-27 Tom Tromey <[email protected]> |
2804 | Thiago Jung Bauermann <[email protected]> | |
2805 | Phil Muldoon <[email protected]> | |
2806 | ||
2807 | * gdb.texinfo (Objfiles In Python): Reference pretty printing. | |
2808 | (Pretty Printing): New node. | |
2809 | (Selecting Pretty-Printers): Likewise. | |
2810 | (Python API): Update. | |
2811 | (Output Formats): Document /r format. | |
2812 | ||
2c74e833 TT |
2813 | 2009-05-27 Thiago Jung Bauermann <[email protected]> |
2814 | Tom Tromey <[email protected]> | |
2815 | ||
2816 | * gdb.texinfo (Types In Python): New node. | |
2817 | (Values From Inferior): "type" is now an attribute. | |
2818 | (Python API): Update. | |
2819 | ||
89c73ade TT |
2820 | 2009-05-27 Tom Tromey <[email protected]> |
2821 | Thiago Jung Bauermann <[email protected]> | |
2822 | Phil Muldoon <[email protected]> | |
2823 | ||
2824 | * gdb.texinfo: Add @syncodeindex for `tp'. | |
2825 | (Python API): Update. | |
2826 | (Auto-loading): New node. | |
2827 | (Objfiles In Python): New node. | |
2828 | ||
17a37d48 PP |
2829 | 2009-05-15 Paul Pluzhnikov <[email protected]> |
2830 | ||
2831 | * gdb.texinfo (Threads): Document libthread-db-search-path. | |
889bf7c5 | 2832 | |
6718376f NR |
2833 | 2009-05-15 Nick Roberts <[email protected]> |
2834 | ||
2835 | * gdb.texinfo (GDB/MI General Design): Break up into four nodes. | |
2836 | ||
cbe54154 PA |
2837 | 2009-05-12 Pedro Alves <[email protected]> |
2838 | ||
2839 | * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint | |
2840 | show-debug-regs' docs by 'maint set show-debug-regs' and 'maint | |
2841 | show show-debug-regs' docs. | |
2842 | ||
8e05493c EZ |
2843 | 2009-05-08 Eli Zaretskii <[email protected]> |
2844 | ||
2845 | * gdb.texinfo (Process Record and Replay): Add description of | |
2846 | reverse execution. | |
2847 | ||
b39f4988 JB |
2848 | 2009-05-07 Joel Brobecker <[email protected]> |
2849 | ||
2850 | * gdbint.texinfo (Adding support for debugging core files): New node. | |
2851 | (Native Debugging): Remove the ``Native core file Support'' section. | |
2852 | ||
a2311334 EZ |
2853 | 2009-05-01 Eli Zaretskii <[email protected]> |
2854 | ||
2855 | * gdb.texinfo (Process Record and Replay): Improve and clarify. | |
2856 | Add index entries. | |
2857 | ||
53cc454a | 2858 | 2009-04-30 Hui Zhu <[email protected]> |
c8d5aac9 | 2859 | Michael Snyder <[email protected]> |
53cc454a | 2860 | |
a2311334 EZ |
2861 | * gdb.texinfo: (Process Record and Replay): Add documentation for |
2862 | process record and replay. | |
53cc454a | 2863 | |
484086b7 JK |
2864 | 2009-04-29 Jan Kratochvil <[email protected]> |
2865 | ||
2866 | * gdb.texinfo (Macros): Note command-line for `info macro'. Append | |
2867 | a new part on command-line defined macros. | |
2868 | ||
32ae1842 EZ |
2869 | 2009-04-25 Eli Zaretskii <[email protected]> |
2870 | ||
2871 | * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and | |
2872 | clarify the wording. | |
2873 | ||
b14b1491 TT |
2874 | 2009-04-23 Tom Tromey <[email protected]> |
2875 | ||
2876 | * gdb.texinfo (Data Files): New node. | |
2877 | (GDB Files): Update menu. | |
2878 | ||
5c1e86e1 JB |
2879 | 2009-04-23 Joel Brobecker <[email protected]> |
2880 | ||
2881 | * gdbint.texinfo (Defining Other Architecture Features): Remove | |
e346fb8f | 2882 | entry for PROCESS_LINENUMBER_HOOK. |
5c1e86e1 | 2883 | |
83eba9b7 VP |
2884 | 2009-04-22 Vladimir Prus <[email protected]> |
2885 | ||
2886 | * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump. | |
2887 | ||
e31198c4 HZ |
2888 | 2009-04-22 Hui Zhu <[email protected]> |
2889 | ||
2890 | * gdb.texinfo (disassemble-next-line): Set the default of | |
2891 | disassemble-next-line to off. | |
2892 | ||
26e251b6 JM |
2893 | 2009-04-21 Joseph Myers <[email protected]> |
2894 | ||
2895 | * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir, | |
2896 | --with-htmldir): New. | |
2897 | * configure: Regenerate. | |
2898 | * Makefile.in (datarootdir, docdir): Define. | |
2899 | (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info | |
2900 | instead of $(SET_TEXINPUTS). | |
2901 | (gdbint.dvi, gdbint.pdf): Use same -I options as for building | |
2902 | gdbint.info instead of $(SET_TEXINPUTS). | |
2903 | (gdbint/index.html): Use same -I options as for building | |
2904 | gdbint.info. | |
2905 | (stabs.dvi, stabs.pdf): Use same -I options as for building | |
2906 | stabs.info instead of $(SET_TEXINPUTS). | |
2907 | (stabs/index.html): Use same -I options as for building | |
2908 | stabs.info. | |
2909 | (annotate.dvi, annotate.pdf): Use same -I options as for building | |
2910 | annotate.info instead of $(SET_TEXINPUTS). | |
2911 | (annotate/index.html): Use same -I options as for building | |
2912 | annotate.info. | |
2913 | ||
eac35c4e DD |
2914 | 2009-04-21 David Daney <[email protected]> |
2915 | ||
2916 | * gdb.texinfo (maint show-debug-regs): Remove mention of x86. | |
2917 | ||
29b0e8a2 JM |
2918 | 2009-04-21 Joseph Myers <[email protected]> |
2919 | ||
2920 | * gdb.texinfo (Source Path): Document --with-relocated-sources. | |
2921 | ||
2b831889 | 2922 | 2009-04-18 Carlos O'Donell <[email protected]> |
c8d5aac9 | 2923 | Joseph Myers <[email protected]> |
2b831889 JM |
2924 | |
2925 | * Makefile.in (MAKEHTML): Set to makeinfo --html. | |
2926 | (MAKEHTMLFLAGS): Set to empty. | |
2927 | (html__strip_dir): Define. | |
2928 | (HTMLFILES): Define. | |
2929 | (HTMLFILES_INSTALL): Define. | |
2930 | (install-html): Copy new automake rule. | |
2931 | (html): Depend on $(HTMLFILES). | |
2932 | (gdb_toc.html): Rename to gdb/index.html. | |
2933 | (gdbint_toc.html): Rename to gdbint/index.html. | |
2934 | (stabs_toc.html): Rename to stabs/index.html. | |
2935 | (annotate_toc.html): Rename to annotate/index.html. | |
2936 | ||
89a34d1b JM |
2937 | 2009-04-17 Carlos O'Donell <[email protected]> |
2938 | ||
2939 | * Makefile.in: Set pdfdir and htmldir from configure | |
2940 | substitutions. | |
2941 | * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir. | |
2942 | * configure: Regenerate. | |
2943 | ||
a2d5da46 JB |
2944 | 2009-04-16 Joel Brobecker <[email protected]> |
2945 | ||
2946 | * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT. | |
2947 | This macro is no longer used. | |
2948 | ||
732f6a93 TT |
2949 | 2009-04-15 Tom Tromey <[email protected]> |
2950 | ||
2951 | * gdb.texinfo (Character Sets): Document default character set. | |
2952 | ||
87f9adc1 PM |
2953 | 2009-04-14 Pierre Muller <[email protected]> |
2954 | ||
2955 | * gdbint.texinfo: Change server name from sources.redhat.com to | |
2956 | sourceware.org throughout. | |
2957 | ||
2c88c651 JB |
2958 | 2009-04-09 Joel Brobecker <[email protected]> |
2959 | ||
2960 | * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning | |
2961 | about a missing dot or coma after @xref. | |
2962 | ||
4f5376b2 JB |
2963 | 2009-04-02 Joel Brobecker <[email protected]> |
2964 | ||
2965 | * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first | |
2966 | example, and add a small explanation about it. | |
2967 | (Print Settings): Change the documentation of the "set print | |
2968 | frame-arguments" to reflect the fact that the default is now "scalars". | |
2969 | ||
a0381d3a JB |
2970 | 2009-04-02 Joel Brobecker <[email protected]> |
2971 | ||
2972 | * gdb.texinfo (Print Settings): Add kindex for command "set | |
2973 | print frame-arguments". | |
2974 | ||
45ac276d JB |
2975 | 2009-03-31 Joel Brobecker <[email protected]> |
2976 | ||
2977 | * gdb.texinfo (Ada Tasks): Add documentation about task-specific | |
2978 | breakpoints. | |
2979 | (Set Breaks): Add reference to thread-specific and task-specific | |
2980 | breakpoints. | |
2981 | ||
32cd1edc JB |
2982 | 2009-03-31 Joel Brobecker <[email protected]> |
2983 | ||
2984 | * gdb.texinfo (Ada Tasks): Remove the documentation about | |
2985 | the "Running" state, as this state has been eliminated. | |
2986 | Now all runnable tasks are shown as "Runnable". | |
2987 | ||
1042e4c0 SS |
2988 | 2009-03-30 Stan Shebs <[email protected]> |
2989 | ||
2990 | * gdb.texinfo (Tracepoints): Describe tracepoints as a | |
2991 | special case of breakpoints. | |
2992 | (Enable and Disable Tracepoints): Mention deprecation. | |
2993 | (Listing Tracepoints): Update description and example. | |
2994 | ||
f8f6f20b TJB |
2995 | 2009-03-30 Thiago Jung Bauermann <[email protected]> |
2996 | ||
2997 | * gdb.texinfo (Frames in Python): New node. | |
2998 | (Python API): Update. | |
2999 | ||
c0c6f777 TJB |
3000 | 2009-03-29 Thiago Jung Bauermann <[email protected]> |
3001 | ||
3002 | * gdb.texinfo (Values From Inferior): Change gdb.Value.address | |
3003 | from a method to an attribute. | |
3004 | ||
def2b000 TJB |
3005 | 2009-03-26 Thiago Jung Bauermann <[email protected]> |
3006 | ||
3007 | * gdb.texinfo (Values From Inferior): Document is_optimized_out | |
3008 | attribute. | |
3009 | ||
a07daef3 PA |
3010 | 2009-03-25 Pedro Alves <[email protected]> |
3011 | ||
3012 | * observer.texi (thread_exit): Add "silent" parameter. | |
3013 | ||
f3b1572e PA |
3014 | 2009-03-22 Pedro Alves <[email protected]> |
3015 | ||
3016 | * observer.texi (about_to_proceed): New. | |
3017 | ||
587afa38 EZ |
3018 | 2009-03-21 Jeremy Bennett <[email protected]> |
3019 | ||
3020 | * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type | |
3021 | field throughout to handle types with spaces in them. Fix typos | |
3022 | found by aspell. | |
3023 | (Summary, Requirements, Contributors): New first chapter, | |
3024 | "Summary" added, old Requirements section moved there, and new | |
3025 | section, "Contributors" added. | |
3026 | (Initializing a New Architecture, Register Representation) | |
3027 | (Frame Interpretation, Inferior Call Setup, Adding a New Target) | |
3028 | (Porting gdb): These sections extended and updated. | |
3029 | (Compiler Characteristics): This section (empty) deleted. | |
3030 | (Defining Other Architecture Features): This section renamed and | |
3031 | duplicate material removed from (formerly "Target Conditionals"). | |
3032 | Use braces {} in @deftypeXX type field throughout to handle types | |
3033 | with spaces in them. Typos found by aspell fixed. | |
3034 | ||
3035 | * stack_frame.svg: New file, source of image for gdbint.texinfo. | |
3036 | * stack_frame.pdf: Version of image for PDF output. | |
3037 | * stack_frame.png: Version of image for HTML output and for Emacs. | |
3038 | * stack_frame.txt: Version of image for Info output. | |
1db61298 | 3039 | * stack_frame.eps: Version of image for TeX DVI output. |
587afa38 | 3040 | |
10af6951 EZ |
3041 | 2009-03-21 Eli Zaretskii <[email protected]> |
3042 | ||
3043 | * gdb.texinfo (Character Sets): Fix last change. | |
3044 | ||
cc924cad TJB |
3045 | 2009-03-21 Thiago Jung Bauermann <[email protected]> |
3046 | ||
3047 | * gdb.texinfo (Values From Inferior): Fix optional arguments | |
3048 | markup. | |
3049 | (Commands In Python): Adjust argument names of gdb.Command.__init__ | |
3050 | to what the function accepts as keywords. | |
3051 | ||
bc3b79fd TJB |
3052 | 2008-03-20 Tom Tromey <[email protected]> |
3053 | ||
3054 | * gdb.texinfo (Convenience Vars): Document convenience functions. | |
3055 | (Functions In Python): New node. | |
3056 | (Python API): Update. | |
3057 | ||
6c7a06a3 TT |
3058 | 2009-03-20 Tom Tromey <[email protected]> |
3059 | ||
3060 | * gdb.texinfo (Character Sets): Remove obsolete text. Document | |
3061 | set target-wide-charset. | |
3062 | (Requirements): Mention iconv. | |
3063 | ||
b646ddd4 HZ |
3064 | 2009-03-17 Hui Zhu <[email protected]> |
3065 | ||
3066 | * gdb.texinfo: Change the introduce of "disassemble-next-line". | |
3067 | ||
91440f57 HZ |
3068 | 2009-03-17 Hui Zhu <[email protected]> |
3069 | ||
3070 | * gdb.texinfo: Add documentation for disassemble-next-line. | |
3071 | ||
8fd41227 TJB |
3072 | 2009-03-16 Thiago Jung Bauermann <[email protected]> |
3073 | ||
3074 | * gdb.texinfo (Commands In Python): Remove tindex entries. | |
3075 | ||
61ff14c6 JK |
3076 | 2009-03-15 Jan Kratochvil <[email protected]> |
3077 | ||
3078 | * gdb.texinfo (Returning): New description for missing debug info. | |
3079 | ||
0b16c5cf PA |
3080 | 2009-03-14 Pedro Alves <[email protected]> |
3081 | ||
3082 | * gdb.texinfo (Remote Configuration): Document query-attached. | |
61ff14c6 | 3083 | (General Query Packets): Document qAttached. |
0b16c5cf | 3084 | |
32fc0df9 PA |
3085 | 2009-03-05 Pedro Alves <[email protected]> |
3086 | ||
3087 | * gdb.texinfo (Background Execution): Better describe the set | |
3088 | target-async command. | |
3089 | (Maintenance Commands): Delete description of the `maint set/show | |
3090 | linux-async' and `maint set/show remote-async' commands. | |
3091 | ||
134eb42c VP |
3092 | 2009-02-18 Vladimir Prus <[email protected]> |
3093 | ||
3094 | * gdb.texinfo (GDB/MI Async Records): Add double-spaces | |
3095 | between sentences. | |
3096 | ||
c86cf029 VP |
3097 | 2009-02-18 Vladimir Prus <[email protected]> |
3098 | ||
3099 | * gdb.texinfo (GDB/MI Async Records): Document the | |
3100 | =library-loaded and =library-unloaded notifications. | |
3101 | ||
3ea85240 VP |
3102 | 2009-02-17 Vladimir Prus <[email protected]> |
3103 | ||
3104 | * observer.texi (test_notification): New observer. | |
3105 | ||
1d33d6ba VP |
3106 | 2009-02-14 Vladimir Prus <[email protected]> |
3107 | ||
61ff14c6 JK |
3108 | * observer.texi: Add parameter 'print_frame' to normal_stop |
3109 | observer. | |
1d33d6ba | 3110 | |
d721c933 EZ |
3111 | 2009-02-07 Eli Zaretskii <[email protected]> |
3112 | ||
3113 | * gdb.texinfo (Basic Python): Fix change from 2009-02-04. | |
3114 | (Commands In Python): Fix COMMAND_* constants in last change. Use | |
3115 | @kbd for interactive input. Add cross-references and index | |
3116 | entries. | |
3117 | ||
4aa995e1 PA |
3118 | 2009-02-06 Pedro Alves <[email protected]> |
3119 | ||
3120 | * gdb.texinfo (Signals): Document $_siginfo. | |
3121 | (Convenience Variables): Mention $_siginfo. | |
3122 | (Remote Configuration): Document qXfer:siginfo:read, | |
3123 | qXfer:siginfo:write packets, and the read-siginfo-object, | |
3124 | write-siginfo-object commands. | |
3125 | ||
5f5233d4 PA |
3126 | 2009-02-06 Pedro Alves <[email protected]> |
3127 | ||
3128 | * gdbint.texinfo (Values): New chapter. | |
3129 | ||
d8906c6f TJB |
3130 | 2009-02-06 Tom Tromey <[email protected]> |
3131 | ||
3132 | * gdb.texinfo (Python API): Add entry for Commands In Python. | |
3133 | (Commands In Python): New node. | |
3134 | ||
b6cb8e7d TJB |
3135 | 2009-02-05 Tom Tromey <[email protected]> |
3136 | ||
3137 | * gdb.texinfo (Values From Inferior): Document Value.string. | |
3138 | ||
12453b93 TJB |
3139 | 2009-02-05 Tom Tromey <[email protected]> |
3140 | ||
3141 | * gdb.texinfo (Basic Python): Document execute's from_tty | |
3142 | argument. | |
3143 | ||
08c637de TJB |
3144 | 2009-02-04 Tom Tromey <[email protected]> |
3145 | ||
3146 | * gdb.texinfo (Basic Python): Document gdb.history. | |
3147 | ||
592375cd VP |
3148 | 2009-01-30 Vladimir Prus <[email protected]> |
3149 | ||
3150 | * gdb.texinfo (GDB/MI Thread Commands): Document the | |
3151 | 'current-thread-id' field. Remove the example with zero threads, | |
3152 | since current GDB won't ever report that if there's inferior. | |
3153 | ||
41447f92 VP |
3154 | 2009-01-30 Vladimir Prus <[email protected]> |
3155 | ||
3156 | * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d | |
3157 | option to -break-insert. | |
3158 | ||
098b41a6 JG |
3159 | 2009-01-28 Daniel Jacobowitz <[email protected]> |
3160 | Jerome Guitton <[email protected]> | |
3161 | ||
3162 | * gdb.texinfo (Startup): Document --with-system-gdbinit. | |
3163 | (System-wide configuration): New section. | |
3164 | ||
3c16cced PA |
3165 | 2009-01-26 Pedro Alves <[email protected]> |
3166 | ||
3167 | PR gdb/7580: | |
3168 | * gdb.texinfo (Maintenance Commands): Document "maint set|show | |
3169 | internal-error|internal-warning quit|corefile ask|yes|no". | |
3170 | ||
62709adf PA |
3171 | 2009-01-26 Pedro Alves <[email protected]> |
3172 | ||
3173 | * gdb.texinfo (Using the `gdbserver' Program): Document | |
3174 | --remote-debug. | |
3175 | ||
7ce58dd2 DE |
3176 | 2009-01-23 Doug Evans <[email protected]> |
3177 | ||
3178 | * gdb.texinfo: Add nexti to list of commands that support | |
3179 | background execution. | |
3180 | ||
adb483fe DJ |
3181 | 2009-01-14 Daniel Jacobowitz <[email protected]> |
3182 | ||
3183 | * gdb.texinfo (Define, Hooks): Document prefix command support. | |
3184 | ||
a67ec3f4 | 3185 | 2009-01-14 Joseph Myers <[email protected]> |
c8d5aac9 | 3186 | Carlos O'Donell <[email protected]> |
a67ec3f4 JM |
3187 | |
3188 | Fixes for makeinfo --html. | |
3189 | ||
3190 | * annotate.texinfo: Use @copying and @insertcopying. Use | |
3191 | @ifnottex in place of @ifinfo. | |
3192 | * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in | |
3193 | place of @ifinfo. Use @ifnotinfo for one index entry. | |
3194 | * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex | |
3195 | in place of @ifinfo. | |
3196 | * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex | |
3197 | in place of @ifinfo. Include contents at start unconditionally. | |
3198 | ||
84fcdf95 PA |
3199 | 2009-01-13 Pedro Alves <[email protected]> |
3200 | ||
3201 | * gdb.texinfo (General Query Packets): Remove @var{} around the | |
3202 | "spu" literal string. | |
3203 | ||
fa3a767f PA |
3204 | 2009-01-07 Pedro Alves <[email protected]> |
3205 | ||
3206 | * gdb.texinfo (Error in Breakpoints): Delete mention of "The same | |
3207 | program may be running in another process" errors. | |
3208 | * gdbint.texinfo (Native Conditionals): Delete | |
3209 | ONE_PROCESS_WRITETEXT description. | |
3210 | ||
9cb011d3 JB |
3211 | 2009-01-07 Joel Brobecker <[email protected]> |
3212 | ||
3213 | * gdbint.texinfo (Start of New Year Procedure): Add the "coding" | |
3214 | emacs local variable to be placed at the end of the ChangeLog. | |
3215 | Add server.c and gdbreplay.c to the list of files where the | |
3216 | copyright year needs to be updated. | |
3217 | ||
84603566 SL |
3218 | 2009-01-06 Sandra Loosemore <[email protected]> |
3219 | ||
3220 | * gdb.texinfo (Remote Configuration): Document new | |
3221 | "set/show tcp auto-retry" and "set/show tcp connect-timeout" | |
3222 | commands. | |
3223 | ||
a53f55d8 PA |
3224 | 2008-12-28 Pedro Alves <[email protected]> |
3225 | ||
3226 | * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention | |
3227 | FETCH_INFERIOR_REGISTERS. | |
3228 | (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE, | |
3229 | FETCH_INFERIOR_REGISTERS descriptions. Remove | |
3230 | gdbarch_get_longjmp_target descrition, since already described in | |
3231 | Target Conditionals. Move gdbarch_fp0_regnum description to ... | |
3232 | (Target Conditionals): ... here. | |
3233 | ||
077e0a52 JB |
3234 | 2008-12-16 Joel Brobecker <[email protected]> |
3235 | ||
3236 | * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in | |
3237 | examples. | |
3238 | (Additions to Ada): Likewise. Add the missing opening and closing | |
3239 | parenthesis of the GDB prompt in one of the examples. | |
3240 | ||
023eb17c JB |
3241 | 2008-12-14 Joel Brobecker <[email protected]> |
3242 | ||
3243 | * gdb.texinfo (Omissions from Ada): Remove incorrect documentation | |
3244 | about the result of 'Address not being of type System.Address. | |
3245 | This problem has been fixed a while ago. | |
3246 | ||
c3b108f7 VP |
3247 | 2008-12-02 Vladimir Prus <[email protected]> |
3248 | ||
3249 | MI non-stop and multiprocess docs. | |
3250 | ||
c8d5aac9 L |
3251 | * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design' |
3252 | (GDB/MI Output Records): New section 'GDB/MI Frame Information' | |
3253 | Adjust documentation for *stopped, document =thread-created, | |
3254 | =thread-exited, =thread-group-created and =thread-group-exited. | |
3255 | (GDB/MI Thread Commands): Document the 'state' field in | |
3256 | -thread-info output. | |
3257 | (GDB/MI Program Execution): Mention --all and --thread-group | |
3258 | options. | |
3259 | (GDB/MI Variable Objects): Describe floating and fixed variable | |
3260 | objects. | |
3261 | (GDB/MI Miscellaneous Commands): Document -list-thread-groups. | |
c3b108f7 | 3262 | |
07e059b5 VP |
3263 | 2008-12-02 Vladimir Prus <[email protected]> |
3264 | ||
c8d5aac9 L |
3265 | * gdb.texinfo (Operating System Information): New appendix. |
3266 | (Operating System Auxiliary Information): Document 'info os processes' | |
3267 | (Remote Configuration): Document 'osdata' | |
3268 | (General Query Packets): Document qXfer:osdata:read. | |
07e059b5 | 3269 | |
a80b95ba TG |
3270 | 2008-11-27 Tristan Gingold <[email protected]> |
3271 | ||
3272 | * gdb.texinfo (Darwin): Document Darwin specific features. | |
3273 | ||
a655d424 JK |
3274 | 2008-11-25 Jan Kratochvil <[email protected]> |
3275 | ||
3276 | * gdbint.texinfo (Target Conditionals): Extend the | |
3277 | gdbarch_breakpoint_from_pc description. | |
3278 | ||
249e1128 VP |
3279 | 2008-11-22 Vladimir Prus <[email protected]> |
3280 | ||
3281 | * gdb.texinfo (M68K Features): Fix typo. | |
3282 | ||
c14c28ba PP |
3283 | 2008-11-18 Paul Pluzhnikov <[email protected]> |
3284 | ||
3285 | * gdb.texinfo (Symbols): Mention printing containing | |
3286 | image name in "info symbol". | |
3287 | (Maint translate-address): Likewise. | |
889bf7c5 | 3288 | |
394a6666 JB |
3289 | 2008-11-18 Joel Brobecker <[email protected]> |
3290 | ||
3291 | * gdb.texinfo (Set Catchpoints): Remove the documentation of | |
3292 | commands "catch load" and "catch unload". | |
3293 | ||
66bb093b VP |
3294 | 2008-11-17 Vladimir Prus <[email protected]> |
3295 | ||
3296 | * gdb.texinfo (GDB/MI Async Records): Document | |
c8d5aac9 | 3297 | =thread-selected. |
889bf7c5 | 3298 | |
4a92f99b VP |
3299 | 2008-11-17 Vladimir Prus <[email protected]> |
3300 | ||
c8d5aac9 | 3301 | * observer.texi (new_inferior, inferior_exit): New observers. |
4a92f99b | 3302 | |
f0323ca0 PA |
3303 | 2008-10-27 Pedro Alves <[email protected]> |
3304 | ||
3305 | * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES, | |
3306 | .mt files, TM_CLIBS or TM_CDEPS. | |
3307 | (x86 Watchpoints): Don't mention TDEPFILES. | |
3308 | ||
8b23ecc4 SL |
3309 | 2008-10-24 Sandra Loosemore <[email protected]> |
3310 | ||
3311 | * gdb.texinfo (Remote Protocol): Add new nodes to menu. | |
3312 | (Overview): Mention notifications and non-stop mode behavior. | |
3313 | (Packets): Update documentation of ?, vAttach, vCont, and vRun | |
3314 | with non-stop mode behavior. Add vStopped description. | |
3315 | (Stop Reply Packets): Update list of packets that return | |
3316 | stop replies. Mention non-stop behavior. | |
3317 | (General Query Packets): Document QNonStop packet and associated | |
3318 | qSupported query response. | |
3319 | (Interrupts): Clarify multi-threaded behavior. Mention non-stop | |
3320 | behavior. | |
3321 | (Notification Packets): New section. | |
3322 | (Remote Non-Stop): New section. | |
3323 | (File-I/O Overview): Mention non-stop behavior. | |
3324 | ||
fff08868 HZ |
3325 | 2008-10-24 Hui Zhu <[email protected]> |
3326 | Pedro Alves <[email protected]> | |
3327 | ||
3328 | * gdb.texinfo (displaced-stepping): Describe the auto mode | |
3329 | setting, and say it's the default. This is now a mainstream | |
3330 | setting instead of a maintenance setting. | |
3331 | ||
252fbfc8 PA |
3332 | 2008-10-23 Pedro Alves <[email protected]> |
3333 | ||
3334 | * observer.texi (thread_stop_requested): New. | |
3335 | ||
20924a55 JB |
3336 | 2008-10-22 Joel Brobecker <[email protected]> |
3337 | ||
3338 | * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes. | |
3339 | (Patching): Replace incorrect usage of @samp by @kbd. | |
3340 | ||
bacec72f MS |
3341 | 2008-10-17 Michael Snyder <[email protected]> |
3342 | ||
3343 | * gdb.texinfo: Add documentation for reverse execution. | |
3344 | ||
a08702d6 | 3345 | 2008-10-16 Thiago Jung Bauermann <[email protected]> |
bd4f7d68 | 3346 | Eli Zaretskii <[email protected]> |
a08702d6 TJB |
3347 | |
3348 | * gdb.texinfo. (Values From Inferior): New subsubsection. | |
3349 | ||
d97bc12b DE |
3350 | 2008-10-06 Doug Evans <[email protected]> |
3351 | ||
3352 | * gdb.texinfo (set debug dwarf2-die): Document it. | |
3353 | ||
87f67dba JB |
3354 | 2008-10-01 Joel Brobecker <[email protected]> |
3355 | ||
3356 | * gdb.texinfo (catch) [exception]: Document how to insert | |
3357 | a breakpoint on user-defined exceptions when the exception | |
3358 | name is identical to one of the language-defined ones. | |
3359 | ||
2fae03e8 TT |
3360 | 2008-09-27 Tom Tromey <[email protected]> |
3361 | ||
3362 | * gdb.texinfo (Macros): Remove text about stringification, | |
3363 | varargs, and splicing. | |
3364 | ||
5c6ce71d TT |
3365 | 2008-09-27 Tom Tromey <[email protected]> |
3366 | ||
3367 | * gdbint.texinfo (Language Support): Remove text about omitting | |
3368 | support for a language. | |
3369 | ||
07128da0 DE |
3370 | 2008-09-23 Doug Evans <[email protected]> |
3371 | ||
3372 | * gdb.texinfo (info dcache): Update. | |
3373 | ||
b90a069a SL |
3374 | 2008-09-22 Sandra Loosemore <[email protected]> |
3375 | ||
3376 | * gdb.texinfo (Packets): Add info on thread-id syntax and | |
3377 | multiprocess extensions. | |
3378 | <D>: Document multiprocess form of packet. | |
3379 | <H>: Use thread-id syntax. | |
3380 | <T>: Likewise. | |
3381 | <vCont>: Likewise. Note this is required for multiprocess. | |
3382 | <vKill>: New packet. | |
3383 | (Stop Reply Packets) <T>: Use thread-id syntax. | |
3384 | <W>: Document multiprocess form of reply. | |
3385 | <X>: Likewise. | |
3386 | (General Query Packets) <qC>: Use thread-id syntax. | |
3387 | <qfThreadInfo>: Likewise. | |
3388 | <qGetTLSAddr>: Likewise. | |
3389 | <qP>: Likewise. | |
3390 | <qSupported>: Add "multiprocess" feature. | |
3391 | <qThreadExtraInfo>: Use thread-id syntax. | |
3392 | ||
b77209e0 PA |
3393 | 2008-09-22 Stan Shebs <[email protected]> |
3394 | ||
3395 | * gdb.texinfo (Inferiors): New section. | |
3396 | ||
3d0bb823 PA |
3397 | 2008-09-12 Pedro Alves <[email protected]> |
3398 | ||
3399 | * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES. | |
3400 | ||
f8dcfc0a UW |
3401 | 2008-09-11 Ulrich Weigand <[email protected]> |
3402 | ||
3403 | * gdbint.texinfo (Target Conditionals): Remove documentation | |
3404 | for gdbarch_name_of_malloc. | |
3405 | ||
8775bb90 MS |
3406 | 2008-09-03 Angela Marie Thomas <[email protected]> |
3407 | ||
3408 | * gdb.texinfo (Interrupts): Mention TCP interface for | |
3409 | sending BREAK. | |
3410 | ||
f1838a98 UW |
3411 | 2008-08-26 Ulrich Weigand <[email protected]> |
3412 | ||
3413 | * gdb.texinfo (Commands to Specify Files): Document "remote:" | |
3414 | argument prefix to "set sysroot". | |
3415 | ||
158c7665 PH |
3416 | 2008-08-21 Paul N. Hilfinger <[email protected]> |
3417 | ||
3418 | * gdb.texinfo (Omissions from Ada): Describe new treatment of True | |
3419 | and False. | |
3420 | ||
30e026bb VP |
3421 | 2008-08-20 Vladimir Prus <[email protected]> |
3422 | ||
c8d5aac9 L |
3423 | * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table |
3424 | for possible features of -list-features. | |
30e026bb | 3425 | |
c6ebd6cf VP |
3426 | 2008-08-19 Vladimir Prus <[email protected]> |
3427 | ||
c8d5aac9 | 3428 | * gdb.texinfo (Background execution): Adjust example |
c6ebd6cf VP |
3429 | (GDB/MI Miscellaneous Commands): Document -list-target-features. |
3430 | ||
aeac0ff9 VP |
3431 | 2008-08-19 Vladimir Prus <[email protected]> |
3432 | ||
3433 | * doc/gdb.texinfo (PowerPC): Fix typo. | |
3434 | (PowerPC features): Fix typo. | |
3435 | ||
5231c1fd PA |
3436 | 2008-08-18 Pedro Alves <[email protected]> |
3437 | ||
3438 | * observer.texi (thread_ptid_changed): New. | |
3439 | ||
677c5bb1 LM |
3440 | 2008-08-18 Luis Machado <[email protected]> |
3441 | ||
3442 | * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7. | |
3443 | (PowerPC features): Mention feature set for VSX registers. | |
3444 | ||
f3a2dd1a JB |
3445 | 2008-08-13 Joel Brobecker <[email protected]> |
3446 | ||
3447 | * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding | |
3448 | the direct visibility of all names in user-written packages. | |
3449 | ||
33e5cbd6 PA |
3450 | 2008-08-13 Pedro Alves <[email protected]> |
3451 | ||
3452 | * gdb.texinfo (breakpoint always-inserted) Describe the auto mode | |
3453 | setting, and make it the default. | |
3454 | (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from | |
3455 | non-stop script example. | |
3456 | ||
d0384fc4 TJB |
3457 | 2008-08-12 Thiago Jung Bauermann <[email protected]> |
3458 | ||
3459 | * gdbint.texinfo (Raw and Virtual Register Representations): Fix | |
3460 | reference to the "Using Different Register and Memory Data | |
3461 | Representation" section. | |
3462 | ||
a6f3e723 SL |
3463 | 2008-08-12 Sandra Loosemore <[email protected]> |
3464 | ||
3465 | * gdb.texinfo (Remote Configuration): Document set remote noack-packet. | |
3466 | (Remote Protocol): Add Packet Acknowledgment to menu. | |
3467 | (Overview): Mention +/- can be disabled, and point to new section | |
3468 | where this is discussed in detail. | |
3469 | (General Query Packets): Document QStartNoAckMode packet, and | |
3470 | corresponding qSupported reply. | |
3471 | (Packet Acknowledgment): New section. | |
3472 | ||
0606b73b SL |
3473 | 2008-08-11 Sandra Loosemore <[email protected]> |
3474 | Pedro Alves <[email protected]> | |
3475 | ||
3476 | * gdb.texinfo (Threads): Move paragraph about automatic thread | |
3477 | selection to All-Stop Mode subsection. | |
3478 | (Thread Stops): Reorganize existing material into subsections. | |
3479 | Add introductory blurb and menu. | |
3480 | (Non-Stop Mode): New subsection. | |
3481 | (Background Execution): New subsection. | |
3482 | (Maintenance Commands): Add cross-references from async mode | |
3483 | commands to the new Background Execution section. | |
3484 | ||
d57a3c85 TJB |
3485 | 2008-08-06 Tom Tromey <[email protected]> |
3486 | ||
3487 | * gdb.texinfo (Extending GDB): New chapter. | |
3488 | (Sequences): Demoted chapter, now a section under the new | |
3489 | Extending GDB chapter. | |
3490 | (Python): New section. | |
3491 | ||
6d76a53d SS |
3492 | 2008-07-31 Stan Shebs <[email protected]> |
3493 | ||
3494 | * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE. | |
3495 | ||
1f70da6a SS |
3496 | 2008-07-29 Stan Shebs <[email protected]> |
3497 | ||
3498 | * gdbint.texinfo: General round of cleanup and minor | |
3499 | clarifications. | |
3500 | (Breakpoint Handling): Remove mention of BREAKPOINT macro. | |
3501 | (Longjmp Support): Update description to reflect how it is done | |
3502 | for targets without using native header. | |
3503 | (Symbol Handling): Add a little more general explanation. | |
3504 | (COFF, ELF): Mention stabs encapsulation. | |
3505 | (DWARF 3): New section. | |
3506 | (Adding a New Host): Scrub out some obsolete bits. | |
3507 | (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c. | |
3508 | (Host Conditionals): Remove descriptions of NO_STD_REGS, | |
3509 | HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE, | |
3510 | PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR, | |
3511 | SEEK_SET, STOP_SIGNAL, USG. | |
3512 | (Raw and Virtual Register Representations): Ditto for | |
3513 | DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE, | |
3514 | DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE. | |
3515 | (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM, | |
3516 | DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN, | |
3517 | DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS, | |
3518 | DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET, | |
3519 | DEPRECATED_REGISTER_VIRTUAL_SIZE, | |
3520 | DEPRECATED_REGISTER_VIRTUAL_TYPE, | |
3521 | DEPRECATED_USE_STRUCT_CONVENTION. | |
3522 | Describe gdbarch_deprecated_fp_regnum. | |
3523 | Update description of gdbarch_print_insn. | |
3524 | (Adding a New Target): Scrub out obsolete bits. | |
3525 | (Obsolete Conditionals): Remove entire section. | |
3526 | ||
383f836e TT |
3527 | 2008-07-25 Tom Tromey <[email protected]> |
3528 | ||
3529 | * observer.texi (GDB Observers): Document new observers: | |
3530 | breakpoint_created, breakpoint_deleted, breakpoint_modified, | |
3531 | tracepoint_created, tracepoint_deleted, tracepoint_modified, | |
3532 | architecture_changed. | |
3533 | ||
cfd8ab24 SS |
3534 | 2008-07-21 Stan Shebs <[email protected]> |
3535 | ||
3536 | * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code | |
3537 | instead of IN_SOLIB_DYNSYM_RESOLVE_CODE. | |
3538 | ||
781b42b0 TT |
3539 | 2008-07-21 Tom Tromey <[email protected]> |
3540 | ||
3541 | * observer.texi (GDB Observers): Remove obsolete comment. | |
3542 | <executable_changed>: Remove argument. | |
3543 | ||
d7d9f01e TT |
3544 | 2008-07-18 Tom Tromey <[email protected]> |
3545 | ||
3546 | * gdb.texinfo (Macros): Update. Use @code rather than @command. | |
3547 | ||
bf250677 DE |
3548 | 2008-07-10 Doug Evans <[email protected]> |
3549 | ||
3550 | * doc/gdb.texinfo: Document "set print symbol-loading on|off". | |
3551 | ||
10568435 JK |
3552 | 2008-07-10 Jan Kratochvil <[email protected]> |
3553 | ||
3554 | * gdb.texinfo (Starting): Document "set disable-randomization". | |
3555 | ||
5ae4183a AS |
3556 | 2008-07-07 Andreas Schwab <[email protected]> |
3557 | ||
3558 | * gdb.texinfo (GDB/MI Target Manipulation): Fix last change. | |
3559 | ||
b56e7235 VP |
3560 | 2008-07-06 Vladimir Prus <[email protected]> |
3561 | ||
3562 | * gdb.texinfo (GDB/MI Target Manipulation): Add | |
3563 | example of -target-attach. | |
3564 | ||
e1ac3328 VP |
3565 | 2008-06-10 Vladimir Prus <[email protected]> |
3566 | ||
3567 | * observer.texi (target_resumed): New observer. | |
5ae4183a | 3568 | * gdb.texinfo (GDB/MI Output Records): Document *running. |
e1ac3328 | 3569 | |
65d12d83 TT |
3570 | 2008-06-06 Tom Tromey <[email protected]> |
3571 | ||
3572 | * gdb.texinfo (Completion): Add field name example. | |
3573 | ||
fbc5282e MK |
3574 | 2008-06-06 Marc Khouzam <[email protected]> |
3575 | ||
3576 | * gdb.texinfo (GDB/MI Program Context): Added example | |
3577 | to -exec-arguments | |
5ae4183a | 3578 | |
fbc5282e | 3579 | 2008-06-05 Nick Roberts <[email protected]> |
bcf6fc3a NR |
3580 | |
3581 | * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed | |
3582 | annotation. | |
3583 | ||
c16158bc | 3584 | 2008-06-05 Vladimir Prus <[email protected]> |
5ae4183a AS |
3585 | Nathan Sidwell <[email protected]> |
3586 | Joseph Myers <[email protected]> | |
c16158bc JM |
3587 | |
3588 | * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION | |
3589 | and ACX_BUGURL. | |
3590 | * configure: Regenerate. | |
3591 | * Makefile.in (PKGVERSION, BUGURL_TEXI): Define. | |
3592 | (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT. | |
3593 | * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove | |
3594 | mailing-list-specific text about bug reporting unless | |
3595 | BUGURL_DEFAULT. | |
3596 | ||
75c99385 PA |
3597 | 2008-06-05 Pedro Alves <[email protected]> |
3598 | ||
3599 | * gdb.texinfo (-target-select): Remove reference to target async. | |
3600 | (Maintenance Commands): Document "maint set/show remote-async". | |
3601 | ||
1763a388 MK |
3602 | 2008-06-04 Marc Khouzam <[email protected]> |
3603 | ||
3604 | * gdb.texinfo (GDB/MI File Transfer Commands): Typo | |
3605 | in -target-file-get section. | |
5ae4183a | 3606 | |
d0d064df PA |
3607 | 2008-05-22 Pedro Alves <[email protected]> |
3608 | ||
9b562ab8 PA |
3609 | * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub |
3610 | killing the inferior when it is already debugging a process. | |
d0d064df | 3611 | |
8dfa32fc JB |
3612 | 2008-05-21 Joel Brobecker <[email protected]> |
3613 | ||
3614 | * gdb.texinfo (Continuing and Stepping): Document the new "fin" | |
3615 | abbreviation for "finish". | |
3616 | ||
55f996a7 NR |
3617 | 2008-05-21 Nick Roberts <[email protected]> |
3618 | ||
3619 | * annotate.texinfo (Multi-threaded Apps): New node for new annotation. | |
3620 | ||
ba2b1c56 DJ |
3621 | 2008-05-15 Daniel Jacobowitz <[email protected]> |
3622 | ||
3623 | * gdbint.texinfo (Target Conditionals): Delete entry for | |
3624 | gdbarch_dwarf_reg_to_regnum. | |
3625 | ||
08388c79 DE |
3626 | 2008-05-09 Doug Evans <[email protected]> |
3627 | ||
a3c83fae | 3628 | * gdb.texinfo: Document "find" command, qSearch:memory packet. |
08388c79 | 3629 | |
d14508fe DE |
3630 | 2008-05-05 Doug Evans <[email protected]> |
3631 | ||
3632 | * gdb.texinfo (disassemble): Document /m modifier. | |
3633 | ||
e2b7ddea VP |
3634 | 2008-05-05 Vladimir Prus <[email protected]> |
3635 | ||
5ae4183a AS |
3636 | * gdb.texinfo (Maintenance Commands): Clarify that "maint time" |
3637 | will not report the time of commands that run the target. | |
e2b7ddea | 3638 | |
8eb41542 VP |
3639 | 2008-05-03 Vladimir Prus <[email protected]> |
3640 | ||
3641 | * gdb.texinfo (GDB/MI Output Records): Add | |
3642 | missing semicolon. | |
3643 | ||
82f68b1c VP |
3644 | 2008-05-03 Vladimir Prus <[email protected]> |
3645 | ||
3646 | * gdb.texinfo (GDB/MI Output Records): | |
3647 | Document =thread-create and =thread-exited. | |
3648 | ||
fa0f268d VP |
3649 | 2008-05-03 Vladimir Prus <[email protected]> |
3650 | ||
3651 | * gdb.texinfo (GDB/MI Development and Front Ends): | |
82f68b1c | 3652 | Remove mention of dmi-discuss. |
fa0f268d | 3653 | |
063bfe2e VP |
3654 | 2008-05-03 Pedro Alves <[email protected]> |
3655 | ||
3656 | * observer.texi (thread_exit): New. | |
3657 | ||
237fc4c9 PA |
3658 | 2008-05-02 Pedro Alves <[email protected]> |
3659 | ||
3660 | * gdb.texinfo (Debugging Output): Document "set/show debug | |
3661 | displaced". | |
3662 | (Maintenance Commands): Document "maint set/show | |
3663 | can-use-displaced-stepping". | |
3664 | ||
0428b8f5 DJ |
3665 | 2008-05-02 Daniel Jacobowitz <[email protected]> |
3666 | ||
3667 | * gdb.texinfo (ARM): Document set/show arm fallback-mode | |
3668 | and set/show arm force-mode. | |
3669 | ||
5009afc5 AS |
3670 | 2008-05-02 Andreas Schwab <[email protected]> |
3671 | ||
3672 | * gdbint.texinfo (Algorithms): Describe | |
3673 | target_watchpoint_addr_within_range. | |
3674 | ||
669fac23 DJ |
3675 | 2008-04-30 Daniel Jacobowitz <[email protected]> |
3676 | ||
3677 | * gdbint.texinfo (Stack Frames): New chapter. | |
3678 | (Algorithms): Move Frames text to the new chapter. | |
3679 | (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document | |
3680 | gdbarch_dummy_id instead of gdbarch_unwind_dummy_id. | |
3681 | ||
721c02de VP |
3682 | 2008-04-24 Vladimir Prus <[email protected]> |
3683 | ||
5ae4183a AS |
3684 | * gdb.texinfo (GDB/MI Output Syntax): Clarify that async |
3685 | output does not necessary include any tokens. | |
721c02de | 3686 | |
c055b101 CV |
3687 | 2008-04-22 Corinna Vinschen <[email protected]> |
3688 | ||
3689 | * gdb.texinfo (Set SH Calling convention): New @item. | |
3690 | (Show SH Calling convention): Ditto. | |
3691 | ||
68837c9d MD |
3692 | 2008-04-22 Markus Deuling <[email protected]> |
3693 | ||
3694 | * gdb.texinfo (Fortran Operators): Describe '%' operator. | |
3695 | ||
2e9132cc EZ |
3696 | 2008-04-20 Eli Zaretskii <[email protected]> |
3697 | ||
3698 | * gdb.texinfo (Set Breaks): Mention that multiple location | |
3699 | breakpoints need line number info. Add index entries. | |
3700 | ||
31fffb02 CS |
3701 | 2008-04-19 Craig Silverstein <[email protected]> |
3702 | ||
3703 | * gdb.texinfo (Requirements): Add an optional requirement on | |
3704 | zlib. | |
3705 | * gdbint.texinfo (Debugging File Formats): Add new subsection for | |
3706 | Compressed DWARF 2. | |
3707 | ||
a47ec5fe AR |
3708 | 2008-04-16 Aleksandar Ristovski <[email protected]> |
3709 | ||
3710 | * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the | |
3711 | sample output for 'stopped,reason="breakpoint-hit"' message. | |
3712 | (GDB/MI Program Execution): Likewise. | |
3713 | ||
de051565 MK |
3714 | 2008-04-09 Marc Khouzam <[email protected]> |
3715 | ||
5ae4183a | 3716 | * gdb.texinfo (GDB/MI Variable Objects): Add anchor to |
de051565 MK |
3717 | -var-set-format. Add -f option to -var-evaluate-expression. |
3718 | ||
6ba66d6a JB |
3719 | 2008-04-03 Joel Brobecker <[email protected]> |
3720 | ||
3721 | * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside | |
3722 | new node "Ambiguous Expressions". Replace references to this | |
3723 | node by references to "Ambiguous Expressions" throughout. | |
3724 | (Ambiguous Expressions): New node. | |
3725 | ||
1e26b4f8 DJ |
3726 | 2008-03-26 Daniel Jacobowitz <[email protected]> |
3727 | ||
3728 | * gdb.texinfo (MIPS Features, PowerPC Features): Add @node. | |
3729 | ||
b84876c2 PA |
3730 | 2008-03-21 Pedro Alves <[email protected]> |
3731 | ||
3732 | * gdb.texinfo (Debugging Output): Document | |
3733 | "set/show debug lin-lwp-async". | |
3734 | (Maintenance Commands): Document "maint set/show linux-async". | |
3735 | ||
63092375 DJ |
3736 | 2008-03-21 Daniel Jacobowitz <[email protected]> |
3737 | ||
3738 | * gdb.texinfo (Expressions): Update description of malloced arrays. | |
3739 | ||
8e8901c5 VP |
3740 | 2008-03-15 Vladimir Prus <[email protected]> |
3741 | ||
3742 | * gdb.texinfo (Thread Commands): Document | |
3743 | -thread-info. Remove -thread-list-all-threads. | |
3744 | ||
1fddbabb PA |
3745 | 2008-03-14 Pedro Alves <[email protected]> |
3746 | Sandra Loosemore <[email protected]> | |
3747 | ||
3748 | * gdb.texinfo (Library List Format): Update to mention the | |
3749 | possibility to pass section addresses instead of segment | |
3750 | addresses. | |
3751 | ||
ccd213ac DJ |
3752 | 2008-03-10 Daniel Jacobowitz <[email protected]> |
3753 | ||
3754 | * gdb.texinfo (Starting): Document "set exec-wrapper". | |
3755 | (Server): Document gdbserver --wrapper. | |
3756 | ||
fa4727a6 DJ |
3757 | 2008-03-03 Daniel Jacobowitz <[email protected]> |
3758 | ||
3759 | * gdb.texinfo (Set Watchpoints): Mention watchpoints on | |
3760 | unreadable memory. Delete obsolete SPARClite reference. | |
3761 | ||
8edfe269 DJ |
3762 | 2008-02-28 Daniel Jacobowitz <[email protected]> |
3763 | ||
3764 | * gdb.texinfo (Starting): Mention always-running targets. | |
3765 | (Target Commands): Add an anchor for load. | |
3766 | (Connecting): Explain continue instead of run. | |
3767 | ||
1843f87b DJ |
3768 | 2008-02-27 Daniel Jacobowitz <[email protected]> |
3769 | ||
3770 | * gdb.texinfo (Debugging Output): Document "set debug timestamp". | |
3771 | ||
f9082629 NR |
3772 | 2008-02-26 Nick Roberts <[email protected]> |
3773 | ||
3774 | * gdb.texinfo (Set Breaks): Revert description of Enb column of | |
3775 | breakpoint table. | |
3776 | ||
fd96d250 PA |
3777 | 2008-02-19 Pedro Alves <[email protected]> |
3778 | ||
3779 | * gdb.texinfo (vAttach, vRun): Remove requirement of the stub | |
3780 | killing the inferior when it is already debugging a process. | |
3781 | ||
36af4ef6 MD |
3782 | 2008-02-13 Markus Deuling <[email protected]> |
3783 | ||
3784 | * gdbint.texinfo (Build Script): New section. Mention new build script | |
3785 | gdb_buildall.sh. | |
3786 | ||
cda4ce5a JB |
3787 | 2008-02-01 Jim Blandy <[email protected]> |
3788 | ||
3789 | * gdb.texinfo (Help): Summarize 'info args' correctly. | |
3790 | ||
4acd40f3 TJB |
3791 | 2008-01-30 Thiago Jung Bauermann <[email protected]> |
3792 | ||
3793 | * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers | |
3794 | available in PowerPC architecture. | |
3795 | (Embedded Processors): Change node name of PowerPC item in menu. | |
3796 | (PowerPC): Rename to... | |
3797 | (PowerPC Embedded): this. | |
3798 | (Architectures): Add new PowerPC item in menu. | |
3799 | (PowerPC): New node. | |
3800 | ||
6e6c6f50 DJ |
3801 | 2008-01-30 Daniel Jacobowitz <[email protected]> |
3802 | ||
3803 | * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for | |
3804 | commands. | |
3805 | ||
5ee187d7 DJ |
3806 | 2008-01-30 Daniel Jacobowitz <[email protected]> |
3807 | ||
3808 | * gdb.texinfo (Setting Catchpoints): Mention features | |
3809 | supported on GNU/Linux. | |
3810 | ||
e275c0d9 NR |
3811 | 2008-01-30 Nick Roberts <[email protected]> |
3812 | ||
3813 | * gdb.texinfo (GDB/MI File Commands): Describe new output | |
3814 | field for MI command -file-list-exec-source-file. | |
3815 | ||
2d717e4f DJ |
3816 | 2008-01-29 Daniel Jacobowitz <[email protected]> |
3817 | ||
3818 | * gdb.texinfo (Using the `gdbserver' Program): Add security | |
3819 | warning. Rearrange into subsections and subsubsections. Document | |
3820 | --multi and --debug. Correct --with-sysroot typo. Update --attach | |
3821 | usage. Make load reference clearer. Document monitor exit. | |
3822 | (Remote Configuration): Document set remote exec-file, attach-packet, | |
3823 | and run-packet. | |
3824 | (Packets): Document vAttach and vRun. | |
3825 | ||
d35a4257 | 3826 | 2008-01-29 Nick Roberts <[email protected]> |
f663676d NR |
3827 | |
3828 | * gdb.texinfo (Processes): Mention process command. | |
889bf7c5 | 3829 | detach-on-follow -> detach-on-fork. |
f663676d | 3830 | |
c78d192c DJ |
3831 | 2008-01-28 Daniel Jacobowitz <[email protected]> |
3832 | ||
3833 | * gdbint.texinfo (Native Conditionals): Remove | |
3834 | SHELL_COMMAND_CONCAT and SHELL_FILE. | |
3835 | ||
d35a4257 EZ |
3836 | 2008-01-26 Eli Zaretskii <[email protected]> |
3837 | ||
3838 | * gdb.texinfo (Specify Location): Improve wording. | |
3839 | ||
93815fbf VP |
3840 | 2008-01-23 Chris Demetriou <[email protected]> |
3841 | ||
3842 | * gdb.texinfo (Threads): Document new "set print thread-events" | |
3843 | and "show print thread-events" commands. | |
3844 | ||
2a25a5ba EZ |
3845 | 2008-01-19 Eli Zaretskii <[email protected]> |
3846 | ||
3847 | * gdb.texinfo (Specify Location): New section. | |
3848 | (Delete Breaks, Edit, Set Breaks): Remove description of | |
3849 | locations. Instead, add a reference to "Specify Location". | |
3850 | (Machine Code, Jumping, Thread Stops, Continuing and Stepping) | |
3851 | (Symbols): Refer to "Specify Location" for the valid forms of | |
3852 | linespecs and locations. | |
3853 | ||
32c9a795 MD |
3854 | 2008-01-18 Markus Deuling <[email protected]> |
3855 | ||
3856 | * gdbint.texinfo (Target Conditionals): Replace the description of | |
3857 | BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian. | |
3858 | ||
b17828ca JB |
3859 | 2008-01-12 Paul Hilfinger <[email protected]> |
3860 | ||
3861 | * gdb.texinfo (C Operators): Remove incorrect parenthetical comment | |
3862 | about &&var, which is rejected by the expression parser. | |
3863 | ||
0aea4bf3 LM |
3864 | 2008-01-09 Luis Machado <[email protected]> |
3865 | ||
3866 | * gdb.texinfo (Output): Update documentation on using printf with DFP | |
3867 | types. | |
3868 | ||
febe4383 TJB |
3869 | 2008-01-07 Thiago Jung Bauermann <[email protected]> |
3870 | ||
3871 | * gdb.texinfo (C and C++): Add Decimal Floating Point format | |
3872 | subsubsection. | |
3873 | (Decimal Floating Point format): New subsubsection. | |
3874 | ||
7a404eba PA |
3875 | 2008-01-05 Pedro Alves <[email protected]> |
3876 | ||
3877 | * gdb.texinfo (File Options): Remove mention of the attempt to | |
3878 | open a core file with the -p option. Don't list -c as a valid | |
3879 | option to attach to a process. | |
3880 | ||
a4d9b460 PA |
3881 | 2008-01-05 Pedro Alves <[email protected]> |
3882 | ||
3883 | * gdbint.texinfo (Host Conditionals): Remove mention of | |
3884 | ALIGN_STACK_ON_ENTRY. | |
3885 | ||
6ec2edbe JB |
3886 | 2008-01-05 Joel Brobecker <[email protected]> |
3887 | ||
3888 | * gdbint.texinfo (Start of New Year Procedure): Add item | |
3889 | describing how to update the source and documentation copyright | |
3890 | notices. | |
3891 | ||
d8b2a693 JB |
3892 | 2007-12-18 Jim Blandy <[email protected]> |
3893 | ||
ab209b3a | 3894 | * gdb.texinfo (Set Watchpoints): Integrate per-thread |
d8b2a693 JB |
3895 | watchpoint explanation into the main description of the watchpoint |
3896 | command; update synopses of 'watch', 'rwatch', and 'awatch' | |
3897 | commands. | |
3898 | ||
8b4ed427 VP |
3899 | 2007-12-18 Vladimir Prus <[email protected]> |
3900 | ||
3901 | * gdb.texinfo (Miscellaneous gdb/mi Commands): | |
3902 | Document 'pending-breakpoints' feature of | |
3903 | -list-features. | |
3904 | ||
37e4754d LM |
3905 | 2007-12-17 Luis Machado <[email protected]> |
3906 | ||
669fac23 | 3907 | * gdb.texinfo: Add new parameter's description. |
37e4754d | 3908 | |
1d3811f6 DJ |
3909 | 2007-12-16 Daniel Jacobowitz <[email protected]> |
3910 | ||
3911 | * gdb.texinfo (Overview): Clarify run-length encoding | |
3912 | example. Remove the restriction on "+" and "-" characters. | |
3913 | ||
c1c25a1a EZ |
3914 | 2007-12-15 Eli Zaretskii <[email protected]> |
3915 | ||
3916 | * gdb.texinfo (Host I/O Packets): Fix xref syntax. | |
3917 | ||
afe8ab22 | 3918 | 2007-12-14 Vladimir Prus <[email protected]> |
5ae4183a | 3919 | |
afe8ab22 VP |
3920 | * gdb.texinfo (GDB/MI Breakpoint Commands): Document |
3921 | the -f option for -break-insert, remove -r option, | |
3922 | and clarify specification of location. | |
3923 | ||
a6b151f1 DJ |
3924 | 2007-11-30 Daniel Jacobowitz <[email protected]> |
3925 | ||
3926 | * gdb.texinfo (Debugging Programs with Multiple Processes): Correct | |
3927 | formatting. | |
3928 | (Remote Debugging): Add File Transfer section. | |
3929 | (Remote Configuration): Document Host I/O packets. | |
3930 | (GDB/MI): Add GDB/MI File Transfer Commands section. | |
c1c25a1a | 3931 | (Host I/O Packets): New section in "Remote Protocol". |
a6b151f1 DJ |
3932 | (Packets): Add vFile. |
3933 | ||
3b784c4f EZ |
3934 | 2007-11-17 Eli Zaretskii <[email protected]> |
3935 | ||
3936 | * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of | |
3937 | breakpoints with multiple locations. | |
3938 | (Breakpoint Menus): Improve wording. | |
3939 | (Output): Fix last change. | |
3940 | ||
a4ce5b0d UW |
3941 | 2007-11-17 Ulrich Weigand <[email protected]> |
3942 | ||
3943 | * Makefile.in (Makefile): Do not depend on target_makefile_frag. | |
3944 | ||
1b39d5c0 DE |
3945 | 2007-11-15 Doug Evans <[email protected]> |
3946 | ||
3947 | * gdb.texinfo (Symbols): Update output of "maint info symtabs". | |
3948 | ||
7a72d44c VP |
3949 | 2007-11-15 Vladimir Prus <[email protected]> |
3950 | ||
3951 | * gdbint.texinfo (Native Conditionals): Remove | |
3952 | mention of CLEAR_SOLIB. | |
5ae4183a | 3953 | |
6d1829bf | 3954 | 2007-11-11 Joel Brobecker <[email protected]> |
b4740add JB |
3955 | |
3956 | * gdb.texinfo (Print Settings): Add documentation for "set/show | |
3957 | print frame-arguments". | |
3958 | ||
1a619819 LM |
3959 | 2007-11-05 Luis Machado <[email protected]> |
3960 | ||
3b784c4f | 3961 | * gdb.texinfo (Output): Update printf command's description. |
1a619819 | 3962 | |
55eddb0f DJ |
3963 | 2007-10-30 Daniel Jacobowitz <[email protected]> |
3964 | ||
3965 | * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set | |
3966 | powerpc soft-float". | |
3967 | ||
9cceb671 DJ |
3968 | 2007-10-24 Daniel Jacobowitz <[email protected]> |
3969 | ||
3970 | * gdb.texinfo (Files): Correct formatting. Mention Expat | |
3971 | requirement. | |
3972 | (Requirements for Building GDB): Expand the list of Expat | |
3973 | uses. | |
3974 | (Library List Format, Memory Map Format): Mention Expat. | |
3975 | (Target Descriptions): Update Expat wording. | |
3976 | ||
83acabca DJ |
3977 | 2007-10-24 Daniel Jacobowitz <[email protected]> |
3978 | ||
3979 | * gdbint.texinfo (Register and Memory Data, Target Conditionals): | |
3980 | Document that gdbarch_convert_register_p should return zero for no-op | |
3981 | conversions. | |
3982 | ||
e35879db UW |
3983 | 2007-10-22 Ulrich Weigand <[email protected]> |
3984 | ||
83acabca | 3985 | * gdbint.texi (Compiler Characteristics): Move documentation |
e35879db UW |
3986 | of set_gdbarch_sofun_address_maybe_missing back to ... |
3987 | (Target Conditionals): ... here to fix build break. | |
3988 | ||
203c3895 UW |
3989 | 2007-10-19 Ulrich Weigand <[email protected]> |
3990 | ||
83acabca | 3991 | * gdbint.texi (Target Conditionals): Remove documentation of |
203c3895 UW |
3992 | SOFUN_ADDRESS_MAYBE_MISSING, replaced by ... |
3993 | (Compiler Characteristics): ... documentation of | |
3994 | set_gdbarch_sofun_address_maybe_missing. | |
3995 | ||
11411de3 DJ |
3996 | 2007-10-17 Daniel Jacobowitz <[email protected]> |
3997 | ||
3998 | * gdbint.texinfo (Target Conditionals): Use | |
3999 | frame_unwind_register_unsigned in examples instead of | |
4000 | frame_unwind_unsigned_register. | |
4001 | ||
7cc46491 DJ |
4002 | 2007-10-15 Daniel Jacobowitz <[email protected]> |
4003 | ||
4004 | * gdb.texinfo (Predefined Target Types): Add int128 | |
4005 | and uint128. | |
4006 | (Standard Target Features): Add PowerPC features. | |
4007 | ||
81adfced DJ |
4008 | 2007-10-15 Daniel Jacobowitz <[email protected]> |
4009 | ||
4010 | * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc". | |
4011 | ||
c1874924 UW |
4012 | 2007-10-12 Ulrich Weigand <[email protected]> |
4013 | ||
4014 | * gdbint.texi (Target Conditionals): Remove documentation | |
4015 | of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, | |
4016 | gdbarch_extract_return_value, and gdbarch_store_return_value. | |
4017 | ||
f6e56ab3 UW |
4018 | 2007-10-12 Ulrich Weigand <[email protected]> |
4019 | ||
4020 | * gdbint.texi (Target Conditionals): Remove documentation of | |
4021 | and references to DEPRECATED_REG_STRUCT_HAS_ADDR. | |
4022 | ||
56cf5405 KH |
4023 | 2007-10-11 Kazu Hirata <[email protected]> |
4024 | ||
4025 | * gdb.texinfo: Mention that inaccessible-by-default is on by | |
4026 | default. | |
4027 | ||
35156bae DJ |
4028 | 2007-10-11 Daniel Jacobowitz <[email protected]> |
4029 | ||
4030 | * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK. | |
4031 | ||
d983da9c DJ |
4032 | 2007-09-30 Daniel Jacobowitz <[email protected]> |
4033 | ||
4034 | * gdb.texinfo (Setting Watchpoints): Adjust warning text about | |
4035 | multi-threaded watchpoints. | |
4036 | * gdbint.texinfo (Watchpoints): Describe how watchpoints are | |
4037 | checked. Describe sticky notification. Expand description | |
4038 | of steppable and continuable watchpoints. | |
4039 | (Watchpoints and Threads): New subsection. | |
4040 | ||
fe6fbf8b VP |
4041 | 2007-09-28 Vladimir Prus <[email protected]> |
4042 | ||
4043 | * gdb.texinfo (Setting Breakpoints): Revise | |
4044 | documentation for pending breakpoints. Document | |
4045 | breakpoints with multiple locations. | |
5ae4183a | 4046 | |
084344da VP |
4047 | 2007-09-19 Vladimir Prus <[email protected]> |
4048 | ||
4049 | * gdb.texinfo (Miscellaneous gdb/mi Commands): | |
4050 | Document -list-features. | |
5ae4183a | 4051 | |
82160952 EZ |
4052 | 2007-09-15 Eli Zaretskii <[email protected]> |
4053 | ||
4054 | * gdb.texinfo (Output): Spell out which features of C's printf are | |
4055 | not supported by GDB's printf. | |
7e27a47a EZ |
4056 | (Separate Debug Files): More accurate wording regarding build ID |
4057 | and a reference to the ld manual rather than the Fedora wiki. | |
82160952 | 4058 | |
ea37ba09 DJ |
4059 | 2007-09-04 Daniel Jacobowitz <[email protected]> |
4060 | Jim Blandy <[email protected]> | |
4061 | ||
4062 | * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'. | |
4063 | (Examining Memory): Update mentions of the 's' format. | |
4064 | (Automatic Display): Likewise. | |
4065 | ||
b8533aec DJ |
4066 | 2007-09-02 Daniel Jacobowitz <[email protected]> |
4067 | ||
4068 | * gdb.texinfo: Update the FSF's Back-Cover Text. | |
4069 | ||
83f83d7f JK |
4070 | 2007-09-02 Jan Kratochvil <[email protected]> |
4071 | Eli Zaretskii <[email protected]> | |
4072 | ||
4073 | * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal. | |
4074 | Fixed the ``build ID'' name. New binaries build instructions for the | |
4075 | build ID inclusion. Explain how the commands are specific to the build | |
4076 | ID vs. debug link. | |
4077 | ||
c7e83d54 EZ |
4078 | 2007-09-01 Eli Zaretskii <[email protected]> |
4079 | ||
4080 | * gdb.texinfo (Separate Debug Files): Fix last change. Add | |
4081 | indexing for ``build ID'' support. | |
4082 | ||
d3750b24 JK |
4083 | 2007-09-01 Jan Kratochvil <[email protected]> |
4084 | ||
4085 | * gdb.texinfo (Separate Debug Files): Included a BUILD ID description. | |
4086 | Enlisted BUILD ID to the debug file searching example. | |
4087 | Included a BUILD ID `.note.gnu.build-id' section description. | |
4088 | Updated/added the debug files splitting instructions for OBJCOPY. | |
4089 | ||
02142340 VP |
4090 | 2007-08-31 Vladimir Prus <[email protected]> |
4091 | ||
4092 | * gdb.texinfo (Variable Objects): Adjust docs | |
4093 | for -var-info-expression and document | |
4094 | -var-info-path-expression. | |
4095 | ||
d3bdde98 JB |
4096 | 2007-08-20 Jim Blandy <[email protected]> |
4097 | ||
3fb6a982 JB |
4098 | * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish. |
4099 | (title page): Include the dedication in the printed manual, as a | |
4100 | separate page after the copyright notice. | |
5ae4183a | 4101 | |
d3bdde98 JB |
4102 | * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html: |
4103 | don't break a @var across a line. | |
4104 | ||
c80a96a8 MR |
4105 | 2007-07-25 Maciej W. Rozycki <[email protected]> |
4106 | ||
4107 | * Makefile.in (MAKEHTMLFLAGS): Also search the current directory | |
4108 | for include files. | |
4109 | ||
5824a901 NR |
4110 | 2007-07-12 Nick Roberts <[email protected]> |
4111 | ||
4112 | * gdb.texinfo (Server Prefix): New node. Adapt from existing node | |
5ae4183a AS |
4113 | in annotate.texinfo. |
4114 | (Command History): Link to new node. | |
5824a901 | 4115 | |
d52e7ea3 UW |
4116 | 2007-07-05 Markus Deuling <[email protected]> |
4117 | ||
4118 | * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description. | |
4119 | ||
5fc14d0a EZ |
4120 | 2007-07-05 Eli Zaretskii <[email protected]> |
4121 | ||
4122 | * gdbint.texinfo (Target Conditionals): Fix last change. | |
4123 | ||
4a9bb1df UW |
4124 | 2007-07-03 Markus Deuling <[email protected]> |
4125 | ||
4126 | * gdb.texinfo: Replace following macros by their appropriate gdbarch | |
4127 | routines: | |
4128 | (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER) | |
4129 | (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS) | |
4130 | (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS) | |
4131 | (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT) | |
4132 | (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT) | |
4133 | (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT | |
4134 | (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM) | |
4135 | (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM) | |
4136 | (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION) | |
4137 | (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER) | |
4138 | (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE) | |
4139 | (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT) | |
4140 | (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK) | |
4141 | (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE) | |
4142 | (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS) | |
4143 | (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P). | |
4144 | (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS) | |
4145 | (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS) | |
4146 | (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER) | |
4147 | (SOFTWARE_SINGLE_STEP_P) | |
4148 | ||
4149 | (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc) | |
4150 | (print_registers_info, push_dummy_code, unwind_dummy_id): Rework | |
4151 | ||
4152 | (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH) | |
4153 | (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER) | |
4154 | (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO) | |
4155 | (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START) | |
4156 | (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE) | |
4157 | (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN) | |
4158 | (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY) | |
4159 | (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT) | |
4160 | (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX) | |
4161 | (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description. | |
4162 | ||
4163 | (Converting an existing Target Architecture to Multi-arch): Remove | |
4164 | section. | |
4165 | ||
4166 | (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example. | |
4167 | (gdbarch_addr_bits_remove): Add code example. | |
4168 | ||
4169 | * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name. | |
4170 | ||
cfa9d6d9 DJ |
4171 | 2007-07-02 Daniel Jacobowitz <[email protected]> |
4172 | ||
4173 | * gdb.texinfo (Remote Configuration): Document library-info-packet. | |
4174 | Add other missing entries. Adjust the table size to fit. | |
4175 | (Stop Reply Packets): Use @itemize instead of @enumerate. Document | |
4176 | stop reasons including the new "library" event. | |
4177 | (General Query Packets): Adjust table widths for qSupported. Mention | |
4178 | qXfer:libraries:read reply to qSupported and document the new packet. | |
4179 | (Library List Format): New section. | |
4180 | ||
159fcc13 JK |
4181 | 2007-07-01 Jan Kratochvil <[email protected]> |
4182 | ||
4183 | * gdb.texinfo (Attach): Fixed GDB exit inferior detachment. | |
4184 | ||
f66d1690 MS |
4185 | 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx> |
4186 | ||
4187 | * gdbint.texinfo (Table, Tuple and List Functions) Fix typo. | |
4188 | ||
67102876 NR |
4189 | 2007-06-25 Nick Roberts <[email protected]> |
4190 | ||
4191 | * gdbint.texinfo (Register and Memory Data): Break sections | |
4192 | into nodes and add a menu. | |
4193 | ||
a4642986 MR |
4194 | 2007-06-21 Maciej W. Rozycki <[email protected]> |
4195 | ||
4196 | * gdb.texinfo (Examining Memory): Document the new behaviour. | |
4197 | ||
e9c17194 VP |
4198 | 2007-06-21 Vladimir Prus <[email protected]> |
4199 | ||
4200 | * gdb.texinfo (Standard Target Features): Document | |
4201 | m68k features. | |
4202 | ||
31d99776 DJ |
4203 | 2007-06-18 Daniel Jacobowitz <[email protected]> |
4204 | ||
4205 | * gdb.texinfo (General Query Packets): Document qOffsets changes. | |
4206 | ||
1780a0ed DJ |
4207 | 2007-06-13 Daniel Jacobowitz <[email protected]> |
4208 | ||
4209 | * gdb.texinfo (Target Description Format): Add version attribute | |
4210 | for <target>. | |
4211 | ||
822b6570 DJ |
4212 | 2007-06-13 Daniel Jacobowitz <[email protected]> |
4213 | ||
4214 | * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux. | |
4215 | ||
f8b73d13 DJ |
4216 | 2007-06-13 Daniel Jacobowitz <[email protected]> |
4217 | ||
4218 | * gdb.texinfo (MIPS Features): New subsection. | |
4219 | ||
0e7f50da UW |
4220 | 2007-06-12 Ulrich Weigand <[email protected]> |
4221 | Markus Deuling <[email protected]> | |
4222 | ||
4223 | * gdb.texinfo (General Query Packets): Document qXfer:spu:read | |
4224 | and qXfer:spu:write packets and mention them under qSupported. | |
4225 | ||
23d964e7 UW |
4226 | 2007-06-12 Ulrich Weigand <[email protected]> |
4227 | Markus Deuling <[email protected]> | |
4228 | ||
4229 | * gdb.texinfo (Architectures): Add new SPU section to document | |
4230 | Cell Broadband Engine SPU architecture specific commands. | |
4231 | ||
9f708cb2 VP |
4232 | 2007-06-09 Vladimir Prus <[email protected]> |
4233 | ||
4234 | * gdb.texinfo (GDB/MI Variable Objects): Editorial | |
4235 | comments. | |
4236 | ||
7579b5f8 NR |
4237 | 2007-06-07 Nick Roberts <[email protected]> |
4238 | ||
4239 | * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1. | |
4240 | ||
bf06d120 JB |
4241 | 2007-05-29 Jim Blandy <[email protected]> |
4242 | ||
4243 | * gdb.texinfo (Overview): Doc fix. | |
4244 | ||
23776285 MR |
4245 | 2007-05-22 Maciej W. Rozycki <[email protected]> |
4246 | ||
4247 | * gdb.texinfo (Remote Configuration): Document "set/show | |
4248 | remoteflow". | |
4249 | ||
1a69e1e4 DJ |
4250 | 2007-05-16 Daniel Jacobowitz <[email protected]> |
4251 | ||
bf06d120 JB |
4252 | * gdb.texinfo (MIPS): Remove documentation for set mips |
4253 | saved-gpreg-size, show mips saved-gpreg-size, and set mips | |
4254 | stack-arg-size. | |
1a69e1e4 | 4255 | |
46ba6afa | 4256 | 2007-05-14 Bob Wilson <[email protected]> |
5ae4183a | 4257 | |
46ba6afa BW |
4258 | * all-cfg.texi (GDBTUI): New. |
4259 | * gdb.texinfo (Mode Options): Use GDBTUI variable. | |
4260 | (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands) | |
4261 | (TUI Configuration): Edit to improve clarity and fix problems of | |
4262 | both style and content. | |
5ae4183a | 4263 | |
06d3b283 UW |
4264 | 2007-05-11 Ulrich Weigand <[email protected]> |
4265 | ||
4266 | * observer.texi (GDB Observers): New observer "new_objfile". | |
4267 | ||
179101d6 UW |
4268 | 2007-05-08 Ulrich Weigand <[email protected]> |
4269 | ||
4270 | * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS. | |
4271 | ||
25d5ea92 VP |
4272 | 2007-04-14 Vladimir Prus <[email protected]> |
4273 | ||
4274 | * gdb.texinfo (GDB/MI Variable Objects): Document | |
4275 | frozen variables objects. | |
5ae4183a | 4276 | |
ea35711c DJ |
4277 | 2007-04-13 Daniel Jacobowitz <[email protected]> |
4278 | ||
4279 | * gdb.texinfo (Memory): Reference Remote Debugging chapter. | |
4280 | (Character Sets, Caching Data of Remote Targets): Likewise. | |
4281 | (Targets): Delete Remote node. Move its text... | |
4282 | (Debugging Remote Programs): ...to here. Delete description | |
4283 | of the "remote" command. | |
4284 | (Remote configuration): Delete description of "set remotedevice" | |
4285 | and "show remotedevice". | |
4286 | (Embedded Processors): Delete H8/300, H8/500, and SH nodes. | |
4287 | ||
db2e3e2e BW |
4288 | 2007-04-11 Bob Wilson <[email protected]> |
4289 | ||
5ae4183a AS |
4290 | * gdb.texinfo (Contributors, Continuing and Stepping) |
4291 | (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options) | |
4292 | (General Query Packets, File-I/O Remote Protocol Extension) | |
4293 | (Protocol Basics, The F Reply Packet, Write) | |
4294 | (Protocol-specific Representation of Datatypes, Memory Transfer): | |
4295 | Fix hyphenation, punctuation and grammar problems. | |
4296 | (Cygwin Native): Likewise. Also fix misuse of @pxref and use | |
4297 | 'section' instead of 'subsection' in the text. | |
4298 | (Non-debug DLL Symbols): Avoid 'subsubsection' in the text. | |
4299 | (i386): Remove period from section name. | |
db2e3e2e BW |
4300 | (Installing GDB, Requirements, Running Configure, Separate Objdir) |
4301 | (Config Names, Configure Options): Use @file{configure}. | |
4302 | ||
8a3dae3e DJ |
4303 | 2007-04-11 Daniel Jacobowitz <[email protected]> |
4304 | ||
4305 | * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple | |
4306 | and tab expansion. | |
4307 | ||
1a92f856 DJ |
4308 | 2007-04-10 Daniel Jacobowitz <[email protected]> |
4309 | ||
4310 | * gdbint.texinfo (SOM): Correct location of the SOM reader. | |
4311 | ||
79a6e687 | 4312 | 2007-04-02 Bob Wilson <[email protected]> |
5ae4183a | 4313 | |
79a6e687 BW |
4314 | * gdb.texinfo: Consistently capitalize all significant words in |
4315 | node names, chapter titles, section titles, and headings. Update | |
4316 | cross references to match. | |
4317 | (Starting and Stopping Trace Experiment): Make node name plural. | |
4318 | (Breakpoint related warnings): Hyphenate "Breakpoint-related". | |
5ae4183a | 4319 | |
ad527d2e PA |
4320 | 2007-03-30 Pedro Alves <[email protected]> |
4321 | ||
4322 | * gdb.texinfo (WinCE): Delete obsolete subsection. | |
4323 | ||
7ce59000 DJ |
4324 | 2007-03-30 Daniel Jacobowitz <[email protected]> |
4325 | ||
4326 | * gdb.texinfo (M68K): Remove obsolete ROM monitors. | |
4327 | * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c | |
4328 | references. | |
4329 | ||
8807d78b DJ |
4330 | 2007-03-30 Daniel Jacobowitz <[email protected]> |
4331 | ||
4332 | * gdb.texinfo (Startup): Delete references to some alternate | |
4333 | names for .gdbinit. | |
4334 | (Thread): Remove LynxOS reference. | |
4335 | (Tandem ST2000): Delete target-specific documentation. | |
4336 | * gdbint.texinfo (Symbol Handling): Remove mention of NLM. | |
4337 | (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE | |
4338 | and GDB_OSABI_LYNXOS. | |
4339 | ||
5f402660 UW |
4340 | 2007-03-29 Ulrich Weigand <[email protected]> |
4341 | ||
4342 | * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE. | |
4343 | ||
bac718a6 UW |
4344 | 2007-03-27 Ulrich Weigand <[email protected]> |
4345 | ||
4346 | * gdbint.texinfo (Target Conditionals): Remove mention of | |
4347 | DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT, | |
4348 | and DEPRECATED_LITTLE_REMOTE_BREAKPOINT. | |
4349 | ||
9453113a DJ |
4350 | 2007-03-27 Brooks Moses <[email protected]> |
4351 | ||
4352 | * Makefile.in: Add "pdfdir" installation | |
4353 | directory, PDFTEX macro, support for "install-pdf" target, | |
4354 | and rules for making a pdf version of refcard.texi. | |
4355 | * refcard.tex: Specify paper size for PDF output. | |
4356 | ||
ae21e955 | 4357 | 2007-03-26 Bob Wilson <[email protected]> |
5ae4183a | 4358 | |
ae21e955 | 4359 | * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines. |
5ae4183a | 4360 | |
3f94c067 | 4361 | 2007-03-26 Bob Wilson <[email protected]> |
5ae4183a | 4362 | |
3f94c067 BW |
4363 | * gdb.texinfo (Invoking GDB): Use @value{GDBP}. |
4364 | (Source Path, Character Sets, Macros, Define) | |
4365 | (GDB/MI Result Records, GDB/MI Simple Examples) | |
4366 | (GDB/MI Program Execution, GDB/MI File Commands) | |
4367 | (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}. | |
4368 | (Bug Reporting): Use @value{GCC}. | |
5ae4183a | 4369 | |
12c27660 | 4370 | 2007-03-26 Bob Wilson <[email protected]> |
5ae4183a | 4371 | |
12c27660 BW |
4372 | * gdb.texinfo (Help): Fix formatting of examples. |
4373 | (Variables): Use @ifnotinfo instead of @iftex. | |
4374 | (Non-debug DLL symbols): Use @ref instead of @pxref. | |
4375 | (Sparclet File): Use @samp instead of quotes. | |
5ae4183a | 4376 | |
ce9341a1 BW |
4377 | 2007-03-26 Bob Wilson <[email protected]> |
4378 | ||
4379 | * gdb.texinfo (Variables, C): Update cross reference to GCC docs. | |
4380 | ||
c8f4133a BW |
4381 | 2007-03-26 Bob Wilson <[email protected]> |
4382 | ||
4383 | * gdb.texinfo (Top): Move TUI and Annotations menu entries to match | |
4384 | the order of the nodes. | |
4385 | (C Operators, C Constants, Debugging C): Remove extra menus. | |
4386 | (Method Names in Commands): Do not specify next/prev/up nodes. | |
5ae4183a | 4387 | |
c8f4133a | 4388 | 2007-03-26 Bob Wilson <[email protected]> |
d52fb0e9 BW |
4389 | |
4390 | * gdb.texinfo (File Options): Add missing parenthesis. | |
4391 | (Breakpoints, Special Fortran commands, PowerPC): Fix typos. | |
4392 | ||
c74d0ad8 DJ |
4393 | 2007-02-26 Daniel Jacobowitz <[email protected]> |
4394 | ||
4395 | * gdb.texinfo (Monitor commands for gdbserver): New subsection. | |
4396 | ||
ff6f572f DJ |
4397 | 2007-02-26 Daniel Jacobowitz <[email protected]> |
4398 | ||
669fac23 | 4399 | * gdb.texinfo (Standard Target Features): Mention |
ff6f572f DJ |
4400 | case insensitivity. |
4401 | (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt. | |
4402 | ||
994337c3 NR |
4403 | 2007-02-18 Nick Roberts <[email protected]> |
4404 | ||
4405 | * gdb.texinfo (Top): Put Appendix A after numbered sections. | |
4406 | (Files): Add section name to argument list for pxref. | |
4407 | (Non-debug DLL symbols): Don't use `see' for pxref. | |
4408 | (Embedded Processors): Fix typo. | |
4409 | (GDB/MI Breakpoint Commands): Execution commands generate | |
4410 | *stopped not ^done. | |
4411 | ||
eb819d70 NR |
4412 | 2007-02-13 Nick Roberts <[email protected]> |
4413 | ||
4414 | * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of | |
4415 | values for in_scope. Mention that only root variables can be | |
4416 | updated. | |
4417 | (GDB/MI Development and Front Ends): Explain new values may be | |
4418 | added to existing fields. | |
4419 | ||
123dc839 DJ |
4420 | 2007-02-08 Daniel Jacobowitz <[email protected]> |
4421 | ||
4422 | * gdb.texinfo (-target-disconnect): Use @smallexample. | |
4423 | (Requirements): Add anchor for Expat. Update description. | |
4424 | (Target Descriptions): Mention Expat. | |
4425 | (Target Description Format): Document new elements. Use | |
4426 | @smallexample. | |
4427 | (Predefined Target Types, Standard Target Features): New sections. | |
669fac23 | 4428 | * gdbint.texinfo (Target Descriptions): New section. |
123dc839 | 4429 | |
108546a0 DJ |
4430 | 2007-02-07 Daniel Jacobowitz <[email protected]> |
4431 | ||
4432 | * gdb.texinfo (Target Description Format): Add section on XInclude. | |
4433 | ||
95a98c01 NR |
4434 | 2006-02-03 Nick Roberts <[email protected]> |
4435 | ||
4436 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new | |
4437 | command -enable-timings. | |
4438 | ||
f4b3909f EZ |
4439 | 2007-02-02 Markus Deuling <[email protected]> (tiny change) |
4440 | ||
5ae4183a | 4441 | * gdbint.texinfo (Operation System ABI Variant Handling): Update |
f4b3909f EZ |
4442 | descriptions for new/deleted elements in gdb_osabi. Add missing |
4443 | description for function generic_elf_osabi_sniff_abi_tag_sections. | |
4444 | ||
c7ba131e JB |
4445 | 2007-01-29 Joel Brobecker <[email protected]> |
4446 | ||
4447 | * gdb.texinfo (Maintenance Commands): Add documentation for | |
4448 | the new "maint print target-stack" command. | |
4449 | ||
3a60f64e JK |
4450 | 2007-01-26 Jan Kratochvil <[email protected]> |
4451 | Eli Zaretskii <[email protected]> | |
4452 | ||
f4b3909f | 4453 | * gdb.texinfo: Describe CHAR array vs. string identification rules. |
3a60f64e | 4454 | |
c582f8b6 EZ |
4455 | 2007-01-26 Eli Zaretskii <[email protected]> |
4456 | ||
4457 | * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting): | |
4458 | Use @value{NGCC} instead of @value{GCC}. | |
4459 | ||
d3e8051b EZ |
4460 | 2007-01-20 Ralf Wildenhues <[email protected]> (tiny change) |
4461 | ||
4462 | * agentexpr.texi: Fix typos. | |
4463 | * annotate.texinfo: Likewise. | |
4464 | * gdb.texinfo: Likewise. | |
4465 | * gdbint.texinfo: Likewise. | |
4466 | * observer.texi: Likewise. | |
4467 | * stabs.texinfo: Likewise. | |
4468 | ||
86f04699 EZ |
4469 | 2007-01-20 Markus Deuling <[email protected]> (tiny change) |
4470 | ||
4471 | * gdbint.texinfo (Support Libraries): Remove mmalloc | |
4472 | entry. Describe readline library. | |
4473 | ||
23181151 DJ |
4474 | 2007-01-09 Daniel Jacobowitz <[email protected]> |
4475 | ||
4476 | * gdb.texinfo (Target Descriptions): New section. | |
4477 | (General Query Packets): Add QPassSignals anchor. Mention | |
4478 | qXfer:features:read under qSupported. Expand mentions of | |
4479 | qXfer:memory-map:read and QPassSignals. Document | |
4480 | qXfer:features:read. | |
4481 | ||
f822c95b DJ |
4482 | 2007-01-08 Daniel Jacobowitz <[email protected]> |
4483 | ||
4484 | * gdb.texinfo (Commands to specify files): Describe | |
4485 | "set sysroot" and "show sysroot". | |
4486 | (Using the `gdbserver' program): Lowercase argument | |
4487 | to @var. Expand description of setting up GDB on the | |
4488 | host. | |
4489 | ||
8936fcda JB |
4490 | 2007-01-05 Joel Brobecker <[email protected]> |
4491 | ||
4492 | * gdb.texinfo (Set Catchpoints): Add documentation for the new | |
4493 | catch exception, catch exception unhandled, and catch assert | |
4494 | commands. | |
4495 | ||
e776119f DJ |
4496 | 2007-01-04 Daniel Jacobowitz <[email protected]> |
4497 | ||
4498 | * gdb.texinfo (Debugging Output): Document "set debug xml" | |
4499 | and "show debug xml". | |
4500 | ||
aa79a185 DJ |
4501 | 2007-01-04 Daniel Jacobowitz <[email protected]> |
4502 | ||
4503 | * gdbint.texinfo (Compiler Warnings): Update for -Wall use. | |
4504 | ||
7f893741 JB |
4505 | 2007-01-01 Joel Brobecker <[email protected]> |
4506 | ||
4507 | * gdbint.texinfo (Start of New Year Procedure): Add missing item. | |
4508 | ||
a1b5960f VP |
4509 | 2006-12-08 Vladimir Prus <[email protected]> |
4510 | ||
4511 | * gdb.texinfo (GDB/MI Variable Objects): Wrap historical | |
4512 | note in @ignore, to be removed later if nobody complains. | |
4513 | ||
9f470e6e NR |
4514 | 2006-12-04 Nick Roberts <[email protected]> |
4515 | ||
4516 | * gdb.texinfo (GDB/MI Variable Objects): Describe -c option | |
4517 | of -var-delete. | |
4518 | ||
765dc015 | 4519 | 2006-11-22 Vladimir Prus <[email protected]> |
5ae4183a | 4520 | |
765dc015 | 4521 | * gdb.texinfo (Setting breakpoints): Document |
5ae4183a AS |
4522 | automatic software/hardware breakpoint usage and |
4523 | the "set breakpoint auto-hw" command. | |
765dc015 | 4524 | |
4b5752d0 VP |
4525 | 2006-11-21 Vladimir Prus <[email protected]> |
4526 | ||
4527 | * gdb.texinfo (Memory Access Checking): New. | |
4528 | ||
89be2091 DJ |
4529 | 2006-11-16 Daniel Jacobowitz <[email protected]> |
4530 | ||
4531 | * gdb.texinfo (Remote configuration): Mention | |
4532 | "pass-signals-packet". | |
4533 | (General Query Packets): Document QPassSignals. Fix | |
4534 | a typo. | |
4535 | ||
ca3bf3bd DJ |
4536 | 2006-11-14 Maxim Grigoriev <[email protected]> |
4537 | ||
4538 | * gdb.texinfo (Contributors): Add contributors of Xtensa port. | |
4539 | ||
427c3a89 DJ |
4540 | 2006-11-14 Daniel Jacobowitz <[email protected]> |
4541 | ||
4542 | * gdb.texinfo (Remote configuration): Rewrite documentation for | |
4543 | packet configuration commands. | |
4544 | (OS Information): Adjust reference to qXfer:auxv:read. | |
4545 | (General Query Packets): Remove references to read-aux-vector-packet | |
4546 | and set remote get-thread-local-storage-address. | |
4547 | ||
7a107747 DJ |
4548 | 2006-11-10 Daniel Jacobowitz <[email protected]> |
4549 | ||
4550 | * gdbint.texinfo (Target Architecture Definition): Add new | |
4551 | Initializing a New Architecture section. | |
4552 | ||
1c56eb0e EZ |
4553 | 2006-10-31 David Taylor <[email protected]> |
4554 | ||
4555 | * stabs.texinfo (Macro define and undefine): New node describing | |
4556 | stabs for #define and #undef. | |
4557 | ||
f73adfeb AS |
4558 | 2006-10-27 Andreas Schwab <[email protected]> |
4559 | ||
4560 | * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork". | |
4561 | ||
fd60e0df EZ |
4562 | 2006-10-21 Eli Zaretskii <[email protected]> |
4563 | ||
4564 | * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and | |
4565 | clarify on the possible meanings of ``expression'' watched by | |
4566 | watchpoints. Add indexing. | |
e5ac9b53 EZ |
4567 | (Prompting, Errors, Invalidation, Annotations for Running) |
4568 | (Source Annotations): Fix index entries by adding "annotation" to | |
4569 | them, to discriminate from index entries that point to the more | |
4570 | general topic descriptions. | |
fd60e0df | 4571 | |
52bb452f DJ |
4572 | 2006-10-17 Daniel Jacobowitz <[email protected]> |
4573 | ||
4574 | * gdbint.texinfo (Target Vector Definition): Move most | |
4575 | content into Existing Targets. Add a menu. | |
4576 | (Existing Targets): New section, moved from Target Vector | |
4577 | Definition. Use @subsection. | |
4578 | (Managing Execution State): New section. | |
4579 | ||
58955e58 BW |
4580 | 2006-10-16 Bob Wilson <[email protected]> |
4581 | ||
4582 | * gdb.texinfo (ST2000): Use Ctrl- instead of C-. | |
4583 | ||
c8aa23ab EZ |
4584 | 2006-10-15 Eli Zaretskii <[email protected]> |
4585 | ||
4586 | * gdb.texinfo (Sample Session, Invocation, Quitting GDB) | |
4587 | (Command Syntax, Signals, Backtrace, Connecting) | |
4588 | (Remote configuration, Renesas Boards, Console I/O): Fix last | |
4589 | change: use Ctrl- instead of C-, except wrt Emacs. | |
4590 | (File-I/O Examples): Put Ctrl-c in @kbd. | |
4591 | (Cygwin Native, File-I/O Overview, The Ctrl-C message) | |
4592 | (Console I/O): Use @samp with Ctrl-. | |
45ac1734 EZ |
4593 | (Signals, Set Breaks, Set Watchpoints): Document optional |
4594 | arguments to `info signals' `handle', `info breakpoints', and | |
4595 | `info watchpoints'. | |
c8aa23ab | 4596 | |
e7109c7e EZ |
4597 | 2006-10-14 Eli Zaretskii <[email protected]> |
4598 | ||
4599 | * gdb.texinfo (Backtrace): Fix last change. | |
4600 | ||
de3aea7b NR |
4601 | 2006-10-14 Nick Roberts <[email protected]> |
4602 | ||
4603 | * gdb.texinfo (Backtrace): Order correctly and add other cases. | |
4604 | ||
7f9087cb BW |
4605 | 2006-10-10 Bob Wilson <[email protected]> |
4606 | ||
c8aa23ab EZ |
4607 | * gdb.texinfo (Command Syntax, Connecting, Remote configuration) |
4608 | (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode) | |
4609 | (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage. | |
7f9087cb | 4610 | |
68437a39 DJ |
4611 | 2006-09-21 Vladimir Prus <[email protected]> |
4612 | Daniel Jacobowitz <[email protected]> | |
4613 | ||
4614 | * gdb.texinfo (Packets): Document vFlashErase, | |
4615 | vFlashWrite and vFlashDone packets. | |
4616 | (General Query Packets): Document qXfer:memory-map:read. | |
4617 | Add a new feature for qXfer:memory-map:read. | |
4618 | (Memory map format): New section. | |
4619 | (Target Commands): Mention that gdb can write flash. | |
4620 | ||
fd79ecee DJ |
4621 | 2006-09-21 Vladimir Prus <[email protected]> |
4622 | Daniel Jacobowitz <[email protected]> | |
4623 | ||
4624 | * gdb.texinfo (Memory Region Attributes): Mention target-supplied | |
4625 | memory regions and "mem auto". | |
4626 | ||
350da6ee DJ |
4627 | 2006-09-21 Nathan Sidwell <[email protected]> |
4628 | ||
4629 | * gdbint.texinfo (Array Containers): New section. | |
4630 | ||
2f1acb09 VP |
4631 | 2006-09-17 Vladimir Prus <[email protected]> |
4632 | ||
4633 | * gdb.texinfo (GDB/MI Stack Manipulation): Mention that | |
4634 | -stack-list-arguments HIGH_FRAME argument can be larger then the | |
4635 | actual number of frames. | |
4636 | ||
2ab1eb7a VP |
4637 | 2006-09-07 Vladimir Prus <[email protected]> |
4638 | ||
4639 | * gdb.texinfo (GDB/MI Stack Manipulation): Mention that | |
5ae4183a AS |
4640 | -stack-list-locals HIGH_FRAME argument can be larger then the |
4641 | actual number of frames. | |
2ab1eb7a | 4642 | |
599b237a BW |
4643 | 2006-09-02 Bob Wilson <[email protected]> |
4644 | ||
4645 | * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets, | |
4646 | Register Packet Format, Tracepoint Packets): Fix spelling errors. | |
4647 | ||
25ab7e6d EZ |
4648 | 2006-09-02 Eli Zaretskii <[email protected]> |
4649 | ||
4650 | * gdbint.texinfo (Overall Structure): New section "Source Tree | |
4651 | Structure". | |
4652 | ||
940178d3 JB |
4653 | 2006-08-17 Jim Blandy <[email protected]> |
4654 | ||
4655 | * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T' | |
4656 | responses. | |
4657 | ||
30daae6c JB |
4658 | 2006-08-08 Joel Brobecker <[email protected]> |
4659 | ||
4660 | * gdb.texinfo (Source Path): Add documentation for new | |
4661 | substitute-path commands. | |
4662 | ||
7fa2210b DJ |
4663 | 2006-08-08 Daniel Jacobowitz <[email protected]> |
4664 | ||
4665 | * gdb.texinfo (Installing GDB): Update menu. Move text to... | |
4666 | (Running Configure): ...here. | |
4667 | (Requirements): New node. Mention expat. | |
4668 | ||
3d00d119 DJ |
4669 | 2006-08-08 Vladimir Prus <[email protected]> |
4670 | ||
5ae4183a | 4671 | * gdb.texinfo (Target Commands): Remove |
3d00d119 DJ |
4672 | 'set download-write-size' and 'show download-write-size'. |
4673 | ||
0cbfa4ee DJ |
4674 | 2006-08-01 Daniel Jacobowitz <[email protected]> |
4675 | ||
4676 | * stabs.texinfo (Member Type Descriptor): Correct example for | |
4677 | pointer to member types. | |
4678 | ||
16026cd7 AS |
4679 | 2006-07-21 Andrew Stubbs <[email protected]> |
4680 | ||
4681 | * gdb.texinfo (Optional warnings and messages): Add | |
4682 | 'set/show trace-commands'. | |
4683 | (Command files): Add '-v' to source command. | |
4684 | ||
0876f84a DJ |
4685 | 2006-07-12 Daniel Jacobowitz <[email protected]> |
4686 | ||
4687 | * gdb.texinfo (OS Information): Update qPart reference to | |
4688 | qXfer. | |
4689 | (Remote configuration): Likewise. | |
4690 | (Overview): Move @cindex to the start of a paragraph. Talk | |
4691 | about binary data encoding. | |
4692 | (Packets): Refer to the overview for the details of the X | |
4693 | packet encoding. | |
4694 | (General Query Packets): Remove qPart description. Add qXfer | |
4695 | description. Add an anchor to qSupported. Correct feature | |
4696 | table title. Add a new feature for qXfer:auxv:read. | |
4697 | (Interrupts): Add a missing parenthesis. | |
4698 | ||
2ec3381a DJ |
4699 | 2006-07-05 Daniel Jacobowitz <[email protected]> |
4700 | ||
669fac23 | 4701 | * gdb.texinfo (KOD): Remove node. |
2ec3381a DJ |
4702 | (GDB/MI Kod Commands): Remove commented out node. |
4703 | ||
594fe323 EZ |
4704 | 2006-07-01 Eli Zaretskii <[email protected]> |
4705 | ||
4706 | * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples) | |
4707 | (GDB/MI Breakpoint Commands, GDB/MI Program Context) | |
4708 | (GDB/MI Thread Commands, GDB/MI Program Execution) | |
4709 | (GDB/MI Stack Manipulation, GDB/MI Variable Objects) | |
4710 | (GDB/MI Data Manipulation, GDB/MI Symbol Query) | |
4711 | (GDB/MI File Commands, GDB/MI Target Manipulation) | |
4712 | (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb), | |
4713 | since the MI prompt is hard-wired into the code. | |
4714 | ||
7e3fb70c NR |
4715 | 2006-07-01 Nick Roberts <[email protected]> |
4716 | ||
4717 | * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully. | |
4718 | (GDB/MI Simple Examples): Use @subheading for "A Bad Command". | |
4719 | (GDB/MI Data Manipulation): Remove description of unimplemented | |
4720 | display related commands as variable objects perform this function | |
4721 | and are superior: -display-delete, -display-disable, | |
4722 | -display-enable, -display-insert and -display-list. Move | |
4723 | -environment-cd, -environment-directory, -environment-path | |
4724 | and -environment-pwd to "Program Context". | |
4725 | (GDB/MI Program Control): Rename to "Program Execution". Move | |
4726 | -exec-arguments -exec-abort to... | |
4727 | (GDB/MI Program Context): ...here. New node split from "Data | |
4728 | Manipulation". | |
4729 | ||
be2a5f71 DJ |
4730 | 2006-06-21 Daniel Jacobowitz <[email protected]> |
4731 | ||
4732 | * gdb.texinfo (Remote configuration): Document set / show | |
4733 | remote supported-packets. | |
4734 | (General Query Packets): Document qSupported packet. | |
4735 | ||
fc320d37 SL |
4736 | 2006-06-10 Sandra Loosemore <[email protected]> |
4737 | ||
4738 | * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling, | |
4739 | and font markup. | |
4740 | (Protocol basics): Likewise. | |
4741 | (The F request packet): Likewise. | |
4742 | (The F reply packet): Likewise. | |
4743 | (Memory transfer): Move this node to be a subsubsection of | |
4744 | "Protocol specific representation of datatypes". | |
4745 | (The Ctrl-C message): More copy editing. | |
4746 | (Console I/O): Likewise. | |
4747 | (The isatty call): Delete this node, and merge its content into | |
4748 | the "isatty" node. Fixed references elsewhere. | |
4749 | (The system call): Delete this node, and merge its content into | |
4750 | the "system" node. Fixed references elsewhere. | |
4751 | (open): Reformat to use @table, and add appropriate font markup. | |
4752 | (close): Likewise. | |
4753 | (read): Likewise. | |
4754 | (write): Likewise. | |
4755 | (lseek): Likewise. | |
4756 | (rename): Likewise. | |
4757 | (unlink): Likewise. | |
4758 | (stat/fstat): Likewise. | |
4759 | (gettimeofday): Likewise. | |
4760 | (isatty): Likewise. | |
4761 | (system): Likewise, plus minor changes to fix confusing wording. | |
4762 | (Integral datatypes): Fix font markup. | |
4763 | (Pointer values): Likewise. | |
4764 | (struct stat): Fix markup to use @table, plus minor copy editing. | |
4765 | (struct timeval): Fix font markup, plus minor copy editing. | |
4766 | (Constants): Minor copy editing. | |
4767 | (Errno values): Add font markup. | |
4768 | (File-I/O Examples): Likewise. | |
4769 | ||
158fdf5c NR |
4770 | 2006-06-10 Nick Roberts <[email protected]> |
4771 | ||
4772 | * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements. | |
4773 | (GDB/MI Simple Examples): Move node up one level. Use real | |
4774 | examples. | |
4775 | (GDB/MI Compatibility with CLI): Update. | |
4776 | (GDB/MI Result Records): Add "connected" and "exit" result | |
4777 | classes. | |
4778 | (GDB/MI Stream Records): Clarify target output. | |
4779 | (GDB/MI Command Description Format): Modify example description. | |
4780 | (GDB/MI Breakpoint Table Commands): Rename to... | |
4781 | (GDB/MI Breakpoint Commands): ...this | |
4782 | (GDB/MI Breakpoint Commands): Add optional thread field. | |
4783 | (GDB/MI Program Control): Add an introduction. Move "Program | |
4784 | termination" examples into exec-run description. | |
4785 | (GDB/MI File Commands): Mention similar CLI commands. | |
4786 | (GDB/MI Miscellaneous Commands): Move to end. Mention "show version" | |
4787 | is similar to "-gdb-version". | |
4788 | ||
ddb50cd7 EZ |
4789 | 2006-06-09 Eli Zaretskii <[email protected]> |
4790 | ||
4791 | * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})". | |
4792 | ||
2aef0d6b NR |
4793 | 2006-06-02 Nick Roberts <[email protected]> |
4794 | ||
4795 | * gdb.texinfo (GDB/MI Development and Front Ends): Use | |
4796 | sourceware.org for mailing lists. | |
d5e40d59 | 4797 | (GDB/MI File Commands): New node split from Program Control. |
2aef0d6b | 4798 | |
383a5c52 NR |
4799 | 2006-06-01 Nick Roberts <[email protected]> |
4800 | ||
d5e40d59 | 4801 | * gdb.texinfo (GDB/MI Development and Front Ends): New node. |
383a5c52 | 4802 | |
e16b02ee EZ |
4803 | 2006-05-22 Eli Zaretskii <[email protected]> |
4804 | ||
4805 | * gdb.texinfo (Cygwin Native): Fix last change. | |
4806 | ||
be90c084 CF |
4807 | 2006-05-22 Christopher Faylor <[email protected]> |
4808 | ||
4809 | * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions. | |
4810 | ||
347ceba5 NR |
4811 | 2006-05-15 Nick Roberts <[email protected]> |
4812 | ||
4813 | * gdbint.texinfo (Algorithms): Correct spelling and punctuation. | |
4814 | (Releasing GDB, Testsuite): Remove details for including DejaGnu. | |
4815 | ||
369af7bd DJ |
4816 | 2006-05-14 Daniel Jacobowitz <[email protected]> |
4817 | ||
4818 | * gdb.texinfo (General Query Packets): Recommend not starting | |
4819 | new packets with qC and clarify. | |
4820 | ||
2ffdbde8 | 4821 | 2006-05-13 Gaius Mulley <[email protected]> |
229582b7 GM |
4822 | |
4823 | * gdb.texinfo (M2 Types): New section. | |
72019c9c | 4824 | |
16d1a084 DJ |
4825 | 2006-05-10 Daniel Jacobowitz <[email protected]> |
4826 | ||
4827 | * agentexpr.texi: Add a copyright and license notice. | |
4828 | * observer.texi: Likewise, with GPL clause for function prototypes. | |
4829 | Remove trailing whitespace. | |
4830 | ||
aa56d27a JB |
4831 | 2006-05-05 Jim Blandy <[email protected]> |
4832 | ||
4833 | * gdb.texinfo (General Query Packets): Document conventions for | |
4834 | terminating packet names, and their violations. | |
4835 | ||
5bdf8622 DJ |
4836 | 2006-05-05 Daniel Jacobowitz <[email protected]> |
4837 | ||
4838 | * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1. | |
4839 | * gdb.texinfo: Likewise. | |
4840 | ||
605a56cb DJ |
4841 | 2006-05-05 Daniel Jacobowitz <[email protected]> |
4842 | ||
4843 | * gdb.texinfo (Remote Configuration): Remove "set remotedebug" | |
4844 | and "show remotedebug". | |
4845 | (Debugging Output): Add additional index entries. | |
4846 | ||
b8db102d MS |
4847 | 2006-04-27 Michael Snyder <[email protected]> |
4848 | ||
4849 | * gdb.texinfo (delete-fork): Command renamed to "delete fork". | |
4850 | ||
c5e30d01 AC |
4851 | 2006-04-22 Andrew Cagney <[email protected]> |
4852 | ||
4853 | * gdb.texinfo (Contributors): Credit frame unwinder contributors. | |
4854 | * gdbint.texinfo (Algorithms): Fix errors in frame documentation. | |
4855 | ||
8181d85f DJ |
4856 | 2006-04-18 Daniel Jacobowitz <[email protected]> |
4857 | ||
4858 | * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert | |
4859 | and remove breakpoint prototypes. | |
4860 | (Watchpoints): Move description of target_insert_hw_breakpoint and | |
4861 | target_remove_hw_breakpoint ... | |
4862 | (Breakpoints): ... to here. Document target_insert_breakpoint and | |
4863 | target_remove_breakpoint. | |
4864 | ||
4f553f88 JB |
4865 | 2006-04-17 Jim Blandy <[email protected]> |
4866 | ||
4867 | * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c, | |
4868 | and C packets are optional. | |
4869 | ||
cd852561 FR |
4870 | 2006-04-14 Frederic Riss <[email protected]> |
4871 | ||
4872 | * gdb.texinfo (Specifying source directories): Update the description | |
4873 | of the source file search to reflect the fact that the source path | |
4874 | always contains at least $cdir and $cwd. | |
4875 | ||
b620eb07 MS |
4876 | 2006-03-31 Michael Snyder <[email protected]> |
4877 | ||
4878 | * gdb.texinfo: Update copyright dates. | |
4879 | ||
3156cdaf EZ |
4880 | 2006-03-31 Eli Zaretskii <[email protected]> |
4881 | ||
4882 | * gdb.texinfo (Overview): Add an index entry to "empty response". | |
4883 | ||
7d30c22d JB |
4884 | 2006-03-28 Jim Blandy <[email protected]> |
4885 | ||
4886 | * gdbint.texinfo (Prologue Analysis): New section. | |
4887 | ||
86941c27 JB |
4888 | 2006-03-07 Jim Blandy <[email protected]> |
4889 | ||
66b8c7f6 JB |
4890 | * gdb.texinfo (Connecting): Document 'target remote pipe'. |
4891 | ||
1a10341b JB |
4892 | * gdb.texinfo (Target Commands): Update text describing how to |
4893 | specify a target. Refer to the detailed section on remote | |
4894 | debugging, not the brief mention. | |
4895 | ||
86941c27 JB |
4896 | * gdb.texinfo (Connecting): Organize the different 'target remote' |
4897 | connection methods into a table. Add a 'target remote' index | |
4898 | entry. (!!!) | |
4899 | ||
62f3a2ba FF |
4900 | 2006-02-17 Fred Fish <[email protected]> |
4901 | ||
4902 | * gdb.texinfo (Symbols): Update descriptions of 'whatis' and | |
4903 | 'ptype' commands to reflect the fact that the only significant | |
4904 | difference between them is that ptype prints the complete type | |
4905 | description instead of just the name. | |
4906 | ||
8b9a88ea WZ |
4907 | 2006-02-13 Wu Zhou <[email protected]> |
4908 | ||
4909 | * gdbint.texinfo (Watchpoints): Delete | |
4910 | TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT. | |
4911 | ||
7e8dc855 NR |
4912 | 2006-02-10 Nick Roberts <[email protected]> |
4913 | ||
4914 | * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and | |
4915 | times fields where needed. Fix typos. Update general form given | |
4916 | for output of -break-insert. | |
4917 | (GDB/MI): Abbreviate some unnecessarily long fullnames. | |
4918 | ||
c91d38aa DJ |
4919 | 2006-02-06 Daniel Jacobowitz <[email protected]> |
4920 | ||
4921 | * gdbint.texinfo (Symbol Handling): Add a section | |
4922 | on memory management. | |
4923 | ||
38fcd64c DJ |
4924 | 2006-02-06 Vladimir Prus <[email protected]> |
4925 | ||
4926 | * gdb.texinfo (Breakpoint table commands): Document the fullname | |
4927 | field in -break-list output. | |
4928 | ||
219eec71 EZ |
4929 | 2006-02-03 Eli Zaretskii <[email protected]> |
4930 | ||
4931 | * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of | |
4932 | debugging information produced by the various "set debug..." | |
4933 | options. | |
4934 | ||
ae5a43e0 DJ |
4935 | 2006-02-01 Daniel Jacobowitz <[email protected]> |
4936 | ||
4937 | * gdb.texinfo (Files): Remove obsolete bits from the description | |
4938 | of "symbol-file". | |
4939 | ||
a9f158ec JB |
4940 | 2006-01-25 Jim Blandy <[email protected]> |
4941 | ||
4942 | * gdbint.texinfo (Testsuite): Explain how to run selected tests. | |
4943 | ||
410dd08e JB |
4944 | 2006-01-24 Jim Blandy <[email protected]> |
4945 | ||
4946 | * gdbint.texinfo (Frames): Document the basics of GDB's register | |
4947 | unwinding model, and explain the existence of the "sentinel" frame. | |
4948 | ||
4b505b12 AS |
4949 | 2006-01-23 Andrew Stubbs <[email protected]> |
4950 | ||
4951 | * gdb.texinfo (Choosing files): Mention that -directory is used | |
4952 | for script files. | |
4953 | (Specifying source directories): Likewise. | |
4954 | (Command files): Explain how script files are found. | |
4955 | ||
839c27b7 EZ |
4956 | 2006-01-21 Eli Zaretskii <[email protected]> |
4957 | ||
4958 | * gdb.texinfo (Backtrace): Describe how to get backtrace of all | |
4959 | the threads in a multi-threaded program. | |
4960 | (Threads): The threadno argument of "thread apply" can be a range | |
4961 | of numbers. | |
4962 | ||
7be93b9e JB |
4963 | 2006-01-18 Jim Blandy <[email protected]> |
4964 | ||
4965 | * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list | |
4966 | of warning flags. | |
4967 | ||
fcc73fe3 EZ |
4968 | 2006-01-13 Eli Zaretskii <[email protected]> |
4969 | ||
4970 | * gdb.texinfo (Sequences): Improve menu annotations. | |
4971 | (Define): Add index entries for arguments of user-defined | |
4972 | commands. Move the description of flow-control commands... | |
4973 | (Command Files): ...to here. Document loop_break and | |
4974 | loop_continue. | |
ca91424e EZ |
4975 | (Define, Command Files): Document `end' and add index entries for |
4976 | it. | |
fcc73fe3 | 4977 | |
5c95884b MS |
4978 | 2006-01-04 Michael Snyder <[email protected]> |
4979 | ||
4980 | * gdb.texinfo: Add documentation for linux-fork. | |
5ae4183a | 4981 | * gdbint.texinfo: Add internal documentation for checkpoints. |
5c95884b | 4982 | |
860701dc PH |
4983 | 2006-01-02 Paul N. Hilfinger <[email protected]> |
4984 | ||
4985 | * gdb.texinfo (Omissions from Ada): Document that there is now | |
4986 | limited aggregate support. | |
4987 | ||
36b80e65 EZ |
4988 | 2005-12-28 Eli Zaretskii <[email protected]> |
4989 | ||
4990 | * gdb.texinfo (Registers): Describe how to refer to SSE and MMX | |
4991 | registers and the likes. | |
4992 | ||
c1468174 EZ |
4993 | 2005-12-24 Eli Zaretskii <[email protected]> |
4994 | ||
4995 | * gdb.texinfo (Target Commands, Bug Reporting, File Options) | |
4996 | (Symbols): Fix usage of "e.g.". | |
359df76b | 4997 | (Memory Region Attributes): Fix usage of "etc." |
c1468174 EZ |
4998 | |
4999 | * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging) | |
5000 | (Coding): Fix usage of "e.g.". | |
5001 | ||
c02a867d EZ |
5002 | 2005-12-23 Eli Zaretskii <[email protected]> |
5003 | ||
5ae4183a AS |
5004 | * stabs.texinfo: |
5005 | * refcard.tex: | |
c02a867d | 5006 | * gpl.texi: |
5ae4183a AS |
5007 | * gdbint.texinfo: |
5008 | * gdb.texinfo: | |
5009 | * gdb-cfg.texi: | |
c02a867d | 5010 | * fdl.texi: |
5ae4183a AS |
5011 | * annotate.texinfo: |
5012 | * all-cfg.texi: | |
c02a867d EZ |
5013 | * Makefile.in: Add (C) after Copyright. Update the FSF |
5014 | address. | |
5015 | ||
fad38dfa EZ |
5016 | 2005-12-03 Eli Zaretskii <[email protected]> |
5017 | ||
5018 | * gdb.texinfo (Connecting): Explain that `monitor' is a way to | |
5019 | extend GDB with commands for external monitor. | |
5020 | ||
53e5f3cf AS |
5021 | 2005-12-02 Andrew Stubbs <[email protected]> |
5022 | ||
5023 | * gdb.texinfo (Convenience variables): Add init-if-undefined command. | |
5024 | ||
55f6ca0f JB |
5025 | 2005-11-25 Joel Brobecker <[email protected]> |
5026 | ||
5027 | * gdbint.texinfo (Start of New Year Procedure): New chapter. | |
5028 | ||
c1947b85 JB |
5029 | 2005-11-21 Jim Blandy <[email protected]> |
5030 | ||
5031 | * gdb.texinfo (Tracepoint Packets): Document restrictions on | |
5032 | placement of 'R' actions in tracepoint action packets; document | |
5033 | dependence of 'X' and 'M' actions on a preceding 'R' action for | |
5034 | their registers. | |
5035 | ||
9d29849a JB |
5036 | 2005-11-19 Jim Blandy <[email protected]> |
5037 | ||
5038 | * gdb.texinfo (Tracepoint Packets): New node. | |
5039 | (General Query Packets): Add entries for the tracepoint packets, | |
5040 | referring to the "Tracepoint Packets" node. | |
5041 | (Tracepoints): Add reference to "Tracepoint Packets". | |
5ae4183a | 5042 | |
9a6253be KB |
5043 | 2005-11-18 Kevin Buettner <[email protected]> |
5044 | ||
5045 | * gdb.texinfo (set remotebreak): Add anchor. | |
5046 | (X packet): Likewise. | |
5047 | (Remote Protocol): Add new section `Interrupts' and new index | |
5048 | entry `interrupts (remote protocol)'. | |
5049 | ||
5f3bebba JB |
5050 | 2005-11-18 Jim Blandy <[email protected]> |
5051 | ||
5052 | * gdb.texinfo (Packets): Move information out of 'q' and 'Q' | |
5053 | entries into the General Query Packets section. Add a | |
5054 | cross-reference to that section. Drop description of replies, as | |
5055 | these are covered in the descriptions of each packet. | |
5056 | (General Query Packets): Add introductory text. Explain naming | |
5057 | conventions, and how the end of a name is recognized. | |
5058 | ||
9a7a1b36 KB |
5059 | 2005-11-17 Kevin Buettner <[email protected]> |
5060 | ||
0564b6cf | 5061 | * gdb.texinfo (Remote configuration): Fix typo in description of |
9a7a1b36 KB |
5062 | "set remotebreak" command. |
5063 | ||
b8ff78ce JB |
5064 | 2005-11-16 Jim Blandy <[email protected]> |
5065 | ||
5066 | * gdb.texinfo (Packets, Stop Reply Packets) | |
5067 | (General Query Packets): Various formatting cleanups. | |
5068 | - Use @samp for packet contents. | |
5069 | - Drop summaries from packet @item lines; the same information appears | |
5070 | immediately below in the description. | |
5071 | - Delete paragraph breaks after packet @item commands, so that the | |
5072 | description appears directly to the right of the packet prototype | |
5073 | in the printed manual, if it fits. | |
5074 | - Place spaces in packet prototypes between @vars and non-@var | |
5075 | letters, and explain that they're just for formatting. | |
5076 | - Use @dots{} instead of '...'. | |
5077 | - Fix uses of @code where @var was needed. | |
5078 | - Replace "deprecated" markers with English text spelling out the | |
5079 | packet's status and the preferred alternatives. | |
5080 | - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear | |
5081 | what this ever meant. | |
5082 | - Remove "(draft)" markers on 'i' packets; nobody has commented on | |
5083 | this for a long time. | |
5084 | - Remove "(draft)" markers on 'z' and 'Z' packets; these have been | |
5085 | implemented several times, and have been in use for years. | |
5086 | ||
8ffe2530 JB |
5087 | 2005-11-15 Jim Blandy <[email protected]> |
5088 | ||
c43c5473 JB |
5089 | * gdb.texinfo (Packets): Add index entries for 'm' packet |
5090 | disclaimers. | |
5ae4183a | 5091 | |
fb031cdf JB |
5092 | * gdb.texinfo (Packets): Clarify lack of restrictions on behavior |
5093 | of stub when processing an 'm' packet. | |
5094 | ||
8ffe2530 JB |
5095 | * gdb.texinfo (Packets): Mention that packets beginning with |
5096 | letters are reserved once, at the top, instead of actually listing | |
5097 | them all and saying "reserved". | |
5098 | ||
c03c782f AS |
5099 | 2005-11-15 Andrew Stubbs <[email protected]> |
5100 | ||
5101 | * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'. | |
5102 | Change @var{$arg0 to @code{$arg0. | |
5103 | ||
814e32d7 WZ |
5104 | 2005-11-14 Wu Zhou <[email protected]> |
5105 | ||
5106 | * gdb.texinfo (Fortran): Add some words about Fortran debugging. | |
5107 | ||
fa93a9d8 JB |
5108 | 2005-11-12 Jim Blandy <[email protected]> |
5109 | ||
5110 | * gdb.texinfo (General Query Packets): Put packets in alphabetical | |
5111 | order. Remove extraneous 'z'. | |
5112 | ||
8a5a3c82 AS |
5113 | 2005-11-07 Andrew Stubbs <[email protected]> |
5114 | ||
5115 | * gdb.texinfo (Choosing files): Add --eval-command. | |
5116 | ||
4b0ad762 AS |
5117 | 2005-11-04 Andrew Stubbs <[email protected]> |
5118 | ||
5119 | * gdb.texinfo (Choosing modes): Add --return-child-result. | |
5120 | ||
5121 | ||
1a088d06 AS |
5122 | 2005-11-01 Andrew Stubbs <[email protected]> |
5123 | ||
5124 | * gdb.texinfo (Choosing modes): Add --batch-silent. | |
5125 | ||
656d5e12 EZ |
5126 | 2005-10-28 Eli Zaretskii <[email protected]> |
5127 | ||
5128 | * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under | |
5129 | "The -var-update Command". | |
5130 | ||
3c9c013a JB |
5131 | 2005-10-03 Joel Brobecker <[email protected]> |
5132 | ||
5133 | * gdb.texinfo (Print Settings): Add documentation for set/show | |
5134 | print array-indexes. | |
5135 | ||
7ba3cf9c DJ |
5136 | 2005-09-17 Daniel Jacobowitz <[email protected]> |
5137 | ||
5138 | * gdb.texinfo (Contributors): Thank Andrew Cagney for releases | |
5139 | 6.2 and 6.3. | |
5140 | ||
a94ab193 EZ |
5141 | 2005-08-27 Eli Zaretskii <[email protected]> |
5142 | ||
5143 | * gdb.texinfo (File Options): Don't document --mapped, it's gone | |
5144 | since 19-Jan-2004. | |
5145 | (Files): Likewise. | |
ab1adacd EZ |
5146 | (Variables, Symbols): Document the "<incomplete type>" message and |
5147 | its reasons. | |
a94ab193 | 5148 | |
ca06016a FF |
5149 | 2005-08-01 Fred Fish <[email protected]> |
5150 | ||
5151 | * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference. | |
5152 | ||
cf58170d NR |
5153 | 2005-07-15 Nick Roberts <[email protected]> |
5154 | ||
5155 | * gdb.texinfo (GDB/MI Variable Objects): Describe print-values | |
5156 | option for -var-list-children and -var-update. | |
5157 | (GDB/MI Stack Manipulation): Simplify description of | |
5158 | print-values option for -stack-list-locals. | |
5159 | (GDB/MI Command Description Format): Clarify. | |
5160 | (Mode Options): Spelling of superseded. | |
5161 | ||
38f1196a BR |
5162 | 2005-07-12 Bob Rossi <[email protected]> |
5163 | ||
5164 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show | |
5165 | corresponding GDB command comment. | |
5166 | ||
3cb3b8df BR |
5167 | 2005-07-06 Bob Rossi <[email protected]> |
5168 | ||
5169 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set | |
5170 | and -inferior-tty-show. | |
5171 | (Input/Output): Document "set/show inferior-tty" and tty alias. | |
5172 | ||
10fac096 NW |
5173 | 2005-07-02 Nathan J. Williams <[email protected]> |
5174 | ||
5175 | * gdb.texinfo (Packets): Change description of 'D' packet to note | |
5176 | that GDB does wait for a response. | |
5177 | ||
d1b6db76 NR |
5178 | 2005-06-22 Nick Roberts <[email protected]> |
5179 | ||
5180 | * gdb.texinfo (History) Rename "Command History". | |
5181 | (Command History): Move node "Server Prefix" from section on | |
5182 | Annotations here. | |
5183 | ||
29629dcf NR |
5184 | 2005-06-19 Nick Roberts <[email protected]> |
5185 | ||
5186 | * gdb.texinfo (GDB/MI Stack Manipulation): | |
5187 | Re-instate -stack-info-frame with example. Say that it gets | |
5188 | info on selected frame, not current frame. | |
5189 | ||
397ca115 EZ |
5190 | 2005-06-18 Eli Zaretskii <[email protected]> |
5191 | ||
5192 | * gdb.texinfo (Server): Clarify that `file' should be used before | |
5193 | connecting to the server. | |
5194 | (Files): Add an xref to the above description. | |
51274035 EZ |
5195 | (Output Formats): More detailed description of the `c' format. |
5196 | (Memory): List explicitly all the formats supported by `x'. | |
638ac427 | 5197 | (Threads): Add an @cindex entry for "thread apply". |
fc8be69e | 5198 | (Files): Document the possibility of loading unlinked object |
59b7b46f EZ |
5199 | files. Add more indexing for solib-absolute-prefix and |
5200 | --with-sysroot. | |
76d17f34 EZ |
5201 | (Machine Code): Document possible problems with locations in |
5202 | shared libraries. | |
d416eeec EZ |
5203 | (Backtrace): Document that free-standing environments do not need |
5204 | to have a `main' function. | |
397ca115 | 5205 | |
74f6deaa NR |
5206 | 2005-06-18 Nick Roberts <[email protected]> |
5207 | ||
5208 | * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to | |
5209 | -stack-info-frame. | |
5210 | ||
a9967aef AC |
5211 | 2005-06-07 Andrew Cagney <[email protected]> |
5212 | ||
5213 | * gdb.texinfo (Contributors): Note the original multi-arch | |
5214 | contributors. | |
5215 | ||
e09f16f9 EZ |
5216 | 2005-06-03 Eli Zaretskii <[email protected]> |
5217 | ||
5218 | * gdb.texinfo (Registers): Add index entries for the standard | |
5219 | registers. | |
5220 | (Frames): Add cross-reference from frame pointer description to | |
5221 | the Registers node. | |
5222 | (Annotations Overview): Fix the reference to GDB name. | |
5223 | ||
d87ba7ee EZ |
5224 | 2005-06-01 Eli Zaretskii <[email protected]> |
5225 | ||
5226 | * gdb.texinfo (Set Watchpoints): Remove @vindex entry for | |
5227 | can-use-hw-watchpoints. | |
5228 | ||
034dad6f BR |
5229 | 2005-05-28 Bob Rossi <[email protected]> |
5230 | ||
5231 | * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating | |
5232 | the possible reasons why an exec async record would be returned to FE. | |
5233 | ||
ffed4509 AC |
5234 | 2005-05-26 Andrew Cagney <[email protected]> |
5235 | ||
5236 | * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and | |
5237 | Andrew Cagney implemented the original GDB/MI. | |
5238 | ||
e22e55c9 OF |
5239 | 2005-05-23 Orjan Friberg <[email protected]> |
5240 | ||
5241 | * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi | |
5242 | documentation. Add documentation for cris-mode. | |
5243 | ||
a78e13ce EZ |
5244 | 2005-05-20 Eli Zaretskii <[email protected]> |
5245 | ||
5246 | * gdb.texinfo (Numbers): Explain the example and make the wording | |
5247 | more acurate. | |
5248 | ||
76ff342d DJ |
5249 | 2005-05-17 Daniel Jacobowitz <[email protected]> |
5250 | Dennis Brueni <[email protected]> | |
5251 | ||
5252 | * gdb.texinfo (GDB/MI Breakpoint Table Commands) | |
5253 | (GDB/MI Data Manipulation, GDB/MI Program Control) | |
5254 | (GDB/MI Stack Manipulation): Update examples to include the fullname | |
5255 | attribute in stack frames. | |
5256 | ||
119b882a EZ |
5257 | 2005-05-12 Eli Zaretskii <[email protected]> |
5258 | ||
5259 | * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we | |
5260 | do with other non-standard names of init files. | |
5261 | ||
6fc08d32 EZ |
5262 | 2005-05-11 Eli Zaretskii <[email protected]> |
5263 | ||
5264 | * gdb.texinfo (Command Files): Move the description of the startup | |
5265 | from here... | |
5266 | (Startup): ...to this new subsection of the Invocation chapter. | |
5267 | Rearrange the description of init files more logically and add a | |
5268 | cross-reference to "Command Files". Document the special gdbinit | |
5269 | name for CISCO 68k. Expand the description of what GDB does | |
5270 | during startup. | |
5271 | (History): Add index entry for HISTSIZE. | |
5272 | ||
a561754a MK |
5273 | 2005-05-02 Mark Kettenis <[email protected]> |
5274 | ||
5275 | * gdb.texinfo (Files): Remove documentation for auto-solib-limit. | |
5276 | ||
2eecc4ab EZ |
5277 | 2005-05-02 Eli Zaretskii <[email protected]> |
5278 | ||
5279 | * gdb.texinfo (SVR4 Process Information, The isatty call) | |
5280 | (The system call): Don't use foo(N) notation for man pages and | |
5281 | functions. | |
514c4d71 | 5282 | (Compilation, DJGPP Native): Improve wording. |
2eecc4ab | 5283 | |
18999be5 EZ |
5284 | 2005-04-27 Eli Zaretskii <[email protected]> |
5285 | ||
5286 | * gdb.texinfo (Backtrace): Describe backtraces with arguments that | |
5287 | were optimized away. | |
5288 | ||
0abb7bc7 EZ |
5289 | 2005-04-22 Eli Zaretskii <[email protected]> |
5290 | ||
5291 | * gdb.texinfo (Remote configuration): Document "set/show | |
5292 | get-thread-local-storage-address". Add cross-reference to the | |
5293 | description of the qGetTLSAddr packet. | |
5294 | (General Query Packets): Mention "set remote | |
5295 | get-thread-local-storage-address" and add a reference to its | |
5296 | description. | |
5297 | ||
6f61acb1 NR |
5298 | 2005-04-19 Nick Roberts <[email protected]> |
5299 | ||
5300 | * gdb.texinfo (Backtrace): Describe 'bt full'. | |
5301 | ||
9d59903a NR |
5302 | 2005-04-17 Nick Roberts <[email protected]> |
5303 | ||
5304 | * gdb.texinfo (Mode Options): Fix typo. | |
5305 | (GDB/MI): Describe how to invoke GDB/MI. | |
5306 | ||
721c2651 EZ |
5307 | 2005-04-16 Eli Zaretskii <[email protected]> |
5308 | ||
5309 | * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all | |
a5adf40f | 5310 | references changed. Add description of "info udot". |
721c2651 EZ |
5311 | (Files): Document "set/show stop-on-solib-events". |
5312 | (M32R/D): Document "set/show download-path", "set/show | |
5313 | board-address", "set/show server-address", "upload", "tload". | |
ba04e063 EZ |
5314 | Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma", |
5315 | "use_mon_code", "use_ib_break", "use_dbt_break". | |
721c2651 EZ |
5316 | (Maintenance Commands): Improve indexing. |
5317 | (Target Commands): Document "set/show hash", "set/show debug | |
5318 | monitor". | |
5319 | (SVR4 Process Information): Document "info pidlist" and "info | |
5320 | meminfo". Document "set/show procfs-tarce" and "set/show | |
5321 | procfs-file". Document "proc-trace-*" and "proc-untrace-*". | |
5322 | (Symbols, The Print Command with Objective-C): Improve indexing. | |
5323 | (Objective-C): Add references to "info classes" and "info | |
5324 | selectors". | |
c45da7e6 EZ |
5325 | (Debugging Output): Improve wording. Document "set/show debug |
5326 | solib-frv". Fix "set/show debugvarobj". | |
ba04e063 EZ |
5327 | (Set Breaks): Add index entry for "hardware breakpoints". |
5328 | (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain", | |
5329 | and "set/show usehardbreakpoints". | |
5330 | (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show | |
5331 | monitor-prompt", "set/show monitor-warnings", "pmon". | |
c45da7e6 EZ |
5332 | (ARM): Document "rdilogfile", "rdilogenable", "set/show |
5333 | rdiromatzero", "set/show rdiheartbeat". | |
5334 | (PowerPC): Document SDS-specific commands "set/show sdstimeout", | |
5335 | "sds". | |
5336 | (Embedded Processors): Document the "sim" command. | |
5337 | (Remote): Document the "remote" command. | |
5338 | (DJGPP Native): Document the "info serial" command. | |
5339 | (Threads): Document "maint info sol-threads". | |
5340 | (Files): Document "nosharedlibrary", "add-symbol-file-from-memory". | |
5341 | (Set Breaks): Improve indexing. | |
5342 | (Command Syntax): Add a reference to dont-repeat. | |
5343 | (Define): Document "dont-repeat". | |
5344 | (TUI Commands): Document "tabset". | |
5345 | (WinCE): New subsection. Document "set/show remotedirectory", | |
5346 | "set/show remoteupload", "set/show remoteaddhost". | |
721c2651 | 5347 | |
14d6dd68 EZ |
5348 | 2005-04-15 Eli Zaretskii <[email protected]> |
5349 | ||
5350 | * gdb.texinfo (Hurd Native): New subsection, documents | |
5351 | Hurd-specific commands. | |
a64548ea | 5352 | (Maintenance Commands): Add cross-reference to "Debugging Output". |
da316a69 | 5353 | (Debugging Output): Document "set/show debug lin-lwp". |
a64548ea EZ |
5354 | (MIPS): Improve documentation of heuristic-fence-post. Document |
5355 | "set/show mips abi", "set/show mips saved-gpreg-size", "set/show | |
5356 | mips stack-arg-size", "set/show mips mask-address", "set/show mips | |
5357 | remote-mips64-transfers-32bit-regs", "set/show debug mips". | |
e2f4edfd | 5358 | (ARM): Document ARM-specific commands. |
a64548ea EZ |
5359 | (AVR): New section. Document "info io_registers". |
5360 | (CRIS): New section. Document "set/show cris-version" and | |
5361 | "set/show cris-dwarf2-cfi". | |
5362 | (HPPA): New section. Document "set/show debug hppa" and "maint | |
5363 | print unwind". | |
a5adf40f | 5364 | (Neutrino): New subsection. Document "set/show debug nto-debug". |
a64548ea | 5365 | (Super-H): New section. Document the "regs" command. |
721c2651 | 5366 | (Debugging Output): Document "set/show debug aix-thread". |
14d6dd68 | 5367 | |
9c16f35a EZ |
5368 | 2005-04-09 Eli Zaretskii <[email protected]> |
5369 | ||
5370 | * gdb.texinfo (Print Settings): Document "set/show print | |
5371 | pascal_static-members", "set print repeats", "show print | |
5372 | null-stop". Improve indexing. Fix documentation of "set print | |
5373 | union". | |
5374 | (Pascal): New section. | |
5375 | (Supported languages): Rename from "Support"; all references | |
5376 | updated. Add a menu item for Pascal. | |
5377 | (Numbers): Document "set radix. | |
5378 | (Screen Size): Document "set/show pagination". | |
5379 | (MIPS Embedded): Remove "set processor" documentation. | |
5380 | (Remote configuration): Document "set/show X/P/Z-packet", | |
5381 | "set/show read-aux-vector-packet", "set/show remote | |
5382 | symbol-lookup-packet", "set/show remote verbose-resume-packet", | |
5383 | "set/show remoteaddresssize", "set/show remotebaud", "set/show | |
5384 | remotedebug", "set/show remotebreak", "set/show remotedevice", | |
5385 | "set/show remotelogfile". | |
5386 | (Auxiliary Vector): Add reference to the description of the | |
5387 | read-aux-vector-packet setting. | |
5388 | (Set Watchpoints): Add a cross-reference to "set remote | |
5389 | hardware-breakpoint-limit". | |
5390 | (General Query Packets): Add indexing of requests and | |
5391 | cross-references to related commands in "Remote configuration". | |
5392 | (File-I/O Overview, The system call): Fix wording and typos. | |
5393 | (Thread Stops): Add index entries. | |
5394 | (Continuing and Stepping): Document "show step-mode". | |
5395 | (i386): New node. Document "set/show struct-convention". | |
5396 | (Files): Document "show trust-readonly-sections". | |
5397 | (Calling): Document "set/show unwindonsignal". | |
5398 | (Messages/Warnings): Add index entries. | |
5399 | (Maintenance Commands): Document "set/show watchdog". | |
5400 | (Annotations Overview): Document "show annotate". | |
5401 | (Set Watchpoints): Add index entries. | |
5402 | (Symbols): Fix doc of case-sensitive. | |
5403 | (ABI): Document "show coerce-float-to-double". | |
5404 | (Convenience Vars, Help): Improve indexing. | |
5405 | (Machine Code): Document "show disassembly-flavor". | |
5406 | (Debugging C plus plus): Document "show overload-resolution". | |
5407 | (Value History, Signaling): Add index entries. | |
5408 | ||
5409 | 2005-04-08 Eli Zaretskii <[email protected]> | |
5410 | ||
5411 | * gdb.texinfo (Show): Move @kindex entries to their proper places. | |
5412 | (Processes): Fix wording. | |
5413 | (History, List, Logging output, Define, Symbols, Print Settings): | |
5414 | Improve indexing. | |
5415 | ||
a8f24a35 EZ |
5416 | 2005-04-03 Eli Zaretskii <[email protected]> |
5417 | ||
5418 | * gdb.texinfo (Targets): Document "set/show architecture". Remove | |
5419 | redundant index entry for "target" command. | |
5420 | (Backtrace): Add index entries. | |
5421 | (Symbols, Fortran): Document the "set case-sensitive" command. | |
5422 | (DJGPP Native): Document "set com1base", "set com1irq", etc. | |
5423 | (Print Settings): Add index entry for "set demangle-style". | |
5424 | (Target Commands): Document "set download-write-size". | |
5425 | (Debugging Output): Document "set exec-done-display". | |
5426 | ||
09d4efe1 EZ |
5427 | 2005-04-02 Eli Zaretskii <[email protected]> |
5428 | ||
5429 | * gdb.texinfo (Files): Fix the name and documentation of | |
5430 | add-shared-symbol-files. Document its alias assf. Update the | |
5431 | list of OSs where GDB supports shared libraries. Fix markup. | |
5432 | (Continuing and Stepping): Add reference to @var{location} in the | |
5433 | text. | |
5434 | (Dump/Restore Files): Fix reference to @{filename}. | |
5435 | (Help): Fix wording. | |
5436 | (Attach): Ditto. | |
5437 | (Set Watchpoints): Ditto. | |
5438 | (Backtrace): Remove redundant index entries. Improve index | |
5439 | entries. | |
5440 | (Delete Breaks): Fix wording. | |
5441 | (Memory): Document the compare-sections command. | |
5442 | (Memory Region Attributes): Improve wording. | |
5443 | (Disabling): Improve wording. | |
5444 | (Fortran): New subsection. Document the "info common" command. | |
5445 | (Help): Document aliases "info copying" and "info warranty". | |
5446 | (Caching Remote Data): New section. Document the "set/show | |
5447 | remotecache" and "info dcache" commands. | |
5448 | (Show): Fix wording of the documentation of the "set | |
5449 | extension-language" command. | |
5450 | (Signals): Add index entry for "info handle". | |
5451 | (Memory Region Attributes): Fix punctuation. | |
5452 | (Symbols): Change the arg name to "location" and refer to it in | |
5453 | the text. Fix wording of "info types" doc. | |
5454 | (Threads): Fix usage of @enumerate @item's. | |
5455 | (Listing Tracepoints): Add index entry for "info tp". | |
5456 | (Set Watchpoints): Add xref to "info break" description. | |
5457 | (Macros): Add an index entry for "macro exp1". Document the | |
5458 | "macro list" command. | |
5459 | (Maintenance Commands): Document "flushregs", "maint agent", | |
5460 | "maint check-symtabs", "maint cplus", "maint demangle", "maint | |
5461 | deprecate", "maint undeprecate", "maint dump-me", "maint packet", | |
5462 | "maint print architecture", "maint print objfiles", "maint print | |
5463 | statistics", "maint print type", "maint show-debug-regs", "maint | |
5464 | space", "maint time", and "maint translate-address". | |
5465 | (Connecting): Document the "monitor" command. | |
5466 | (Annotations Overview): Describe the "set annotate" command. | |
5467 | ||
82f2d802 EZ |
5468 | 2005-04-01 Eli Zaretskii <[email protected]> |
5469 | ||
5470 | * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints. | |
5471 | Rearrange index entries and improve wording about support for | |
5472 | hardware watchpoints. | |
5473 | ||
7d51c7de BR |
5474 | 2005-03-10 Bob Rossi <[email protected]> |
5475 | ||
5476 | * gdb.texinfo: Update copyright | |
5477 | ||
68c71a2e TR |
5478 | 2005-02-09 Theodore A. Roth <[email protected]> |
5479 | ||
5480 | * gdb.texinfo (General Query Packets): Fix texinfo compile warning and | |
5481 | error. | |
5482 | ||
83761cbd KB |
5483 | 2005-02-03 Kevin Buettner <[email protected]> |
5484 | ||
5485 | * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet. | |
5486 | ||
9f1c6395 MS |
5487 | 2005-01-17 Michael Snyder <[email protected]> |
5488 | ||
5489 | * gdb.texinfo: Fix spelling, infinte -> infinite. | |
5490 | ||
fbd1b305 MK |
5491 | 2005-01-08 Mark Kettenis <[email protected]> |
5492 | ||
5493 | * observer.texi (GDB Observers): Document "solib_loaded". | |
5494 | ||
3ace7edb AC |
5495 | 2005-01-07 Andrew Cagney <[email protected]> |
5496 | ||
bec39cab AC |
5497 | * configure.ac: Rename configure.in, require autoconf 2.59. |
5498 | * configure: Re-generate. | |
5499 | ||
3ace7edb AC |
5500 | * configure.in: Replace configdirs with multiple references to |
5501 | AC_CONFIG_SUBDIRS. | |
5502 | * configure: Re-generate. | |
5ae4183a | 5503 | |
53531fc1 AC |
5504 | 2005-01-04 Andrew Cagney <[email protected]> |
5505 | ||
5506 | * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD) | |
5507 | part of the version number. | |
5508 | ||
536ffdb7 MK |
5509 | 2004-12-24 Mark Kettenis <[email protected]> |
5510 | ||
5511 | * gdbint.texinfo (Algorithms): Remove description of | |
5512 | TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS. | |
5513 | ||
e1aac25b JB |
5514 | 2004-12-07 Jim Blandy <[email protected]> |
5515 | ||
5516 | * gdb.texinfo (General Query Packets): Specify that thread ID's in | |
5517 | the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal | |
5518 | numbers. | |
5519 | ||
f47b1503 AS |
5520 | 2004-12-07 Andreas Schwab <[email protected]> |
5521 | ||
5522 | * gdb.texinfo (Mode Options): Document -l option. | |
5523 | ||
b6b8ece6 EZ |
5524 | 2004-12-04 Eli Zaretskii <[email protected]> |
5525 | ||
5526 | * gdbint.texinfo (Algorithms): More accurate description of | |
5527 | STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address | |
5528 | is not needed unless data-read and data-access watchpoints are | |
5529 | supported. Add a description of how GDB checks whether the | |
5530 | inferior stopped because a watchpoint was hit. | |
5531 | ||
01371747 EZ |
5532 | 2004-11-23 Eli Zaretskii <[email protected]> |
5533 | ||
5534 | * gdb.texinfo (Files): Add cross-reference to description of | |
5535 | -readnow command-line switch. | |
5536 | ||
2315ffec RC |
5537 | 2004-11-10 Randolph Chung <[email protected]> |
5538 | ||
5539 | * gdb.texinfo: Document set/show backtrace past-entry commands. | |
5540 | Rearrange index entries for set/show backtrace past-main. | |
5541 | ||
69065f5d AC |
5542 | 2004-11-10 Jon Beniston <[email protected]> |
5543 | ||
5544 | Committed by Andrew Cagney <[email protected]>. | |
5ae4183a AS |
5545 | * gdb.texinfo (Remote Serial Protocol): Further describe |
5546 | binary transfer escaping mechanism . | |
69065f5d | 5547 | |
30e91e0b RC |
5548 | 2004-11-08 Randolph Chung <[email protected]> |
5549 | ||
5550 | * gdb.texinfo (inferior_debugging info): Document "set debug infrun" | |
5551 | and "show debug infrun". Add index entries. | |
5552 | ||
60bf7e09 EZ |
5553 | 2004-10-23 Eli Zaretskii <[email protected]> |
5554 | ||
5555 | * gdb.texinfo (SVR4 Process Information): Document subcommands of | |
5556 | "info proc" that are already implemented. Add index entries. | |
5557 | (Working Directory): Add a cross-reference to "info proc" command. | |
dcaf7c2c EZ |
5558 | (Files): Add a tip for decreasing memory used for symtabs from |
5559 | shared libraries. | |
f018e82f EZ |
5560 | (Starting): Fix whitespace; make "elaboration" stand out where it |
5561 | is first used, and add an index entry for the term. | |
f8568604 EZ |
5562 | (Calling): Expand and elaborate text. Add "print". Add the |
5563 | description of problems with weak aliases. | |
384ee23f | 5564 | (Core File Generation): New section. |
60bf7e09 | 5565 | |
d52fe014 AC |
5566 | 2004-10-12 Andrew Cagney <[email protected]> |
5567 | ||
5568 | * gdbint.texinfo (Versions and Branches): New chapter. | |
5569 | (Releasing GDB): Delete "Versions and Branches" section. | |
5570 | (Top): Add "Versions and Branches". | |
5571 | ||
703663ab EZ |
5572 | 2004-10-08 Eli Zaretskii <[email protected]> |
5573 | ||
5574 | * gdb.texinfo (Editing, History): Add cross-references to the | |
5575 | included Readline and History user documentation. Remove | |
5576 | references to the symbol have-readline-appendices which is unused | |
5577 | and undefined. | |
5578 | (History): Fix indexing. | |
5579 | ||
ac77d04f JJ |
5580 | 2004-10-08 Jeff Johnston <[email protected]> |
5581 | ||
5582 | * gdbint.texinfo (target_stopped_data_address): Update to | |
5583 | new prototype. | |
5584 | (i386_stopped_data_address): Update prototype and description. | |
5585 | (i386_stopped_by_watchpoint): New function and description. | |
5586 | ||
e07c999f PH |
5587 | 2004-10-03 Paul N. Hilfinger <[email protected]> |
5588 | ||
5589 | * gdb.texinfo (Filenames): Add Ada suffixes. | |
5590 | (Ada) New section. | |
5591 | ||
2e868123 AC |
5592 | 2004-09-27 Andrew Cagney <[email protected]> |
5593 | Robert Picco <[email protected]> | |
5594 | ||
5595 | * gdb.texinfo (Packets): Document the "p" packet. | |
5596 | ||
02a57714 JM |
5597 | 2004-09-21 Jason Molenda ([email protected]) |
5598 | ||
5599 | * gdb.texinfo (Paths and Names of the Source Files): Document the | |
5600 | meaning of values in the 'desc' field of a SO stab. | |
5601 | ||
ae038cb0 DJ |
5602 | 2004-09-20 Daniel Jacobowitz <[email protected]> |
5603 | ||
5604 | * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2 | |
5605 | max-cache-age" and "maint show dwarf2 max-cache-age". | |
5606 | ||
f7dc1244 EZ |
5607 | 2004-09-16 Eli Zaretskii <[email protected]> |
5608 | ||
5609 | * gdb.texinfo (Set Breaks): Add index entry for setting | |
5610 | breakpoints on overloaded C++ functions that are not members of | |
5611 | any classes. Add an example and an index entry for setting | |
5612 | breakpoints on all program functions. | |
5613 | (Character Sets, Macros, Overlay Commands) | |
5614 | (Non-debug DLL symbols, GDB/MI Output Syntax) | |
5615 | (Annotations Overview, Maintenance Commands, File-I/O Overview): | |
5616 | Use "(@value{GDBP})" instead of a literal "(gdb)". | |
5617 | ||
f810308b AC |
5618 | 2004-09-12 Andrew Cagney <[email protected]> |
5619 | ||
5620 | * gdbint.texinfo (Native Debugging): Delete description of | |
5621 | FILES_INFO_HOOK. | |
5622 | ||
15a661f3 PH |
5623 | 2004-09-11 Paul Hilfinger <[email protected]> |
5624 | ||
5ae4183a AS |
5625 | * gdbint.texinfo (User Interface): Change local_hex_string_custom |
5626 | to hex_string_custom (not historically correct, but more | |
15a661f3 PH |
5627 | understandable, given the current code). |
5628 | ||
f3219c75 AC |
5629 | 2004-09-03 Andrew Cagney <[email protected]> |
5630 | ||
5631 | * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS. | |
5632 | ||
f3bb6704 JJ |
5633 | 2004-09-01 Jeff Johnston <[email protected]> |
5634 | ||
5635 | * observer.texi (solib_unloaded): New observer. | |
5636 | ||
8d2c00cb AC |
5637 | 2004-08-24 Andrew Cagney <[email protected]> |
5638 | ||
5639 | * gdbint.texinfo (Target Architecture Definition): Add missing | |
5640 | comma. | |
5641 | ||
e7dc800a MC |
5642 | 2004-08-20 Michael Chastain <[email protected]> |
5643 | ||
5644 | * (Using the Testsuite): build != host is supported, | |
5645 | but some test scripts do not support build != host. | |
5646 | ||
73b03683 MK |
5647 | 2004-08-14 Mark Kettenis <[email protected]> |
5648 | ||
5649 | * gdbint.texinfo (Host Definition): Delete description of | |
5650 | FCLOSE_PROVIDED and GETENV_PROVIDED. | |
5651 | ||
c0ccb908 MK |
5652 | 2004-08-05 Mark Kettenis <[email protected]> |
5653 | ||
5654 | * gdbint.texinfo (Host Definition): Delete description of | |
5655 | NO_SYS_FILE. | |
5656 | (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and | |
5657 | PTRACE_FP_BUG. | |
5658 | ||
9c8dbfa9 AC |
5659 | 2004-08-05 Andrew Cagney <[email protected]> |
5660 | ||
5661 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5662 | reference to deprecated_read_fp. | |
5663 | ||
f42accbe AC |
5664 | 2004-08-02 Andrew Cagney <[email protected]> |
5665 | ||
5666 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5667 | description of DEPRECATED_REGISTER_BYTES. | |
5668 | ||
0b66e38c EZ |
5669 | 2004-07-30 Baurjan Ismagulov <[email protected]> |
5670 | ||
5671 | * gdb.texinfo (Source Path): Document the new behavior of | |
5672 | searching for the source files. | |
5673 | ||
15387254 EZ |
5674 | 2004-07-17 Eli Zaretskii <[email protected]> |
5675 | ||
5676 | * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording. | |
5677 | (Search, Expressions, Arrays, Variables, Data, Machine Code) | |
5678 | (Auto Display): Improve indexing. | |
5679 | ||
2c07db7a AC |
5680 | 2004-07-16 Andrew Cagney <[email protected]> |
5681 | ||
5682 | * gdb.texinfo (Mode Options): Delete documentation on "-async" and | |
5683 | "-noasync". | |
5684 | ||
4644b6e3 EZ |
5685 | 2004-07-09 Eli Zaretskii <[email protected]> |
5686 | ||
5687 | * gdb.texinfo: Fix @kindex entries so that multiple commands that | |
5688 | have the same prefix have only their prefix in the index. | |
5689 | ||
7561d450 MK |
5690 | 2004-07-03 Mark Kettenis <[email protected]> |
5691 | ||
5692 | * gdb.texinfo (BSD libkvm Interface): New node (section) | |
5693 | (Native): Add it to the menu. | |
5694 | ||
67bebe79 MK |
5695 | 2004-07-01 Mark Kettenis <[email protected]> |
5696 | ||
5697 | * gdbint.texinfo (Target Architecture Definition): Remove | |
5698 | PCC_SOL_BROKEN. | |
5699 | ||
1a6923e0 MK |
5700 | 2004-06-24 Mark Kettenis <[email protected]> |
5701 | ||
5702 | * gdbint.texinfo (Target Architecture Definition): Remove | |
5703 | SUN_FIXED_LBRAC_BUG. | |
5704 | ||
b435e160 AC |
5705 | 2004-06-26 Andrew Cagney <[email protected]> |
5706 | ||
5707 | * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf. | |
5708 | ||
b5622e8d AC |
5709 | 2004-06-20 Andrew Cagney <[email protected]> |
5710 | ||
5711 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
5712 | USE_STRUCT_CONVENTION. | |
5713 | ||
e0c07bf0 MC |
5714 | 2004-06-19 Michael Chastain <[email protected]> |
5715 | ||
5716 | gdb.texinfo (Bug Reporting): Mention session recording, | |
5717 | with the script command or Emacs. | |
5718 | ||
782263ab AC |
5719 | 2004-06-18 Andrew Cagney <[email protected]> |
5720 | ||
5721 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
5722 | FUNCTION_START_OFFSET. | |
5723 | ||
03727ca6 AC |
5724 | 2004-06-14 Andrew Cagney <[email protected]> |
5725 | ||
5726 | Based on changes from Karl Berry. | |
5727 | * gdb.texinfo: Do not use @sc in a direntry. | |
5728 | * stabs.texinfo: Change @dircateogry to "Software development". | |
5729 | * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto. | |
5730 | ||
97092415 AC |
5731 | 2004-06-13 Andrew Cagney <[email protected]> |
5732 | ||
5733 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5734 | description of RETURN_VALUE_ON_STACK. | |
5735 | ||
1f6d4158 AC |
5736 | 2004-06-09 Andrew Cagney <[email protected]> |
5737 | ||
5738 | * gdbint.texinfo (Native Debugging): Restore "@table @code" | |
5739 | deleted by previous patch. | |
5740 | ||
d966f0cb AC |
5741 | 2004-06-08 Andrew Cagney <[email protected]> |
5742 | ||
5743 | * gdbint.texinfo (Native Debugging): Delete documentation on | |
5744 | ATTACH_DETACH. | |
5745 | ||
86fe4aaa RC |
5746 | 2004-06-06 Randolph Chung <[email protected]> |
5747 | ||
5748 | * gdb.texinfo (push_dummy_call): Use @code{struct value}. | |
5749 | ||
d4b6d575 RC |
5750 | 2004-06-06 Randolph Chung <[email protected]> |
5751 | ||
5ae4183a | 5752 | * gdb.texinfo (push_dummy_call): Update argument list to match |
d4b6d575 RC |
5753 | the new push_dummy_call method signature. Describe the function |
5754 | argument. | |
5755 | ||
4e8b0763 JB |
5756 | 2004-05-24 Joel Brobecker <[email protected]> |
5757 | ||
5758 | * gdb.texinfo (Starting): Document new start command. | |
5759 | ||
59caf092 AC |
5760 | 2004-05-21 Andrew Cagney <[email protected]> |
5761 | ||
5762 | * observer.texi (GDB Observers): Document "inferior_created". | |
5763 | ||
e4a2df64 AC |
5764 | 2004-05-08 Andrew Cagney <[email protected]> |
5765 | ||
e6b55ae2 AC |
5766 | * gdbint.texinfo (Target Architecture Definition): Delete |
5767 | description of DO_DEFERRED_STORES. | |
5768 | ||
28954179 AC |
5769 | * gdbint.texinfo (Target Architecture Definition): Delete |
5770 | references to DEPRECATED_FIX_CALL_DUMMY. | |
5771 | ||
434b87dd AC |
5772 | * gdbint.texinfo (Target Architecture Definition): Delete |
5773 | description of DEPRECATED_CALL_DUMMY_WORDS, | |
5774 | DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY. | |
5775 | ||
58d28df8 AC |
5776 | * gdbint.texinfo (Target Architecture Definition): Delete |
5777 | description of DEPRECATED_PUSH_DUMMY_FRAME. | |
5778 | ||
e4a2df64 AC |
5779 | * gdbint.texinfo (Target Architecture Definition): Delete |
5780 | reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET. | |
5781 | ||
2b4855ab AC |
5782 | 2004-05-07 Andrew Cagney <[email protected]> |
5783 | ||
5784 | * observer.texi (GDB Observers): Add "Debugging" section. Include | |
5785 | cross reference to "set/show debug observer". | |
5786 | * gdb.texinfo (Debugging Output): Document "set/show debug | |
5787 | observer". | |
5788 | ||
fcf70625 AC |
5789 | 2004-05-01 Andrew Cagney <[email protected]> |
5790 | ||
5791 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5792 | description of DEPRECATED_PC_IN_SIGTRAMP. | |
5793 | ||
8ee56bcf AC |
5794 | 2004-04-30 Andrew Cagney <[email protected]> |
5795 | ||
5796 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5797 | documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined. | |
5798 | ||
67ab9a76 OF |
5799 | 2004-04-30 Orjan Friberg <[email protected]> |
5800 | ||
5801 | * observer.texi (GDB Observers): Correct spelling. | |
5802 | ||
79346bcb OF |
5803 | 2004-04-26 Orjan Friberg <[email protected]> |
5804 | ||
5805 | * observer.texi (GDB Observers): Add target_changed event. | |
5806 | ||
7a464420 AC |
5807 | 2004-04-08 Andrew Cagney <[email protected]> |
5808 | ||
5809 | * observer.texi (GDB Observers): Rework, provide generic observer | |
5810 | definitions and then a list of observable events. | |
5811 | ||
6cdf9d98 AC |
5812 | 2004-04-04 Andrew Cagney <[email protected]> |
5813 | ||
5814 | * gdbint.texinfo (Host Definition): Delete reference to | |
5815 | NO_SIGINTERRUPT. | |
5816 | ||
ddc135a4 AC |
5817 | 2004-04-02 Andrew Cagney <[email protected]> |
5818 | ||
5819 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5820 | reference to DEPRECATED_CALL_DUMMY_LENGTH. | |
5821 | ||
6a1b180d SC |
5822 | 2004-03-28 Stephane Carrez <[email protected]> |
5823 | ||
5824 | * gdb.texinfo (TUI Commands): Document tui reg commands. | |
5825 | ||
d0d5df6f AC |
5826 | 2004-03-26 Andrew Cagney <[email protected]> |
5827 | ||
5828 | * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention | |
5829 | "gdbtui". | |
5830 | (Mode Options): Mention "gdbtui". Use "Text" not "Terminal". | |
5831 | (Contributors): Mention both Text and Terminal User Interface. | |
5832 | ||
aa2a3f87 AC |
5833 | 2004-03-23 Andrew Cagney <[email protected]> |
5834 | ||
5835 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
5836 | references to SIGTRAMP_START and SIGTRAMP_END. | |
5837 | ||
f561f026 AC |
5838 | 2004-03-23 Andrew Cagney <[email protected]> |
5839 | ||
5840 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
5841 | references to PC_IN_SIGTRAMP. | |
5842 | ||
33cb8b0f AC |
5843 | 2004-03-19 Andrew Cagney <[email protected]> |
5844 | ||
5845 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5846 | reference to GDB_TARGET_IS_HPPA. | |
5847 | ||
fc989b7a AC |
5848 | 2004-03-18 Andrew Cagney <[email protected]> |
5849 | ||
5850 | * gdbint.texinfo (Coding): Update section on gdbarch_data, | |
5851 | describe pre_init and post_init. | |
5852 | ||
701b08bb DJ |
5853 | 2004-03-09 Daniel Jacobowitz <[email protected]> |
5854 | ||
5855 | * gdb.texinfo (Debugging Output): Document values for "set debug | |
5856 | target". | |
5857 | ||
faae5abe AC |
5858 | 2004-02-28 Andrew Cagney <[email protected]> |
5859 | ||
5860 | * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer. | |
5861 | ||
dd79a6cf JJ |
5862 | 2004-02-26 Jeff Johnston <[email protected]> |
5863 | ||
5864 | * gdb.texinfo (breakpoints): Add information about the | |
5865 | new "set breakpoint pending" and "show breakpoint pending" | |
5866 | commands. | |
5867 | ||
e7f16015 AC |
5868 | 2004-02-26 Andrew Cagney <[email protected]> |
5869 | ||
5870 | * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc | |
5871 | in Per-architecture module data section. | |
5872 | ||
7161a3a6 RM |
5873 | 2004-02-25 Roland McGrath <[email protected]> |
5874 | ||
5875 | * gdb.texinfo (General Query Packets): Document qPart:... packets. | |
5876 | ||
2154891a AC |
5877 | 2004-02-24 Andrew Cagney <[email protected]> |
5878 | ||
5879 | * annotate.texinfo: Wrap fdl.texi include in raise/lower sections. | |
5880 | * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto. | |
5881 | * fdl.texi: Import Version 1.2, November 2002. | |
7161a3a6 | 5882 | |
6c74ac8b AC |
5883 | 2004-02-17 Andrew Cagney <[email protected]> |
5884 | ||
5885 | * gdb.texinfo (Mode Options): Note that "mi1" is deprecated. | |
5886 | ||
19772a2c AC |
5887 | 2004-02-16 Andrew Cagney <[email protected]> |
5888 | ||
5889 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
5890 | FRAMELESS_FUNCTION_INVOCATION. | |
5891 | ||
c9830293 AC |
5892 | 2004-02-16 Andrew Cagney <[email protected]> |
5893 | ||
5894 | * gdbint.texinfo (Coding): Mention -Wunused-function. | |
5895 | ||
b9d26eb9 AC |
5896 | 2004-02-14 Andrew Cagney <[email protected]> |
5897 | ||
5898 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5899 | description of DEPRECATED_CALL_DUMMY_STACK_ADJUST. | |
5900 | ||
49efadf5 EZ |
5901 | 2004-02-12 Elena Zannoni <[email protected]> |
5902 | ||
5903 | * gdb.texinfo: Properly quote the name "C++". | |
5904 | * gdbint.texinfo: Ditto. | |
5905 | * stabs.texinfo: Ditto. | |
5906 | ||
1eb288ea EZ |
5907 | 2004-02-11 Elena Zannoni <[email protected]> |
5908 | ||
5909 | * gdbint.texinfo (Support Libraries): Add doco about obstacks and | |
5910 | minimal information about libiberty. | |
5911 | ||
e4937fc1 MC |
5912 | 2004-02-06 Michael Chastain <[email protected]> |
5913 | ||
5914 | * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}. | |
5915 | ||
a9331b3f RM |
5916 | 2004-02-04 Roland McGrath <[email protected]> |
5917 | ||
5918 | * gdb.texinfo (Auxiliary Vector): New node (section). | |
5919 | (Data): Add it to the menu. | |
5920 | ||
2650777c JJ |
5921 | 2004-02-02 Jeff Johnston <[email protected]> |
5922 | ||
5923 | * gdb.texinfo (Breakpoints): Add information about pending | |
5924 | breakpoint support. | |
5925 | ||
b4501125 AC |
5926 | 2004-01-26 Andrew Cagney <[email protected]> |
5927 | ||
5928 | * gdb.texinfo (Overview): Delete references to the cisco protocol | |
5929 | including the "N" response. | |
5930 | ||
74055713 AC |
5931 | 2004-01-26 Andrew Cagney <[email protected]> |
5932 | ||
5933 | * gdbint.texinfo (Target Architecture Definition): Rename | |
5934 | EXTRACT_STRUCT_VALUE_ADDRESS to | |
5935 | DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS. | |
a9331b3f | 5936 | |
3bbe9696 EZ |
5937 | 2004-01-24 Eli Zaretskii <[email protected]> |
5938 | ||
5939 | * gdb.texinfo (KOD): Document "show os". Add index entries for | |
5940 | "set/show os" and "info cisco" commands. | |
5941 | ||
5843504f EZ |
5942 | 2004-01-21 Eli Zaretskii <[email protected]> |
5943 | ||
5944 | * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir). | |
5945 | ||
9175c9a3 MC |
5946 | 2004-01-19 Michael Chastain <[email protected]> |
5947 | ||
5948 | * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, | |
5949 | MMAP_BASE_ADDRESS, MMAP_INCREMENT. | |
5950 | ||
8e94b928 NR |
5951 | 2004-01-19 Nick Roberts <[email protected]> |
5952 | ||
5953 | * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to | |
5954 | -stack-list-locals. | |
5955 | (GDB/MI Variable Objects): Describe extension to | |
5956 | -var-list-children. | |
5957 | ||
a20cf136 DJ |
5958 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
5959 | ||
5960 | * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document. | |
5961 | ||
afb18d0f AC |
5962 | 2004-01-17 Andrew Cagney <[email protected]> |
5963 | ||
5964 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5965 | documentation on DEPRECATED_NPC_REGNUM. | |
5966 | ||
b51970ac DJ |
5967 | 2004-01-13 Daniel Jacobowitz <[email protected]> |
5968 | ||
5969 | * gdb.texinfo: Update copyright year. Mention that set | |
5970 | follow-fork-mode is supported on GNU/Linux. Remove documentation of | |
5971 | "set follow-fork-mode ask". | |
5972 | ||
0f0cffd2 AC |
5973 | 2004-01-13 Andrew Cagney <[email protected]> |
5974 | ||
5975 | * gdbint.texinfo: Update copyright year. | |
5976 | (Coding): Add -Wunused-label to list of -Werror warnings. | |
5977 | ||
c552b3bb | 5978 | 2004-01-08 Jason Molenda <[email protected]> |
5ae4183a | 5979 | Eli Zaretskii <[email protected]> |
c552b3bb JM |
5980 | |
5981 | * gdb.texinfo: Update copyright. | |
5982 | (Objective-C): "methodName" typeo fixed. Add @code/@var markup | |
5983 | around names, as appropriate. Minor syntax cleanup of | |
5984 | _NSPrintForDebugger explanation. Two spaces after periods. | |
5985 | GDBN used instead of lit. "gdb". Index entries added for | |
5986 | print-object and _NSPrintForDebugger. @noindent added in one spot. | |
5987 | ||
afe157ca EZ |
5988 | 2003-11-11 Elena Zannoni <[email protected]> |
5989 | ||
5990 | * stabs.texinfo: Add dircategory and direntry commands. | |
5991 | * annotate.texinfo: Ditto. | |
5992 | ||
963e2bb7 AC |
5993 | 2003-11-10 Andrew Cagney <[email protected]> |
5994 | ||
5995 | * gdbint.texinfo (Target Architecture Definition): Replace the | |
5996 | return_value method's "inval" and "outval" parameters with | |
5997 | "readbuf" and "writebuf". | |
5998 | ||
1d8b2f28 JB |
5999 | 2003-10-28 Jim Blandy <[email protected]> |
6000 | ||
6001 | * gdb.texinfo (The F request packet, The F reply packet): Renamed | |
6002 | from "The `F' request packet" and "The `F' reply packet", to make | |
6003 | texi2dvi happy. | |
6004 | (File-I/O remote protocol extension): Update menu entries, too. | |
6005 | ||
36d86913 MC |
6006 | 2003-10-26 Michael Chastain <[email protected]> |
6007 | ||
6008 | * gdb.texinfo (Thread Stops): Document the issue with | |
6009 | premature return from system calls in multi-threaded programs. | |
6010 | ||
ce2826aa AC |
6011 | 2003-10-24 Andrew Cagney <[email protected]> |
6012 | ||
6013 | * annotate.texinfo: Fix "fortunatly"[sic]. | |
6014 | ||
f24c5e49 KI |
6015 | 2003-10-23 Kei Sakamoto <[email protected]> |
6016 | ||
6017 | * gdb.texinfo (Contributors to GDB): Replace "Renesas" | |
6018 | with "Hitachi" and "Mitsubishi". | |
6019 | ||
92ad9cd9 AC |
6020 | 2003-10-20 Andrew Cagney <[email protected]> |
6021 | ||
6022 | * gdbint.texinfo (Target Architecture Definition): Document | |
6023 | gdbarch_return_value. Add cross references from | |
6024 | USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and | |
6025 | STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS. | |
6026 | ||
0ab4b752 MK |
6027 | 2003-10-18 Mark Kettenis <[email protected]> |
6028 | ||
6029 | * gdbint.texinfo (Target Architecture Definition): Document | |
6030 | regset_from_core_section. | |
fb3e19c0 KI |
6031 | |
6032 | 2003-10-16 Kei Sakamot Sakamoto <[email protected]> | |
6033 | ||
6034 | * gdb.texinfo (M32R/D): Mention m32rsdi target. | |
6035 | ||
a9331b3f | 6036 | 2003-10-15 Kevin Buettner <[email protected]> |
e4d5f7e1 KB |
6037 | |
6038 | From Anthony Green <[email protected]>: | |
5ae4183a | 6039 | * gdb.texinfo (Breakpoints related warnings): Insert into menu. |
e4d5f7e1 | 6040 | |
1485d690 KB |
6041 | 2003-10-14 Kevin Buettner <[email protected]> |
6042 | ||
889bf7c5 PA |
6043 | * gdb.texinfo (Breakpoint related warnings): New node. |
6044 | * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document. | |
a9331b3f | 6045 | |
86d30acc DJ |
6046 | 2003-10-13 Daniel Jacobowitz <[email protected]> |
6047 | ||
6048 | * gdb.texinfo (Remote Protocol): Document v and vCont. | |
6049 | ||
172c2a43 KI |
6050 | 2003-10-10 Kei Sakamoto <[email protected]> |
6051 | ||
6052 | * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas". | |
6053 | * gdbint.texinfo: Ditto. | |
6054 | ||
71952f4c AC |
6055 | 2003-10-09 Andrew Cagney <[email protected]> |
6056 | ||
6057 | From 2003-09-18 David Anderson <[email protected]>: | |
6058 | * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with | |
6059 | "command". | |
6060 | ||
268e2188 AC |
6061 | 2003-10-03 Andrew Cagney <[email protected]> |
6062 | ||
6063 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
6064 | IBM6000_TARGET. Mention that it implies an RS/6000 system and not | |
6065 | just target. | |
6066 | ||
12c266ea | 6067 | 2003-10-02 Andrew Cagney <[email protected]> |
2e092625 | 6068 | |
f30992d4 | 6069 | * gdbint.texinfo (Target Architecture Definition): Rename |
12c266ea AC |
6070 | REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE. |
6071 | * gdb.texinfo (Packets, Stop Reply Packets): Ditto. | |
6072 | * gdbint.texinfo (Target Architecture Definition): Rename | |
6073 | ||
6074 | 2003-09-30 Andrew Cagney <[email protected]> | |
6075 | ||
f30992d4 | 6076 | REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE. |
a9331b3f | 6077 | (Target Architecture Definition): |
f30992d4 | 6078 | |
2e092625 AC |
6079 | * gdbint.texinfo (Target Architecture Definition): Rename |
6080 | REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE. | |
6081 | ||
0717ae8a AC |
6082 | 2003-09-29 Andrew Cagney <[email protected]> |
6083 | ||
dad809b7 AC |
6084 | * gdbint.texinfo (Target Architecture Definition): Delete |
6085 | documentation for NEED_TEXT_START_END. | |
6086 | ||
0717ae8a AC |
6087 | * gdbint.texinfo (Target Architecture Definition): Rename |
6088 | NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to | |
6089 | TARGET_WRITE_PC. | |
a9331b3f | 6090 | |
af6cf26d MC |
6091 | 2003-09-22 Michael Chastain <[email protected]> |
6092 | ||
6093 | * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp. | |
6094 | ||
ee206350 AG |
6095 | 2003-09-21 Anthony Green <[email protected]> |
6096 | ||
6097 | * gdbint.texinfo (Target Architecture Definition): Fix typos. | |
6098 | ||
a38c9fe6 MK |
6099 | 2003-09-21 Mark Kettenis <[email protected]> |
6100 | ||
6101 | * gdbint.texinfo (Target Architecture Definition): Document | |
6102 | stabs_argument_has_addr. | |
6103 | ||
77949794 AC |
6104 | 2003-09-18 Andrew Cagney <[email protected]> |
6105 | ||
6106 | * gdbint.texinfo (Target Architecture Definition): Delete | |
6107 | documentation on REGISTER_NAMES. | |
6108 | ||
8e823e25 MK |
6109 | 2003-09-13 Mark Kettenis <[email protected]> |
6110 | ||
6111 | * gdbint.texinfo (Target Architecture Definition): Replace | |
6112 | REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR. | |
6113 | ||
f27dd7fd AC |
6114 | 2003-09-11 Andrew Cagney <[email protected]> |
6115 | ||
6116 | * gdbint.texinfo (Target Architecture Definition): Replace | |
6117 | STACK_ALIGN with DEPRECATED_STACK_ALIGN. | |
6118 | ||
8b148df9 AC |
6119 | 2003-08-18 Andrew Cagney <[email protected]> |
6120 | ||
6121 | * gdbint.texinfo (Target Architecture Definition): Document | |
6122 | "frame_red_zone_size". | |
6123 | ||
25d29d70 AC |
6124 | 2003-08-09 Andrew Cagney <[email protected]> |
6125 | ||
6126 | * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main" | |
6127 | with "set/show backtrace past-main" and "set/show backtrace | |
6128 | limit". | |
6129 | ||
c938e9b0 L |
6130 | 2003-08-08 H.J. Lu <[email protected]> |
6131 | ||
6132 | * Makefile.in (install-info): Support DESTDIR. | |
6133 | (install-html): Likewise. | |
6134 | ||
64fabec2 AC |
6135 | 2003-08-07 Andrew Cagney <[email protected]> |
6136 | ||
6137 | Patch from Nick Roberts. | |
6138 | * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key | |
6139 | bindings. Remove description of send-gdb-command. | |
6140 | ||
2fcf52f0 AC |
6141 | 2003-08-07 Andrew Cagney <[email protected]> |
6142 | ||
6143 | * gdb.texinfo (Mode Options): Mention that "mi2" was included in | |
6144 | GDB 6.0. | |
6145 | ||
086432e2 AC |
6146 | 2003-08-06 Andrew Cagney <[email protected]> |
6147 | ||
6148 | * gdb.texinfo (Mode Options): Mention that level three is the | |
6149 | highest available and that level 2 is deprecated. | |
6150 | (Annotations Overview): Mention annotation levels. Cross reference | |
6151 | to "Limitations of the Annotation Interface" in annotate.texi. | |
6152 | (TODO, Value Annotations, Frame Annotations): Delete section. | |
6153 | (Displays, Breakpoint Info): Delete. | |
6154 | ||
e5249f67 AC |
6155 | 2003-08-04 Andrew Cagney <[email protected]> |
6156 | ||
6157 | * agentexpr.texi: Delete @bye. | |
6158 | * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi" | |
6159 | (stabs.info): Add $(srcdir) to include search path. | |
6160 | (html): Depend on "annotate_toc.html", and not "annotate.html". | |
6161 | * stabs.texinfo: Ditto. Include "fdl.texi". | |
6162 | * gdbint.texinfo: Update copyright statement's list of invariant | |
6163 | sections. | |
6164 | ||
e6f672d2 AC |
6165 | 2003-07-28 Andrew Cagney <[email protected]> |
6166 | ||
6167 | * Makefile.in (INFO_DEPS): Add annotate.info. | |
6168 | (dvi, ps, html, pdf): Add annotate. | |
6169 | (ANNOTATE_DOC_SOURCE_INCLUDES): New macro. | |
6170 | (ANNOTATE_DOC_BUILD_INCLUDES): New macro. | |
6171 | (ANNOTATE_DOC_FILES): New macro. | |
6172 | (ANNOTATE_TEX_TMPS): New macro. | |
6173 | (annotate.info, annotate_toc.html): Specify dependencies. | |
6174 | (annotate.ps, annotate.pdf, annotate.dvi): Ditto. | |
6175 | * annotate.texinfo: Rename annotate.texi. Get building. Add | |
6176 | "Migrating to GDB/MI" and "Limitations of the Annotation | |
6177 | Interface" chapters. Mention why it is not part of the user | |
6178 | guide. Update copyright notice. Include "fdl.texi". | |
6179 | ||
72ffddc9 SC |
6180 | 2003-07-26 Stephane Carrez <[email protected]> |
6181 | ||
6182 | * gdb.texinfo (TUI Keys): Document C-x o key to switch active window. | |
6183 | ||
a9f12a31 DJ |
6184 | 2003-07-24 Daniel Jacobowitz <[email protected]> |
6185 | ||
6186 | * gdbint.texinfo (libgdb components): Correct a GDB to GDBN. | |
6187 | ||
b1fe9455 DJ |
6188 | 2003-07-24 Daniel Jacobowitz <[email protected]> |
6189 | ||
6190 | * gdb.texinfo (Server): Mention pidof. | |
6191 | ||
153721e6 AC |
6192 | 2003-07-22 Andrew Cagney <[email protected]> |
6193 | ||
6194 | * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror | |
6195 | list. | |
6196 | ||
0fac0b41 DJ |
6197 | 2003-06-28 Daniel Jacobowitz <[email protected]> |
6198 | ||
6199 | * gdb.texinfo (Logging output): New chapter. | |
6200 | ||
4e562065 JB |
6201 | 2003-06-24 Joel Brobecker <[email protected]> |
6202 | ||
6203 | * gdb.texinfo (Unsupported languages): New section. | |
6204 | (Languages): Add link to new section. | |
6205 | ||
f2c06f52 AC |
6206 | 2003-06-22 Andrew Cagney <[email protected]> |
6207 | ||
6208 | * gdb.texinfo (Contributors): Mention 6.0 release engineer. | |
6209 | ||
b4177fca DJ |
6210 | 2003-06-22 Daniel Jacobowitz <[email protected]> |
6211 | ||
6212 | * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers. | |
6213 | ||
f418dd93 DJ |
6214 | 2003-06-22 Daniel Jacobowitz <[email protected]> |
6215 | ||
6216 | * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi. | |
6217 | * agentexpr.texi: Retitle section, and change it to an appendix. | |
6218 | Comment out texinfo initialization. Factor a @var{} into two | |
6219 | pieces to prevent makeinfo warnings. | |
6220 | * gdb.texinfo: Add Agent Expressions appendix. | |
6221 | ||
4ca61388 DJ |
6222 | 2003-06-19 Daniel Jacobowitz <[email protected]> |
6223 | ||
6224 | * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED. | |
6225 | ||
07f31aa6 DJ |
6226 | 2003-06-18 Daniel Jacobowitz <[email protected]> |
6227 | ||
5ae4183a | 6228 | * gdb.texinfo (Remote Debugging): New section "Connecting to a |
07f31aa6 DJ |
6229 | remote target". Document the "detach" and "disconnect" commands. |
6230 | (Server, Netware, Debug Session): Reference "Connecting to a | |
6231 | remote target". | |
6232 | (GDB/MI Target Manipulation): Document "-target-disconnect". | |
6233 | ||
2dd0da42 AC |
6234 | 2003-06-13 Andrew Cagney <[email protected]> |
6235 | ||
6236 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
6237 | REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and | |
6238 | BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC. | |
6239 | ||
e7a3abfc JB |
6240 | 2003-06-09 Jim Blandy <[email protected]> |
6241 | ||
6242 | * gdb.texinfo (Separate Debug Files): Remove extra semicolon. | |
6243 | ||
25e3a86b AC |
6244 | 2003-06-08 Andrew Cagney <[email protected]> |
6245 | ||
6246 | * gdbint.texinfo (Target Architecture Definition): Delete | |
6247 | documentation on FRAME_ARGS_ADDRESS_CORRECT. | |
6248 | ||
a9e5fdc2 AC |
6249 | 2003-06-08 Andrew Cagney <[email protected]> |
6250 | ||
6251 | * gdbint.texinfo (Target Architecture Definition): Document | |
6252 | "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP. | |
6253 | ||
b37303ee AF |
6254 | 2003-06-07 Adam Fedor <[email protected]> |
6255 | ||
6256 | * gdb.texinfo: Add Objective-C documentation. | |
6257 | ||
39fe6e80 AC |
6258 | 2003-06-01 Andrew Cagney <[email protected]> |
6259 | ||
6260 | * gdbint.texinfo (Target Architecture Definition): Add "func_addr" | |
6261 | parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr". | |
6262 | ||
125309b2 AC |
6263 | 2003-05-21 Andrew Cagney <[email protected]> |
6264 | ||
6265 | * gdbint.texinfo (Target Architecture Definition): Delete | |
6266 | references to "extract_address" and "store_address". | |
6267 | ||
b8b527c5 AC |
6268 | 2003-05-16 Andrew Cagney <[email protected]> |
6269 | ||
6270 | * gdbint.texinfo (Target Architecture Definition): Replace | |
6271 | REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo, | |
6272 | DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE. | |
6273 | ||
50e3ee83 TR |
6274 | 2003-05-14 Theodore A. Roth <[email protected]> |
6275 | ||
6276 | * gdbint.texinfo (Breakpoint Handling): Correct a double negative. | |
6277 | ||
44e2be90 L |
6278 | 2003-05-10 H.J. Lu <[email protected]> |
6279 | ||
6280 | * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S). | |
6281 | (gdb.dvi): Likewise. | |
6282 | (gdb.pdf): Likewise. | |
6283 | (links2roff): Likewise. | |
6284 | ||
df5215a6 JB |
6285 | 2003-05-08 Jim Blandy <[email protected]> |
6286 | ||
6287 | * gdb.texinfo (Dump/Restore Files): Update documentation for | |
6288 | 'dump', 'append', and 'restore': note that format argument is | |
6289 | optional; simplify presentation of the command variants; and be | |
6290 | more precise about the formats. | |
6291 | ||
5e7b2f39 JB |
6292 | 2003-05-07 Jim Blandy <[email protected]> |
6293 | ||
6294 | * gdb.texinfo (Symbols): Update documentation: 'maint list | |
6295 | symtabs' and 'maint list psymtabs' have been renamed 'maint info | |
6296 | symtabs' and 'maint info psymtabs'. | |
6297 | ||
b1e29e33 AC |
6298 | 2003-05-05 Andrew Cagney <[email protected]> |
6299 | ||
6300 | * gdbint.texinfo (Target Architecture Definition): Make | |
6301 | CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH, | |
6302 | FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and | |
6303 | CALL_DUMMY_BREAKPOINT_OFFSET deprecated. | |
6304 | ||
00905d52 AC |
6305 | 2003-05-04 Andrew Cagney <[email protected]> |
6306 | ||
6307 | * gdb.texinfo (Maintenance Commands): Document "maint print | |
6308 | dummy-frames". | |
6309 | ||
54ff5908 AC |
6310 | 2003-05-04 Andrew Cagney <[email protected]> |
6311 | ||
6312 | * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}. | |
6313 | ||
32e7087d JB |
6314 | 2003-05-03 J. Brobecker <[email protected]> |
6315 | ||
6316 | Thierry Schneider <[email protected]> | |
6317 | * gdb.texinfo (section GDB/MI Symbol Query): Add documentation | |
6318 | for new MI command. | |
6319 | ||
7043d8dc AC |
6320 | 2003-05-03 Andrew Cagney <[email protected]> |
6321 | ||
6322 | * gdbint.texinfo (Target Architecture Definition): Document | |
6323 | push_dummy_code. Add cross references. | |
6324 | ||
e33d66ec EZ |
6325 | 2003-05-02 Elena Zannoni <[email protected]> |
6326 | ||
6327 | * gdb.texinfo (Character Sets): Update to reflect new behavior of | |
6328 | set/show charsets commands. | |
6329 | ||
0ba6dca9 AC |
6330 | 2003-04-28 Andrew Cagney <[email protected]> |
6331 | ||
6332 | * gdbint.texinfo (Target Architecture Definition): Replace | |
6333 | read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp, | |
6334 | DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM. | |
6335 | ||
d7a27068 AC |
6336 | 2003-04-28 Andrew Cagney <[email protected]> |
6337 | ||
6338 | * gdbint.texinfo (Target Architecture Definition): Rename | |
6339 | "tm_print_insn" to "deprecated_tm_print_insn". | |
6340 | ||
44ea7b70 JB |
6341 | 2003-04-09 Jim Blandy <[email protected]> |
6342 | ||
6343 | * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint | |
6344 | list psymtabs'. | |
6345 | ||
fb8f8949 AC |
6346 | 2003-04-08 Andrew Cagney <[email protected]> |
6347 | ||
6348 | * gdbint.texinfo (Target Architecture Definition): Delete | |
6349 | references to EXTRA_FRAME_INFO. | |
6350 | ||
32fb0f22 AC |
6351 | 2003-04-08 Andrew Cagney <[email protected]> |
6352 | ||
6353 | * gdbint.texinfo (Target Architecture Definition): Delete | |
6354 | PRINT_TYPELESS_INTEGER. | |
6355 | ||
6be67e67 JB |
6356 | 2003-04-02 J. Brobecker <[email protected]> |
6357 | ||
6358 | * observer.texi (GDB Observers): Adjust the documentation for the | |
6359 | normal_stop notification to better describe reality. Fix a couple | |
6360 | of minor typos. | |
6361 | ||
4e35d5f0 BR |
6362 | 2003-04-02 Bob Rossi <[email protected]> |
6363 | ||
a9331b3f | 6364 | * gdb.texinfo (GDB/MI Program Control): Add |
4e35d5f0 BR |
6365 | '-file-list-exec-source-file' |
6366 | ||
e8a8712a AC |
6367 | 2003-03-31 Andrew Cagney <[email protected]> |
6368 | ||
6369 | * gdbint.texinfo (Target Architecture Definition): Delete | |
6370 | references to CALL_DUMMY_P. | |
6371 | ||
6c0e89ed AC |
6372 | 2003-03-30 Andrew Cagney <[email protected]> |
6373 | ||
6374 | * gdbint.texinfo (Target Architecture Definition): Remove | |
6375 | reference to TARGET_WRITE_SP. | |
a9331b3f | 6376 | |
378bfd1b AC |
6377 | 2003-03-27 Andrew Cagney <[email protected]> |
6378 | ||
6379 | * gdbint.texinfo (Target Architecture Definition): Remove | |
6380 | references to write_sp. | |
6c0e89ed | 6381 | |
922fbb7b AC |
6382 | 2003-03-27 Andrew Cagney <[email protected]> |
6383 | ||
6384 | * gdb.texinfo (GDB/MI Variable Objects): Replace @include with | |
6385 | chapter body. Use @smallexample instead of @example. | |
6386 | (Annotations): Ditto. | |
6387 | * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and | |
6388 | annotate.texi. | |
6389 | ||
b81774d8 AC |
6390 | 2003-03-26 Andrew Cagney <[email protected]> |
6391 | ||
6392 | * gdbint.texinfo (Target Architecture Definition): Replace | |
6393 | PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and | |
6394 | dummy_addr parameters. | |
6395 | ||
1bf6d5cc AC |
6396 | 2003-03-25 Andrew Cagney <[email protected]> |
6397 | ||
6398 | * gdbint.texinfo (Target Architecture Definition): Delete | |
6399 | reference to CALL_DUMMY_STACK_ADJUST_P. Rename | |
6400 | CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST. | |
6401 | Add reference to PUSH_ARGUMENTS. | |
6402 | ||
618ce49f AC |
6403 | 2003-03-23 Andrew Cagney <[email protected]> |
6404 | ||
6405 | * gdbint.texinfo (Algorithms, Target Architecture Definition): | |
6406 | Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID. | |
6407 | ||
bcd7e15f JB |
6408 | 2003-03-18 J. Brobecker <[email protected]> |
6409 | ||
6410 | * gdbint.texinfo (Algorithms): Add new section describing the | |
6411 | Observer paradigm. | |
6412 | (Top): Add menu entry to new observer appendix. | |
6413 | * observer.texi: New file. | |
6414 | * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on | |
6415 | new observer.texi file. | |
6416 | ||
9fe8321b AC |
6417 | 2003-03-17 Andrew Cagney <[email protected]> |
6418 | ||
6419 | * gdb.texinfo (DATE): Delete. Remove date from titles. Mention | |
6420 | that GNU Press update the manual version number. | |
6421 | ||
ac2adee5 AC |
6422 | 2003-03-12 Andrew Cagney <[email protected]> |
6423 | ||
6424 | * gdbint.texinfo (Target Architecture Definition): Delete | |
6425 | references to get_saved_register. Rename GET_SAVED_REGISTER to | |
6426 | DEPRECATED_GET_SAVED_REGISTER. | |
6427 | ||
749b82f6 AC |
6428 | 2003-03-13 Andrew Cagney <[email protected]> |
6429 | ||
6430 | * gdbint.texinfo (Target Architecture Definition): Replace | |
6431 | POP_FRAME with DEPRECATED_POP_FRAME. Update description. | |
6432 | ||
8bedc050 AC |
6433 | 2003-03-12 Andrew Cagney <[email protected]> |
6434 | ||
6435 | * gdbint.texinfo (Target Architecture Definition): Rename | |
6436 | FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC. | |
a9331b3f | 6437 | |
0ce1b118 CV |
6438 | 2003-03-10 Corinna Vinschen <[email protected]> |
6439 | ||
6440 | * gdb.texinfo: Add File-I/O documentation. | |
6441 | ||
12cc2063 AC |
6442 | 2003-03-10 Andrew Cagney <[email protected]> |
6443 | ||
6444 | * gdbint.texinfo (Target Architecture Definition): Cross reference | |
6445 | FRAME_SAVED_PC to unwind_pc. Document unwind_pc. | |
6446 | ||
7453dc06 AC |
6447 | 2003-03-07 Andrew Cagney <[email protected]> |
6448 | ||
6449 | * gdb.texinfo (Debugging Output): Mention the "set/show debug | |
6450 | frame" command. | |
6451 | ||
6314f104 AC |
6452 | 2003-03-05 Andrew Cagney <[email protected]> |
6453 | ||
6454 | * gdbint.texinfo (Target Architecture Definition): Document | |
6455 | unwind_dummy_id. Cross reference unwind_dummy_id and | |
6456 | SAVE_DUMMY_FRAME_TOS. | |
6457 | ||
f1212245 DJ |
6458 | 2003-03-05 James Ingham <[email protected]> |
6459 | Daniel Jacobowitz <[email protected]> | |
6460 | ||
6461 | * gdb.texinfo (Configuring the current ABI): Document "set cp-abi" | |
6462 | and "show cp-abi". | |
6463 | ||
77e7e267 AC |
6464 | 2003-03-03 Andrew Cagney <[email protected]> |
6465 | ||
6466 | * gdbint.texinfo (Target Architecture Definition): Document | |
6467 | register_type. | |
6468 | ||
838a8221 AC |
6469 | 2003-03-03 Andrew Cagney <[email protected]> |
6470 | ||
6471 | * stabs.texinfo (Structures): Use @samp and separate @var's | |
6472 | instead of a single @var containing a comma separated list. | |
6473 | (Unions): Ditto. | |
6474 | ||
d7f4a264 DJ |
6475 | 2003-03-02 Daniel Jacobowitz <[email protected]> |
6476 | ||
6477 | * Makefile.in (distclean): Remove config.log. | |
6478 | ||
f30ee0bc AC |
6479 | 2003-03-01 Andrew Cagney <[email protected]> |
6480 | ||
6481 | * gdbint.texinfo (Target Architecture Definition): Rename | |
6482 | FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS. | |
6483 | ||
6484 | 2003-03-01 Andrew Cagney <[email protected]> | |
e9582e71 AC |
6485 | |
6486 | * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to | |
6487 | DEPRECATED_INIT_EXTRA_FRAME_INFO. | |
6488 | ||
be448670 CF |
6489 | 2003-02-23 Raoul Gough <[email protected]> |
6490 | ||
6491 | * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols. | |
6492 | (Non-debug DLL symbols): New node, describing the minimal symbols | |
6493 | loaded from DLLs without real debugging symbols. | |
6494 | ||
501eef12 AC |
6495 | 2003-02-20 Andrew Cagney <[email protected]> |
6496 | ||
6497 | * gdb.texinfo (Set Breaks): Add cross reference to "set remote | |
6498 | hardware-breakpoint-limit". | |
6499 | (Set Watchpoints): Add cross reference to "set remote | |
6500 | hardware-watchpoint-limit". | |
6501 | (Remote configuration options): New section. | |
6502 | ||
21c294e6 AC |
6503 | 2003-02-04 Andrew Cagney <[email protected]> |
6504 | ||
e9be73e4 AC |
6505 | * gdbint.texinfo (Target Architecture Definition): Delete |
6506 | descrption of IS_TRAPPED_INTERNALVAR. | |
6507 | ||
21c294e6 AC |
6508 | From Keith Seitz <[email protected]>: |
6509 | * gdb.texinfo (Interpreters): New chapter. Refer the command-line | |
6510 | option "-i"/"--interpreter" to this chapter. Include index | |
6511 | entries. | |
6512 | ||
0179ffac DC |
6513 | 2003-02-04 David Carlton <[email protected]> |
6514 | ||
6515 | * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+. | |
6516 | (Variables): Recommend stabs+ and DWARF 2. | |
6517 | (C plus plus expressions): Correct info about | |
6518 | compiler versions, debug formats. | |
6519 | (Contributors): Change 'DWARF2' to 'DWARF 2'. | |
6520 | PR symtab/874. | |
6521 | ||
7ca9f392 AC |
6522 | 2003-02-01 Andrew Cagney <[email protected]> |
6523 | ||
6524 | * gdbint.texinfo (Target Architecture Definition): Delete | |
6525 | description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES, | |
6526 | ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and | |
6527 | BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with | |
6528 | references to nindy and i960. | |
6529 | * gdb.texinfo (i960): Delete all references to i960 and nindy. | |
6530 | ||
31a85ea2 AC |
6531 | 2003-02-01 Andrew Cagney <[email protected]> |
6532 | ||
6533 | * gdbint.texinfo (Target Architecture Definition): Delete | |
6534 | FLOAT_INFO. | |
6535 | ||
6b894e49 AC |
6536 | 2003-01-30 Andrew Cagney <[email protected]> |
6537 | ||
6538 | * stabs.texinfo (Member Type Descriptor): Clarify description of | |
6539 | `@'. Suggested by Ben Hutchings. | |
6540 | ||
c48861fb AC |
6541 | 2003-01-29 Andrew Cagney <[email protected]> |
6542 | ||
6543 | * gdb.texinfo (M68K): Delete reference to es1800. | |
6544 | ||
617073a9 AC |
6545 | 2003-01-29 Andrew Cagney <[email protected]> |
6546 | ||
6547 | * gdb.texinfo (Maintenance Commands): Document `maint print | |
6548 | reggroups' and `maint print register-groups'. | |
6549 | * gdbint.texinfo (Target Architecture Definition): Document | |
6550 | register_reggroup_p. | |
6551 | ||
5b5d99cf JB |
6552 | 2003-01-23 Jim Blandy <[email protected]> |
6553 | ||
6554 | * gdb.texinfo (Separate Debug Files): New section. | |
6555 | ||
e7ba9c65 DJ |
6556 | 2003-01-22 Daniel Jacobowitz <[email protected]> |
6557 | ||
6558 | * gdb.texinfo (Maintenance Commands): Add "maint set profile" | |
6559 | and "maint show profile". | |
6560 | ||
94e91d6d MC |
6561 | 2003-01-16 Michael Chastain <[email protected]> |
6562 | ||
6563 | * gdb.texinfo (Installing GDB): Warn against | |
6564 | ".../gdb-VERSION/gdb/configure". | |
6565 | (Separate Objdir): Likewise. | |
6566 | ||
867f3898 AC |
6567 | 2003-01-15 Andrew Cagney <[email protected]> |
6568 | ||
6569 | * gdbint.texinfo (Target Architecture Definition): Delete | |
6570 | definition of PRINT_REGISTER_HOOK. | |
6571 | ||
f153cc92 EZ |
6572 | 2003-01-15 Elena Zannoni <[email protected]> |
6573 | ||
6574 | (OpenRISC 1000): Fix formatting of command names. | |
6575 | ||
c60eb6f1 EZ |
6576 | 2003-01-15 Elena Zannoni <[email protected]> |
6577 | ||
6578 | * gdb.texinfo (Continuing and Stepping): Add new command | |
6579 | 'advance'. Clarify behavior of 'until'. | |
6580 | ||
f5ebfba0 DJ |
6581 | 2003-01-13 Daniel Jacobowitz <[email protected]> |
6582 | ||
6583 | * gdb.texinfo (Files): Document solib-absolute-prefix and | |
6584 | solib-search-path. | |
6585 | ||
4ce8657e MC |
6586 | 2003-01-09 Michael Chastain <[email protected]> |
6587 | ||
6588 | * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete. | |
6589 | (Create a Release): Add new instructions for new @file{src-release}. | |
6590 | Document existing instructions for @file{Makefile.in} as | |
6591 | being for @value{GDBN} 5.3.1 or earlier. | |
6592 | ||
372613e3 AC |
6593 | 2003-01-09 Andrew Cagney <[email protected]> |
6594 | ||
6595 | * gdbint.texinfo (Target Architecture Definition): Mention | |
6596 | frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to | |
6597 | allocate memory. | |
6598 | ||
b4e9345d DJ |
6599 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
6600 | ||
6601 | * gdb.texinfo (Controlling GDB): Add @kindex for | |
6602 | "show osabi". | |
6603 | (Backtraces): Add @kindex's for backtrace-below-main. | |
6604 | ||
98b45e30 DJ |
6605 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
6606 | ||
6607 | * gdb.texinfo (Controlling GDB): Document "set osabi". | |
6608 | ||
95f90d25 DJ |
6609 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
6610 | ||
6611 | * gdb.texinfo (Backtraces): Document "set backtrace-below-main". | |
6612 | * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation. | |
6613 | ||
1e698235 DJ |
6614 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
6615 | ||
6616 | * gdb.texinfo (Controlling GDB): Add ABI section. Document | |
6617 | "set coerce-float-to-double". | |
6618 | * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation. | |
6619 | ||
e632838e AC |
6620 | 2003-01-02 Andrew Cagney <[email protected]> |
6621 | ||
6622 | * stabs.texinfo: Remove obsolete text. | |
6623 | * gdbint.texinfo: Ditto. | |
6624 | * gdb.texinfo: Ditto. | |
6625 | ||
c133ab7a MK |
6626 | 2002-12-22 Mark Kettenis <[email protected]> |
6627 | ||
6628 | * gdbint.texinfo (Target Architecture Definition): Update | |
6629 | description of gdbarch_register_osabi. | |
6630 | ||
f821f325 KH |
6631 | 2002-12-20 Kazu Hirata <[email protected]> |
6632 | ||
6633 | * agentexpr.texi: Fix typos. | |
6634 | * annotate.texi: Likewise. | |
6635 | * fdl.texi: Likewise. | |
6636 | ||
85a6d8d3 | 6637 | 2002-12-10 Andrew Cagney <[email protected]> |
a5afb99f AC |
6638 | |
6639 | * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with | |
6640 | DEPRECATED_INIT_FRAME_PC. | |
6641 | ||
ae45cd16 AC |
6642 | 2002-12-01 Andrew Cagney <[email protected]> |
6643 | ||
6644 | * gdbint.texinfo (Target Architecture Definition): Delete | |
6645 | PC_IN_CALL_DUMMY. | |
6646 | ||
07555a72 AC |
6647 | 2002-11-28 Andrew Cagney <[email protected]> |
6648 | ||
6649 | * gdbint.texinfo (Host Definition): Delete documentation on | |
6650 | USE_GENERIC_DUMMY_FRAMES. | |
6651 | ||
c166cdc7 EZ |
6652 | 2002-11-26 Elena Zannoni <[email protected]> |
6653 | ||
5ae4183a | 6654 | Fix PR gdb/723 and PR gdb/245. |
c166cdc7 EZ |
6655 | * Makefile.in (install-info): Run the install-info command as part |
6656 | of the post install steps only. | |
6657 | (uninstall-info): New target. | |
6658 | (uninstall): New target. | |
6659 | ||
35db0260 EZ |
6660 | 2002-11-22 Elena Zannoni <[email protected]> |
6661 | ||
6662 | * Makefile.in (install): Make install do some real work. | |
6663 | ||
9ba8d803 AC |
6664 | 2002-11-19 Andrew Cagney <[email protected]> |
6665 | ||
6666 | Fix POSIX problem reported by Paul Eggert. | |
6667 | * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'. | |
6668 | Fix PR gdb/527. | |
6669 | ||
903ad3a6 AC |
6670 | 2002-10-26 Andrew Cagney <[email protected]> |
6671 | ||
6672 | * gdbint.texinfo (Target Architecture Definition): Delete | |
6673 | definition of DO_REGISTERS_INFO. | |
6674 | ||
f2abfe65 KB |
6675 | 2002-10-18 Kevin Buettner <[email protected]> |
6676 | ||
6677 | * gdbint.texinfo (Address Classes): Fix problems with insertion | |
6678 | of ``{'' and ``}'' in example. | |
6679 | ||
b5b0480a KB |
6680 | 2002-10-17 Kevin Buettner <[email protected]> |
6681 | ||
6682 | * gdbint.texinfo (Address Classes): New section. | |
6683 | (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, | |
6684 | ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS, | |
6685 | ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and | |
6686 | ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P. | |
6687 | ||
c85508ee KD |
6688 | 2002-10-11 Klee Dienes <[email protected]> |
6689 | ||
6690 | * gdb.texinfo (Registers): Mention vector registers as well as | |
6691 | floating registers in the documentation for 'info registers' and | |
6692 | 'info all-registers'. | |
6693 | ||
6d12fc3d DJ |
6694 | 2002-10-11 Daniel Jacobowitz <[email protected]> |
6695 | ||
6696 | * gdbint.texinfo (CPLUS_MARKER): Remove item. | |
6697 | ||
8d19fbd2 JJ |
6698 | 2002-10-03 Jeff Johnston <[email protected]> |
6699 | ||
6700 | * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int | |
6701 | interface definition. | |
6702 | ||
a37295f9 MM |
6703 | 2002-10-03 Marko Mlinar <[email protected]> |
6704 | ||
6705 | * gdb.texinfo (Target Commands): Add or1k target specific | |
6706 | commands. | |
6707 | * gdb.texinfo (Contributors): Add myself to the contributors list. | |
6708 | ||
da0f9dcd AC |
6709 | 2002-10-01 Andrew Cagney <[email protected]> |
6710 | ||
6711 | * gdb.texinfo (Mode Options): Update --interpreter option. "mi2" | |
6712 | and "mi1" instead of "mi1" and "mi0". | |
6713 | ||
2e834e49 HPN |
6714 | 2002-09-29 Hans-Peter Nilsson <[email protected]> |
6715 | ||
6716 | * gdb.texinfo (Packets): Fix typos "alligned". | |
6717 | Correct z3/Z3 description. Correct z4/Z4 title. | |
6718 | ||
050be0dc AC |
6719 | 2002-09-27 Andrew Cagney <[email protected]> |
6720 | ||
6721 | * all-cfg.texi: Use @sc for GDB and GCC. Update copyright. | |
6722 | ||
1104b9e7 KB |
6723 | 2002-09-25 Kevin Buettner <[email protected]> |
6724 | ||
6725 | * gdb.texinfo: Use GNU/Linux instead of Linux. | |
6726 | ||
512217c7 AC |
6727 | 2002-09-25 Andrew Cagney <[email protected]> |
6728 | ||
6729 | * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''. | |
6730 | ||
10998722 AC |
6731 | 2002-09-24 Andrew Cagney <[email protected]> |
6732 | ||
512217c7 | 6733 | * gdb.texinfo: Replace @example with @smallexample. |
10998722 | 6734 | |
a0eb71c5 KB |
6735 | 2002-09-20 Kevin Buettner <[email protected]> |
6736 | ||
f7dc1244 | 6737 | From Eli Zaretskii <[email protected]>: |
a0eb71c5 KB |
6738 | * gdb.texinfo (Character Sets): Use @smallexample instead of |
6739 | @example. Use GNU/Linux instead of Linux. | |
6740 | ||
6741 | 2002-09-20 Jim Blandy <[email protected]> | |
6742 | ||
6743 | * gdb.texinfo: Add character set documentation. | |
6744 | ||
2f870471 AC |
6745 | 2002-09-19 Andrew Cagney <[email protected]> |
6746 | ||
6747 | * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation. | |
6748 | (Packets): Add cross reference from `b' packet to `z' packets. | |
6749 | ||
790eb8f5 AC |
6750 | 2002-09-19 Andrew Cagney <[email protected]> |
6751 | ||
8d30a00d AC |
6752 | * gdb.texinfo (Maintenance Commands): Document ``maint |
6753 | internal-error'' and ``maint internal-warning''. | |
6754 | ||
790eb8f5 AC |
6755 | * gdbint.texinfo (Target Architecture Definition): Revise |
6756 | description of STACK_ALIGN. Add description of FRAME_ALIGN. | |
6757 | ||
a23a7bf1 JB |
6758 | 2002-09-19 Joel Brobecker <[email protected]> |
6759 | ||
6760 | * gdbint.texinfo (Target Conditionals): Document the new | |
6761 | NAME_OF_MALLOC macro. | |
6762 | ||
299ffc64 AC |
6763 | 2002-09-05 Andrew Cagney <[email protected]> |
6764 | ||
6765 | * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release | |
6766 | engineer. | |
6767 | ||
b7bb15bc SC |
6768 | 2002-09-02 Stephane Carrez <[email protected]> |
6769 | ||
6770 | * gdb.texinfo (TUI Overview): Document status line fields. | |
6771 | ||
3d757584 SC |
6772 | 2002-09-02 Stephane Carrez <[email protected]> |
6773 | ||
6774 | * gdb.texinfo (TUI Commands): Document info win command. | |
6775 | ||
269c21fe SC |
6776 | 2002-09-01 Stephane Carrez <[email protected]> |
6777 | ||
6778 | * gdb.texinfo (TUI Overview): Document breakpoint markers. | |
6779 | ||
7cf36c78 SC |
6780 | 2002-09-01 Stephane Carrez <[email protected]> |
6781 | ||
6782 | * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode. | |
6783 | (TUI Keys): Likewise. | |
6784 | ||
d2c6833e AC |
6785 | 2002-08-25 Andrew Cagney <[email protected]> |
6786 | ||
6787 | * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-'' | |
6788 | for a packet receive. | |
6789 | ||
46d8b1c3 AC |
6790 | 2002-08-25 Andrew Cagney <[email protected]> |
6791 | ||
6792 | * Makefile.in (clean): Move to end of file. | |
6793 | (distclean, maintainer-clean, realclean): Ditto. | |
6794 | (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS, | |
6795 | GDBINT_TEX_TMPS, STABS_TEX_TMPS. | |
6796 | (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi. | |
6797 | (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto. | |
6798 | ||
b0787093 AC |
6799 | 2002-08-24 Andrew Cagney <[email protected]> |
6800 | ||
6801 | * Makefile.in (GDBINT_TEX_TMPS): Define. | |
6802 | (gdbint.dvi, gdbint.pdf): Use | |
6803 | (GDB_TEX_TMPS): Define. | |
6804 | (gdb.dvi, gdb.pdf): Use. | |
6805 | (STABS_TEX_TMPS): Define. | |
6806 | (stabs.dvi, stabs.pdf): Use. | |
6807 | (GDB_DOC_SOURCE_INCLUDES): New macros. | |
6808 | (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros. | |
6809 | (GDBINT_DOC_FILES_INCLUDES): New macros. | |
6810 | (GDBINT_DOC_BUILD_INCLUDES): New macros. | |
6811 | (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros. | |
6812 | (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros. | |
6813 | (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros. | |
6814 | (links2roff): Replace SFILES_INCLUDED with | |
6815 | GDB_DOC_SOURCE_INCLUDES. | |
6816 | (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies. | |
6817 | (gdb.me, gdb.mm, gdb.ms): Update dependencies. | |
6818 | (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update | |
6819 | dependencies. | |
6820 | (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update | |
6821 | dependencies. | |
6822 | (gdbmi.texinfo): Delete rule. | |
6823 | (inc-hist.texinfo): Delete rule. | |
6824 | (rluser.texinfo): Delete rule. | |
6825 | ||
ebba8386 AC |
6826 | 2002-08-23 Andrew Cagney <[email protected]> |
6827 | ||
6828 | * gdbint.texinfo (Target Architecture Definition): Update | |
6829 | STORE_RETURN_VALUE, mention regcache. | |
6830 | ||
0ab7a791 AC |
6831 | 2002-08-21 Andrew Cagney <[email protected]> |
6832 | ||
6833 | * gdbint.texinfo (Target Architecture Definition): Document | |
6834 | print_registers_info. Note that DO_REGISTERS_INFO is deprecated. | |
6835 | ||
ee2d5c50 AC |
6836 | 2002-08-19 Andrew Cagney <[email protected]> |
6837 | ||
6838 | * gdb.texinfo (Remote Protocol): Reformat. Use cross references. | |
6839 | Fix minor typos. Add index entries. | |
6840 | ||
53c69bd7 AC |
6841 | 2002-08-18 Andrew Cagney <[email protected]> |
6842 | ||
6843 | * gdb.texinfo (Data): Add ``Vector Unit'' to menu. | |
6844 | ||
e76f1f2e AC |
6845 | 2002-08-15 Andrew Cagney <[email protected]> |
6846 | ||
6847 | * gdbint.texinfo (Target Architecture Definition): Document | |
6848 | PRINT_VECTOR_INFO. | |
6849 | * gdb.texinfo (Vector Unit): Document "info vectors" command. | |
6850 | ||
0680b120 AC |
6851 | 2002-08-13 Andrew Cagney <[email protected]> |
6852 | ||
6853 | * gdb.texinfo (Maintenance Commands): Document "maint print | |
6854 | registers", "maint print raw-registers" and "maint print | |
6855 | cooked-registers". | |
6856 | ||
3c3bea1c GS |
6857 | 2002-08-08 Grace Sainsbury <[email protected]> |
6858 | ||
a9331b3f | 6859 | From Mark Salter: |
3c3bea1c GS |
6860 | * gdb.texinfo (Protocol): Document T packet extension to |
6861 | allow watchpoint address reporting. | |
6862 | ||
42f9b0a5 AC |
6863 | 2002-08-03 Andrew Cagney <[email protected]> |
6864 | ||
6865 | * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var. | |
6866 | ||
db034ac5 AC |
6867 | 2002-08-01 Andrew Cagney <[email protected]> |
6868 | ||
6869 | * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references | |
6870 | to CHILL. | |
6871 | ||
e2b28d04 AC |
6872 | 2002-08-01 Andrew Cagney <[email protected]> |
6873 | ||
6874 | * gdbint.texinfo (Coding): Revise section "Include Files". | |
6875 | ||
7fb623f7 AC |
6876 | 2002-07-24 Andrew Cagney <[email protected]> |
6877 | ||
6878 | * gdbint.texinfo: Obsolete references to m88k. | |
6879 | * gdb.texinfo: Ditto. | |
6880 | ||
4a2b4636 JB |
6881 | 2002-07-10 Joel Brobecker <[email protected]> |
6882 | ||
7fb623f7 | 6883 | * gdbint.texinfo (Create a release candiate): Add the location |
4a2b4636 JB |
6884 | where the proper version of autoconf can be retrieved. |
6885 | ||
a71ec265 DH |
6886 | 2002-07-09 Don Howard <[email protected]> |
6887 | ||
6888 | * gdb.texinfo (Command Files): Further describe the behavior of | |
6889 | sourced command files. | |
6890 | ||
b9aa90c9 AC |
6891 | 2002-06-27 Andrew Cagney <[email protected]> |
6892 | ||
6893 | * gdbint.texinfo (User Interface): ISO C rather than ISO-C. | |
6894 | (Coding): Clarify ISO C version that GDB assumes. | |
6895 | ||
40dd2248 TT |
6896 | 2002-06-26 Tom Tromey <[email protected]> |
6897 | ||
6898 | * gdbint.texinfo (User Interface): Mention add_setshow_cmd and | |
6899 | add_setshow_cmd_full. | |
6900 | ||
bfac230e DH |
6901 | 2002-06-25 Don Howard <[email protected]> |
6902 | ||
6903 | * gdb.texinfo (Memory Region Attributes): Document new behavior | |
6904 | for 'mem' command. | |
6905 | ||
475b0867 JB |
6906 | 2002-06-11 Jim Blandy <[email protected]> |
6907 | ||
919d772c JB |
6908 | * gdb.texinfo (Symbols): Update documentation for `info source' |
6909 | command. | |
6910 | ||
475b0867 JB |
6911 | * gdb.texinfo (Macros): Call the command `info macro', not |
6912 | `show macro'. | |
6913 | ||
ba8c9337 AC |
6914 | 2002-06-09 Andrew Cagney <[email protected]> |
6915 | ||
6916 | * gdbint.texinfo (Coding): Add section ``Per-architecture module | |
6917 | data''. | |
6918 | ||
1029b7fa MK |
6919 | 2002-06-09 Mark Kettenis <[email protected]> |
6920 | ||
6921 | * gdbint.texinfo (Target Architecture Definition): Document | |
6922 | GDB_OSABI_GO32 and GDB_OSABI_NETWARE. | |
6923 | ||
16737d73 AC |
6924 | 2002-06-08 Andrew Cagney <[email protected]> |
6925 | ||
6926 | * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet | |
6927 | lists. | |
6928 | ||
30107679 AC |
6929 | 2002-06-08 Andrew Cagney <[email protected]> |
6930 | ||
6931 | * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the | |
6932 | Branch''. | |
6933 | ||
3352e23e AC |
6934 | 2002-06-01 Andrew Cagney <[email protected]> |
6935 | ||
6936 | * gdbint.texinfo (Target Architecture Definition): Add section | |
6937 | ``Converting an existing Target Architecture to Multi-arch''. | |
6938 | ||
cbb09e6a AC |
6939 | 2002-05-30 Andrew Cagney <[email protected]> |
6940 | ||
6941 | * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code'' | |
6942 | to ``Obsoleting code''. Revise. | |
6943 | ||
e2e0bcd1 JB |
6944 | 2002-05-17 Jim Blandy <[email protected]> |
6945 | ||
6946 | * gdb.texinfo (C Preprocessor Macros): New chapter. | |
6947 | Include it in the main menu. | |
6948 | (Contributors): Credit Jim Blandy with macro support. | |
6949 | (Compilation): Explain how to get macro information into the | |
6950 | executable. | |
6951 | (Expressions): Note that preprocessor macros are expanded. | |
6952 | ||
9db8d71f DJ |
6953 | 2002-05-14 Daniel Jacobowitz <[email protected]> |
6954 | ||
6955 | * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:' | |
6956 | options for `target remote'. | |
6957 | ||
6d531722 AC |
6958 | 2002-05-13 Andrew Cagney <[email protected]> |
6959 | ||
6960 | * gdbint.texinfo (Target Architecture Definition): Delete | |
6961 | documentation on NNPC_REGNUM. | |
6962 | ||
13d01224 AC |
6963 | 2002-05-11 Andrew Cagney <[email protected]> |
6964 | ||
6965 | * gdbint.texinfo (Target Architecture Definition): Document | |
6966 | REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P. | |
6967 | (Target Architecture Definition): Revise section `Using Different | |
6968 | Register and Memory Data Representations'. Add section `Raw and | |
6969 | Virtual Register Representations'. | |
6970 | ||
b2e75d78 AC |
6971 | 2002-05-11 Andrew Cagney <[email protected]> |
6972 | ||
6973 | * gdbint.texinfo (Target Architecture Definition): Mention | |
6974 | defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE. | |
6975 | (Target Architecture Definition): Mention same. Add references to | |
6976 | web pages. | |
6977 | ||
2c8682ee MS |
6978 | 2002-05-08 Michael Snyder <[email protected]> |
6979 | ||
6980 | * stabs.texinfo (Attributes): Document new "vector" attribute. | |
6981 | ||
0816590b AC |
6982 | 2002-05-04 Andrew Cagney <[email protected]> |
6983 | ||
6984 | * gdbint.texinfo (Releasing GDB): Revise `Create a Release'. | |
6985 | ||
2653173e AC |
6986 | 2002-05-04 Andrew Cagney <[email protected]> |
6987 | ||
6988 | * gdb.texinfo: Delete obsolete references to a29k. | |
6989 | ||
d7bd68ca AC |
6990 | 2002-04-24 Andrew Cagney <[email protected]> |
6991 | ||
6992 | * gdbint.texinfo (Target Architecture Definition): Replace | |
6993 | IN_SIGTRAMP with PC_IN_SIGTRAMP. | |
6994 | ||
21d83aa5 DM |
6995 | 2002-04-24 David S. Miller <[email protected]> |
6996 | ||
6997 | * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition. | |
6998 | ||
7673a6cc DM |
6999 | 2002-04-21 David S. Miller <[email protected]> |
7000 | ||
7001 | * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition. | |
7002 | ||
d49d1e0a AC |
7003 | 2002-04-21 Andrew Cagney <[email protected]> |
7004 | ||
7005 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7006 | definition of HAVE_REGISTER_WINDOWS. | |
7007 | ||
f7dc1244 | 7008 | 2002-04-19 Eli Zaretskii <[email protected]> |
4be31470 EZ |
7009 | |
7010 | * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by | |
7011 | "Theodore A. Roth" <[email protected]>. | |
7012 | ||
5ca0cb28 DH |
7013 | 2002-04-15 Don Howard <[email protected]> |
7014 | ||
f7dc1244 | 7015 | From Eli Zaretskii <[email protected]> |
5ca0cb28 | 7016 | * gdb.texinfo (show max-user-call-depth): Correct formatting. |
a9331b3f | 7017 | Provide a better explaination of this feature. |
5ca0cb28 | 7018 | |
f208ba17 AC |
7019 | 2002-04-14 Andrew Cagney <[email protected]> |
7020 | ||
7021 | * gdbint.texinfo (Target Architecture Definition): Remove | |
7022 | FRAME_CHAIN_COMBINE. | |
7023 | ||
d5ba91de MC |
7024 | 2002-04-12 Michael Chastain <[email protected]> |
7025 | ||
7026 | * gdbint.texinfo (Obsolete Conditionals): Remove reference to | |
7027 | REG_STACK_SEGMENT. | |
7028 | ||
26818220 MC |
7029 | 2002-04-09 Michael Chastain <[email protected]> |
7030 | ||
7031 | * gdbint.texinfo (Obsolete Conditionals): Remove references to | |
7032 | PYRAMID_* macros. | |
7033 | ||
129188f6 AC |
7034 | 2002-04-07 Andrew Cagney <[email protected]> |
7035 | ||
7036 | * gdb.texinfo (Bug Reporting): Document that the web is the | |
7037 | prefered way of submitting bug reports. | |
7038 | (Bug Reporting): Delete the s-mail address as the last resort. | |
7039 | ||
8227c0ff AC |
7040 | 2002-04-05 Andrew Cagney <[email protected]> |
7041 | ||
7042 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7043 | references to TARGET_WRITE_FP and write_fp. | |
7044 | ||
16d9dec6 MS |
7045 | 2002-03-27 Michael Snyder <[email protected]> |
7046 | ||
7047 | * gdb.texinfo: Document new commands dump, append, and restore. | |
7048 | ||
9ae8b82c AC |
7049 | 2002-03-27 Andrew Cagney <[email protected]> |
7050 | ||
7051 | * gdbint.texinfo (Releasing GDB): Revise the section `Before the | |
7052 | Branch'. | |
7053 | ||
474c8240 AC |
7054 | 2002-03-18 Andrew Cagney <[email protected]> |
7055 | ||
7056 | * gdb.texinfo: Change all examples to @smallexample. | |
7057 | * gdbint.texinfo: Ditto. | |
a9331b3f | 7058 | |
fb0ff88f AC |
7059 | 2002-03-18 Andrew Cagney <[email protected]> |
7060 | ||
7061 | * gdbint.texinfo (Releasing GDB): Add section ``Versions and | |
7062 | Branches''. | |
7063 | ||
9bb0a4d8 AC |
7064 | 2002-03-18 Andrew Cagney <[email protected]> |
7065 | ||
7066 | * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit | |
7067 | Policy''. | |
7068 | ||
937f164b FF |
7069 | 2002-03-04 Fred Fish <[email protected]> |
7070 | ||
7071 | * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred, | |
7072 | expresson, suports, dependant, trhe, perhaphs, situtations, | |
7073 | explictily, taged, oportunity, unfortunatly). | |
7074 | ||
a7b40f07 AC |
7075 | 2002-02-24 Andrew Cagney <[email protected]> |
7076 | ||
7077 | * Makefile.in (gdb.info): Add explicit path to gdb.texinfo. | |
7078 | Remove reference to 3.12. | |
7079 | ||
aab4e0ec AC |
7080 | 2002-02-23 Andrew Cagney <[email protected]> |
7081 | ||
7082 | * gdbint.texinfo: Include fdl.texi. | |
7083 | (Top): Add GNU Free Documentation License. | |
7084 | * Makefile.in (SFILES_INCLUDED): Add gpl.texi. | |
7085 | (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi. | |
7086 | (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi. | |
7087 | (gdbint.info): Add srcdir to include path. | |
7088 | * gdb.texinfo: Include gpl.texi. | |
7089 | (Top): Add Copying. | |
7090 | * gpl.texi: New file. | |
7091 | ||
47b95330 AC |
7092 | 2002-02-23 Andrew Cagney <[email protected]> |
7093 | ||
7094 | * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com. | |
7095 | ||
78c47bea PM |
7096 | 2002-02-19 Pierre Muller <[email protected]> |
7097 | ||
7098 | * gdb.texinfo: Document Cygwin native specific commands. | |
7099 | ||
56460a61 DJ |
7100 | 2002-02-15 Daniel Jacobowitz <[email protected]> |
7101 | ||
7102 | * gdb.texinfo: Document gdbserver ``--attach'' command. | |
7103 | ||
def71bfa MS |
7104 | 2002-02-07 Michael Snyder <[email protected]> |
7105 | ||
7106 | * gdb.texinfo (overlays): Change @var(_ovly_debug_event) | |
7107 | to @code(_ovly_debug_event). | |
7108 | ||
c928edc0 AC |
7109 | 2002-02-07 Andrew Cagney <[email protected]> |
7110 | ||
7111 | * gdb.texinfo (How Overlays Work): Shrink the overlay diagram. | |
7112 | ||
81d46470 MS |
7113 | 2002-02-06 Michael Snyder <[email protected]> |
7114 | ||
7115 | * gdb.texinfo (overlays): Mention new magic symbol | |
7116 | '_ovly_debug_event', which allows GDB to keep better track | |
7117 | of overlays. | |
7118 | ||
f7dc1244 | 7119 | 2002-02-03 Eli Zaretskii <[email protected]> |
6ca652b0 EZ |
7120 | |
7121 | * gdb.texinfo (Memory Region Attributes): Fix the wording. | |
7122 | Suggested by Dmitry Sivachenko. | |
7123 | ||
7124 | * (<many nodes>): Fix the spelling and punctuation of "i.e.". | |
7125 | ||
15110bc3 MS |
7126 | 2002-02-01 Michael Snyder <[email protected]> |
7127 | ||
7128 | * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}. | |
7129 | ||
6763aef9 MS |
7130 | 2002-01-30 Michael Snyder <[email protected]> |
7131 | ||
ac282366 MS |
7132 | * gdb.texinfo: (remote protocol): Gramatical fix-up. |
7133 | (set trust-readonly-sections): Document. | |
6763aef9 | 7134 | |
8642bc8f AC |
7135 | 2002-01-29 Andrew Cagney <[email protected]> |
7136 | ||
7137 | * gdbint.texinfo (Releasing GDB): Revise and update. | |
7138 | ||
afe64c1a AC |
7139 | 2002-01-28 Andrew Cagney <[email protected]> |
7140 | ||
7141 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7142 | description of TARGET_BYTE_ORDER_DEFAULT. | |
7143 | ||
f7dc1244 | 7144 | 2002-01-27 Eli Zaretskii <[email protected]> |
59649f2e EZ |
7145 | |
7146 | * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko | |
7147 | <[email protected]>. | |
7148 | ||
3d6e1b5a AC |
7149 | 2002-01-23 Andrew Cagney <[email protected]> |
7150 | ||
7151 | * libgdb.texinfo: Delete file. | |
7152 | ||
6c0e9fb3 AC |
7153 | 2002-01-22 Andrew Cagney <[email protected]> |
7154 | ||
7155 | * gdb.texinfo: Remove makeinfo 3.12 hacks. | |
7156 | * gdbint.texinfo: Ditto. | |
7157 | ||
e0ce93ac AC |
7158 | Tue Jan 22 11:57:38 2002 Andrew Cagney <[email protected]> |
7159 | ||
7160 | * gdb.texinfo: Fix typo ``Remove' -> ``Remote''. | |
7161 | ||
be298bcc AC |
7162 | 2002-01-22 Andrew Cagney <[email protected]> |
7163 | ||
7164 | * Makefile.in: Update copyright. | |
7165 | (TEXI2DVI): Define. | |
7166 | (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI. | |
7167 | (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on | |
7168 | gdb-cfg.texi. | |
7169 | (TEXINDEX, PDFTEX): Delete makefile variables. | |
7170 | ||
8e04817f AC |
7171 | 2002-01-22 Andrew Cagney <[email protected]> |
7172 | ||
7173 | * gdb.texinfo (Protocol): Move section to appendix. | |
7174 | ||
6b2f586d AC |
7175 | 2002-01-21 Andrew Cagney <[email protected]> |
7176 | ||
7177 | * gdb.texinfo (Remote Debugging): Create a menu. | |
7178 | (Top): Add ``Remote Debugging'' to menu. | |
7179 | ||
6f05cf9f AC |
7180 | 2002-01-21 Andrew Cagney <[email protected]> |
7181 | ||
7182 | * gdb.texinfo (Remote): Move the sub-section ``The GDB remote | |
7183 | serial protocol'' from here. | |
7184 | (Remote Debugging): To here. New chapter. | |
7185 | ||
3fd3d7d2 AC |
7186 | 2002-01-20 Andrew Cagney <[email protected]> |
7187 | ||
7188 | * gdbint.texinfo (Target Architecture Definition): Delete | |
7189 | description of TARGET_BYTE_ORDER_SELECTABLE_P. | |
7190 | ||
7fd60527 AC |
7191 | 2002-01-20 Andrew Cagney <[email protected]> |
7192 | ||
7193 | * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh | |
7194 | are no longer needed. | |
7195 | (Porting GDB): Add maintainer note about configure.host. | |
7196 | ||
c2f05ac9 AC |
7197 | 2002-01-20 Andrew Cagney <[email protected]> |
7198 | ||
7199 | * gdbint.texinfo (Target Architecture Definition): Remove | |
7200 | definition of IEEE_FLOAT. | |
7201 | ||
f7dc1244 | 7202 | 2002-01-20 Eli Zaretskii <[email protected]> |
231b2aad EZ |
7203 | |
7204 | * gdb.texinfo: Beautify copyright years; fix a typo. | |
56248298 EZ |
7205 | (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans |
7206 | <[email protected]> | |
231b2aad | 7207 | |
82600034 AC |
7208 | 2002-01-19 Andrew Cagney <[email protected]> |
7209 | ||
7210 | * gdbint.texinfo (Host Definition): Remove references to | |
7211 | MALLOC_INCOMPATIBLE. | |
7212 | ||
7708fa01 AC |
7213 | 2002-01-17 Andrew Cagney <[email protected]> |
7214 | ||
7215 | * gdbint.texinfo (Host Definition): Remove references to XDEPFILES | |
7216 | and xyz-xdep.o. | |
7217 | ||
eb12ee30 AC |
7218 | 2002-01-17 Andrew Cagney <[email protected]> |
7219 | ||
889bf7c5 | 7220 | * gdb.texinfo (Maintenance Commands): Add appendix. |
eb12ee30 AC |
7221 | (Set Breaks): Copy ``maint info breakpoint'' doco to |
7222 | ``Maintenance Commands'' appendix. Add reference. | |
7223 | ||
c9ccaa92 AC |
7224 | 2002-01-17 Andrew Cagney <[email protected]> |
7225 | ||
7226 | * fdl.texi: Remove next/prev from @node. | |
7227 | ||
f7dc1244 | 7228 | 2002-01-17 Eli Zaretskii <[email protected]> |
6826cf00 EZ |
7229 | |
7230 | * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and | |
7231 | for monstrous @multitable (from Brian Youmans). | |
7232 | ||
7233 | * fdl.texi: New file. | |
7234 | ||
7235 | * Makefile.in (SFILES_INCLUDED): Add fdl.texi. | |
7236 | ||
8973da3a AC |
7237 | 2002-01-15 Andrew Cagney <[email protected]> |
7238 | ||
7239 | * gdbint.texinfo (Releasing GDB): New chapter. | |
7240 | ||
7d86b5d5 AC |
7241 | 2002-01-14 Andrew Cagney <[email protected]> |
7242 | ||
7243 | * gdb.texinfo (Embedded Processors, Calling program functions): | |
7244 | Obsolete references to a29k. | |
7245 | ||
cc1cb004 AC |
7246 | 2002-01-13 Andrew Cagney <[email protected]> |
7247 | ||
7248 | * gdbint.texinfo (Coding): Review Cleanups section. Examples | |
7249 | examples. Document that a code-block should do or discard its | |
7250 | cleanups before exit. | |
7251 | ||
79f12247 MS |
7252 | 2002-01-11 Michael Snyder <[email protected]> |
7253 | ||
7254 | * gdb.texinfo (Choosing files): Change @samp to @file. | |
7255 | ||
19837790 MS |
7256 | 2002-01-05 Michael Snyder <[email protected]> |
7257 | ||
7258 | * gdb.texinfo (--pid): Document new command line option (attach). | |
7259 | ||
f7dc1244 | 7260 | 2002-01-07 Eli Zaretskii <[email protected]> |
2c0069bb EZ |
7261 | |
7262 | * gdb.texinfo (Tracepoints): Clarify that tracepoints need support | |
7263 | in the stub. | |
7264 | ||
d7449b42 AC |
7265 | 2002-01-04 Andrew Cagney <[email protected]> |
7266 | ||
7267 | * gdbint.texinfo (Target Architecture Definition): Replace | |
7268 | BIG_ENDIAN with BFD_ENDIAN_BIG. | |
7269 | ||
f23631e4 AC |
7270 | 2002-01-03 Andrew Cagney <[email protected]> |
7271 | ||
7272 | * gdbint.texinfo (Target Architecture Definition): Replace | |
7273 | value_ptr with struct value pointer. | |
7274 | ||
72c9928d EZ |
7275 | 2002-01-02 Eli Zaretskii <[email protected]> |
7276 | ||
7277 | * gdb.texinfo (Free Software): Fix wording. | |
7278 | ||
959acfd1 EZ |
7279 | 2001-12-31 Eli Zaretskii <[email protected]> |
7280 | ||
7281 | * gdb.texinfo (Free Software): New section ``Free Software Needs | |
7282 | Free Documentation''. | |
7283 | ||
f7dc1244 | 7284 | 2001-12-30 Eli Zaretskii <[email protected]> |
2a6585f0 EZ |
7285 | |
7286 | * stabs.texinfo: | |
7287 | * gdb.texinfo: | |
7288 | * gdbint.texinfo: | |
7289 | * libgdb.texinfo: | |
7290 | * annotate.texi: Fix the application of GFDL in the Copyright notice. | |
7291 | ||
6600abed MS |
7292 | 2001-12-29 Michael Snyder <[email protected]> |
7293 | ||
7294 | * gdb.texinfo (maint info sections): Fix typo. | |
7295 | ||
f6680716 MS |
7296 | 2001-12-26 Michael Snyder <[email protected]> |
7297 | ||
fe95c787 MS |
7298 | * gdb.texinfo (maint info sections): Document. |
7299 | ||
a9331b3f | 7300 | * gdb.texinfo (info proc): Comment out documentation for |
f6680716 MS |
7301 | 'info proc' sub-options that are currently not implemented. |
7302 | ||
c3d3ce5b JB |
7303 | 2001-12-20 Jim Blandy <[email protected]> |
7304 | ||
7305 | * gdbint.texinfo (TARGET_CHAR_SIGNED): Document. | |
7306 | ||
778eb05e AC |
7307 | 2001-12-15 Andrew Cagney <[email protected]> |
7308 | ||
7309 | * gdbint.texinfo (Target Architecture Definition): Replace | |
7310 | LITTLE_ENDIAN with BFD_ENDIAN_LITTLE. | |
7311 | ||
2607059c AC |
7312 | 2001-12-01 Andrew Cagney <[email protected]> |
7313 | ||
7314 | * gdbint.texinfo (Host Definition): Delete documentation on | |
7315 | HOST_BYTE_ORDER. | |
7316 | ||
df0cd8c5 JB |
7317 | 2001-11-30 Jim Blandy <[email protected]> |
7318 | ||
7319 | * gdb.texinfo (Overlays): New chapter, documenting GDB's | |
5ae4183a | 7320 | overlay support. Add to top-level menu. |
df0cd8c5 | 7321 | |
88118b3a TT |
7322 | 2001-11-26 Tom Tromey <[email protected]> |
7323 | ||
7324 | * gdb.texinfo (Command Syntax): Document C-o binding. | |
7325 | ||
96565e91 CF |
7326 | 2001-07-26 Christopher Faylor <[email protected]> |
7327 | ||
7328 | * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini | |
7329 | use since it is described in the referenced section. | |
7330 | ||
f7dc1244 | 7331 | From Eli Zaretskii <[email protected]> |
96565e91 CF |
7332 | * gdb.texinfo (Command Files): Reword to make gdb.ini requirement |
7333 | clearer when using DJGPP. | |
7334 | ||
2a3d5645 CF |
7335 | 2001-11-24 Christopher Faylor <[email protected]> |
7336 | ||
7337 | * gdb.texinfo (File Options): Change description of -nx and gdb.ini to | |
7338 | specifically refer to MS-DOS. | |
7339 | (command files): Mention gdb.ini is only used on MS-DOS. | |
7340 | ||
aa26fa3a TT |
7341 | 2001-11-21 Tom Tromey <[email protected]> |
7342 | ||
7343 | * gdb.texinfo (Invoking GDB): Document --args. | |
7344 | (Mode Options): Likewise. | |
7345 | ||
4f8ada06 JB |
7346 | 2001-11-21 Jim Blandy <[email protected]> |
7347 | ||
7348 | * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT): | |
889bf7c5 PA |
7349 | Delete documentation; this macro has been removed from the |
7350 | sources. | |
4f8ada06 | 7351 | |
3fe0dc10 JB |
7352 | 2001-11-13 Jim Blandy <[email protected]> |
7353 | ||
7354 | * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify. | |
7355 | ||
9e5abb06 CV |
7356 | 2001-11-06 Corinna Vinschen <[email protected]> |
7357 | ||
7358 | * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation. | |
7359 | ||
1c5dfdad MS |
7360 | 2001-11-05 Michael Snyder <[email protected]> |
7361 | ||
a9331b3f | 7362 | * gdb.texinfo (info functions): Document use of backslash to |
1c5dfdad MS |
7363 | quote regexp chars in function names such as "operator*()". |
7364 | ||
990f9fe3 FF |
7365 | 2001-11-01 Fred Fish <[email protected]> |
7366 | ||
7367 | * gdbint.texinfo (SOLIB_ADD): Document additional new | |
7368 | "readsyms" arg. | |
7369 | ||
b433d00b DH |
7370 | 2001-10-30 Don Howard <[email protected]> |
7371 | ||
070b1dd3 DH |
7372 | * gdb.texinfo: (Command Files) Added documentation for the |
7373 | behavior of gdb with input redirected from a file. | |
b433d00b | 7374 | |
b7209cb4 FF |
7375 | 2001-10-28 Fred Fish <[email protected]> |
7376 | ||
7377 | * gdb.texinfo (auto-solib-add): Change docs to match | |
7378 | implementation change. | |
7379 | (auto-solib-limit): Add docs for new variable. | |
7380 | ||
1aa20aa8 AC |
7381 | 2001-10-15 Andrew Cagney <[email protected]> |
7382 | ||
7383 | * gdbint.texinfo (Target Architecture Definition): Function | |
7384 | value_as_pointer renamed to value_as_address. | |
7385 | ||
fc0c74b1 AC |
7386 | 2001-10-15 Andrew Cagney <[email protected]> |
7387 | ||
7388 | * gdbint.texinfo (Target Architecture Definition): Default | |
7389 | POINTER_TO_ADDRESS functions assume unsigned addresses. | |
7390 | (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a | |
7391 | posting by Jim Blandy. | |
7392 | ||
f4846649 JB |
7393 | 2001-10-12 Jim Blandy <[email protected]> |
7394 | ||
7395 | * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent | |
7396 | version of texi2html (1.64) doesn't support this flag any more. | |
7397 | ||
f277788b MK |
7398 | 2001-09-08 Mark Kettenis <[email protected]> |
7399 | ||
a9dc4918 MK |
7400 | * gdbint.texinfo (Host Definition): Remove description of |
7401 | MEM_FNS_DECLARED. | |
7402 | ||
d28379df MK |
7403 | * gdbint.texinfo (Host Definition): Remove description of R_OK. |
7404 | ||
f277788b MK |
7405 | * gdbint.texinfo (Host Definition): Remove description of |
7406 | HAVE_SIGSETMASK. | |
7407 | ||
7ccaa899 EZ |
7408 | 2001-09-04 Elena Zannoni <[email protected]> |
7409 | ||
7410 | * gdbint.texinfo (Target Architecture Definition): Add | |
7411 | explanation of TARGET_PRINT_INSN macro. | |
7412 | ||
17d9d558 JB |
7413 | 2001-08-30 Jim Blandy <[email protected]> |
7414 | ||
7415 | * gdb.texinfo (`add-symbol-file'): Correct synopsis. | |
7416 | Explain what it means to load relocatable files. | |
7417 | ||
72cde065 JB |
7418 | 2001-08-28 Jim Blandy <[email protected]> |
7419 | ||
7420 | * gdbint.texinfo: Bring the HTML `top' menu into sync with the | |
7421 | info `top' menu. | |
7422 | ||
9e678452 CF |
7423 | Wed Aug 15 10:47:28 2001 Christopher Faylor <[email protected]> |
7424 | ||
7425 | * gdbint.texinfo: Add a cautionary note about macro use. | |
7426 | ||
a2bea4c3 | 7427 | 2001-08-02 Corinna Vinschen <[email protected]> |
a9331b3f | 7428 | |
a2bea4c3 CV |
7429 | * gdb.texinfo: Explain omitting the hostname in the |
7430 | `target remote' command. | |
7431 | ||
1129bf27 DJ |
7432 | 2001-07-30 Daniel Jacobowitz <[email protected]> |
7433 | ||
7434 | * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY | |
7435 | and END-INFO-DIR-ENTRY. | |
7436 | ||
732b3002 SC |
7437 | 2001-07-28 Stephane Carrez <[email protected]> |
7438 | ||
7439 | * gdb.texinfo (TUI Configuration): Rename tui configuration variables. | |
7440 | ||
89437448 AC |
7441 | 2001-07-25 Andrew Cagney <[email protected]> |
7442 | ||
7443 | * gdbint.texinfo (libgdb): Rewrite. | |
7444 | ||
f7dc1244 | 7445 | 2001-07-26 Eli Zaretskii <[email protected]> |
9a1c15c5 EZ |
7446 | |
7447 | * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted. | |
7448 | ||
c4555f82 SC |
7449 | 2001-07-24 Stephane Carrez <[email protected]> |
7450 | ||
7451 | * gdb.texinfo (TUI): New chapter, document the TUI. | |
7452 | (Mode Options): Document the -tui option. | |
7453 | ||
2f45a6e0 MK |
7454 | 2001-07-23 Mark Kettenis <[email protected]> |
7455 | ||
7456 | * gdbint.texinfo (Host Definition): Remove description of | |
7457 | NEED_POSIX_SETPGID. | |
7458 | ||
f7dc1244 | 7459 | 2001-07-23 Eli Zaretskii <[email protected]> |
9f20bf26 EZ |
7460 | |
7461 | * gdb.tex (DJGPP Native): New node, with descriptions of | |
7462 | DJGPP-specific commands. | |
7463 | ||
be9c6c35 JM |
7464 | 2001-07-19 John R. Moore <[email protected]> |
7465 | ||
7466 | * gdbint.texinfo: Three misspellings. | |
7467 | ||
dfa249fb AC |
7468 | 2001-07-06 Andrew Cagney <[email protected]> |
7469 | ||
7470 | * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty | |
7471 | `test` expressions on bash. Problem reported by Colin Walters. | |
7472 | ||
c72e7388 AC |
7473 | 2001-07-04 Andrew Cagney <[email protected]> |
7474 | ||
7475 | * gdbint.texinfo (User Interface): Update ui-out documentation to | |
7476 | refelect recent UI/MI updates. | |
7477 | ||
94bbb2c0 AC |
7478 | 2001-07-04 Andrew Cagney <[email protected]> |
7479 | ||
7480 | * gdb.texinfo (Mode Options): Mention the mi0 and mi1 | |
7481 | interpreters. | |
7482 | ||
af6c57ea AC |
7483 | 2001-06-15 Andrew Cagney <[email protected]> |
7484 | ||
7485 | * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C | |
7486 | structure and not macros. | |
7487 | (Host Definition): Document that much of this chapter is obsolete. | |
7488 | (Target Architecture Definition): Update list of files that make | |
7489 | up a target architecture. | |
7490 | (Coding): Update. | |
7491 | ||
83aa8bc6 AC |
7492 | 2001-06-28 Andrew Cagney <[email protected]> |
7493 | ||
7494 | * gdbint.texinfo (Target Architecture Definition): Update | |
7495 | EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P. | |
7496 | The latter has been changed to a true predicate. | |
7497 | ||
f7dc1244 | 7498 | 2001-06-17 Eli Zaretskii <[email protected]> |
cb51c4e0 EZ |
7499 | |
7500 | * annotate.texi: Add @noindent where needed. From Dmitry | |
7501 | Sivachenko <[email protected]>. | |
7502 | * gdb.texinfo: Indexing fix. From Dmitry Sivachenko. | |
7503 | ||
656db9b0 AC |
7504 | 2001-06-16 Andrew Cagney <[email protected]> |
7505 | ||
7506 | * gdb.texinfo (Protocol): Fix typo. Extra parenthesis. | |
7507 | ||
df2396a1 AC |
7508 | 2001-06-14 Andrew Cagney <[email protected]> |
7509 | ||
7510 | * gdb.texinfo (Remote Protocol): Document that the ``!'' packet | |
7511 | returns ``OK''. Document that the ``R'' packet does not reply. | |
7512 | ||
0f1f2b0a MS |
7513 | 2001-06-13 Michael Snyder <[email protected]> |
7514 | ||
7515 | * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:". | |
7516 | ||
f7dc1244 | 7517 | 2001-06-13 Eli Zaretskii <[email protected]> |
24f93129 EZ |
7518 | |
7519 | * gdb.texinfo (Signals): Clarify the default setting of signal | |
7520 | handling. | |
7521 | ||
a5d7c491 AC |
7522 | 2001-05-14 Andrew Cagney <[email protected]> |
7523 | ||
7524 | * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item | |
7525 | (FRAME_ARGS_ADDRESS_CORRECT): Ditto. | |
7526 | ||
05a54c4f AC |
7527 | 2001-05-12 Andrew Cagney <[email protected]> |
7528 | ||
7529 | * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in. | |
7530 | ||
f7dc1244 | 7531 | 2001-05-10 Eli Zaretskii <[email protected]> |
dab11f21 EZ |
7532 | |
7533 | * gdbint.texinfo (Clean Design and Portable Implementation): | |
7534 | Renamed from "Clean Design". | |
7535 | (Clean Design and Portable Implementation): Document portable | |
7536 | methods of handling file names, and the associated macros. | |
7537 | ||
f7dc1244 | 7538 | 2001-04-02 Eli Zaretskii <[email protected]> |
f5c37c66 EZ |
7539 | |
7540 | * gdb.texinfo (Tracepoint Actions): Mention the "info scope" | |
7541 | command and provide a cross-reference to its description. | |
7542 | (Symbols): Note that "info scope" is useful for trace experiments. | |
7543 | ||
f7dc1244 | 7544 | 2001-04-01 Eli Zaretskii <[email protected]> |
c534679c | 7545 | |
b37052ae EZ |
7546 | * gdb.texinfo (Symbols): Document "info scope". |
7547 | (Tracepoints): New chapter. | |
7548 | (Contributors): Update for v5.1. | |
7549 | <All nodes>: Change "C++" to "C@t{++}". | |
7550 | ||
0ee54786 EZ |
7551 | * gdbint.texinfo (User Interface): A new section about ui_out |
7552 | functions, based on text written by Fernando Nasser. | |
7553 | ||
c534679c EZ |
7554 | * stabs.texinfo: Change Permissions to GFDL. Update Copyright. |
7555 | ||
f7dc1244 | 7556 | 2001-03-26 Eli Zaretskii <[email protected]> |
3d67e040 | 7557 | |
e9c75b65 EZ |
7558 | * gdb.texinfo: Change Permissions to GFDL. Update Copyright. |
7559 | ||
7560 | * gdbint.texinfo: Change Permissions to GFDL. Update Copyright. | |
7561 | ||
7562 | * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright. | |
7563 | Replace "GDB" with "@value{GDBN}". Fix markup. | |
7564 | ||
7565 | * annotate.texi: Change Permissions to GFDL. Update Copyright. | |
7566 | ||
3d67e040 EZ |
7567 | * gdb.texinfo (Output Formats): Mention "info symbol" and provide |
7568 | a cross-reference to its description. | |
7569 | (Symbols): Document "info symbol". | |
7570 | ||
f7dc1244 | 7571 | 2001-03-21 Eli Zaretskii <[email protected]> |
9742079a EZ |
7572 | |
7573 | * gdbint.texinfo (Algorithms): New section "Watchpoints" and new | |
7574 | subsection "x86 Watchpoints". | |
7575 | (Target Architecture Definition): Document the macros | |
7576 | I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS. | |
7577 | (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS. | |
7578 | ||
b0ed3589 AC |
7579 | 2001-03-20 Andrew Cagney <[email protected]> |
7580 | ||
7581 | * gdbint.texinfo (Target Architecture Definition): Update | |
7582 | definition of SOFTWARE_SINGLE_STEP_P to include empty parameter | |
7583 | list. | |
7584 | ||
b6ba6518 KB |
7585 | 2001-03-06 Kevin Buettner <[email protected]> |
7586 | ||
7587 | * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo, | |
7588 | gdbint.texinfo, refcard.tex: Update/correct copyright notices. | |
7589 | ||
f7dc1244 | 7590 | 2001-02-21 Eli Zaretskii <[email protected]> |
5ece1a18 EZ |
7591 | |
7592 | * gdb.texinfo (Signals): Document "ignore", "noignore", and "all". | |
7593 | ||
f7dc1244 | 7594 | 2001-02-11 Eli Zaretskii <[email protected]> |
56caf160 | 7595 | |
17cc6a06 EZ |
7596 | * gdb.texinfo (Environment): Document that `path' does not change |
7597 | the value of PATH in GDB's own environment (it did in the past, | |
7598 | but that was changed on March 15, 1994). Reported by Doug Evans | |
7599 | <[email protected]>. | |
7600 | ||
56caf160 EZ |
7601 | * gdbint.texinfo: Fix up @itemize lists so that @item is alone on |
7602 | its line. Fix markup of commands and macros. Add an Index node | |
7603 | and index entries. | |
7604 | ||
29e57380 C |
7605 | 2001-01-23 J.T. Conklin <[email protected]> |
7606 | ||
7607 | * gdb.texinfo (Memory region attributes): New manual section. | |
7608 | ||
1c6147de ND |
7609 | 2001-01-04 Nicholas Duffek <[email protected]> |
7610 | ||
7611 | * gdbint.texinfo (POP_FRAME): Document use by return_command. | |
7612 | ||
f7dc1244 | 7613 | 2000-12-25 Eli Zaretskii <[email protected]> |
b157b00f EZ |
7614 | |
7615 | * refcard.tex: Version and copyright fixed. From Phil Edwards | |
7616 | <[email protected]>. | |
7617 | ||
0dcedd82 AC |
7618 | Thu Nov 30 16:57:19 2000 Andrew Cagney <[email protected]> |
7619 | ||
7620 | * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM, | |
889bf7c5 | 7621 | DWARF2_REG_TO_REGNUM): Document. |
0dcedd82 | 7622 | |
3b851bce AC |
7623 | Mon Nov 20 21:29:35 2000 Andrew Cagney <[email protected]> |
7624 | ||
7625 | * gdbint.texinfo (Coding): Update current value of | |
889bf7c5 | 7626 | --enable-build-warnings. Mention --enable-gdb-build-warnings. |
3b851bce | 7627 | |
f7dc1244 | 7628 | 2000-11-19 Eli Zaretskii <[email protected]> |
4a92d011 EZ |
7629 | |
7630 | * gdb.texinfo (Continuing and Stepping): Fixed markup and typos, | |
7631 | as suggested by Dmitry Sivachenko <[email protected]>. | |
7632 | ||
b90a5f51 CF |
7633 | 2000-11-10 Christopher Faylor <[email protected]> |
7634 | ||
7635 | * gdb.texinfo: Document new 'set step-mode' command. | |
7636 | ||
f7dc1244 | 7637 | 2000-10-16 Eli Zaretskii <[email protected]> |
96c405b3 EZ |
7638 | |
7639 | * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling | |
7640 | changes from Dmitry Sivachenko <[email protected]>. | |
7641 | ||
f7dc1244 | 7642 | 2000-09-26 Eli Zaretskii <[email protected]> |
c78b4128 EZ |
7643 | |
7644 | * gdb.texinfo (Hooks): Document the new post-hook functionality. | |
7645 | From Steven Johnson <[email protected]>. | |
7646 | ||
2e685b93 MK |
7647 | 2000-08-10 Mark Kettenis <[email protected]> |
7648 | ||
7649 | * gdbint.texinfo (Overall Structure): Spelling fix. | |
7650 | ||
f7dc1244 | 7651 | 2000-08-10 Eli Zaretskii <[email protected]> |
6f6ef15a EZ |
7652 | |
7653 | * gdbint.texinfo (Target Architecture Definition): Document that | |
7654 | REGISTER_CONVERT_TO_VIRTUAL should only be called on a register | |
7655 | for which REGISTER_CONVERTIBLE returns a zero value. | |
7656 | ||
63ac3005 EZ |
7657 | 2000-07-08 Christopher Faylor <[email protected]> |
7658 | ||
7659 | * Makefile.in (install-info): Find files to install in either the | |
7660 | build or source directories (adapted from Makefile.am). | |
7661 | ||
bd79f757 ND |
7662 | 2000-07-07 Nicholas Duffek <[email protected]> |
7663 | ||
7664 | * stabs.texinfo: Fix spelling errors. | |
7665 | (String Field): FILE-NUMBER starts from 0, not 1. | |
7666 | ||
f7dc1244 | 7667 | 2000-07-05 Eli Zaretskii <[email protected]> |
5f208f6d EZ |
7668 | |
7669 | * refcard.tex: Remove \centerline from the blurb. Patch from | |
5ae4183a | 7670 | Brian Youmans. |
5f208f6d | 7671 | |
f7dc1244 | 7672 | 2000-06-25 Eli Zaretskii <[email protected]> |
cc542d3b EZ |
7673 | |
7674 | * Makefile.in (install-info): Support installation from outside of | |
5ae4183a AS |
7675 | the source directory. Reported by Mark Harig |
7676 | <[email protected]>. | |
cc542d3b | 7677 | |
f3b28801 C |
7678 | 2000-06-20 J.T. Conklin <[email protected]> |
7679 | ||
7680 | * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number. | |
7681 | ||
449f3b6c AC |
7682 | Fri May 26 15:55:33 2000 Andrew Cagney <[email protected]> |
7683 | ||
7684 | * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets. | |
889bf7c5 | 7685 | Generate using pdftex. |
449f3b6c | 7686 | (PDFTEX): Define. |
889bf7c5 | 7687 | (STAGESTUFF, maintainer-clean realclean): Add *.pdf. |
449f3b6c | 7688 | (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the |
889bf7c5 | 7689 | @contents at the start. |
449f3b6c | 7690 | |
f7dc1244 | 7691 | 2000-05-24 Eli Zaretskii <[email protected]> |
48e934c6 EZ |
7692 | |
7693 | * gdb.texinfo: Remove duplicate @syncodeindex. From Brian | |
5ae4183a | 7694 | Youmans. |
48e934c6 | 7695 | |
9e9c5ae7 AC |
7696 | Wed May 24 21:27:58 2000 Andrew Cagney <[email protected]> |
7697 | ||
7698 | From Brian Youmans: | |
7699 | * gdb.texinfo: Fix ``et al.''. | |
7700 | ||
c741b251 AC |
7701 | Tue May 23 22:57:41 2000 Andrew Cagney <[email protected]> |
7702 | ||
7703 | * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for | |
889bf7c5 | 7704 | loop. |
c741b251 | 7705 | |
4ab64e14 JG |
7706 | 2000-05-19 Jimmy Guo <[email protected]> |
7707 | ||
7708 | * configure: Regenerate. | |
7709 | ||
f7dc1244 | 7710 | 2000-05-17 Eli Zaretskii <[email protected]> |
d3229ae3 EZ |
7711 | |
7712 | * Makefile.in (install-info): Run install-info on installed Info | |
7713 | files. | |
7714 | ||
8c70017b AC |
7715 | Fri May 12 20:18:04 2000 Andrew Cagney <[email protected]> |
7716 | ||
a7cb598a | 7717 | * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention |
889bf7c5 | 7718 | Andrew Cagney. |
8c70017b | 7719 | |
f7dc1244 | 7720 | 2000-05-09 Eli Zaretskii <[email protected]> |
598ca718 EZ |
7721 | |
7722 | * gdb.texinfo: Proofreading changes from Brian Youmans. | |
7723 | ||
bf0184be ND |
7724 | 2000-05-01 Nick Duffek <[email protected]> |
7725 | ||
7726 | * gdb.texinfo (Command Files): Mention -x, use @enumerate for | |
7727 | startup sequence, minor edits. | |
7728 | ||
f7dc1244 | 7729 | 2000-05-01 Eli Zaretskii <[email protected]> |
41afff9a EZ |
7730 | |
7731 | * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in | |
7732 | TeX. | |
7733 | ||
7734 | * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries | |
7735 | "@kindex f" into "@kindex f (foo)", otherwise we get index entries | |
7736 | like `n' and `s' which look weird. Convert some of the @kindex to | |
7737 | @vindex, when they refer to variables, not commands. | |
7738 | ||
33e16fad AC |
7739 | Sat Apr 29 17:01:04 2000 Andrew Cagney <[email protected]> |
7740 | ||
7741 | * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes. | |
7742 | ||
f7dc1244 | 7743 | 2000-04-23 Eli Zaretskii <[email protected]> |
7162c0ca EZ |
7744 | |
7745 | * Makefile.in (GDBMI_DIR): New variable. | |
7746 | (SET_TEXINPUTS): Add $(GDBMI_DIR). | |
7747 | (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo. | |
7748 | (gdbmi.texinfo): New target, for texi2roff. | |
7749 | (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo. | |
7750 | (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}". | |
7751 | ||
7752 | * gdb.texinfo (Top): Add GDB/MI to the main menu and @include | |
7753 | gdbmi.texinfo. | |
7754 | (Mode Options): Add xref to GDB/MI docs and remove a FIXME | |
7755 | comment. | |
7756 | ||
d167840f EZ |
7757 | 2000-04-17 Elena Zannoni <[email protected]> |
7758 | ||
7759 | * gdb.texinfo (Files): Update description of add-symbol-file | |
889bf7c5 | 7760 | command. |
d167840f | 7761 | |
f7dc1244 | 7762 | 2000-04-17 Eli Zaretskii <[email protected]> |
8487521e EZ |
7763 | |
7764 | * gdb.texinfo (Porting GDB): Don't use @value in the node name, it | |
7765 | prevents the build (and is generally a Bad Idea). | |
7766 | ||
f7dc1244 | 7767 | 2000-04-17 Eli Zaretskii <[email protected]> |
00e4a2e4 EZ |
7768 | |
7769 | * gdb.texinfo (Protocol): Prevent makeinfo from complaining about | |
7770 | a comma inside @var. | |
7771 | (Command Files): Index markup changes from Dmitry Sivachenko | |
7772 | <[email protected]>. | |
7773 | ||
f7dc1244 | 7774 | 2000-04-16 Eli Zaretskii <[email protected]> |
39ec5655 EZ |
7775 | |
7776 | * Makefile.in (LN_S): Define. | |
7777 | (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't | |
7778 | invoke "ln -s" unless it is known to work. | |
7779 | ||
7780 | * configure.in (AC_PROG_LN_S): Add. | |
7781 | ||
8dc7983f JB |
7782 | 2000-04-14 Jim Blandy <[email protected]> |
7783 | ||
7784 | * gdbint.texinfo (Pointers Are Not Always Addresses): New manual | |
7785 | section. | |
7786 | (Target Conditionals): Document ADDRESS_TO_POINTER, | |
7787 | POINTER_TO_ADDRESS. | |
7788 | ||
1a8237e8 DB |
7789 | 2000-04-11 Daniel Berlin <[email protected]> |
7790 | ||
7791 | * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include | |
7792 | gdb-cfg.texi to get the value. | |
7793 | ||
ca526f1a JB |
7794 | 2000-04-10 Jim Blandy <[email protected]> |
7795 | ||
7796 | * gdbint.texinfo (Target Architecture Definition): Fix | |
7797 | cross-references. | |
7798 | ||
faaafcb4 JB |
7799 | 2000-04-08 Jim Blandy <[email protected]> |
7800 | ||
7801 | * gdbint.texinfo (Using Different Register and Memory Data | |
7802 | Representations): New section. | |
7803 | (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE, | |
889bf7c5 PA |
7804 | REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL, |
7805 | REGISTER_CONVERT_TO_RAW): Document. | |
faaafcb4 | 7806 | |
1b27397f AC |
7807 | Mon Apr 3 19:16:32 2000 Andrew Cagney <[email protected]> |
7808 | ||
7809 | * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex | |
889bf7c5 | 7810 | for acknowledgments. |
1b27397f | 7811 | |
480ff1fb AC |
7812 | Tue Mar 28 18:28:45 2000 Andrew Cagney <[email protected]> |
7813 | ||
7814 | * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with | |
889bf7c5 | 7815 | qThreadExtraInfo. |
480ff1fb | 7816 | |
a9331b3f | 7817 | 2000-03-28 J.T. Conklin <[email protected]> |
f1251bdd | 7818 | |
a9331b3f RM |
7819 | * gdb.texinfo: Clarify which remote debug protocol commands are |
7820 | required and which are optional. | |
f1251bdd | 7821 | |
dbeb8dbd AC |
7822 | Tue Mar 28 16:06:22 2000 Andrew Cagney <[email protected]> |
7823 | ||
7824 | * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew | |
889bf7c5 PA |
7825 | Cagney <[email protected]>. Move @chapter and @node entries |
7826 | back to annotate.texi, rluser.texinfo and inc-hist.texinfo. | |
dbeb8dbd AC |
7827 | * annotate.texi: Update. |
7828 | ||
6d2ebf8b SS |
7829 | 2000-03-28 Stan Shebs <[email protected]> |
7830 | ||
7831 | * gdb.texinfo: Update dates, bump to Eighth Edition (note | |
7832 | expectation of additional changes before release), update | |
7833 | ISBN, add copy of top-level menu for @ifhtml, remove explicit | |
7834 | node links, rephrase and/or shorten lines to fix formatting | |
7835 | problem in both regular and @smallbook formats. | |
7836 | * annotate.texi: Shorten lines in example, use smallexample | |
7837 | consistently everywhere. | |
7838 | * Makefile.in: Add comment about texinfo 4.0 html generation. | |
7839 | (SFILES_INCLUDED): Add annotate.texi. | |
7840 | ||
5d161b24 DB |
7841 | 2000-03-27 Daniel Berlin <[email protected]> |
7842 | ||
5ae4183a AS |
7843 | * gdb.texinfo (Debugging Output): Added new section, documenting |
7844 | the "set/show debug" commands. | |
5d161b24 | 7845 | |
b9deaee7 AC |
7846 | Fri Mar 24 18:06:34 2000 Andrew Cagney <[email protected]> |
7847 | ||
7848 | * annotate.texi (Annotations): When GDBN omit @chapter and @node | |
889bf7c5 | 7849 | entry. |
b9deaee7 AC |
7850 | |
7851 | * gdb.texinfo: Check for @ifinfo instead of @ifnottex. | |
7852 | (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local | |
889bf7c5 | 7853 | @chapter and @node entries. |
a9331b3f | 7854 | |
b9deaee7 | 7855 | * gdb.texinfo: Link all top-level nodes. |
a9331b3f | 7856 | |
9ef47d30 AC |
7857 | Fri Mar 24 17:56:48 2000 Andrew Cagney <[email protected]> |
7858 | ||
7859 | * Makefile.in (install-info): Create $(infodir) before installing | |
889bf7c5 | 7860 | files. |
9ef47d30 | 7861 | |
cfeada60 FN |
7862 | 2000-03-23 Fernando Nasser <[email protected]> |
7863 | ||
7864 | From David Whedon <[email protected]> | |
5ae4183a | 7865 | * gdbint.texinfo : Added paragraphs about command deprecation. |
cfeada60 | 7866 | |
6837a0a2 DB |
7867 | 2000-03-22 Daniel Berlin <[email protected]> |
7868 | ||
7869 | * gdb.texinfo: Add documentation for the apropos command. | |
7870 | ||
bba2971c MS |
7871 | 2000-03-20 Michael Snyder <[email protected]> |
7872 | ||
7873 | * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo. | |
7874 | ||
2b628194 MS |
7875 | 2000-03-20 Michael Snyder <[email protected]> |
7876 | ||
a9331b3f | 7877 | * gdb.texinfo: Add white space to prevent overprinting in |
2b628194 MS |
7878 | two places. |
7879 | ||
96a2c332 SS |
7880 | 2000-03-17 Stan Shebs <[email protected]> |
7881 | ||
7882 | * gdb.texinfo: Many minor changes from Dmitry Sivachenko | |
7883 | <[email protected]>, also clarification of allowed content for | |
7884 | string constants. | |
7885 | ||
f7dc1244 | 7886 | 2000-03-16 Eli Zaretskii <[email protected]> |
d700128c EZ |
7887 | |
7888 | * gdb.texinfo (main menu): Add Annotations. | |
7889 | (File Options): Add @cindex entries for each command-line option. | |
7890 | Document --epoch, --annotate, --async, --interpreter, --write, | |
7891 | --statistics, and --version. | |
7892 | ||
7893 | * annotate.texi: Convert to a chapter. Use @value{GDBN} instead | |
7894 | of GDB. | |
7895 | ||
9d233477 JB |
7896 | 2000-02-23 Jim Blandy <[email protected]> |
7897 | ||
7898 | * gdbint.texinfo (FUNCTION_START_OFFSET): Document. | |
7899 | ||
14e0eb3b JB |
7900 | 2000-02-22 Jim Blandy <[email protected]> |
7901 | ||
7902 | * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form. | |
7903 | ||
3555de01 JM |
7904 | 2000-02-15 Jason Molenda ([email protected]) |
7905 | ||
7906 | * Makefile.in (diststuff): New target. | |
7907 | ||
5e35df8e KB |
7908 | 2000-02-15 Kevin Buettner <[email protected]> |
7909 | ||
7910 | * agentexpr.texi: Fix wording regarding Intel's IA-64 | |
90a3d8f2 | 7911 | architecture. [From Jim Wilson.] |
5e35df8e | 7912 | |
c5394b80 JM |
7913 | 2000-01-16 Tom Tromey <[email protected]> |
7914 | ||
7915 | * gdb.texinfo (Breakpoints): Mention breakpoint ranges. | |
7916 | (Delete Breaks): Mention range arguments. | |
7917 | (Disabling): Likewise. | |
7918 | ||
c3f6f71d JM |
7919 | 2000-01-05 Dmitry Sivachenko <[email protected]> |
7920 | ||
7921 | * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences. | |
7922 | ||
c4093a6a JM |
7923 | Wed Dec 8 19:53:08 1999 Andrew Cagney <[email protected]> |
7924 | ||
7925 | * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain | |
889bf7c5 | 7926 | valid functions. |
c4093a6a | 7927 | |
11cf8741 JM |
7928 | 1999-11-05 Stan Shebs <[email protected]> |
7929 | ||
7930 | * gdb.texinfo: Clarify regular expressions used in rbreak. | |
7931 | ||
917317f4 JM |
7932 | 1999-10-15 Kevin Buettner <[email protected]> |
7933 | ||
7934 | * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT, | |
7935 | MEMORY_REMOVE_BREAKPOINT): Document. | |
7936 | ||
7937 | Thu Oct 14 21:17:17 1999 Andrew Cagney <[email protected]> | |
7938 | ||
7939 | * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS | |
889bf7c5 | 7940 | offset re-using the DATA offset instead. |
917317f4 | 7941 | |
2df3850c JM |
7942 | 1999-10-11 Jim Kingdon <[email protected]> |
7943 | ||
7944 | * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY. | |
7945 | ||
7946 | 1999-10-05 Stan Shebs <[email protected]> | |
7947 | ||
7948 | From Dmitry Sivachenko <[email protected]>: | |
7949 | * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other | |
7950 | typos. | |
7951 | ||
7952 | * gdb.texinfo: Various minor wording and formatting improvements, | |
7953 | mentions of additional command-line options. | |
7954 | ||
2acceee2 JM |
7955 | 1999-09-30 Fred Fish <[email protected]> |
7956 | ||
7957 | * gdb.texinfo: Document additional forms of specifying section | |
7958 | names and addresses for the add-symbol-file command. | |
7959 | ||
c2c6d25f JM |
7960 | 1999-09-14 Michael Snyder <[email protected]> |
7961 | ||
7962 | * gdbint.texinfo: Fix typo, add the word "have". | |
7963 | ||
7964 | 1999-09-14 Jim Blandy <[email protected]> | |
7965 | ||
7966 | * gdbint.texinfo (Target Architecture Definition): Document the | |
7967 | SKIP_PERMANENT_BREAKPOINT macro. | |
7968 | ||
d4f3574e SS |
7969 | 1999-09-07 Stan Shebs <[email protected]> |
7970 | ||
7971 | * gdb.texinfo: Fiks speling errers. | |
7972 | ||
7973 | * gdb.texinfo: Fix uses of @multitable. | |
7974 | ||
f7dc1244 | 7975 | From Eli Zaretskii <[email protected]>: |
d4f3574e | 7976 | * gdb.texinfo: Include details specific to DOS host, clarify |
889bf7c5 | 7977 | some confusing language, fix @ref/@xref/@pxref usages, add |
d4f3574e SS |
7978 | comments about using with optimization, add more indexing, |
7979 | fix info about disassembly-flavor. | |
7980 | ||
7981 | Tue Sep 7 09:11:24 1999 Kevin Buettner <[email protected]> | |
7982 | ||
7983 | * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE, | |
7984 | SKIP_SOLIB_RESOLVER): Define. | |
7985 | ||
7986 | Fri Sep 3 18:05:14 1999 Andrew Cagney <[email protected]> | |
7987 | ||
7988 | * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and | |
889bf7c5 | 7989 | ``g'' packets. |
d4f3574e | 7990 | |
104c1213 JM |
7991 | 1999-08-30 Stan Shebs <[email protected]> |
7992 | ||
7993 | * gdb.texinfo: Create a new "Configurations" chapter with | |
889bf7c5 PA |
7994 | platform-specific info, inline remote.texi and move sections of it |
7995 | into the new chapter, move bits about info proc, heuristic search, | |
104c1213 JM |
7996 | and register stack into the new chapter. |
7997 | * remote.texi: Remove, now part of gdb.texinfo. | |
7998 | * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi. | |
7999 | ||
8000 | 1999-08-27 Jason Molenda ([email protected]) | |
8001 | ||
8002 | * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386, | |
8003 | GDB_TARGET_IS_MACH386): These kludges have gone away. | |
8004 | ||
8005 | Wed Aug 25 10:47:03 1999 Andrew Cagney <[email protected]> | |
8006 | ||
8007 | * gdbint.texinfo (Target Architecture Definition): Mention | |
889bf7c5 | 8008 | TDEPLIBS. |
104c1213 | 8009 | |
53a5351d JM |
8010 | 1999-08-20 Stan Shebs <[email protected]> |
8011 | ||
8012 | * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite | |
8013 | surrounding text to fit HP-UX bits into general info. | |
8014 | (HPPA-cfg.texi): Remove, no longer useful. | |
8015 | ||
8016 | * gdb.texinfo: Remove explicit links from @node lines, remove | |
8017 | HP-added "Detailed Node Listing" from main menu which confuses | |
8018 | things. | |
8019 | ||
8020 | From Dmitry Sivachenko <[email protected]>: | |
8021 | * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping | |
889bf7c5 | 8022 | in description of `set environment'. |
53a5351d JM |
8023 | |
8024 | 1999-08-17 Stan Shebs <[email protected]> | |
8025 | ||
8026 | * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C. | |
8027 | ||
7be570e7 JM |
8028 | 1999-08-12 Ben Elliston <[email protected]> |
8029 | ||
8030 | * gdbint.texinfo (Breakpoint Handling): Add missing words. | |
8031 | ||
f7dc1244 | 8032 | 1999-08-10 Eli Zaretskii <[email protected]> |
7be570e7 JM |
8033 | |
8034 | * gdb.texinfo (Set Watchpoints): Explain some subtleties about | |
889bf7c5 PA |
8035 | watch, awatch, and rwatch. Explain why the latter two cannot be |
8036 | set as software watchpoints. Document that watchpoints for local | |
8037 | variables are deleted when the debuggee terminates. | |
7be570e7 JM |
8038 | |
8039 | Wed Aug 11 13:18:14 1999 Andrew Cagney <[email protected]> | |
8040 | ||
8041 | * remote.texi (Protocol): Further clarification of the "qRcmd" | |
889bf7c5 PA |
8042 | packet. Allow E.. response packet. "qRcmd" packet is no longer |
8043 | reserved. | |
7be570e7 JM |
8044 | |
8045 | 1999-08-10 Elena Zannoni <[email protected]> | |
8046 | ||
a9331b3f RM |
8047 | * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo. |
8048 | * gdb.texinfo: Ditto. | |
7be570e7 | 8049 | |
96baa820 JM |
8050 | 1999-08-06 Tom Tromey <[email protected]> |
8051 | ||
8052 | * gdb.texinfo (KOD): New node. | |
8053 | ||
8054 | Fri Aug 6 17:05:48 1999 Andrew Cagney <[email protected]> | |
8055 | ||
8056 | * remote.texi (Rcmd): Fix minor formatting typos. | |
8057 | ||
8058 | Thu Aug 5 17:57:41 1999 Andrew Cagney <[email protected]> | |
8059 | ||
8060 | * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response | |
889bf7c5 | 8061 | packets. |
96baa820 | 8062 | |
adf40b2e JM |
8063 | 1999-07-14 Jim Blandy <[email protected]> |
8064 | ||
8065 | * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc | |
8066 | fixes. | |
8067 | ||
43ff13b4 JM |
8068 | Tue Jun 29 11:43:55 1999 Andrew Cagney <[email protected]> |
8069 | ||
8070 | * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define. | |
8071 | ||
085dd6e6 JM |
8072 | Fri Jun 25 11:47:06 1999 Andrew Cagney <[email protected]> |
8073 | ||
8074 | * remote.texi (Communication Protocol): ``v'' is in use. Fix | |
889bf7c5 PA |
8075 | numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'', |
8076 | ``z'' and ``qRcmd'' as draft instead of reserved. Identify | |
8077 | packets that are not supported on all hosts. Expand examples. | |
8078 | Spell check. | |
085dd6e6 JM |
8079 | |
8080 | 1999-06-24 Jason Molenda ([email protected]) | |
8081 | ||
8082 | * Makefile.in: Recognize html, install-html. Add targets | |
8083 | to build HTML versions of documentation via texi2html. | |
8084 | ||
8085 | Thu Jun 24 15:59:03 1999 Stan Shebs <[email protected]> | |
8086 | ||
8087 | * gdbint.texinfo (Testsuite): New chapter, information about the | |
889bf7c5 | 8088 | testsuite. |
085dd6e6 JM |
8089 | |
8090 | Fri Jun 25 02:40:34 1999 Andrew Cagney <[email protected]> | |
8091 | ||
8092 | * remote.texi (Communication Protocol): Rewrite. | |
8093 | ||
8094 | Thu Jun 24 16:59:54 1999 Andrew Cagney <[email protected]> | |
8095 | ||
8096 | * stabs.texinfo: Fix uses of xref. | |
8097 | ||
9e0b60a8 JM |
8098 | Thu Jun 17 17:23:25 1999 Stan Shebs <[email protected]> |
8099 | ||
8100 | * gdbint.texinfo: Add an anti-printf exhortation, and update the | |
8101 | info about patch submission. | |
8102 | ||
cce74817 JM |
8103 | Mon Jun 7 15:49:40 1999 Stan Shebs <[email protected]> |
8104 | ||
8105 | From Per Bothner <[email protected]>: | |
8106 | * gdb.texinfo: Document Chill support. | |
8107 | ||
8108 | Fri Jun 4 16:58:22 1999 Andrew Cagney <[email protected]> | |
8109 | ||
8110 | * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference | |
889bf7c5 PA |
8111 | to corresponding TARGET_READ_reg TARGET_WRITE_reg macros. |
8112 | Document that the value should be greater-than or equal-to zero. | |
8113 | (NO_STD_REGS): Document. Deprecate. | |
cce74817 | 8114 | |
ac9a91a7 JM |
8115 | Tue Jun 1 15:04:15 1999 Andrew Cagney <[email protected]> |
8116 | ||
8117 | * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT): | |
889bf7c5 | 8118 | Document that these are not used. |
ac9a91a7 JM |
8119 | |
8120 | Thu May 27 09:28:15 1999 Andrew Cagney <[email protected]> | |
8121 | ||
8122 | * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document. | |
8123 | ||
392a587b JM |
8124 | Mon May 24 10:07:39 1999 Andrew Cagney <[email protected]> |
8125 | ||
8126 | * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter | |
889bf7c5 | 8127 | numargs was dropped. |
392a587b JM |
8128 | |
8129 | Thu May 20 12:26:59 1999 Andrew Cagney <[email protected]> | |
8130 | ||
8131 | * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update. | |
8132 | ||
b83266a0 SS |
8133 | Tue Apr 27 19:14:20 1999 Andrew Cagney <[email protected]> |
8134 | ||
8135 | * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P): | |
889bf7c5 | 8136 | Update. |
b83266a0 | 8137 | |
7a292a7a SS |
8138 | Thu Apr 22 13:07:37 1999 Andrew Cagney <[email protected]> |
8139 | ||
8140 | * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document. | |
8141 | (GET_SAVED_REGISTER): Update, not just the a29k uses this. | |
8142 | ||
8143 | Wed Apr 21 13:59:01 1999 Dave Brolley <[email protected]> | |
8144 | ||
8145 | * gdbint.texinfo: Fix typos: $ -> @. | |
8146 | ||
8147 | Tue Apr 20 11:59:38 1999 Andrew Cagney <[email protected]> | |
8148 | ||
8149 | * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT, | |
889bf7c5 PA |
8150 | LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, |
8151 | BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and | |
8152 | BREAKPOINT_FROM_PC. | |
a9331b3f | 8153 | |
7a292a7a SS |
8154 | Mon Apr 12 16:00:44 1999 Andrew Cagney <[email protected]> |
8155 | ||
8156 | * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P, | |
889bf7c5 | 8157 | CALL_DUMMY_STACK_ADJUST): Document. |
7a292a7a SS |
8158 | |
8159 | Thu Apr 8 17:23:15 1999 Andrew Cagney <[email protected]> | |
8160 | ||
8161 | * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS, | |
889bf7c5 | 8162 | SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define. |
7a292a7a SS |
8163 | |
8164 | 1999-04-02 Stan Shebs <[email protected]> | |
8165 | ||
8166 | * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no | |
8167 | longer exists. | |
8168 | ||
8169 | Tue Mar 9 19:25:11 1999 Stan Shebs <[email protected]> | |
8170 | ||
8171 | * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove | |
889bf7c5 PA |
8172 | nearly all @ifset/@ifclear conditionals; nobody uses them, and |
8173 | they make the manual source incomprehensible. | |
7a292a7a SS |
8174 | * h8-cfg.texi: Remove, hasn't been used in years. |
8175 | ||
c906108c SS |
8176 | Thu Feb 11 18:00:59 1999 Stan Shebs <[email protected]> |
8177 | ||
8178 | * gdb.texinfo: Update the credits. | |
8179 | ||
8180 | Mon Feb 8 17:33:57 1999 Stan Shebs <[email protected]> | |
8181 | ||
8182 | * gdb.texinfo: Fix mistakes noticed in printout of last | |
8183 | draft, add Alpha to discussion of heuristic fence post. | |
8184 | ||
8185 | Fri Feb 5 17:20:00 1999 Stan Shebs <[email protected]> | |
8186 | ||
8187 | * gdb.texinfo, remote.texi: Many changes; update to Seventh | |
889bf7c5 PA |
8188 | Edition, merge some HP changes into mainline, describe some |
8189 | previously undocumented features, describe more of the target | |
8190 | commands available, eliminate obsolete section on renamed | |
8191 | commands. | |
c906108c SS |
8192 | * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals. |
8193 | ||
8194 | Wed Jan 20 17:47:45 1999 Stan Shebs <[email protected]> | |
8195 | ||
8196 | * gdb.texinfo: Make many HPPA conditionals unconditional, | |
8197 | including catchpoint description, since now on for all configs. | |
8198 | * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific | |
8199 | specializations. | |
8200 | ||
8201 | Thu Jan 14 17:10:12 1999 Stan Shebs <[email protected]> | |
8202 | ||
8203 | * Makefile.in (GDBvn.texi): Fix match expression to work with | |
8204 | current format of VERSION in gdb/Makefile.in. | |
8205 | * gdb.texinfo: Fix node ref to match new readline. | |
8206 | ||
8207 | Wed Jan 13 10:38:40 1999 Edith Epstein <[email protected]> | |
8208 | ||
a9331b3f RM |
8209 | * gdb.texinfo: Changes made as part of a project to merge in |
8210 | changes made by HP. Documentation makes extensive use of | |
c906108c SS |
8211 | @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation |
8212 | on remote debugging. There are differences in documentation | |
889bf7c5 | 8213 | (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also, |
c906108c SS |
8214 | the HP manual discusses catchpoints, hardware watchpoints, and |
8215 | some HPUX specific limitations for shared library support. | |
a9331b3f | 8216 | |
c906108c SS |
8217 | There are also a number of @node changes. |
8218 | ||
8219 | 1999-01-12 Jason Molenda ([email protected]) | |
8220 | ||
8221 | * gdbint.texinfo (Formatting): Disambiguate a sentence. | |
8222 | (C Usage): Same. | |
8223 | ||
8224 | Wed Jan 6 11:55:34 1999 David Taylor <[email protected]> | |
8225 | ||
8226 | The following changes were made by Edith Epstein | |
889bf7c5 PA |
8227 | <[email protected]> as part of a project to merge in changes |
8228 | made by HP. | |
a9331b3f | 8229 | |
c906108c SS |
8230 | * HPPA-cfg.texi: new file. |
8231 | ||
8232 | * all-cfg.texi: set HPPA for HP PA-RISC targets. | |
8233 | ||
8234 | * refcard.tex: change documentation about catch. | |
8235 | removed info catch. | |
8236 | ||
8237 | Mon Jan 4 18:29:18 1999 Stan Shebs <[email protected]> | |
8238 | ||
8239 | * gdbint.texinfo: Expand on GDB's coding standards, | |
8240 | specify the use of arg names with prototypes. | |
8241 | ||
8242 | 1998-12-14 J.T. Conklin <[email protected]> | |
8243 | ||
8244 | * gdb.texinfo: Fix tipo. | |
8245 | ||
8246 | Sun Dec 13 10:27:59 1998 Andrew Cagney <[email protected]> | |
8247 | ||
8248 | * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and | |
889bf7c5 | 8249 | TARGET_BYTE_ORDER_SELECTABLE_P. |
c906108c SS |
8250 | |
8251 | Thu Dec 10 16:07:09 1998 Andrew Cagney <[email protected]> | |
8252 | ||
8253 | * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document. | |
8254 | ||
8255 | 1998-12-09 Jim Blandy <[email protected]> | |
8256 | ||
8257 | * agentexpr.texi: New file. | |
8258 | ||
8259 | Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook> | |
8260 | ||
8261 | * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES. | |
8262 | ||
8263 | 1998-12-03 J.T. Conklin <[email protected]> | |
8264 | ||
8265 | * remote.texi: Changed wording that implied that the GDB remote | |
8266 | protocol caches register values instead of GDB itself. | |
8267 | ||
8268 | Tue Dec 1 17:45:43 1998 Stan Shebs <[email protected]> | |
8269 | ||
8270 | * gdbint.texinfo: Add some info about symbol readers. | |
8271 | (CHILL_PRODUCER, etc): Comment out descriptions, not useful. | |
8272 | (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE. | |
8273 | (IN_SOLIB_RETURN_TRAMPOLINE): Describe. | |
8274 | (KERNEL_DEBUGGING, MIPSEL): No info about these, remove. | |
8275 | ||
8276 | Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook> | |
8277 | ||
a9331b3f | 8278 | * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE): |
c906108c SS |
8279 | |
8280 | Sat Nov 28 13:45:53 1998 Andrew Cagney <[email protected]> | |
8281 | ||
8282 | * gdbint.texinfo (INNER_THAN): Update, now takes parameters. | |
8283 | ||
8284 | Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook> | |
8285 | ||
8286 | * gdbint.texinfo (NO_SINGLE_STEP): Replace with | |
889bf7c5 | 8287 | SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP. |
c906108c SS |
8288 | |
8289 | Wed Oct 14 10:02:40 1998 Andrew Cagney <[email protected]> | |
8290 | ||
8291 | * gdbint.texinfo: Fix minor typos. | |
8292 | ||
8293 | Wed Sep 30 18:03:19 1998 Stan Shebs <[email protected]> | |
8294 | ||
8295 | * gdbint.texinfo: Complete overhaul. Group descriptions more | |
8296 | logically, add more info on generic algorithms, remove much | |
8297 | obsolete and/or wrong material. | |
8298 | ||
8299 | Fri Jul 24 17:51:38 1998 Ian Lance Taylor <[email protected]> | |
8300 | ||
8301 | * stabs.texinfo (Method Type Descriptor): Expand and correct. | |
8302 | ||
8303 | Mon May 4 10:37:12 1998 Brian Youmans ([email protected]) | |
8304 | ||
8305 | * refcard.tex: Copyright, address updates. | |
8306 | ||
8307 | Tue Apr 21 18:09:56 1998 Stan Shebs <[email protected]> | |
8308 | ||
8309 | * gdb.texinfo (EDITION, DATE): Update and change to use ordinals | |
8310 | for the edition instead of confusing GDB-version-like numbers. | |
8311 | ||
8312 | Mon Apr 13 14:05:00 1998 Fred Fish <[email protected]> | |
8313 | ||
8314 | * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data". | |
8315 | ||
8316 | Thu Apr 2 16:52:44 1998 Jason Molenda ([email protected]) | |
8317 | ||
5ae4183a | 8318 | * LRS: Reformat a bit to keep text under 80 columns. |
c906108c SS |
8319 | |
8320 | Thu Apr 2 16:10:36 1998 Stan Shebs <[email protected]> | |
8321 | ||
8322 | * gdb.texinfo: Add some credits, mention bug monitor. | |
8323 | * remote.texi: Mention mips monitor targets. | |
8324 | * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY. | |
a9331b3f | 8325 | |
c906108c SS |
8326 | Mon Feb 2 17:13:03 1998 Stan Shebs <[email protected]> |
8327 | ||
8328 | * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h | |
889bf7c5 PA |
8329 | files, finish sorting of host vs target vs native macros, describe |
8330 | some more of them. | |
c906108c SS |
8331 | |
8332 | Tue Jan 13 16:44:50 1998 Fred Fish <[email protected]> | |
8333 | ||
8334 | * gdbint.texinfo (Host Conditionals): Document change from | |
8335 | using NO_MMALLOC to it's inverse, USE_MMALLOC. | |
8336 | ||
8337 | Mon Nov 24 13:55:21 1997 Andrew Cagney <[email protected]> | |
8338 | ||
8339 | * gdbint.texinfo (Host Conditionals): Document | |
889bf7c5 | 8340 | PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE. |
c906108c SS |
8341 | |
8342 | Fri Jul 4 14:52:31 1997 Ian Lance Taylor <[email protected]> | |
8343 | ||
8344 | * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES. | |
8345 | Document LSEEK_NOT_LINEAR. | |
8346 | ||
8347 | Tue Mar 25 14:44:09 1997 Ian Lance Taylor <[email protected]> | |
8348 | ||
8349 | * stabs.texinfo (Stab Section Basics): Make it clear that only | |
8350 | some versions of the GNU linker remove the leading N_UNDF symbol. | |
8351 | ||
8352 | Thu Feb 27 17:45:19 1997 Ian Lance Taylor <[email protected]> | |
8353 | ||
8354 | * stabs.texinfo (String Field): Document type number pairs here, | |
8355 | instead of in the Sun specific section. | |
8356 | (Include Files): The GNU linker supports the N_BINCL | |
8357 | optimization. Clarify the N_BINCL value, and what it is used | |
8358 | for. | |
8359 | (Procedures): Document N_FUN with an empty string to mark the end | |
8360 | of a function. | |
8361 | (Typedefs): Mention that Sun compilers may use N_GSYM for a type. | |
8362 | (Sun Differences): Remove this node, as the information is now | |
8363 | elsewhere in the main document. | |
8364 | (Stab Section Basics): Mention that the GNU linker may optimize | |
8365 | stabs and remove the leading N_UNDF symbol. | |
8366 | ||
8367 | Mon Dec 9 12:23:32 1996 Roland Pesch <[email protected]> | |
8368 | ||
8369 | * gdb.texinfo, refcard.tex: Restore author credit | |
8370 | ||
8371 | Wed Oct 2 22:01:36 1996 Fred Fish <[email protected]> | |
8372 | ||
8373 | * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update | |
8374 | documentation to account for START and END macros taking | |
8375 | one arg. | |
8376 | ||
8377 | Thu Aug 22 17:59:03 1996 Fred Fish <[email protected]> | |
8378 | ||
8379 | From: Eberhard Mattes <[email protected]> | |
8380 | * gdb.texinfo (Frames): Fix typo. | |
8381 | ||
8382 | Tue Jul 23 10:06:20 1996 Fred Fish <[email protected]> | |
8383 | ||
8384 | * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes | |
8385 | a target_signal as arg type, not a pid. | |
8386 | ||
8387 | Fri Jul 12 11:10:05 1996 Stu Grossman ([email protected]) | |
8388 | ||
8389 | * gdb.texinfo: Document `set assembly-language'. | |
8390 | ||
8391 | Thu Jul 11 13:50:28 1996 Stan Shebs <[email protected]> | |
8392 | ||
8393 | * remote.texi: Update list of stubs in the GDB distribution. | |
8394 | ||
8395 | Fri Jul 5 15:38:54 1996 Fred Fish <[email protected]> | |
8396 | ||
8397 | * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK. | |
889bf7c5 PA |
8398 | Also document that some systems can use mmalloc but must define |
8399 | this if their C runtime allocates memory that is later freed. | |
c906108c | 8400 | (MMCHECK_FORCE): Document new macro. |
a9331b3f | 8401 | |
c906108c SS |
8402 | Fri Jun 28 22:17:10 1996 Dawn Perchik <[email protected]> |
8403 | ||
8404 | * remote.texi: Add documentation for target Sparclet. | |
8405 | ||
8406 | Mon Jun 24 18:12:22 1996 Jason Molenda ([email protected]) | |
8407 | ||
a9331b3f | 8408 | * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL, |
c906108c SS |
8409 | INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values. |
8410 | * configure.in: Rewritten for autoconf. | |
8411 | * configure: New. | |
8412 | ||
8413 | Mon Jun 17 10:43:41 1996 Fred Fish <[email protected]> | |
8414 | ||
8415 | * Makefile.in (DVIPS): New define, set to dvips. | |
8416 | (dvi): Add stabs.dvi. | |
8417 | (ps): New target. | |
8418 | (all-doc): Depend on info, dvi, and ps targets. | |
8419 | (STAGESTUFF): Add *.ps and *.dvi files. | |
8420 | (clean-info, clean-dvi): Remove. | |
8421 | (mostlyclean): Does not depend upon clean-info or clean-dvi, | |
8422 | rules completely rewritten. | |
8423 | (maintainer-clean): Remove clean-info and clean-dvi | |
8424 | dependencies and put their actions in the rules. | |
8425 | (gdb.ps): New target | |
a9331b3f | 8426 | (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove |
c906108c SS |
8427 | intermediate TeX files, whether they have 2 or 3 character |
8428 | extensions. | |
8429 | (gdbint.ps): Add target and rules. | |
8430 | (gdb-internals): Delete unused target. | |
8431 | (Makefile): Depends upon config.status also. | |
8432 | ||
8433 | Sat Mar 30 15:46:58 1996 Fred Fish <[email protected]> | |
8434 | ||
8435 | * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is | |
8436 | set. | |
8437 | ||
8438 | Sat Mar 16 15:10:20 1996 Fred Fish <[email protected]> | |
8439 | ||
8440 | From Peter Schauer <[email protected]> | |
8441 | * gdb.texinfo (Expressions): Fix erroneous array constant example. | |
8442 | ||
8443 | Sat Mar 16 13:28:45 1996 Fred Fish <[email protected]> | |
8444 | ||
8445 | * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands. | |
8446 | ||
8447 | Sat Feb 10 03:28:36 1996 Peter Schauer ([email protected]) | |
8448 | ||
8449 | * gdb.texinfo (Print settings): Document | |
8450 | `set/show print static-members' commands. | |
8451 | ||
8452 | Wed Jan 10 14:16:37 1996 Fred Fish <[email protected]> | |
8453 | ||
8454 | * gdbint.texinfo (Native): Document name change, coredep.c to | |
8455 | core-aout.c. | |
8456 | ||
8457 | Wed Dec 13 12:35:28 1995 Ian Lance Taylor <[email protected]> | |
8458 | ||
8459 | * stabs.texinfo (Include Files): Document the values the SunOS4 | |
8460 | linker creates for N_BINCL/N_EINCL/N_EXCL stabs. | |
8461 | ||
8462 | Fri Dec 8 21:08:44 1995 Fred Fish <[email protected]> | |
8463 | ||
8464 | * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz. | |
8465 | Fix typo. | |
8466 | ||
8467 | Fri Dec 1 11:07:50 1995 Fred Fish <[email protected]> | |
8468 | ||
8469 | * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than | |
8470 | "gdb.tar.Z". | |
8471 | ||
8472 | Wed Sep 20 13:14:10 1995 Ian Lance Taylor <[email protected]> | |
8473 | ||
8474 | * Makefile.in (maintainer-clean): New target, synonym for | |
8475 | realclean. | |
8476 | ||
8477 | Thu Aug 3 10:45:37 1995 Fred Fish <[email protected]> | |
8478 | ||
8479 | * Update all FSF addresses except those in COPYING* files. | |
8480 | ||
8481 | Wed Jul 19 18:43:03 1995 Stan Shebs <[email protected]> | |
8482 | ||
8483 | From Richard Earnshaw ([email protected]): | |
8484 | * gdb.texinfo (convenience variables): Document $_exitcode. | |
8485 | (quit): Document optional expression to use as exit code. | |
8486 | ||
8487 | Thu Jun 22 21:27:33 1995 Victoria Mixon <[email protected]> | |
8488 | ||
8489 | * gdb.texinfo, remote.texi: Brought up to date with various | |
8490 | GDB changes. | |
8491 | ||
8492 | Tue Jun 20 14:35:38 1995 Stan Shebs <[email protected]> | |
8493 | ||
8494 | * gdb.texinfo: Update dates and versions, fix comments about | |
8495 | hardware watchpoints in future releases and about the | |
8496 | sharedlibrary command. | |
8497 | ||
8498 | Mon May 8 09:30:36 1995 Jim Kingdon ([email protected]) | |
8499 | ||
8500 | * stabs.texinfo: Remove node `XCOFF differences'. Describe value of | |
8501 | C_FUN stab. Other cleanups. | |
8502 | ||
8503 | Wed Apr 19 07:02:19 1995 Jim Kingdon ([email protected]) | |
8504 | ||
8505 | * remote.texi (Bootstrapping): Clarify that flush_i_cache is only | |
8506 | for the sparc stub. | |
8507 | ||
8508 | Tue Apr 11 11:41:49 1995 Jim Kingdon ([email protected]) | |
8509 | ||
8510 | * annotate.texi: Clarify which addresses have differing formats | |
8511 | depending on the language and which do not. | |
8512 | ||
8513 | Tue Mar 28 16:56:22 1995 J.T. Conklin <[email protected]> | |
8514 | ||
8515 | * remote.texi (NetWare): Changed example to use BOARD= instead of | |
8516 | NODE= argument to reflect correspoding change to gdbserve.nlm. | |
8517 | ||
8518 | Fri Mar 17 06:47:02 1995 Jim Kingdon ([email protected]) | |
8519 | ||
8520 | * stabs.texinfo (Negative Type Numbers): Mention the fact that | |
8521 | GDB, as well as AIX dbx, supports the size type attribute. | |
8522 | ||
8523 | Thu Mar 16 12:11:32 1995 Jim Kingdon ([email protected]) | |
8524 | ||
8525 | * stabs.texinfo (Negative Type Numbers): Document types -31 to -34. | |
8526 | ||
8527 | Mon Mar 13 16:49:13 1995 Per Bothner <[email protected]> | |
8528 | ||
8529 | * gdb.texinfo (Define): Document $arg0... arguments to commands, | |
8530 | and new 'if' and 'while' commands. | |
8531 | ||
8532 | Fri Feb 17 15:24:35 1995 Per Bothner <[email protected]> | |
8533 | ||
8534 | * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type. | |
8535 | ||
8536 | Wed Feb 15 11:59:18 1995 J.T. Conklin <[email protected]> | |
8537 | ||
8538 | * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm. | |
8539 | * remote.texi (NetWare): New node, how to use gdbserve.nlm on | |
8540 | NetWare targets. Mostly stolen from the Server node. | |
8541 | ||
8542 | Fri Feb 10 20:20:08 1995 Jim Kingdon ([email protected]) | |
8543 | ||
8544 | * gdb.texinfo (Setting): Talk about the language of a source file | |
8545 | versus the working language. The old documentation did not match | |
8546 | what GDB did. | |
8547 | ||
8548 | Wed Feb 1 20:26:36 1995 Jim Kingdon ([email protected]) | |
8549 | ||
8550 | * stabs.texinfo (Source Files): Document N_SO used to mark the end | |
8551 | of a source file. | |
8552 | ||
8553 | Mon Jan 23 14:23:37 1995 Jim Kingdon ([email protected]) | |
8554 | ||
8555 | * gdb.texinfo (Processes): New node. | |
8556 | ||
8557 | Tue Jan 17 14:09:03 1995 Ian Lance Taylor <[email protected]> | |
8558 | ||
8559 | * remote.texi: Update documentation of set/show mipsfpu. | |
8560 | ||
3fc11d3e JM |
8561 | Fri Jan 6 17:17:28 1995 Stan Shebs <[email protected]> |
8562 | ||
8563 | * gdbgui.texinfo: New file, manual for GUI (gdbtk) users. | |
8564 | * Makefile.in (gdbgui.dvi, gdbgui.info): New actions. | |
c906108c SS |
8565 | |
8566 | Sun Sep 4 16:47:21 1994 Stan Shebs ([email protected]) | |
8567 | ||
8568 | * gdbint.texinfo: Removed mentions of some incorrectly placed and | |
8569 | obsolete conditionals, described some others. | |
8570 | ||
8571 | Mon Aug 1 15:42:39 1994 Jim Kingdon ([email protected]) | |
8572 | ||
8573 | * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and | |
8574 | SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994. | |
8575 | ||
8576 | Mon Aug 1 15:12:02 1994 Stan Shebs ([email protected]) | |
8577 | ||
8578 | * gdbint.texinfo: Put regex conditionals in their own table. | |
8579 | ||
8580 | Tue Jul 26 18:32:52 1994 Stan Shebs ([email protected]) | |
8581 | ||
8582 | * gdbint.texinfo: Removed mentions of many obsolete conditionals, | |
8583 | described or fixed the descriptions of many others. | |
8584 | ||
8585 | Sun Jul 17 14:14:03 1994 Stan Shebs ([email protected]) | |
8586 | ||
8587 | * gdb.texinfo: Add some more credits. | |
8588 | * gdbint.texinfo: Capitalize GDB consistently, describe some | |
8589 | macros and remove some. | |
8590 | ||
8591 | Thu Jul 14 18:43:17 1994 Stan Shebs ([email protected]) | |
8592 | ||
8593 | * gdbint.texinfo: Removed mentions of many incorrectly placed and | |
8594 | obsolete conditionals, described some others. | |
8595 | ||
8596 | Tue Jul 12 12:23:15 1994 Peter Schauer ([email protected]) | |
8597 | ||
8598 | * gdb.texinfo (help targets): Changed to `help target', which | |
8599 | is the correct gdb command. | |
8600 | ||
8601 | Wed Jun 22 18:00:51 1994 Jim Kingdon ([email protected]) | |
8602 | ||
8603 | * annotate.texi (TODO): New node, for keeping track of annotations | |
8604 | suggested but not yet implemented. | |
8605 | ||
8606 | Wed Jun 1 16:10:45 1994 Jim Kingdon ([email protected]) | |
8607 | ||
8608 | * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to | |
8609 | another symbol, it is not the address itself. | |
8610 | ||
8611 | Thu May 5 20:23:36 1994 Stan Shebs ([email protected]) | |
8612 | ||
8613 | * stabs.texinfo (Stab Section Basics): Add comment about alignment | |
8614 | of stabs-in-coff sections. | |
8615 | ||
8616 | Wed May 4 06:26:11 1994 Jim Kingdon ([email protected]) | |
8617 | ||
8618 | * annotate.texi: Change edition to 0.5 and date to May 1994. | |
8619 | Add index. | |
8620 | (Frames): New node, for frame annotation. | |
8621 | (Displays): New node, for display annotation. | |
8622 | ||
8623 | * remote.texi (MIPS Remote): Say that set timeout doesn't apply | |
8624 | when waiting for your program to stop. | |
8625 | ||
8626 | Fri Apr 29 18:24:46 1994 Jim Kingdon ([email protected]) | |
8627 | ||
8628 | * annotate.texi (Breakpoint Info): Document annotation of header | |
8629 | fields and record annotation. | |
8630 | ||
8631 | Thu Apr 28 07:44:28 1994 Jim Kingdon ([email protected]) | |
8632 | ||
8633 | * annotate.texi: New file, to document annotations. | |
8634 | ||
8635 | Thu Apr 21 14:20:51 1994 Jim Kingdon ([email protected]) | |
8636 | ||
8637 | * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan | |
8638 | 16 I meant to make this change but did not). Do remove gdb-cfg.texi. | |
8639 | ||
8640 | Wed Apr 20 11:22:48 1994 Jim Kingdon ([email protected]) | |
8641 | ||
8642 | * stabs.texinfo (Stab Section Basics): Say what is in .stab | |
8643 | section, and say n_strx field is compilation unit relative. | |
8644 | * stabs.texinfo: Don't use @code for a.out when it is the name of | |
8645 | an object file format. | |
8646 | ||
8647 | Wed Apr 13 20:29:54 1994 Jim Kingdon ([email protected]) | |
8648 | ||
8649 | * gdb.texinfo: Refer to file names, not path names, per rms | |
8650 | convention. | |
8651 | (Arguments): Fix typo. | |
8652 | ||
8653 | Thu Mar 24 08:09:12 1994 Jim Kingdon ([email protected]) | |
8654 | ||
8655 | * stabs.texinfo (Global Variables): Talk about stabs in files | |
8656 | where variables are referenced, but not defined. | |
8657 | ||
8658 | Wed Mar 23 07:16:36 1994 Jim Kingdon ([email protected]) | |
8659 | ||
8660 | * stabs.texinfo: Move stuff on @ and # type descriptors from node | |
8661 | Cplusplus to new nodes Member Type Descriptor and Method Type | |
8662 | Descriptor. Re-write stuff for #. | |
8663 | ||
8664 | Wed Mar 16 08:20:19 1994 Jim Kingdon ([email protected]) | |
8665 | ||
8666 | * gdb.texinfo (Print Settings): Don't document "set print | |
8667 | fast-symbolic-addr off". The bug which it worked around was fixed | |
8668 | on 25 Feb 94 in coffread.c, so I'm nuking the command. | |
8669 | ||
8670 | * stabs.texinfo (Alternate Entry Points): New node, rewritten from | |
8671 | N_ENTRY node. | |
8672 | ||
8673 | * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor. | |
8674 | ||
8675 | Tue Mar 15 08:43:02 1994 Jim Kingdon ([email protected]) | |
8676 | ||
8677 | * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove | |
8678 | references to ieee-float.c. | |
8679 | ||
8680 | Fri Mar 11 08:09:40 1994 Jim Kingdon ([email protected]) | |
8681 | ||
8682 | * gdb.texinfo (Set Breaks): Update documentation for tbreak to | |
8683 | match what the code actually does. | |
8684 | ||
8685 | Wed Mar 9 19:43:05 1994 Jim Kingdon ([email protected]) | |
8686 | ||
8687 | * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s. | |
8688 | ||
8689 | Tue Mar 1 17:04:43 1994 Jim Kingdon ([email protected]) | |
8690 | ||
8691 | * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c, | |
8692 | i, and b. | |
8693 | ||
8694 | Wed Feb 23 10:44:18 1994 Jim Kingdon ([email protected]) | |
8695 | ||
8696 | * stabs.texinfo: Document N_RBRAC as function relative for COFF as | |
8697 | well as for ELF and SOM. Unify the descriptions of ELF and SOM | |
8698 | as "stabs in sections" rather than just saying "ELF and SOM". | |
8699 | Also make that stuff apply to COFF. | |
8700 | ||
8701 | Fri Feb 18 08:25:58 1994 Jim Kingdon ([email protected]) | |
8702 | ||
8703 | * gdb.texinfo (Formatting Documentation): Change GhostScript to | |
8704 | Ghostscript. | |
8705 | ||
8706 | Fri Feb 4 06:31:31 1994 Jim Kingdon ([email protected]) | |
8707 | ||
8708 | * gdb.texinfo (Continuing and Stepping): When talking about "step" | |
8709 | versus functions without line numbers, also mention stepping into | |
8710 | them as well as "step" when you are in them. Tell the user how to | |
8711 | deal with the situation. Add comment about "debugging information". | |
8712 | ||
8713 | Thu Feb 3 11:39:59 1994 Jim Kingdon ([email protected]) | |
8714 | ||
8715 | * stabs.texinfo (Enumerations): Document restriction on where | |
8716 | enumeration types can appear and still win with GDB. | |
8717 | ||
8718 | Wed Feb 2 11:29:17 1994 Jim Kingdon ([email protected]) | |
8719 | ||
8720 | * stabs.texinfo (Negative Type Numbers): Document format for type | |
8721 | -16. | |
8722 | ||
8723 | Thu Jan 27 16:53:56 1994 Jim Kingdon ([email protected]) | |
8724 | ||
8725 | * gdb.texinfo (Selection, Frame Info): Update information about | |
8726 | arbitrary frame specficiations. | |
8727 | ||
8728 | Wed Jan 26 15:31:57 1994 Roland H. Pesch ([email protected]) | |
8729 | ||
8730 | * gdb.texinfo, remote.texi: general editing pass prior to Net release | |
8731 | ||
8732 | Tue Jan 25 12:12:04 1994 Jim Kingdon ([email protected]) | |
8733 | ||
8734 | * stabs.texinfo (String Field): Discuss continuing stabs with ?. | |
8735 | ||
8736 | Wed Jan 19 06:39:24 1994 David J. Mackenzie ([email protected]) | |
8737 | ||
8738 | * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT. | |
8739 | ||
8740 | Sun Jan 16 12:43:32 1994 Jim Kingdon ([email protected]) | |
8741 | ||
8742 | * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF | |
8743 | Differences node to Statics node. | |
8744 | (Statics): Discuss XCOFF use of V symbol descriptor. | |
8745 | ||
8746 | * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean, | |
8747 | not clean. | |
8748 | ||
8749 | Wed Jan 12 21:29:54 1994 John Gilmore ([email protected]) | |
8750 | ||
8751 | * gdb.texinfo (Print Settings): Document `set print | |
8752 | fast-symbolic-addr' and improve the doc for some other | |
8753 | `set print's. | |
8754 | ||
8755 | Mon Jan 3 17:23:07 1994 Jim Kingdon ([email protected]) | |
8756 | ||
8757 | * stabs.texinfo (String Field): Talk about defining several type | |
8758 | numbers at once. | |
8759 | Fix lint regarding changing node ELF Transformations to | |
8760 | ELF and SOM Transformations. | |
8761 | ||
8762 | Fri Dec 31 00:42:43 1993 John Gilmore ([email protected]) | |
8763 | ||
8764 | * stabs.texinfo: Insert Peter Kessler's name as inventor (I think). | |
8765 | ||
8766 | Tue Dec 28 09:30:40 1993 Jim Kingdon ([email protected]) | |
8767 | ||
8768 | * stabs.texinfo (Cross-References): `::' is for nested types only | |
8769 | within <>. | |
8770 | (Structures): Document static members. | |
8771 | ||
8772 | Mon Dec 27 13:55:04 1993 Jim Kingdon ([email protected]) | |
8773 | ||
8774 | * stabs.texinfo: Document S type attribute. | |
8775 | ||
8776 | Sun Dec 26 20:46:36 1993 Jeffrey A. Law ([email protected]) | |
8777 | ||
8778 | * stabs.texinfo: Add notes about stabs-in-som where appropriate. | |
8779 | ||
8780 | Fri Dec 3 19:13:19 1993 John Gilmore ([email protected]) | |
8781 | ||
8782 | * gdbint.texinfo: Fix a few typos. | |
8783 | ||
8784 | Sun Nov 28 18:06:25 1993 Roland H. Pesch ([email protected]) | |
8785 | ||
8786 | * gdb.texinfo, remote.texi: formatting improvements | |
8787 | ||
8788 | * gdb.texinfo (New Features): mention threads. | |
8789 | (Summary, C): fix xrefs in newly contributed text. | |
8790 | (Threads): index entries, clarifications, example | |
8791 | (passim): minor typos fixed, phrasing improvements | |
8792 | ||
8793 | * remote.texi (Bootstrapping): rephrase text on ^C and add index | |
8794 | entries; (Server): explain use of gdbserver w/real-time systems, | |
8795 | add example of conflicting TCP port; (MIPS Remote) break up | |
8796 | running text into table, highlighting commands, and add example. | |
a9331b3f | 8797 | |
c906108c SS |
8798 | Wed Nov 24 14:15:56 1993 Roland H. Pesch ([email protected]) |
8799 | ||
8800 | * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed | |
8801 | ||
8802 | Fri Nov 12 16:10:58 1993 Jim Kingdon ([email protected]) | |
8803 | ||
8804 | * stabs.texinfo (Nested Symbols): New node. | |
8805 | (String Field, Symbol Descriptors, Cross-References): Refer to it. | |
8806 | ||
8807 | Thu Nov 11 13:26:45 1993 Jim Kingdon ([email protected]) | |
8808 | ||
8809 | * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect | |
8810 | to picking which Bbss.bss symbol to use, and (because there seems to | |
8811 | be no good way of doing it) re-write some of the text to make it | |
8812 | sound like Bbss.bss isn't such a great idea after all (as currently | |
8813 | designed). | |
8814 | ||
8815 | * gdb.texinfo (C): In addition to saying people have to use g++ for | |
8816 | good results, say they have to use stabs. Specifically say cfront | |
8817 | doesn't work well. | |
8818 | (Summary): Merge in information on Modula-2, Pascal, and Chill from | |
8819 | the gdb README. Add xrefs to places where the support for the various | |
8820 | languages is described in detail. | |
8821 | ||
8822 | Mon Nov 8 11:47:34 1993 Jim Kingdon ([email protected]) | |
8823 | ||
8824 | * stabs.texinfo: Clean up stuff about visibility and virtual | |
8825 | characters. | |
8826 | ||
8827 | * stabs.texinfo (N_M2C): Cite Sun doc. | |
8828 | ||
8829 | Fri Nov 5 16:27:27 1993 Roland H. Pesch ([email protected]) | |
8830 | ||
8831 | * gdb.texinfo: updates re threads. | |
8832 | * remote.texinfo: avoid index entries starting with digits. | |
8833 | ||
8834 | Tue Nov 2 09:08:37 1993 Jim Kingdon ([email protected]) | |
8835 | ||
8836 | * stabs.texinfo (Enumerations): Talk about large, negative and | |
8837 | octal values. Clean up cross reference to type attributes. | |
8838 | (String Field): Say that GDB 4.11 supports size attribute. | |
8839 | ||
8840 | Sun Oct 31 13:31:10 1993 Jim Kingdon ([email protected]) | |
8841 | ||
8842 | * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel | |
8843 | is a mandatory step. Make the stuff about that more concise. | |
8844 | ||
8845 | Wed Oct 27 00:25:46 1993 Jim Kingdon ([email protected]) | |
8846 | ||
8847 | * stabs.texinfo (Class Names): New node. | |
8848 | ||
8849 | * gdb.texinfo (Command Files): Explain order of init file reading. | |
8850 | ||
8851 | * remote.texi (Bootstrapping): Talk about getting the serial driver | |
8852 | to deal with ^C sent by gdb to stop the remote system. | |
8853 | ||
8854 | Mon Oct 25 03:25:41 1993 Tom Lord ([email protected]) | |
8855 | ||
8856 | * libgdb.texinfo (I/O): incorporated better phrasing from rich. | |
8857 | ||
8858 | * libgdb.texinfo (Defining Commands): made the DOC arg | |
8859 | to gdb_define_app_command a char * instead of char ** | |
8860 | per a suggestion from kingdon. | |
8861 | ||
8862 | * libgdb.texinfo: total rewrite from a different starting | |
8863 | premise. | |
8864 | ||
8865 | Wed Oct 20 18:07:44 1993 Jim Kingdon ([email protected]) | |
8866 | ||
8867 | * stabs.texinfo (Local Variable Parameters): Re-write paragraph on | |
8868 | floats passed as doubles (to improve clarity). | |
8869 | ||
8870 | Tue Oct 19 14:21:18 1993 Roland H. Pesch ([email protected]) | |
8871 | ||
8872 | * gdb.texinfo (Source Path): index entries for $cwd, $pdir | |
8873 | ||
8874 | * a4rc.sed: update to work with Andreas Vogel papersize params | |
8875 | ||
8876 | * refcard.tex: use Andreas Vogel simplifications of papersize | |
8877 | params; remove useless version info; update copyright date. | |
8878 | ||
8879 | Tue Oct 19 10:46:22 1993 Jim Kingdon ([email protected]) | |
8880 | ||
8881 | * gdb.texinfo (Symbols): Add class NAME to doc for ptype. | |
8882 | ||
8883 | Tue Oct 12 09:11:45 1993 Jim Kingdon ([email protected]) | |
8884 | ||
8885 | * gdb.texinfo (Files): Say what address the load command loads it at. | |
8886 | ||
8887 | * stabs.texinfo (Common Blocks): Minor cleanups. | |
8888 | ||
8889 | * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact | |
8890 | that Sun has backed away from the linker kludge and thus the relevant | |
8891 | issue is changes to the SunPRO tools, not the Solaris linker. | |
8892 | ||
8893 | * stabs.texinfo (Traditional Integer Types): Clean up description | |
8894 | of octal bounds a little bit. Document extra leading zeroes. | |
8895 | ||
8896 | Thu Oct 7 16:15:37 1993 Jim Kingdon ([email protected]) | |
8897 | ||
8898 | * gdb.texinfo (Signaling): Update for symbolic symbol names | |
8899 | and add a section explaining the difference between the GDB | |
8900 | signal command and the shell kill utility. | |
8901 | ||
8902 | Wed Oct 6 13:23:01 1993 Tom Lord ([email protected]) | |
8903 | ||
8904 | * libgdb.texinfo: added `@' to braces that were unescaped. | |
8905 | ||
8906 | Mon Oct 4 10:42:18 1993 Tom Lord ([email protected]) | |
8907 | ||
8908 | * libgdb.texinfo: new file. Spec for the gdb library. | |
8909 | ||
8910 | Sun Oct 3 15:26:56 1993 Jim Kingdon ([email protected]) | |
8911 | ||
8912 | * stabs.texinfo (Include Files): Fix typo (start -> end). | |
8913 | ||
8914 | Thu Sep 30 18:24:56 1993 Roland H. Pesch ([email protected]) | |
8915 | ||
8916 | * gdb.texinfo, remote.texi: assorted small improvements, mostly | |
8917 | from Melissa at FSF's editing pass. | |
8918 | ||
8919 | Thu Sep 30 11:54:38 1993 Jim Kingdon ([email protected]) | |
8920 | ||
8921 | * gdb.texinfo: Remove stuff about ar and 14 character filenames. | |
8922 | I believe this was fixed by the 13 Sep 89 change to print_frame_info. | |
8923 | Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug. | |
8924 | ||
8925 | Wed Sep 22 21:22:11 1993 Jim Kingdon ([email protected]) | |
8926 | ||
8927 | * remote.texi (Bootstrapping): Discuss 386 call gates. | |
8928 | ||
8929 | Sat Sep 18 17:10:44 1993 Jim Kingdon ([email protected]) | |
8930 | ||
8931 | * stabs.texinfo (Based Variables): New node. | |
8932 | ||
8933 | Thu Sep 16 17:48:55 1993 Jim Kingdon ([email protected]) | |
8934 | ||
8935 | * stabs.texinfo (Negative Type Numbers): Re-write discussions of | |
8936 | names, sizes, and formats to suggest how not to lose. | |
8937 | ||
8938 | Sat Sep 11 09:35:11 1993 Jim Kingdon ([email protected]) | |
8939 | ||
8940 | * stabs.texinfo (Methods): Fix typo. | |
8941 | ||
8942 | Fri Sep 10 06:34:20 1993 David J. Mackenzie ([email protected]) | |
8943 | ||
8944 | * gdb.texinfo: Fix a few typos. | |
8945 | ||
8946 | Wed Sep 8 09:11:52 1993 Jim Kingdon ([email protected]) | |
8947 | ||
8948 | * gdb.texinfo: Clarify how well it works with Fortran. | |
8949 | ||
8950 | * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations): | |
8951 | More on relocating stabs in ELF files. | |
8952 | ||
8953 | Tue Sep 7 13:45:02 1993 Jim Kingdon ([email protected]) | |
8954 | ||
8955 | * stabs.texinfo (Stabs In ELF): Talk about N_FUN value. | |
8956 | ||
8957 | Mon Sep 6 19:23:18 1993 Jim Kingdon ([email protected]) | |
8958 | ||
8959 | * stabs.texinfo (Local Variable Parameters): Talk about nameless | |
8960 | parameters on VAX. | |
8961 | ||
8962 | Fri Sep 3 17:06:08 1993 Roland H. Pesch ([email protected]) | |
8963 | ||
8964 | * gdb.texinfo: @up/@down -> @raisesections/@lowersections | |
8965 | ||
8966 | Fri Sep 3 12:04:15 1993 Jim Kingdon ([email protected]) | |
8967 | ||
8968 | * stabs.texinfo: Make info author notice match the TeX author notice. | |
8969 | ||
8970 | Tue Aug 31 13:21:06 1993 David J. Mackenzie ([email protected]) | |
8971 | ||
8972 | * stabs.texinfo: Initial-caps all words in node names and | |
8973 | non-trivial words in section names. | |
8974 | ||
8975 | Mon Aug 30 11:13:16 1993 Jim Kingdon ([email protected]) | |
8976 | ||
8977 | * stabs.texinfo: Many minor cleanups. | |
8978 | ||
8979 | * stabs.texinfo: Remove @deffn except from Expanded Reference node. | |
8980 | ||
8981 | Sat Aug 28 12:08:09 1993 David J. MacKenzie ([email protected]) | |
8982 | ||
8983 | * stabs.texinfo: Remove full description of big example. | |
8984 | It's not really helpful; just use pieces of it where appropriate. | |
8985 | Add more Texinfo formatting directives (@samp, etc.). | |
8986 | Use @deffn to define stab types. | |
8987 | Eliminate some wordiness. Break up some nodes. | |
8988 | Add an (alphabetized) index of symbol types. | |
8989 | Use consistent capitalization style in node and section names. | |
8990 | ||
8991 | Thu Aug 26 06:36:31 1993 Fred Fish ([email protected]) | |
8992 | ||
8993 | * gdb.texinfo: Change typo "Two two" to "The two". | |
8994 | ||
8995 | Sun Aug 22 12:15:18 1993 Jim Kingdon ([email protected]) | |
8996 | ||
8997 | * stabs.texinfo (XCOFF-differences): Remove references to | |
8998 | non-existent types N_DECL and N_RPSYM. | |
8999 | ||
9000 | * stabs.texinfo (String Field): Say that type attributes bug is | |
9001 | fixed in GDB 4.10, since it is. | |
9002 | ||
9003 | * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own. | |
9004 | ||
9005 | Sat Aug 21 04:32:28 1993 David MacKenzie ([email protected]) | |
9006 | ||
9007 | * stabs.texinfo: Formatting cleanups. | |
9008 | ||
9009 | Fri Aug 20 20:49:53 1993 Jim Kingdon ([email protected]) | |
9010 | ||
9011 | * stabs.texinfo: When explaining the n_type of a stab, standardize | |
9012 | how we do it ('#' as a comment indicator, "36 is N_FUN" as text, | |
9013 | no tabs, use @r). | |
9014 | (Global Variables): Clean up. | |
9015 | ||
9016 | Tue Aug 17 15:57:27 1993 Jim Kingdon ([email protected]) | |
9017 | ||
9018 | * stabs.texinfo (Stack Variables): Re-write. | |
9019 | ||
9020 | Mon Aug 16 21:20:08 1993 Jim Kingdon ([email protected]) | |
9021 | ||
9022 | * stabs.texinfo (Stabs-in-elf): Talk about getting the start | |
9023 | addresses of a source file. Also revise formatting. | |
9024 | Change "object module" or "object file" to "source file". | |
9025 | Various: Miscellaneous cleanups. | |
9026 | ||
9027 | Thu Aug 12 15:11:51 1993 Jim Kingdon ([email protected]) | |
9028 | ||
9029 | * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi. | |
9030 | ||
9031 | Tue Aug 10 16:57:49 1993 Stan Shebs ([email protected]) | |
9032 | ||
9033 | * gdbint.texinfo: Removed many nonsensical machine-collected | |
9034 | host and target conditionals, described some of the remainder. | |
9035 | ||
9036 | Tue Aug 10 13:28:30 1993 Jim Kingdon ([email protected]) | |
9037 | ||
9038 | * gdbint.texinfo (Getting Started): Use @itemize, not @table. | |
9039 | ||
9040 | * gdbint.texinfo (Top): Add name to @top line, and re-write the | |
9041 | paragraph which follows. | |
9042 | ||
9043 | * gdbint.texinfo (Host): Use @code not @samp for Makefile | |
9044 | variables. Looks better and avoids overful hbox. | |
9045 | ||
9046 | Fri Jul 30 18:26:21 1993 Jim Kingdon ([email protected]) | |
9047 | ||
9048 | * stabs.texinfo (Procedures): Improve stuff on nested functions. | |
9049 | ||
9050 | Thu Jul 29 15:10:58 1993 Roland H. Pesch ([email protected]) | |
9051 | ||
9052 | * remote.texi: (MIPS Remote) clearer doc for set/show timeout, | |
9053 | retransmit-timeout | |
9054 | ||
9055 | Thu Jul 29 13:16:09 1993 Jim Kingdon ([email protected]) | |
9056 | ||
9057 | * gdbint.texinfo: Update statement about `some ancient Unix | |
9058 | systems, like Ultrix 4.0' to Ultrix 4.2. | |
9059 | ||
9060 | Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com) | |
9061 | ||
9062 | * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER | |
9063 | ||
9064 | * Makefile.in: depend on remote.texi rather than gdbinv-s.texi | |
9065 | ||
9066 | * remote.texi: (Server) New node on gdbserver. (Remote Serial, | |
9067 | ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP. | |
9068 | ||
9069 | * remote.texi: new name for former gdbinv-s.texi | |
9070 | ||
9071 | * gdb.texinfo: use remote.texi rather than gdbinv-s.texi | |
9072 | ||
9073 | Wed Jul 28 08:26:24 1993 Ian Lance Taylor ([email protected]) | |
9074 | ||
9075 | * gdbinv-s.texi: Documented timeout and retransmit-timeout | |
9076 | variables for MIPS remote debugging protocol. | |
9077 | ||
9078 | Mon Jul 26 13:00:09 1993 Jim Kingdon ([email protected]) | |
9079 | ||
9080 | * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix. | |
9081 | ||
9082 | Tue Jul 20 16:30:41 1993 Jim Kingdon ([email protected]) | |
9083 | ||
9084 | * Makefile.in (refcard.dvi): Use srcdir where necessary. | |
9085 | ||
9086 | Mon Jul 19 12:02:50 1993 Roland H. Pesch ([email protected]) | |
9087 | ||
9088 | * gdb.texinfo: repair conditional bugs in text markup | |
9089 | ||
9090 | Fri Jul 16 18:57:50 1993 Roland H. Pesch ([email protected]) | |
9091 | ||
9092 | * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch | |
9093 | to select Modula-2 material. | |
9094 | ||
9095 | Thu Jul 15 13:15:01 1993 Jim Kingdon ([email protected]) | |
9096 | ||
9097 | * stabs.texinfo: Cleanups regarding statics. | |
9098 | ||
9099 | * gdbinv-s.texi (Bootstrapping): Document exceptionHandler. | |
9100 | (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping. | |
9101 | ||
9102 | Mon Jul 12 13:37:02 1993 Jim Kingdon ([email protected]) | |
9103 | ||
9104 | * stabs.texinfo: N_MAIN is sometimes used for C. | |
9105 | ||
9106 | Fri Jul 9 09:47:02 1993 Peter Schauer ([email protected]) | |
9107 | ||
9108 | * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE. | |
9109 | ||
9110 | Tue Jul 6 12:41:28 1993 John Gilmore ([email protected]) | |
9111 | ||
9112 | * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS, | |
a9331b3f | 9113 | removed from the code by Kingdon. |
c906108c SS |
9114 | |
9115 | Tue Jul 6 12:24:34 1993 Jim Kingdon ([email protected]) | |
9116 | ||
9117 | * gdb.texinfo (Break Commands): Remove stuff about flushing terminal | |
9118 | input when evaluating breakpoint conditions; the bug has been fixed. | |
9119 | ||
9120 | * gdb.texinfo (Continuing and Stepping): Argument to "continue" | |
9121 | sets the ignore count to N-1, not to N. | |
9122 | ||
9123 | Thu Jul 1 14:57:42 1993 Roland H. Pesch ([email protected]) | |
9124 | ||
9125 | * refcard.tex (\hoffset): correct longstanding error to match | |
9126 | intended offset; avoids cutting off edge on some printers | |
9127 | ||
9128 | Wed Jun 30 18:23:06 1993 Jim Kingdon ([email protected]) | |
9129 | ||
9130 | * stabs.texinfo (Parameters): Say that order of stabs is significant. | |
9131 | ||
9132 | Fri Jun 25 21:34:52 1993 Jim Kingdon ([email protected]) | |
9133 | ||
9134 | * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does. | |
9135 | ||
9136 | Fri Jun 25 16:15:10 1993 Roland H. Pesch ([email protected]) | |
9137 | ||
9138 | * Makefile.in: (REFEDITS) new var to control whether PS or CM | |
9139 | fonts and whether US or A4 paper for GDB refcard; (refcard.dvi) | |
9140 | collect sed edits if any, apply to refcard before formatting; | |
9141 | (refcard.ps) stop implying PS fonts if PS output requested; | |
9142 | (lrefcard.ps) delete extra target for variant PS fonts | |
9143 | ||
9144 | * refcard.tex: parametrize papersize dependent info, collect | |
9145 | in easily replaced spot | |
9146 | ||
9147 | * a4rc.sed: new file, edits to refcard for A4 paper | |
9148 | ||
9149 | Fri Jun 25 14:21:46 1993 Jim Kingdon ([email protected]) | |
9150 | ||
9151 | * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes. | |
9152 | ||
9153 | Wed Jun 23 15:02:50 1993 Jim Kingdon ([email protected]) | |
9154 | ||
9155 | * stabs.texinfo (Negative Type Numbers): Minor character cleanups. | |
9156 | ||
9157 | Tue Jun 22 16:31:52 1993 Jim Kingdon ([email protected]) | |
9158 | ||
9159 | * stabs.texinfo: Express disapproval of 'D' symbol descriptor | |
9160 | politely rather than rudely. | |
9161 | ||
9162 | Fri Jun 18 19:42:09 1993 Jim Kingdon ([email protected]) | |
9163 | ||
9164 | * stabs.texinfo: Document common blocks. | |
9165 | ||
9166 | Fri Jun 18 12:12:57 1993 Fred Fish ([email protected]) | |
9167 | ||
9168 | * stabs.texinfo: Add some basic info about stabs-in-elf. | |
9169 | ||
9170 | Fri Jun 18 13:57:09 1993 Jim Kingdon ([email protected]) | |
9171 | ||
9172 | * stabs.texinfo (Top): Minor cleanup. | |
9173 | ||
9174 | Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com) | |
9175 | ||
9176 | * Makefile.in (install-info): remove parentdir support | |
9177 | ||
9178 | Tue Jun 15 18:11:39 1993 Roland H. Pesch ([email protected]) | |
9179 | ||
9180 | * gdb.texinfo (Copying): delete this node and references to it; | |
9181 | RMS says this manual need not carry GPL. (passim): Improvements | |
9182 | from last round at FSF, largely due to Ian Taylor review, and | |
9183 | minor formatting improvements. | |
9184 | ||
9185 | * gdbinv-s.texi (passim): Improvements from last round at FSF, | |
9186 | largely due to Ian Taylor review. (Debug Session): minor edits to | |
9187 | new text. | |
9188 | ||
9189 | Sun Jun 13 12:52:39 1993 Jim Kingdon ([email protected]) | |
9190 | ||
9191 | * Makefile.in (realclean): Remove info and dvi files too. | |
9192 | ||
9193 | Sat Jun 12 16:09:22 1993 Jim Kingdon ([email protected]) | |
9194 | ||
9195 | * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames. | |
9196 | * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi. | |
9197 | * gdb.texinfo: Change accordingly. | |
9198 | ||
9199 | * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of | |
9200 | N_{L,R}BRAC,N_SLINE are relative to. | |
9201 | ||
9202 | Fri Jun 11 15:15:55 1993 Jim Kingdon ([email protected]) | |
9203 | ||
9204 | * Makefile.in (GDBvn.texi): Update atomically. | |
9205 | ||
9206 | Wed Jun 9 10:58:16 1993 Jim Kingdon ([email protected]) | |
9207 | ||
9208 | * gdbinv-s.texi (Debug Session): Document exceptionHook. | |
9209 | ||
9210 | Tue Jun 8 13:42:04 1993 Jim Kingdon ([email protected]) | |
9211 | ||
9212 | * gdb.texinfo (Print Settings): Move all stuff relating to symbolic | |
9213 | addresses together. Also motivate the set print symbol-filename | |
9214 | command and suggest other solutions. | |
9215 | ||
9216 | Tue Jun 1 22:46:43 1993 Fred Fish ([email protected]) | |
9217 | ||
9218 | * gdb.texinfo (set print elements): Note that the number of | |
9219 | elements is set to unlimited by "set print elements 0". | |
9220 | ||
9221 | Mon May 31 08:06:55 1993 Jim Kingdon ([email protected]) | |
9222 | ||
9223 | * stabs.texinfo (Builtin Type Descriptors): Try to clarify what | |
9224 | NF_LDOUBLE means. | |
9225 | (Stab Types): Include Solaris stab types. | |
9226 | (Procedures): Document Solaris extensions. | |
9227 | ||
9228 | Thu May 27 06:20:42 1993 Peter Schauer ([email protected]) | |
9229 | ||
9230 | * gdb.texinfo: Add `set print symbol-filename' doc. | |
9231 | ||
9232 | Wed May 26 00:26:42 1993 Jim Kingdon ([email protected]) | |
9233 | ||
9234 | * stabs.texinfo (Arrays): Talk about type definition vs. type | |
9235 | information. | |
9236 | ||
9237 | * stabs.texinfo (Builtin Type Descriptors): Talk about omitting | |
9238 | the trailing semicolon. | |
9239 | ||
9240 | Tue May 25 14:49:42 1993 Jim Kingdon ([email protected]) | |
9241 | ||
9242 | * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes | |
9243 | and merge in other parts of the document addressing these subjects. | |
9244 | gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo. | |
9245 | ||
9246 | * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon | |
9247 | at the end of a range type. | |
9248 | ||
9249 | * stabs.texinfo (Subranges): "A offset" and "T offset" are not | |
9250 | AIX extensions. | |
9251 | ||
9252 | Mon May 24 09:00:33 1993 Jim Kingdon ([email protected]) | |
9253 | ||
9254 | * stabs.texinfo (Stabs Format): Misc fixes. | |
9255 | ||
9256 | Sat May 22 10:40:56 1993 Jim Kingdon ([email protected]) | |
9257 | ||
9258 | * stabs.texinfo (Constants): Allow an `e' constant to be non-enum. | |
9259 | (Traditional builtin types): Document convex convention for long long. | |
9260 | (Negative builtin types): Discuss type names, and misc fixes. | |
9261 | ||
9262 | Fri May 21 11:20:31 1993 Jim Kingdon ([email protected]) | |
9263 | ||
9264 | * stabs.texinfo (Builtin Type Descriptors): Document the floating | |
9265 | point types used with @samp{R} type descriptor. | |
9266 | (Symbol Descriptors): Describe how to handle conflict between | |
9267 | different meanings of @samp{P} symbol descriptor. | |
9268 | ||
9269 | Thu May 20 13:35:10 1993 Jim Kingdon ([email protected]) | |
9270 | ||
9271 | * stabs.texinfo: Remove node Quick Reference and put its children | |
9272 | directly under the main menu. | |
9273 | ||
9274 | * stabs.texinfo: Many more changes to bring it into line with | |
9275 | AIX documentation and reality. I think it now has all the | |
9276 | information from the AIX documentation, except that I burned | |
9277 | out when I got to variant records (Pascal and Modula-2) and | |
9278 | all the COBOL types. Oh well, we can add them later when we're | |
9279 | worrying more about those languages. | |
9280 | ||
9281 | * stabs.texinfo (Automatic variables): Talk about what it means | |
9282 | to omit the symbol descriptor. | |
9283 | ||
9284 | Tue May 18 17:59:18 1993 Jim Kingdon ([email protected]) | |
9285 | ||
9286 | * stabs.texinfo (Parameters): Add "(sometimes)" when describing | |
9287 | gcc2 behavior with promoted args. | |
9288 | ||
9289 | Fri May 14 21:35:29 1993 Roland H. Pesch ([email protected]) | |
9290 | ||
9291 | * gdb.texinfo: include readline appendices in info version of manual | |
9292 | ||
9293 | Fri May 7 11:56:18 1993 Roland H. Pesch ([email protected]) | |
9294 | ||
9295 | * gdbinv-s.texi (Remote Serial): describe new ^C behavior in | |
9296 | target remote. | |
9297 | ||
9298 | * gdb.texinfo (Machine Code): more index entries for disassemble | |
9299 | ||
9300 | Fri May 7 10:12:30 1993 Fred Fish ([email protected]) | |
9301 | ||
9302 | * Clarify the intended use of the gdb-testers and gdb-patches | |
9303 | mailing lists, and shrink gzip comment. | |
9304 | ||
9305 | Thu May 6 16:39:50 1993 Roland H. Pesch ([email protected]) | |
9306 | ||
9307 | * gdb.texinfo (Shell Commands): do not mention SHELL env var in | |
9308 | DOSHOST configuration of manual. | |
9309 | ||
9310 | * gdb.texinfo (MIPS Stack): new node. | |
9311 | ||
9312 | * all-config.texi (MIPS) new switch. | |
9313 | ||
9314 | * gdbinv-s.texi (Nindy Options) Remove two instances of future | |
9315 | tense; (MIPS Remote) new node. | |
9316 | ||
9317 | * gdb.texinfo (passim) rephrases to work around makeinfo @value | |
9318 | bug; (Environment) less passive, other small cleanups in text about | |
9319 | .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry; | |
9320 | (Remote) new MIPS Remote menu entry. | |
9321 | ||
9322 | Thu Apr 29 09:36:25 1993 Jim Kingdon ([email protected]) | |
9323 | ||
9324 | * stabs.texinfo: Many changes to include information from the | |
9325 | AIX documentation. | |
9326 | ||
9327 | * gdb.texinfo (Environment): Mention pitfall with .cshrc. | |
9328 | ||
9329 | Tue Apr 27 14:02:57 1993 Jim Kingdon ([email protected]) | |
9330 | ||
9331 | * gdbint.texinfo (new node Debugging GDB, elsewhere): | |
9332 | Move a bunch of information from ../README. | |
9333 | (Getting Started): New node. | |
9334 | ||
9335 | Fri Apr 23 17:21:13 1993 Roland H. Pesch ([email protected]) | |
9336 | ||
9337 | * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target | |
9338 | ||
9339 | * gdb.texinfo: advance manual revision dates to present | |
9340 | ||
9341 | * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi: | |
9342 | stop using silly Roman numerals in @set variable names | |
9343 | ||
9344 | Fri Apr 23 07:30:01 1993 Jim Kingdon ([email protected]) | |
9345 | ||
9346 | * stabs.texinfo (Parameters): Keep trying to get this right. | |
9347 | ||
9348 | Wed Apr 21 15:18:47 1993 Jim Kingdon ([email protected]) | |
9349 | ||
9350 | * stabs.texinfo (Parameters): More on "local parameters". | |
9351 | ||
9352 | Mon Apr 19 08:00:51 1993 Jim Kingdon ([email protected]) | |
9353 | ||
9354 | * stabs.texinfo (Parameters): Re-do "local parameters" section. | |
9355 | ||
9356 | Sun Apr 18 09:47:45 1993 Jim Kingdon ([email protected]) | |
9357 | ||
9358 | * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref. | |
9359 | (Parameters): Rewrite. | |
9360 | (xcoff-differences, Sun-differences): Minor changes. | |
9361 | ||
9362 | Thu Apr 15 02:35:24 1993 John Gilmore ([email protected]) | |
9363 | ||
9364 | * stabs.texinfo: Minor cleanup. | |
9365 | ||
9366 | Wed Apr 14 17:31:00 1993 Jim Kingdon ([email protected]) | |
9367 | ||
9368 | * gdbint.texinfo: Minor xcoff stuff. | |
9369 | ||
9370 | Wed Apr 7 14:11:07 1993 Fred Fish ([email protected]) | |
9371 | ||
9372 | * gdbint.texinfo: Update for new config directory structure. | |
9373 | Add info about internal type data structures. | |
9374 | ||
9375 | Mon Apr 5 09:06:30 1993 Ian Lance Taylor ([email protected]) | |
9376 | ||
9377 | * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in | |
9378 | $(srcdir). | |
9379 | (gdb-config.texi): Depend on file in $(srcdir). | |
9380 | ||
9381 | Fri Apr 2 16:55:13 1993 Jim Kingdon ([email protected]) | |
9382 | ||
9383 | * stabs.texinfo: Fixes about N_SO. | |
9384 | ||
9385 | Fri Mar 26 18:00:35 1993 Roland H. Pesch ([email protected]) | |
9386 | ||
9387 | * gdb.texinfo: include list of nonstandard init file names | |
9388 | ||
9389 | * *-config.texi: new switch GENERIC for text that applies *only* | |
9390 | to (usual) multiple-target version of manual | |
9391 | ||
9392 | * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct | |
9393 | h8 config | |
9394 | ||
9395 | * gdb.texinfo: depend on latest fixed makeinfo, use conditionals | |
9396 | in menus (rather than conditionally selected multiple alternative | |
9397 | menus). | |
9398 | ||
9399 | * Makefile.in: define and use DOC_CONFIG var to select | |
9400 | configuration for GDB user manual. | |
9401 | ||
9402 | * gdb-config.texi: delete from repository, generate from Makefile. | |
9403 | ||
9404 | * all-config.texi: normal `generic' configuration file, formerly | |
9405 | stored as gdb-config.texi | |
9406 | ||
9407 | Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) | |
9408 | ||
9409 | * Makefile.in: add dvi target to build all .dvi files | |
9410 | ||
9411 | Tue Mar 23 16:03:24 1993 Roland H. Pesch ([email protected]) | |
9412 | ||
9413 | * gdb.texinfo, gdvinv-s.texinfo: formatting improvements. | |
9414 | ||
9415 | Fri Mar 19 21:46:50 1993 John Gilmore ([email protected]) | |
9416 | ||
9417 | * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as | |
9418 | host conditionals. | |
9419 | * stabs.texinfo: More array fixes inspired by Jim's. | |
9420 | ||
9421 | Fri Mar 19 10:23:34 1993 Jim Kingdon ([email protected]) | |
9422 | ||
9423 | * stabs.texinfo: Fixes re arrays and continuations. | |
9424 | ||
9425 | * gdbint.texinfo: Add XCOFF node. | |
9426 | ||
9427 | Mon Mar 8 15:52:18 1993 John Gilmore ([email protected]) | |
9428 | ||
9429 | * gdb.texinfo: Add `set print max-symbolic-offset' doc. | |
9430 | ||
9431 | Sun Feb 21 17:09:38 1993 Per Bothner ([email protected]) | |
9432 | ||
9433 | * stabs.texinfo: Fix for array types to mention lower bounds. | |
9434 | ||
9435 | Thu Feb 18 01:19:49 1993 John Gilmore ([email protected]) | |
9436 | ||
9437 | * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*. | |
9438 | ||
9439 | Wed Feb 17 08:15:24 1993 John Gilmore ([email protected]) | |
9440 | ||
9441 | * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines. | |
9442 | ||
9443 | Thu Feb 11 10:38:40 1993 John Gilmore ([email protected]) | |
9444 | ||
9445 | * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found | |
9446 | by Michael Ben-Gershon <[email protected]>. | |
9447 | ||
9448 | Wed Feb 10 23:59:19 1993 John Gilmore ([email protected]) | |
9449 | ||
9450 | * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET. | |
9451 | ||
9452 | Tue Feb 9 18:26:21 1993 Roland H. Pesch ([email protected]) | |
9453 | ||
9454 | * gdb.texinfo, gdbinv-s.texi: misc updates | |
9455 | ||
9456 | Sat Feb 6 10:25:47 1993 John Gilmore ([email protected]) | |
9457 | ||
9458 | * gdbint.texinfo: Brief documentation for longjmp support, | |
9459 | from an email msg by Stu. | |
9460 | ||
9461 | Fri Feb 5 14:10:15 1993 John Gilmore ([email protected]) | |
9462 | ||
9463 | * stabs.texinfo: Fix description of floating point "range" | |
9464 | types (which really define basic types). Reported by Jim Meehan, | |
9465 | <[email protected]>. | |
9466 | ||
9467 | * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone. | |
9468 | ||
9469 | Thu Feb 4 13:56:46 1993 Ian Lance Taylor ([email protected]) | |
9470 | ||
9471 | * gdbint.texinfo: Slightly expand section on supporting a new | |
9472 | object file format. | |
9473 | ||
9474 | Thu Feb 4 01:49:04 1993 John Gilmore ([email protected]) | |
9475 | ||
9476 | * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex | |
9477 | intermediate file. | |
9478 | ||
9479 | Tue Feb 2 12:18:06 1993 Roland H. Pesch ([email protected]) | |
9480 | ||
9481 | * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups | |
9482 | ||
9483 | Mon Feb 1 15:35:47 1993 Roland H. Pesch ([email protected]) | |
9484 | ||
9485 | * gdbinv-s.texi: z8000 simulator target name is just "sim" | |
9486 | ||
9487 | * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001 | |
9488 | as well as Z8002. | |
9489 | ||
9490 | Sat Nov 28 06:51:35 1992 John Gilmore ([email protected]) | |
9491 | ||
9492 | * gdbint.texinfo: Add sections on clean design and on how to send | |
9493 | in changes. | |
9494 | ||
9495 | Mon Nov 9 23:57:02 1992 John Gilmore ([email protected]) | |
9496 | ||
9497 | * gdbint.texinfo: Add how to declare the result of make_cleanup. | |
9498 | ||
9499 | Mon Oct 26 11:09:47 1992 John Gilmore ([email protected]) | |
9500 | ||
9501 | * gdb.texinfo: Fix typo, reported by Karl Berry. | |
9502 | ||
9503 | Fri Oct 23 00:41:21 1992 John Gilmore ([email protected]) | |
9504 | ||
9505 | * gdb.texinfo: Add opcodes dir to GDB distribution description. | |
9506 | ||
9507 | Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
9508 | ||
9509 | * gdbint.texinfo: fixed a stray email address (needs @@), | |
9510 | added @table @code to node "Native Conditionals" | |
9511 | ||
9512 | Tue Sep 22 00:34:15 1992 John Gilmore ([email protected]) | |
9513 | ||
9514 | * gdbint.texinfo: Describe coding style of GDB. | |
9515 | ||
9516 | Mon Sep 21 19:32:16 1992 John Gilmore ([email protected]) | |
9517 | ||
9518 | * stabs.texinfo: Minor wording changes. | |
9519 | ||
9520 | Tue Sep 15 02:57:09 1992 John Gilmore ([email protected]) | |
9521 | ||
9522 | * gdbint.texinfo: Improve release doc slightly. | |
9523 | ||
9524 | Fri Sep 11 01:34:25 1992 John Gilmore ([email protected]) | |
9525 | ||
9526 | * gdbint.texinfo: Improve doc of GDB config macros. | |
9527 | ||
9528 | Wed Sep 9 16:52:06 1992 John Gilmore ([email protected]) | |
9529 | ||
9530 | * stabs.texinfo: Remove Bothner's changes for C++ nested types. | |
9531 | These will be reinserted when examined. | |
9532 | ||
9533 | Mon Aug 24 01:17:55 1992 John Gilmore ([email protected]) | |
9534 | ||
9535 | * gdbint.texinfo: Make a start at documenting all the #if macros | |
9536 | in GDB. At least list them all, and start separating them into | |
9537 | host-specific and target-specific. | |
9538 | ||
9539 | Tue Aug 18 15:59:13 1992 Roland H. Pesch ([email protected]) | |
9540 | ||
9541 | * gdbinv-s.m4.in: refrain from using @cartouche for just a few | |
a9331b3f | 9542 | examples (not consistent w others). |
c906108c SS |
9543 | gdb.texinfo: issue disclaimer paragraph on cmdline options only |
9544 | for generic vn of doc | |
9545 | ||
9546 | Tue Aug 18 14:53:27 1992 Ian Lance Taylor ([email protected]) | |
9547 | ||
9548 | * Makefile.in: always create installation directories. | |
9549 | ||
9550 | Tue Aug 18 14:11:50 1992 Roland H. Pesch ([email protected]) | |
9551 | ||
9552 | * gdb.texinfo: in h8 config, do not describe searching commands. | |
9553 | ||
9554 | Mon Aug 17 18:07:59 1992 Roland H. Pesch ([email protected]) | |
9555 | ||
9556 | * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300 | |
9557 | conditionals; introduce a few generic switches that may be | |
9558 | useful for other cross-dev or dos-hosted configs. | |
9559 | ||
9560 | * gdb.texinfo: fix typo in "info reg" description | |
9561 | ||
9562 | Sun Aug 16 01:16:18 1992 John Gilmore ([email protected]) | |
9563 | ||
9564 | * stabs.texinfo: Minor updates from running TeX over it. | |
9565 | * Makefile.in (stabs.dvi, stabs.ps): Add. | |
9566 | ||
9567 | Sat Aug 15 20:52:24 1992 Per Bothner ([email protected]) | |
9568 | ||
9569 | * stabs.texinfo: Stabs documentation, written by Julia Menapace. | |
9570 | First pass at converting it to texinfo. | |
9571 | ||
9572 | Sat Aug 15 03:14:59 1992 John Gilmore ([email protected]) | |
9573 | ||
9574 | * gdb.texinfo, refcard.tex: Document mult args on `info reg'. | |
9575 | * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir). | |
9576 | ||
9577 | Fri Aug 14 21:08:47 1992 John Gilmore ([email protected]) | |
9578 | ||
9579 | * gdbint.texinfo: Add section on partial symbol tables. | |
9580 | ||
9581 | Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com) | |
9582 | ||
9583 | * gdb.texinfo: document `set remotedebug' and `set | |
9584 | rstack_high_address'. | |
9585 | ||
9586 | Thu May 14 17:09:48 1992 Roland H. Pesch ([email protected]) | |
9587 | ||
9588 | * gdb.texinfo: slight expansion of new text on reading info files | |
9589 | * gdbinv-s.m4.in: correct and expand info on cross-debugging | |
9590 | H8/300 from DOS. | |
9591 | ||
9592 | Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com) | |
9593 | ||
9594 | * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor. | |
9595 | ||
9596 | Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com) | |
9597 | ||
9598 | * gdb.texinfo: Say how to read the `info' files. | |
9599 | ||
9600 | Tue May 5 12:11:38 1992 K. Richard Pixley ([email protected]) | |
9601 | ||
9602 | * Makefile.in: gm4 -> m4. | |
9603 | ||
9604 | Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com) | |
9605 | ||
9606 | * gdb.texinfo: Update for GDB-4.5. Move `Formatting | |
9607 | Documentation' ahead of `Installing GDB' to match README. | |
9608 | Update shared library doc, -readnow and -mapped, and directory | |
a9331b3f | 9609 | structure (add glob and mmalloc). Update configure doc. |
c906108c SS |
9610 | |
9611 | Tue Mar 24 23:28:38 1992 K. Richard Pixley ([email protected]) | |
9612 | ||
9613 | * Makefile.in: remove $(srcdir) from gdb.info rule. | |
9614 | ||
9615 | Sat Mar 7 18:44:50 1992 K. Richard Pixley ([email protected]) | |
9616 | ||
9617 | * Makefile.in: commented out gdb-all.texinfo rule. This is | |
9618 | temporary. | |
9619 | ||
9620 | Wed Feb 26 18:04:40 1992 K. Richard Pixley ([email protected]) | |
9621 | ||
9622 | * Makefile.in, configure.in: removed traces of namesubdir, | |
9623 | -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced | |
9624 | copyrights to '92, changed some from Cygnus to FSF. | |
9625 | ||
9626 | Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com) | |
9627 | ||
9628 | * gdb.texinfo: Improve how we ask for bug reports. | |
9629 | ||
9630 | Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
9631 | ||
9632 | * Makefile.in: infodir belongs in datadir. | |
9633 | ||
9634 | Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
9635 | ||
9636 | * Makefile.in: remove spaces following hyphens, bsd make can't | |
9637 | cope. install using INSTALL_DATA. added clean-info. added | |
a9331b3f | 9638 | standards.text support. |
c906108c SS |
9639 | |
9640 | Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
9641 | ||
9642 | * Makefile.in: idestdir and ddestdir go away. Added copyrights | |
9643 | and shift gpl to v2. Added ChangeLog if it didn't exist. docdir | |
9644 | and mandir now keyed off datadir by default. | |
9645 | ||
9646 | \f | |
9647 | Local Variables: | |
9e9c5ae7 | 9648 | mode: change-log |
c906108c SS |
9649 | left-margin: 8 |
9650 | fill-column: 74 | |
9651 | version-control: never | |
9652 | End: |