]>
Commit | Line | Data |
---|---|---|
75fc9810 DE |
1 | 2011-05-15 Doug Evans <[email protected]> |
2 | ||
3 | * gdb.texinfo (Auto-loading): Document printing of missing scripts. | |
4 | ||
01124a23 DE |
5 | 2011-05-13 Doug Evans <[email protected]> |
6 | ||
98a5dd13 DE |
7 | * gdb.texinfo (Threads): Document $sdir,$pdir. |
8 | (Server): Document $pdir exception. | |
9 | ||
dbaefcf7 DE |
10 | * gdb.texinfo (Auto-loading): Document "info auto-load-scripts". |
11 | ||
cc63ef9b DE |
12 | * gdb.texinfo (Threads): Clarify default value for |
13 | libthread-db-search-path. | |
7e0396aa | 14 | |
01124a23 DE |
15 | * gdb.texinfo (Completion): Update example. |
16 | (Debugging Output): Delete `set/show debug lin-lwp-async'. | |
17 | ||
d248b706 KY |
18 | 2011-05-12 Kwok Cheung Yeung <[email protected]> |
19 | ||
20 | * gdb.texinfo: Document change in the behaviour of the enable and | |
21 | disable GDB commands when applied to tracepoints. | |
22 | Document the EnableDisableTracepoints remote stub feature. | |
23 | Document QTEnable and QTDisable in the list of tracepoint packets. | |
24 | ||
cc88a640 JK |
25 | 2011-05-11 Jan Kratochvil <[email protected]> |
26 | ||
27 | * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to | |
28 | hsuser.texi. | |
29 | * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and | |
30 | comment to hsuser.texi. Change rluser.texi name in the comment. | |
31 | ||
84e578fb DE |
32 | 2011-05-10 Doug Evans <[email protected]> |
33 | ||
34 | * gdb.texinfo (Threads): If an empty path is provided for | |
35 | libthread-db-search-path it is reset to its default value. | |
36 | (Server): Ditto. | |
37 | ||
478aac75 DE |
38 | 2011-05-09 Doug Evans <[email protected]> |
39 | ||
40 | * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin. | |
41 | ||
9c06b0b4 TJB |
42 | 2011-05-06 Sergio Durigan Junior <[email protected]> |
43 | Thiago Jung Bauermann <[email protected]> | |
44 | ||
45 | Implement support for PowerPC BookE masked watchpoints. | |
46 | * gdb.texinfo (Set Watchpoints): Document mask parameter. | |
47 | (PowerPC Embedded): Mention support of masked watchpoints. | |
48 | ||
9ed350ad JB |
49 | 2011-05-03 Joel Brobecker <[email protected]> |
50 | ||
51 | * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with | |
52 | `@value{GDBN}'. | |
53 | ||
4ceed123 JB |
54 | 2011-05-03 Joel Brobecker <[email protected]> |
55 | ||
56 | * gdb.texinfo (titlepage): Remove dedication. | |
57 | (In Memoriam): New appendix. | |
58 | ||
559a7a62 JK |
59 | 2011-04-27 Jan Kratochvil <[email protected]> |
60 | Eli Zaretskii <[email protected]> | |
61 | ||
62 | * gdb.texinfo (Index Section Format): Change the version to 5. | |
63 | Describe the different formula. | |
64 | ||
03f2bd59 JK |
65 | 2011-04-24 Jan Kratochvil <[email protected]> |
66 | Eli Zaretskii <[email protected]> | |
67 | ||
68 | * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor | |
69 | for disconnected tracing. | |
70 | (Multi-Process Mode for @code{gdbserver}): Mention --multi and | |
71 | extended-remote relationship. Mention --once. | |
72 | (TCP port allocation lifecycle of @code{gdbserver}): New. | |
73 | ||
d9b1a651 EZ |
74 | 2011-04-23 Eli Zaretskii <[email protected]> |
75 | ||
76 | * gdb.texinfo (Server): Improve indexing. Index all optional | |
77 | switches to gdbserver. | |
78 | ||
90476074 TT |
79 | 2011-04-20 Tom Tromey <[email protected]> |
80 | ||
81 | * gdb.texinfo (Index Section Format): New node. | |
82 | (Top): Add new node to menu. | |
83 | ||
c21236dc PA |
84 | 2011-04-20 Pedro Alves <[email protected]> |
85 | ||
86 | * gdb.texinfo (Maintenance Commands): Document `maint print | |
87 | remote-registers'. | |
88 | ||
05c8c3f5 TT |
89 | 2011-04-20 Tom Tromey <[email protected]> |
90 | ||
91 | * gdb.texinfo (Trace File Format): Move node later. | |
92 | ||
7a9dd1b2 TT |
93 | 2011-04-19 Tom Tromey <[email protected]> |
94 | ||
95 | * gdbint.texinfo (Register Information Functions): Remove | |
96 | duplicate "the". | |
97 | * gdb.texinfo (Emacs): Remove duplicate "to". | |
98 | (GDB/MI Variable Objects): Remove duplicate "the". | |
99 | (General Query Packets): Likewise. | |
100 | ||
4368ebeb JB |
101 | 2011-04-02 Joel Brobecker <[email protected]> |
102 | ||
103 | * gdb.texinfo (GDB/MI Output Records): Fix menu entry for | |
104 | "GDB/MI Ada Exception Information" node. | |
105 | ||
956a9fb9 JB |
106 | 2011-04-01 Joel Brobecker <[email protected]> |
107 | ||
108 | * gdb.texinfo (GDB/MI Ada Exception Information): Document | |
109 | the "exception-name" field in the *stopped async record. | |
110 | ||
f1310107 TJB |
111 | 2011-03-31 Thiago Jung Bauermann <[email protected]> |
112 | Sergio Durigan Junior <[email protected]> | |
113 | ||
114 | Implement support for PowerPC BookE ranged breakpoints. | |
115 | * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints. | |
116 | ||
8786b2bd TT |
117 | 2011-03-28 Tom Tromey <[email protected]> |
118 | ||
119 | * gdb.texinfo (Set Tracepoints): Fix typo. | |
120 | ||
9ef07c8c TT |
121 | 2011-03-24 Tom Tromey <[email protected]> |
122 | ||
123 | * gdb.texinfo (Specify Location): Document `function:label' | |
124 | linespec. | |
125 | ||
99c3dc11 PM |
126 | 2011-03-18 Phil Muldoon <[email protected]> |
127 | ||
f1310107 | 128 | PR python/12149 |
99c3dc11 PM |
129 | |
130 | * gdb.texinfo (Basic Python): Update gdb.write and flush text. | |
131 | ||
29703da4 PM |
132 | 2011-03-17 Phil Muldoon <[email protected]> |
133 | ||
134 | * gdb.texinfo (Blocks In Python): Add is_valid method description. | |
135 | (Inferiors In Python): Likewise. | |
136 | (Threads In Python): Likewise. | |
137 | (Symbols In Python): Likewise. | |
138 | (Objfiles In Python): Likewise. | |
139 | (Symbol Tables In Python): Likewise. | |
140 | ||
c9174737 PA |
141 | 2011-03-15 Pedro Alves <[email protected]> |
142 | ||
143 | * gdb.texinfo (Auto Display) <undisplay, enable display, disable | |
144 | display>: Explain that the commands accept number ranges. | |
145 | ||
7371cf6d PM |
146 | 2011-03-14 Phil Muldoon <[email protected]> |
147 | ||
148 | * gdb.texinfo (Breakpoints In Python): Add description and example | |
149 | of Python stop function operation. | |
150 | ||
ecec24e6 PM |
151 | 2011-03-10 Phil Muldoon <[email protected]> |
152 | ||
153 | * gdb.texinfo (Parameters In Python): Document get_set_string and | |
154 | get_show_string methods. | |
155 | ||
6dcd5565 JK |
156 | 2011-02-28 Jan Kratochvil <[email protected]> |
157 | ||
158 | * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis. | |
159 | ||
81896e36 JK |
160 | * gdb.texinfo (Starting and Stopping Trace Experiments): Fix |
161 | circular-trace-buffer name. | |
162 | ||
5e30da2c JB |
163 | 2011-02-28 Joel Brobecker <[email protected]> |
164 | ||
165 | * gdb.texinfo (Inferiors and Programs): Fix small error introduced | |
166 | in the previous change. | |
167 | ||
3bd0f5ef | 168 | 2011-02-27 Michael Snyder <[email protected]> |
af624141 MS |
169 | |
170 | * gdb.texinfo (Inferiors and Programs): Update commands to show | |
171 | that they can accept multiple arguments. | |
172 | ||
4ec7539c JB |
173 | 2011-02-24 Joel Brobecker <[email protected]> |
174 | ||
175 | Revert the following patch (code patch was not approved): | |
176 | 2011-02-21 Hui Zhu <[email protected]> | |
177 | * agentexpr.texi (bytecode descriptions): add printf. | |
178 | * gdb.texinfo (tracepoint action lists): add printf. | |
179 | ||
82809774 DE |
180 | 2011-02-23 Doug Evans <[email protected]> |
181 | ||
182 | * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}. | |
183 | ||
e5a67952 MS |
184 | 2011-02-23 Michael Snyder <[email protected]> |
185 | ||
186 | * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break. | |
187 | (Set Watchpoints): Add @dots{} to argument of info watchpoints. | |
188 | (Listing Tracepoints): Add @dots{} to argument of info tracepoints. | |
189 | ||
6e6fbe60 DE |
190 | 2011-02-22 Doug Evans <[email protected]> |
191 | ||
192 | * gdb.texinfo (Symbols In Python): Document lookup_global_symbol. | |
193 | Clarify behaviour of lookup_symbol when `block' argument is omitted, | |
194 | add description of result, fix @defun formatting. | |
195 | ||
f994e27a HZ |
196 | 2011-02-21 Hui Zhu <[email protected]> |
197 | ||
198 | * agentexpr.texi (Bytecode Descriptions): Add printf. | |
199 | * gdb.texinfo (Tracepoint Action Lists): Add printf. | |
200 | ||
c7f96d2b TT |
201 | 2011-02-18 Tom Tromey <[email protected]> |
202 | ||
203 | * agentexpr.texi (Bytecode Descriptions): Document pick and rot. | |
204 | ||
60f98dde MS |
205 | 2011-02-14 Michael Snyder <[email protected]> |
206 | ||
207 | * gdb.texinfo (threads): Document argument for "info threads" cmd. | |
208 | Document new command "thread find". | |
209 | ||
08e796bc MS |
210 | 2011-02-14 Michael Snyder <[email protected]> |
211 | ||
212 | * gdb.texinfo (Threads): Update example of new thread message. | |
213 | ||
b3b9301e PA |
214 | 2011-02-14 Pedro Alves <[email protected]> |
215 | ||
216 | * gdb.texinfo (Remote Configuration): Mention set/show remote | |
217 | traceframe-info. | |
218 | (Tools/Packages Optional for Building GDB): Mention that expat is | |
219 | used for traceframe info. | |
220 | (Remote Protocol) <Menu>: Add "Traceframe Info Format". | |
221 | (General Query Packets) <qSupported>: Describe the | |
222 | qXfer:traceframe-info:read feature. | |
223 | (qXfer::read): Describe qXfer:traceframe-info:read. | |
224 | (Traceframe Info Format): New section. | |
225 | ||
cef35b0f PA |
226 | 2011-02-04 Pedro Alves <[email protected]> |
227 | ||
228 | * gdbint.texinfo (Formatting): Mention some formatting guidelines | |
229 | for casts and unary operators. | |
230 | ||
f1cbe1d3 TT |
231 | 2011-02-04 Tom Tromey <[email protected]> |
232 | ||
233 | * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded | |
234 | is not useful. | |
235 | ||
585fdaa1 PA |
236 | 2011-01-25 Pedro Alves <[email protected]> |
237 | ||
238 | * gdb.texinfo: s/value optimized out/optimized out/g | |
239 | ||
7bfc9434 JB |
240 | 2011-01-21 Joel Brobecker <[email protected]> |
241 | ||
242 | * gdb.texinfo (Other Misc Settings): Rework part of the | |
243 | documentation of the "set interactive mode" command. | |
244 | ||
4694da01 TT |
245 | 2011-01-19 Tom Tromey <[email protected]> |
246 | ||
247 | * gdb.texinfo (Threads): Document thread name output and `thread | |
248 | name' command. | |
249 | (Threads In Python): Document Thread.name attribute. | |
250 | (GDB/MI Thread Commands): Document thread attributes. | |
251 | ||
b716877b AB |
252 | 2011-01-12 Andrew Burgess <[email protected]> |
253 | ||
254 | * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect | |
255 | changes in mi/mi-cmd-disas.c | |
256 | ||
13fd8b81 TT |
257 | 2011-01-12 Tom Tromey <[email protected]> |
258 | ||
259 | * gdb.texinfo (Threads): Remove duplicate text. Update examples. | |
260 | Fix "thread apply" text. | |
261 | ||
e09342b5 TJB |
262 | 2011-01-11 Sergio Durigan Junior <[email protected]> |
263 | Thiago Jung Bauermann <[email protected]> | |
264 | ||
265 | Implement support for PowerPC BookE ranged watchpoints. | |
266 | * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and | |
267 | the "set powerpc exact-watchpoints" flag. | |
268 | ||
06e65f44 TT |
269 | 2011-01-07 Tom Tromey <[email protected]> |
270 | ||
271 | * gdb.texinfo (Python API): Add descriptions to @menu items. | |
272 | ||
d8e22779 TT |
273 | 2011-01-06 Tom Tromey <[email protected]> |
274 | ||
275 | * gdb.texinfo (Frames In Python): Document gdb.newest_thread. | |
276 | ||
a255712f PP |
277 | 2010-01-06 Paul Pluzhnikov <[email protected]> |
278 | ||
e09342b5 | 279 | * gdb.texinfo (Debugging Output): Document "set debug jit". |
a255712f | 280 | |
ccfc3d6e TT |
281 | 2011-01-06 Tom Tromey <[email protected]> |
282 | ||
283 | PR python/12133: | |
284 | * gdb.texinfo (Frames In Python): Document various frame | |
285 | constants. | |
286 | ||
44944448 JB |
287 | 2011-01-05 Joel Brobecker <[email protected]> |
288 | ||
289 | * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo, | |
290 | doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi, | |
291 | doc/refcard.tex, doc/stabs.texinfo: Copyright year update. | |
292 | ||
42ea3d7a JK |
293 | 2011-01-03 Jan Kratochvil <[email protected]> |
294 | ||
295 | * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi. | |
296 | (clean): Add GDBvn.texi. | |
297 | ||
720d1a40 JB |
298 | 2010-12-29 Joel Brobecker <[email protected]> |
299 | ||
300 | * gdb.texinfo (Ada Glitches): Remove paragraph describing the | |
301 | occasional case where the debugger prints an array address | |
302 | instead of the array itself. | |
303 | ||
ad196637 PA |
304 | 2010-12-23 Pedro Alves <[email protected]> |
305 | ||
306 | * gdb.texinfo (Packets) <read registers packet>: Document support | |
307 | for registers that were not collected. | |
308 | ||
a86caf66 DE |
309 | 2010-12-15 Doug Evans <[email protected]> |
310 | ||
311 | * gdb.texinfo (Startup): Document auto-loading of scripts during | |
312 | startup. | |
313 | (Auto-loading): Delete "maint set python auto-load on|off". | |
314 | Add "set auto-load-scripts on|off". | |
315 | ||
aae1c79a DE |
316 | 2010-12-07 Doug Evans <[email protected]> |
317 | ||
318 | * gdb.texinfo (Mode Options): Document -data-directory. | |
319 | (Data Files): Add reference to -data-directory. | |
320 | ||
4e04c971 DE |
321 | 2010-11-29 Doug Evans <[email protected]> |
322 | ||
323 | * gdb.texinfo (Pretty-Printer Introduction): Change | |
324 | printer-name:subprinter-name to printer-name;subprinter-name. | |
325 | ||
94b6973e PM |
326 | 2010-11-29 Phil Muldoon <[email protected]> |
327 | ||
328 | PR python/12199 | |
329 | ||
330 | * gdb.texinfo (Breakpoints In Python): Document "delete" method. | |
331 | ||
39037522 TT |
332 | 2010-11-23 Tom Tromey <[email protected]> |
333 | ||
334 | * gdb.texinfo (Top): Check SYSTEM_READLINE. | |
335 | (Editing): Likewise. | |
336 | (Command History): Likewise. | |
337 | (TUI Keys): Likewise. | |
338 | (Bug Reporting): Conditionally include rluser.texi and | |
339 | inc-history.texinfo. | |
340 | * Makefile.in (READLINE_TEXI_INCFLAG): New variable. | |
341 | (GDB_DOC_SOURCE_INCLUDES): Add comment. | |
342 | (GDBvn.texi): Set SYSTEM_READLINE when appropriate. | |
343 | (gdb.dvi): Use READLINE_TEXI_INCFLAG. | |
344 | (gdb.pdf): Likewise. | |
345 | (gdb.info): Likewise. | |
346 | (gdb/index.html): Likewise. | |
347 | ||
5ae98d25 TT |
348 | 2010-11-23 Tom Tromey <[email protected]> |
349 | ||
350 | * Makefile.in (Makefile): Run ../config.status. | |
351 | (distclean): Update. | |
352 | * configure: Remove. | |
353 | * configure.ac: Remove. | |
354 | ||
621c8364 TT |
355 | 2010-11-12 Tom Tromey <[email protected]> |
356 | ||
357 | * gdb.texinfo (Basic Python): Update. Add xref. | |
358 | (Exception Handling): Document new exception classes. | |
359 | (Types In Python): Update. | |
360 | (Frames In Python): Update. | |
361 | ||
84f4c1fe PM |
362 | 2010-11-11 Phil Muldoon <[email protected]> |
363 | ||
364 | * gdb.texinfo (Breakpoints In Python): Document "internal" | |
365 | parameter, and visible attribute. | |
366 | ||
99e7ae30 DE |
367 | 2010-11-05 Doug Evans <[email protected]> |
368 | ||
369 | * gdb.texinfo (Source Path): Document "set directories". | |
370 | ||
f4b8a18d KW |
371 | 2010-11-05 Ken Werner <[email protected]> |
372 | ||
373 | * gdb.texinfo: (Summary) Add mention about OpenCL C language support. | |
374 | (OpenCL C): New node. | |
375 | ||
7b51bc51 DE |
376 | 2010-11-02 Doug Evans <[email protected]> |
377 | ||
378 | * gdb.texinfo (Pretty Printing): Expand into three sections, | |
379 | introduction, example, and commands. | |
380 | (Python API): Delete section Disabling Pretty-Printers, merge into | |
381 | Selecting Pretty-Printers. | |
382 | (Writing a Pretty-Printer): New section. Move the pretty-printer | |
383 | example here, and reformat to match python coding style. Add a second | |
384 | example using the gdb.printing module. | |
385 | (Python modules): Add gdb.printing. | |
386 | ||
9eeee977 DE |
387 | 2010-10-29 Doug Evans <[email protected]> |
388 | ||
389 | * gdb.texinfo (Python): Fix long line. | |
390 | ||
a0e0ffdf DE |
391 | 2010-10-20 Doug Evans <[email protected]> |
392 | ||
393 | * gdbint.texinfo (Misc Guidelines): Renamed from Coding. | |
394 | All references updated. Correct sections marked as subsections. | |
395 | (Coding Standards): New chapter. Move the coding standard related | |
396 | subsections here. Add section on Python coding standards. | |
397 | ||
0e3509db DE |
398 | 2010-10-13 Doug Evans <[email protected]> |
399 | ||
400 | * gdb.texinfo (Python): Add "Python modules". | |
401 | (Types in Python): Add reference to gdb.types section. | |
402 | (Python modules): New node. | |
403 | ||
44592cc4 DE |
404 | 2010-10-11 Doug Evans <[email protected]> |
405 | ||
406 | * gdb.texinfo (Values From Inferior): Add reference to "Types in | |
407 | Python" from gdb.Value.type description. | |
408 | ||
6e1bb179 JB |
409 | 2010-09-28 Joel Brobecker <[email protected]> |
410 | ||
411 | * gdb.texinfo (Ravenscar Profile): New node. | |
412 | ||
e8467610 TT |
413 | 2010-09-22 Tom Tromey <[email protected]> |
414 | ||
415 | * gdb.texinfo (Values From Inferior): Mention Value.__init__. | |
416 | ||
fccd1d1e EZ |
417 | 2010-09-22 Eli Zaretskii <[email protected]> |
418 | ||
419 | * gdb.texinfo (Values From Inferior): Clarify that | |
420 | value.dynamic_type works only in C++ programs with RTTI. | |
421 | ||
c1b6b909 TT |
422 | 2010-09-15 Paul Bolle <[email protected]> |
423 | ||
424 | * gdb.texinfo (Character Sets): Correctly reference host-charset | |
425 | in example. | |
426 | ||
7d288aaa TT |
427 | 2010-09-13 Tom Tromey <[email protected]> |
428 | ||
429 | * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>: | |
430 | Document "fullname" and "from". | |
431 | ||
f75d858b MK |
432 | 2010-09-01 Marc Khouzam <[email protected]> |
433 | ||
434 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new | |
435 | feature `reverse' output by -list-target-features. | |
436 | ||
83b9503b L |
437 | 2010-08-31 H.J. Lu <[email protected]> |
438 | ||
439 | * gdb.texinfo (i386 Features): Remove an extra "@item". | |
440 | ||
03f17ccf TT |
441 | 2010-08-30 Tom Tromey <[email protected]> |
442 | ||
443 | PR python/11792: | |
444 | * gdb.texinfo (Values From Inferior): Document dynamic_type. | |
445 | ||
9779414d DJ |
446 | 2010-08-24 Daniel Jacobowitz <[email protected]> |
447 | ||
448 | * gdb.texinfo (ARM Features): Document | |
449 | org.gnu.gdb.arm.m-profile. | |
450 | ||
f9ffd4bb TT |
451 | 2010-08-23 Tom Tromey <[email protected]> |
452 | ||
453 | PR python/11145: | |
454 | * gdb.texinfo (Values From Inferior): Document dynamic_cast and | |
455 | reinterpret_cast methods. | |
456 | ||
702c2711 TT |
457 | 2010-08-23 Tom Tromey <[email protected]> |
458 | ||
459 | PR python/11915: | |
460 | * gdb.texinfo (Types In Python): Document array method. | |
461 | ||
66b73624 TJB |
462 | 2010-08-18 Thiago Jung Bauermann <[email protected]> |
463 | ||
464 | * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register. | |
465 | ||
06a64a0b TT |
466 | 2010-08-16 Tom Tromey <[email protected]> |
467 | ||
468 | * gdb.texinfo (Set Watchpoints): Document -location option. | |
469 | ||
a3a7127e DE |
470 | 2010-08-13 Doug Evans <[email protected]> |
471 | ||
472 | * gdb.texinfo (.debug_gdb_scripts section): Fix typo. | |
473 | ||
8dedea02 VP |
474 | 2010-08-13 Vladimir Prus <[email protected]> |
475 | ||
476 | * gdb.texinfo (GDB/MI Data Manipulation): Document | |
477 | -data-read-memory-raw and -data-write-memory-raw. | |
478 | ||
ca5c20b6 | 479 | 2010-08-11 Tom Tromey <[email protected]> |
889bf7c5 | 480 | Phil Muldoon <[email protected]> |
ca5c20b6 PM |
481 | |
482 | * gdb.texinfo (Basic Python): Describe post_event API. | |
483 | ||
cb2e07a6 PM |
484 | 2010-08-11 Phil Muldoon <[email protected]> |
485 | ||
486 | * gdb.texinfo (Basic Python): Describe solib_address and | |
889bf7c5 | 487 | decode_line Python APIs |
cb2e07a6 | 488 | |
464b3efb TT |
489 | 2010-08-10 Tom Tromey <[email protected]> |
490 | ||
491 | * gdb.texinfo (Pretty Printing API): Document | |
492 | gdb.default_visualizer. | |
493 | ||
c29c521f TT |
494 | 2010-08-10 Tom Tromey <[email protected]> |
495 | ||
496 | Revert gdb-add-index addition: | |
497 | * gdb.texinfo (Index Files): Don't document gdb-add-index. | |
498 | ||
5da1313b JK |
499 | 2010-08-07 Jan Kratochvil <[email protected]> |
500 | Eli Zaretskii <[email protected]> | |
501 | ||
502 | * gdb.texinfo (Mode Options) <-batch> | |
503 | (Basic Python) <gdb.execute>: Describe setting width and height. | |
504 | ||
02d868e8 PP |
505 | 2010-07-31 Paul Pluzhnikov <[email protected]> |
506 | ||
507 | * gdb.texinfo (Threads): Document 'debug libthread-db'. | |
508 | ||
c2bbed2a TT |
509 | 2010-07-30 Tom Tromey <[email protected]> |
510 | ||
511 | * gdb.texinfo (Index Files): Mention gdb-add-index. | |
512 | ||
6c13bbe1 HZ |
513 | 2010-07-30 Hui Zhu <[email protected]> |
514 | ||
515 | * gdb.texinfo (Inferiors and Programs): Update the introduce of | |
516 | "detach inferior" and "kill inferior". | |
517 | ||
53a71c06 CR |
518 | 2010-07-28 CHENG Renquan <[email protected]> |
519 | ||
520 | * gdb.texinfo (Machine Code): Update description of two forms of | |
521 | arguments, and add new example to demonstrate the new form. | |
522 | ||
5374244e PM |
523 | 2010-07-27 Phil Muldoon <[email protected]> |
524 | ||
525 | * gdb.texinfo (Values From Inferior): Add value inferior function | |
526 | call description. | |
527 | ||
8ea5bce5 JK |
528 | 2010-07-19 Jan Kratochvil <[email protected]> |
529 | ||
530 | * gdb.texinfo (Active Targets): Fix wrong comma placement. | |
531 | ||
c0edd9ed JK |
532 | 2010-07-19 Jan Kratochvil <[email protected]> |
533 | Eli Zaretskii <[email protected]> | |
534 | ||
535 | Make core files the process_stratum. | |
536 | * gdb.texinfo (Active Targets): Remove core_stratum. Include | |
537 | record_stratum example. | |
538 | ||
9291a0cd TT |
539 | 2010-07-13 Tom Tromey <[email protected]> |
540 | ||
541 | * gdb.texinfo (Index Files): New node. | |
542 | ||
f5011d11 TT |
543 | 2010-07-13 Tom Tromey <[email protected]> |
544 | ||
545 | * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'. | |
546 | ||
0f5238ed TT |
547 | 2010-07-13 Tom Tromey <[email protected]> |
548 | ||
549 | * gdb.texinfo (Specify Location): Document labels. | |
550 | ||
74c761c1 PA |
551 | 2010-07-01 Pedro Alves <[email protected]> |
552 | ||
553 | * gdb.texinfo (Create and Delete Tracepoints): Add more index | |
554 | entries for fast tracepoints and static tracepoints. | |
555 | ||
501994c0 PA |
556 | 2010-07-01 Pedro Alves <[email protected]> |
557 | ||
558 | * gdb.texinfo (General Query Packets) <qfThreadInfo, | |
559 | qsThreadInfo>: Spell out `l' as ell. | |
560 | ||
0fb4aa4b PA |
561 | 2010-07-01 Pedro Alves <[email protected]> |
562 | ||
563 | * gdb.texinfo (Convenience Variables): Document $_sdata. | |
564 | (Commands to Set Tracepoints): Describe static tracepoints. Add | |
565 | `Listing Static Tracepoint Markers' menu entry. Document | |
566 | "strace". | |
567 | (Tracepoint Action Lists): Document collecting $_sdata. | |
568 | (Listing Static Tracepoint Markers): New subsection. | |
569 | (Tracepoints support in gdbserver): Mention static tracepoints. | |
570 | (remote packets, enabling and disabling): Mention | |
571 | read-sdata-object. | |
572 | (General Query Packets) <qSupported>: Document qXfer:sdata:read | |
573 | and StaticTracepoint. | |
574 | Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets. | |
575 | Document qXfer:sdata:read. | |
576 | (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat. | |
577 | ||
dc3b15be JB |
578 | 2010-06-29 Joel Brobecker <[email protected]> |
579 | ||
580 | * gdb.texinfo (Threads In Python): Fix unmatched @end table. | |
581 | ||
595939de PM |
582 | 2010-06-28 Phil Muldoon <[email protected]> |
583 | Tom Tromey <[email protected]> | |
584 | Thiago Jung Bauermann <[email protected]> | |
585 | ||
586 | * gdb.texinfo (Inferiors In Python): New node. | |
587 | * gdb.texinfo (Threads In Python): New node. | |
588 | ||
9279c692 JB |
589 | 2010-06-28 Joel Brobecker <[email protected]> |
590 | ||
591 | * gdb.texinfo (Python): Document what the python directory is | |
592 | and what its location is. | |
593 | (Basic Python): Document the gdb.PYTHONDIR constant. | |
594 | ||
bc9f0842 TT |
595 | 2010-06-25 Tom Tromey <[email protected]> |
596 | ||
597 | PR python/10808: | |
598 | * gdb.texinfo (Basic Python): Document new gdb.execute argument. | |
599 | ||
f1421989 HZ |
600 | 2010-06-24 Hui Zhu <[email protected]> |
601 | ||
602 | * gdb.texinfo: (Commands for Controlled Output): Add | |
603 | documentation for command "eval". | |
604 | ||
e4c0cfae SS |
605 | 2010-06-21 Stan Shebs <[email protected]> |
606 | ||
607 | * gdb.texinfo: Add explicit @node and @appendix for GFDL. | |
608 | * annotate.texinfo: Ditto. | |
609 | * gdbint.texinfo: Ditto. | |
610 | * stabs.texinfo: Ditto. | |
611 | ||
bb08c432 HZ |
612 | 2010-06-22 Hui Zhu <[email protected]> |
613 | ||
614 | * gdb.texinfo: (Process Record and Replay): Add documentation | |
615 | for command "set record memory-query". | |
616 | ||
4f5d9f07 SS |
617 | 2010-06-21 Stan Shebs <[email protected]> |
618 | ||
619 | * gdb.texinfo: Relicense under GFDL version 1.3. | |
620 | * annotate.texinfo: Relicense under GFDL version 1.3. | |
621 | * gdbint.texinfo: Relicense under GFDL version 1.3. | |
622 | * stabs.texinfo: Relicense under GFDL version 1.3. | |
623 | * fdl.texi: Update to version 1.3. | |
624 | ||
6aed2dbc SS |
625 | 2010-06-18 Stan Shebs <[email protected]> |
626 | ||
a61408f8 SS |
627 | * gdb.texinfo (Operating System Auxiliary Information): Describe |
628 | "info os" when no arguments given. | |
629 | ||
6aed2dbc SS |
630 | * gdb.texinfo (Debugging Programs with Multiple Threads): Describe |
631 | $_thread. | |
632 | ||
24e933df HZ |
633 | 2010-06-18 Hui Zhu <[email protected]> |
634 | ||
635 | * gdb.texinfo: (Process Record and Replay): Add documentation | |
636 | for commands "record save" and "record restore". | |
637 | ||
65d79d4b SDJ |
638 | 2010-06-16 Jan Kratochvil <[email protected]> |
639 | ||
640 | * gdb.texinfo: Include information about the correct use | |
641 | of addresses in the `watch' command. | |
642 | ||
d914c394 SS |
643 | 2010-06-11 Stan Shebs <[email protected]> |
644 | ||
645 | * gdb.texinfo (Observer Mode): New section. | |
646 | (General Query Packets): Document QAllow. | |
889bf7c5 | 647 | |
967cf477 DE |
648 | 2010-06-04 Doug Evans <[email protected]> |
649 | ||
650 | * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'. | |
651 | ||
aaf4119b DE |
652 | 2010-06-03 Doug Evans <[email protected]> |
653 | ||
654 | * gdbint.texinfo (Coding): Add subsection on command names. | |
655 | ||
9eae7c52 TT |
656 | 2010-06-02 Tom Tromey <[email protected]> |
657 | ||
658 | * gdb.texinfo (Maintenance Commands): Document maint set dwarf2 | |
659 | always-disassemble. | |
660 | ||
fa593d66 PA |
661 | 2010-06-01 Pedro Alves <[email protected]> |
662 | ||
663 | * gdb.texinfo (Set Tracepoints): Mention tracepoints support in | |
664 | gdbserver, and add cross reference. | |
665 | (Tracepoints support in gdbserver): New subsection. | |
666 | ||
dde08ee1 PA |
667 | 2010-05-26 Pedro Alves <[email protected]> |
668 | ||
669 | * gdb.texinfo (General Query Packets) <qSupported>: Describe the | |
670 | `qRelocInsn' feature. | |
671 | (Relocate instruction reply packet): New subsection | |
672 | of `Tracepoint Packets'. | |
673 | (Tracepoint Packets): Mention that packets QTDP and QTStart | |
674 | support the qRelocInsn request, and add cross reference to new | |
675 | subsection. | |
676 | ||
07ca107c DE |
677 | 2010-05-25 Doug Evans <[email protected]> |
678 | ||
679 | * gdb.texinfo (Exception Handling): Document gdb.GdbError. | |
680 | (Commands In Python): Document gdb.string_to_argv. | |
681 | ||
c25c4a8b JK |
682 | 2010-05-02 Jan Kratochvil <[email protected]> |
683 | ||
684 | * gdbint.texinfo (Host Definition): Remove items NORETURN and | |
685 | ATTR_NORETURN. | |
686 | ||
d7b32ed3 | 687 | 2010-04-29 Phil Muldoon <[email protected]> |
c25c4a8b JK |
688 | Tom Tromey <[email protected]> |
689 | Thiago Jung Bauermann <[email protected]> | |
d7b32ed3 | 690 | |
c25c4a8b | 691 | * gdb.texinfo (Parameters In Python): New Node. |
d7b32ed3 | 692 | |
6aecb9c2 JB |
693 | 2010-04-29 Mihail Zenkov <[email protected]> |
694 | ||
695 | * gdb.texinfo: (Summary) Add mention about D language support. | |
696 | (Filenames): Add D suffixes. | |
697 | (D): New node. | |
698 | ||
b7da9e9f PM |
699 | 2010-04-26 Pierre Muller <[email protected]> |
700 | ||
701 | * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation | |
702 | of macro deleted from GDB code. | |
703 | ||
ab38a727 PA |
704 | 2010-04-24 Pedro Alves <[email protected]> |
705 | ||
706 | * gdb.texinfo (Commands to specify files): Describe what how GDB | |
707 | looks up DOS-based filesystem paths on the system root. Document | |
708 | the new `set/show target-file-system-kind' commands. | |
709 | ||
66d09542 DE |
710 | 2010-04-23 Doug Evans <[email protected]> |
711 | ||
712 | * gdb.texinfo (Python): Move Auto-loading section here ... | |
713 | (Python API): from here. | |
714 | (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts. | |
715 | (Maintenance Commands): Add docs for "maint print section-scripts". | |
716 | ||
8bd10a10 CM |
717 | 2010-04-20 Chris Moller <[email protected]> |
718 | ||
719 | * gdb.texinfo (Setting Breakpoints): Added description of | |
720 | filename-qualified rbreak. | |
721 | * refcard.tex (Breakpoints and Watchpoints): Added brief | |
722 | description of filename-qualified rbreak. | |
723 | ||
4c374409 JK |
724 | 2010-04-22 Jan Kratochvil <[email protected]> |
725 | ||
726 | * gdb.texinfo (Data): New @menu reference to Pretty Printing. | |
727 | (Python API): Change the reference to Pretty Printing API. | |
728 | (Pretty Printing): Move the user part under the Data node. Reformat | |
729 | the sample output to 72 columns. Create a new reference to Pretty | |
730 | Printing API. Rename the API part ... | |
731 | (Pretty Printing API): To a new node name. | |
732 | (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python) | |
733 | (GDB/MI Variable Objects): Change references to Pretty Printing API. | |
734 | ||
5a9351ae SS |
735 | 2010-04-21 Stan Shebs <[email protected]> |
736 | ||
737 | * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions | |
889bf7c5 | 738 | and commands. |
5a9351ae | 739 | (Listing Tracepoints): Update to reflect current behavior. |
889bf7c5 | 740 | |
9a22f0d0 PM |
741 | 2010-04-22 Pierre Muller <[email protected]> |
742 | ||
743 | * gdb.texinfo (Examining memory): Update for change in string | |
744 | display with explicit size. | |
745 | ||
6149aea9 PA |
746 | 2010-04-19 Pedro Alves <[email protected]> |
747 | ||
748 | PR breakpoints/8554. | |
749 | ||
750 | * gdb.texinfo (Save Breakpoints): New node. | |
751 | (save-tracepoints): Rename to ... | |
752 | (save tracepoints): ... this. Mention that `save-tracepoints' is | |
753 | a deprecated alias to `save tracepoints'. | |
754 | ||
711e434b PM |
755 | 2010-04-16 Pierre Muller <[email protected]> |
756 | ||
645797a8 | 757 | * gdb.texinfo ($_tlb): Document new automatic convinience variable. |
711e434b PM |
758 | (info w32 thread-information-block): Document new command. |
759 | (qGetTIBAddress): Document new gdbserver query. | |
760 | (maint set/show show-all-tib): Document new command. | |
761 | ||
3f7b2faa DE |
762 | 2010-04-15 Doug Evans <[email protected]> |
763 | ||
fa33c3cd DE |
764 | * gdb.texinfo (Python API): Add progspaces section. |
765 | (Selecting Pretty-Printers): Progspace pretty-printers are | |
766 | searched too. | |
767 | (Progspaces In Python): New section. | |
768 | ||
3f7b2faa DE |
769 | * gdb.texinfo (Command Files): Add docs for new "source -s" option. |
770 | ||
79f283fe PM |
771 | 2010-04-14 Phil Muldoon <[email protected]> |
772 | ||
773 | * gdb.texinfo (Pretty Printing): Document behaviour when to_string | |
774 | returns None. | |
775 | ||
87290684 SS |
776 | 2010-04-09 Stan Shebs <[email protected]> |
777 | ||
778 | * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>: | |
779 | Describe the `frames-created' field, tweak grammar. | |
780 | ||
a97153c7 PA |
781 | 2010-04-09 Pedro Alves <[email protected]> |
782 | ||
783 | * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>: | |
784 | Describe the `circular' and `disconnected' fields. | |
785 | ||
5c5dcc1b L |
786 | 2010-04-09 H.J. Lu <[email protected]> |
787 | ||
788 | * gdb.texinfo (maint print registers): Mention unavailable and | |
789 | invisible registers. | |
790 | ||
adc36818 PM |
791 | 2010-04-09 Phil Muldoon <[email protected]> |
792 | Thiago Jung Bauermann <[email protected]> | |
5c5dcc1b | 793 | Tom Tromey <[email protected]> |
adc36818 PM |
794 | |
795 | * gdb.texinfo (Breakpoints In Python): New Node. | |
796 | ||
33da3f1c SS |
797 | 2010-04-08 Stan Shebs <[email protected]> |
798 | ||
799 | * gdb.texinfo (Tracepoint Packets): Describe disconn and circular | |
800 | trace status fields. | |
801 | ||
3a13a53b L |
802 | 2010-04-08 H.J. Lu <[email protected]> |
803 | ||
804 | * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx | |
805 | optional. Make org.gnu.gdb.i386.avx requires | |
806 | org.gnu.gdb.i386.avx. | |
807 | ||
08001717 DE |
808 | 2010-04-08 Doug Evans <[email protected]> |
809 | ||
810 | * gdb.texinfo (Command Files): Document that gdb skips $cdir in | |
811 | search path, and document that gdb only scans the search path if | |
812 | the script's path doesn't specify a directory. | |
813 | ||
c375651d DE |
814 | 2010-04-05 Doug Evans <[email protected]> |
815 | ||
816 | * gdb.texinfo (maint show python auto-load): Fix typo. | |
817 | ||
af54718e SS |
818 | 2010-04-04 Stan Shebs <[email protected]> |
819 | ||
d77f58be SS |
820 | * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym. |
821 | (Setting Watchpoints): Update description of "info watch". | |
822 | (Disabling Breakpoints): Only "info break" lists all. | |
823 | ||
af54718e SS |
824 | * gdb.texinfo (Tracepoint Restrictions): Document PC inference. |
825 | (tdump): Explain how tdump works. | |
826 | ||
86b17b60 PA |
827 | 2010-04-01 Pedro Alves <[email protected]> |
828 | ||
829 | * gdb.texinfo (Break Commands): Clarify `commands' changes, and | |
830 | add cross reference. | |
831 | ||
ff12863f PA |
832 | 2010-03-31 Pedro Alves <[email protected]> |
833 | ||
834 | * gdb.texinfo (TUI Commands): Mention that in some cases, these | |
835 | commands error out. | |
836 | ||
f68eb612 L |
837 | 2010-03-30 H.J. Lu <[email protected]> |
838 | ||
839 | * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx. | |
840 | ||
c8d5aac9 L |
841 | 2010-03-30 H.J. Lu <[email protected]> |
842 | ||
843 | * gdb.texinfo (General Query Packets): Add xmlRegisters. | |
844 | ||
7d13fe92 SS |
845 | 2010-03-29 Stan Shebs <[email protected]> |
846 | Nathan Sidwell <[email protected]> | |
847 | ||
848 | * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the | |
849 | GDBN equivalent. | |
850 | (Set Tracepoints): Remove mention that conditional tracepoints | |
851 | don't exist. | |
852 | (Tracepoint Actions): Clarify when while-stepping collection | |
853 | happens, note that while-stepping does not automatically collect | |
854 | $pc. | |
855 | ||
409873ef | 856 | 2010-03-29 Stan Shebs <[email protected]> |
889bf7c5 | 857 | |
409873ef SS |
858 | * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc. |
859 | (General Query Packets): Describe TracepointSource. | |
860 | ||
ee8e71d4 EZ |
861 | 2010-03-27 Matt Rice <[email protected]> |
862 | ||
c8d5aac9 L |
863 | * gdb.texinfo (ARM): Document arguments to "target sim". |
864 | (Set Catchpoints): Use @dots{} instead of @r{...}. | |
ee8e71d4 | 865 | |
99b5e152 PA |
866 | 2010-03-26 Pedro Alves <[email protected]> |
867 | ||
868 | * gdb.texinfo (Tracepoint Packets): Remove mention that | |
869 | terror:string may be plain text, and drop mention of X prefix. | |
870 | ||
cd64ee31 VP |
871 | 2010-03-26 Vladimir Prus <[email protected]> |
872 | ||
873 | * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref. | |
874 | ||
6c28cbf2 SS |
875 | 2010-03-24 Stan Shebs <[email protected]> |
876 | ||
877 | * gdb.texinfo (Tracepoint Packets): Document trace error status. | |
878 | ||
95a42b64 TT |
879 | 2010-03-24 Tom Tromey <[email protected]> |
880 | ||
881 | PR breakpoints/9352: | |
882 | * gdb.texinfo (Break Commands): Update. | |
883 | ||
18148017 VP |
884 | 2010-03-24 Vladimir Prus <[email protected]> |
885 | ||
886 | * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint | |
887 | commands. | |
888 | ||
4daf5ac0 SS |
889 | 2010-03-16 Stan Shebs <[email protected]> |
890 | ||
891 | * gdb.texinfo (Starting and Stopping Trace Experiments): Describe | |
892 | circular-trace-buffer. | |
893 | (Tracepoint Packets): Describe QTBuffer, and details of the | |
894 | qTStatus reply. | |
895 | ||
c9429232 SS |
896 | 2010-03-12 Stan Shebs <[email protected]> |
897 | Nathan Sidwell <[email protected]> | |
898 | ||
899 | * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is | |
900 | doing instruction stepping. | |
901 | (Tracepoint Restrictions): New node. | |
902 | ||
ccefe4c4 TT |
903 | 2010-03-10 Tom Tromey <[email protected]> |
904 | ||
905 | * gdbint.texinfo (Symbol Handling): Update. | |
906 | ||
7c953934 TT |
907 | 2010-03-08 Tom Tromey <[email protected]> |
908 | ||
909 | PR cli/9591: | |
910 | * gdb.texinfo (Mode Options): Mention lack of pagination and | |
911 | confirmation with --batch. | |
912 | (Screen Size): Mention --batch. | |
913 | (Messages/Warnings): Likewise. | |
914 | ||
f870a310 TT |
915 | 2010-03-05 Tom Tromey <[email protected]> |
916 | ||
917 | * gdb.texinfo (Basic Python): Document target_charset and | |
918 | target_wide_charset. | |
919 | ||
78e2826b TT |
920 | 2010-03-05 Tom Tromey <[email protected]> |
921 | ||
922 | * gdb.texinfo (Data): Link to pretty-printing. | |
923 | (Output Formats): Likewise. Correct text. | |
924 | ||
f5dff777 DJ |
925 | 2010-03-01 Daniel Jacobowitz <[email protected]> |
926 | ||
927 | * gdb.texinfo (Types): Describe <struct> and <flags>. | |
928 | ||
dc00d89f PM |
929 | 2010-02-28 Phil Muldoon <[email protected]> |
930 | ||
931 | * gdb.texinfo (Frames In Python): Add block parameter and | |
932 | description to read_var text. | |
933 | ||
5107b149 | 934 | 2010-02-26 Phil Muldoon <[email protected]> |
c8d5aac9 | 935 | Tom Tromey <[email protected]> |
5107b149 PM |
936 | |
937 | * gdb.texinfo (Types In Python): Describe block argument in | |
938 | template_argument and gdb.lookup_type. | |
939 | ||
e03e5e7b TT |
940 | 2010-02-24 Tom Tromey <[email protected]> |
941 | ||
942 | * gdb.texinfo (Cygwin Native): Fix typo. | |
943 | ||
f3e9a817 PM |
944 | 2010-02-24 Phil Muldoon <[email protected]> |
945 | ||
946 | * gdb.texinfo (Frames In Python): Add block, find_sal, function | |
947 | and select method descriptions. | |
948 | (Python API): Add Blocks In Python, Symbols in Python and Symbol | |
949 | Tables in Python to menu. | |
950 | (Blocks In Python): New node. | |
951 | (Symbols In Python): New node. | |
952 | (Symbol Tables in Python): New node. | |
953 | ||
a79b8f6e VP |
954 | 2010-02-24 Vladimir Prus <[email protected]> |
955 | ||
956 | Multiexec MI | |
957 | ||
958 | gdb/ | |
959 | * breakpoint.c (clear_syscall_counts): Take struct inferior*. | |
960 | ||
961 | gdb/doc/ | |
962 | * gdb.texinfo (GDB/MI Command Syntax): Document notification | |
963 | changes. | |
964 | (GDB/MI Program Execution): Document current behaviour of | |
965 | --all and --thread-group. | |
966 | (GDB/MI Miscellaneous Commands): Document -add-inferior and | |
967 | -remove-inferior. | |
968 | * observer.texi (inferior_added, inferior_removed): New | |
969 | observers. | |
970 | ||
629d6a47 TT |
971 | 2010-02-19 Tom Tromey <[email protected]> |
972 | ||
973 | * gdbint.texinfo (Getting Started): Fix @node. | |
974 | (Debugging GDB): Likewise. | |
975 | ||
c09529e5 JB |
976 | 2010-02-13 Joel Brobecker <[email protected]> |
977 | ||
978 | * gdbint.texinfo (Testsuite): New section "Testsuite Configuration", | |
979 | documenting the gdb_test_timeout variable. | |
980 | ||
540aa8e7 MS |
981 | 2010-02-12 Jakob Engblom <[email protected]> |
982 | ||
983 | * gdb.texinfo (MI commands): Added documentation of --reverse | |
984 | option to a set of MI commands. Restructured documentation of MI | |
985 | commands --exec-continue to reflect the complexity of reverse | |
986 | execution. | |
987 | ||
081dfbf7 PA |
988 | 2010-02-12 Pedro Alves <[email protected]> |
989 | ||
990 | * gdb.texinfo (Using the Collected Data): Specify that the address | |
991 | range of `tfind outsize' is exclusive, and that the address range | |
992 | of `tfind range' is inclusive. | |
993 | (Tracepoint Packets): Specify that the address range of | |
994 | `QTFrame:range' is inclusive, and that the address range of | |
995 | `QTFrame:outside' is exclusive | |
996 | ||
8e9c5e02 VP |
997 | 2010-02-12 Vladimir Prus <[email protected]> |
998 | ||
999 | * gdb.texinfo (GDB/MI Result Records): Clarify ^running. | |
1000 | ||
92981e24 TT |
1001 | 2010-02-10 Tom Tromey <[email protected]> |
1002 | ||
1003 | * gdb.texinfo (Debugging Output): Document set debug parser and | |
1004 | show debug parser. | |
1005 | ||
075b51b7 L |
1006 | 2010-02-09 H.J. Lu <[email protected]> |
1007 | ||
1008 | * gdb.texinfo (Predefined Target Types): Add i387_ext, | |
1009 | i386_eflags and i386_mxcsr. | |
1010 | ||
3bb8d5c3 L |
1011 | 2010-02-08 H.J. Lu <[email protected]> |
1012 | ||
1013 | * gdb.texinfo: Document i386 target features. | |
1014 | ||
c5f80513 DE |
1015 | 2010-02-05 Doug Evans <[email protected]> |
1016 | ||
1017 | * gdbint.texinfo (Testsuite): Add a new section to document the | |
1018 | various DejaGnu variables that may be overridden. | |
1be00882 | 1019 | Document INTERNAL_GDBFLAGS. |
c5f80513 | 1020 | |
6ac33a4e TT |
1021 | 2010-02-04 Tom Tromey <[email protected]> |
1022 | ||
1023 | PR cli/8830: | |
1024 | * gdb.texinfo (Files): -readnow comes before the filename for file | |
1025 | and symbol-file. | |
1026 | ||
a1dcb23a DJ |
1027 | 2010-02-01 Daniel Jacobowitz <[email protected]> |
1028 | ||
1029 | * gdb.texinfo (Architecture-Specific Protocol Details): New section. | |
1030 | Document ARM breakpoint types. | |
1031 | (Register Packet Format): Move into the new section. | |
1032 | (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets. | |
1033 | ||
95433b34 JB |
1034 | 2010-01-21 Joel Brobecker <[email protected]> |
1035 | ||
1036 | * gdb.texinfo (File Options): Adjust the documentation of this | |
1037 | switch to refer to the "source" command rather than partially | |
1038 | duplicating some of the relevant information. | |
1039 | (Extending GDB): Introduce and document the set/show script-extension | |
1040 | setting. | |
1041 | (Command Files): Add note explaining that the "source" command | |
1042 | is also used to evalute scripts written in other languages. | |
1043 | Remove the short slightly incorrect reference to sourcing Python | |
1044 | scripts. | |
1045 | (Python Commands): Document how to execute a Python script from GDB. | |
1046 | ||
8d576872 JB |
1047 | 2010-01-19 Joel Brobecker <[email protected]> |
1048 | ||
1049 | * gdb.texinfo (Command Files): Fix typo. | |
1050 | ||
8150ff9c JB |
1051 | 2010-01-18 Tom Tromey <[email protected]> |
1052 | ||
1053 | * gdb.texinfo (File Options): Document -x on .py files. | |
1054 | (Command Files): Document handling of Python scripts. | |
1055 | ||
23db03a6 JZ |
1056 | 2010-01-18 Jie Zhang <[email protected]> |
1057 | ||
1058 | * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi. | |
1059 | ||
00bf0b85 SS |
1060 | 2010-01-15 Stan Shebs <[email protected]> |
1061 | ||
1062 | * gdb.texinfo (Trace Files): New section. | |
1063 | (Tracepoint Packets): Document QTSave and qTBuffer. | |
1064 | (Trace File Format): New appendix. | |
1065 | ||
be759fcf PM |
1066 | 2010-01-13 Phil Muldoon <[email protected]> |
1067 | ||
1068 | * gdb.texinfo (Values From Inferior): Document lazy_string value | |
1069 | method. | |
1070 | (Python API): Add Lazy strings menu item. | |
1071 | (Lazy Strings In Python): New node. | |
1072 | ||
dc146f7c VP |
1073 | 2010-01-13 Vladimir Prus <[email protected]> |
1074 | ||
1075 | * gdb.texinfo (GDB/MI Thread Information): New. | |
1076 | (GDB/MI Async Records): Document the core field in *stopped. | |
1077 | (GDB/MI Miscellaneous Commands): Expand -list-thread-groups | |
1078 | documentation | |
1079 | (Process list): Document that osdata document may contain | |
1080 | threads. | |
1081 | (Remote Serial Protocol): Document qXfer:threads. | |
1082 | ||
d5551862 SS |
1083 | 2010-01-06 Stan Shebs <[email protected]> |
1084 | ||
1085 | * gdb.texinfo (Starting and Stopping Trace Experiments): Document | |
1086 | disconnected tracing. | |
1087 | (Tracepoint Packets): Document new protocol. | |
1088 | ||
7a697b8d SS |
1089 | 2010-01-05 Stan Shebs <[email protected]> |
1090 | ||
1091 | * gdb.texinfo (Create and Delete Tracepoints): Describe fast | |
1092 | tracepoints. | |
1093 | (Tracepoint Packets): Describe remote protocol for fast | |
1094 | tracepoints. | |
1095 | ||
e6f3ec50 JB |
1096 | 2010-01-01 Joel Brobecker <[email protected]> |
1097 | ||
1098 | Update the "Start of New Year Procedure". | |
1099 | * gdbint.texinfo: Add the list of files that need to be updated | |
1100 | manually. Minor reformatting. | |
1101 | ||
ddc4e9c1 JB |
1102 | 2010-01-01 Joel Brobecker <[email protected]> |
1103 | ||
1104 | * refcard.tex: Update copyright year in header and text. | |
1105 | ||
9d2897ad JB |
1106 | 2010-01-01 Joel Brobecker <[email protected]> |
1107 | ||
1108 | * agentexpr.texi: Add 2010 to the list of copyright years. | |
1109 | * annotate.texinfo: Likewise. | |
1110 | * gdb.texinfo: Likewise. | |
1111 | * gdbint.texinfo: Likewise. | |
1112 | * observer.texi: Likewise. | |
1113 | * stabs.texinfo: Likewise. | |
1114 | ||
6da95a67 SS |
1115 | 2009-12-31 Stan Shebs <[email protected]> |
1116 | ||
1117 | * gdb.texinfo (Tracepoint Actions): Describe teval. | |
889bf7c5 | 1118 | |
236f1d4d SS |
1119 | 2009-12-29 Stan Shebs <[email protected]> |
1120 | ||
1121 | * gdb.texinfo (Tracepoint Actions): Describe default-collect. | |
889bf7c5 | 1122 | |
f61e138d SS |
1123 | 2009-12-28 Stan Shebs <[email protected]> |
1124 | ||
1125 | * gdb.texinfo (Trace State Variables): New section. | |
1126 | (Tracepoint Packets): Describe trace state variable packets. | |
1127 | * agentexpr.texi (Bytecode Descriptions): Describe trace state | |
1128 | variable bytecodes. | |
1129 | ||
0fe7935b DJ |
1130 | 2009-12-28 Daniel Jacobowitz <[email protected]> |
1131 | ||
1132 | * gdb.texinfo (Symbols): "info variables" prints definitions, not | |
1133 | declarations. | |
1134 | ||
a6b29f87 VP |
1135 | 2009-12-21 Vladimir Prus <[email protected]> |
1136 | ||
1137 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that | |
1138 | -gdb-exit behaviour. | |
1139 | ||
5e4bde96 JB |
1140 | 2009-12-20 Joel Brobecker <[email protected]> |
1141 | ||
1142 | * gpl.texi: Update to version 3 of the GPL. | |
1143 | ||
a1715244 JB |
1144 | 2009-12-20 Joel Brobecker <[email protected]> |
1145 | ||
1146 | * Makefile.in: Update copyright header. | |
1147 | * observer.texi: Fix the copyright header of the generated files. | |
1148 | ||
361ae042 PM |
1149 | 2009-12-08 Phil Muldoon <[email protected]> |
1150 | ||
1151 | * gdb.texinfo (Types In Python): Describe range function. | |
1152 | ||
bfd31e71 PM |
1153 | 2009-12-03 Richard Ward <[email protected]> |
1154 | ||
1155 | * gdb.texinfo (Types In Python): Describe "is_base_class". | |
1156 | ||
57a1d736 TT |
1157 | 2009-12-03 Tom Tromey <[email protected]> |
1158 | ||
1159 | * gdb.texinfo (Basic Python): Document gdb.parse_and_eval. | |
1160 | ||
8cebebb9 PP |
1161 | 2009-12-02 Paul Pluzhnikov <[email protected]> |
1162 | ||
1163 | * observer.texi: New memory_changed observer. | |
1164 | ||
16af530a TT |
1165 | 2009-12-01 Tom Tromey <[email protected]> |
1166 | ||
1167 | * gdb.texinfo (Reverse Execution): Fix typo. | |
1168 | ||
b6199126 DJ |
1169 | 2009-11-24 Daniel Jacobowitz <[email protected]> |
1170 | ||
1171 | PR gdb/8704 | |
1172 | ||
1173 | * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers | |
1174 | are allowed after the breakpoint condition. | |
1175 | ||
7a6973ad TT |
1176 | 2009-11-23 Tom Tromey <[email protected]> |
1177 | ||
1178 | PR python/10782: | |
1179 | * gdb.texinfo (Types In Python): Document Type.pointer. | |
1180 | ||
21a0512e PP |
1181 | 2009-11-23 Paul Pluzhnikov <[email protected]> |
1182 | ||
1183 | * gdb.texinfo (Machine Code): Adjust. | |
889bf7c5 | 1184 | |
a5832c8f PA |
1185 | 2009-11-11 Pedro Alves <[email protected]> |
1186 | ||
1187 | * agentexpr.texi (Tracing On Symmetrix): Delete section. | |
1188 | (Using Agent Expressions): Delete cross reference. | |
1189 | ||
1eb7cd77 JB |
1190 | 2009-11-07 Joel Brobecker <[email protected]> |
1191 | ||
1192 | * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage | |
1193 | and @settitle directives up to help makeinfo find them. | |
1194 | ||
24ddea62 JK |
1195 | 2009-11-02 Jan Kratochvil <[email protected]> |
1196 | ||
1197 | * gdb.texinfo (set debug-file-directory, show debug-file-directory) | |
1198 | (Auto-loading): Use plural and note one can use multiple components now. | |
1199 | ||
3afae151 VP |
1200 | 2009-11-01 Vladimir Prus <[email protected]> |
1201 | ||
1202 | * gdb.texinfo (GDB/MI Stack Manipulation): Make | |
1203 | -stack-list-arguments have the same documentation for parameter | |
1204 | as -stack-list-locals. Add comas. | |
1205 | ||
14ff2235 PM |
1206 | 2009-10-27 Tom Tromey <[email protected]> |
1207 | Eli Zaretskii <[email protected]> | |
1208 | ||
c8d5aac9 | 1209 | PR python/10781 |
14ff2235 PM |
1210 | |
1211 | * gdb.texinfo (Values From Inferior): Document cast method. | |
1212 | ||
9c419145 PP |
1213 | 2009-10-22 Paul Pluzhnikov <[email protected]> |
1214 | ||
1215 | * gdb.texinfo (Machine Code): Mention function name in disasssembly | |
1216 | and adjust example. | |
889bf7c5 | 1217 | |
29153c24 MS |
1218 | 2009-10-22 Michael Snyder <[email protected]> |
1219 | ||
1220 | * gdb.texinfo (Process Record and Replay): Document new form of | |
889bf7c5 | 1221 | info record command. Also document the new save and restore |
29153c24 MS |
1222 | commands. |
1223 | ||
2b28d209 PP |
1224 | 2009-10-21 Paul Pluzhnikov <[email protected]> |
1225 | ||
1226 | * gdb.texinfo (Machine Code): Mention current pc marker. | |
1227 | (Memory): Likewise. | |
1228 | ||
6c95b8df PA |
1229 | 2009-10-19 Pedro Alves <[email protected]> |
1230 | Stan Shebs <[email protected]> | |
1231 | ||
1232 | * observer.texi (new_inferior): Rename to... | |
1233 | (inferior_appeared): ... this. | |
1234 | ||
1235 | * gdb.texinfo (Inferiors): Rename node to ... | |
1236 | (Inferiors and Programs): ... this. Mention running multiple | |
1237 | programs in the same debug session. | |
1238 | <info inferiors>: Mention the new 'Executable' column if "info | |
1239 | inferiors". Update examples. Document the "add-inferior", | |
1240 | "clone-inferior", "remove-inferior" and "maint info | |
1241 | program-spaces" commands. | |
1242 | (Process): Rename node to... | |
1243 | (Forks): ... this. Document "set|show follow-exec-mode". | |
1244 | ||
2f8132f3 MS |
1245 | 2009-10-11 Michael Snyder <[email protected]> |
1246 | ||
1247 | * gdb.texinfo (ReverseStep): Show default as "unsupported". | |
1248 | (ReverseContinue): Ditto. | |
1249 | ||
cba4b2d3 PP |
1250 | 2009-10-08 Paul Pluzhnikov <[email protected]> |
1251 | ||
1252 | * gdb.texinfo (Server): Document libthread-db-search-path. | |
889bf7c5 | 1253 | |
da082f17 JK |
1254 | 2009-10-08 Jan Kratochvil <[email protected]> |
1255 | ||
1256 | * gdbint.texinfo (i386_stopped_by_hwbp): Remove. | |
1257 | ||
08be9d71 ME |
1258 | 2009-10-06 Michael Eager <[email protected]> |
1259 | ||
1260 | * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze. | |
1261 | (Embedded Processors): Add MicroBlaze. | |
1262 | (MicroBlaze): New. Describe Xilinx MicroBlaze | |
1263 | ||
08a0efd0 PA |
1264 | 2009-10-04 Pedro Alves <[email protected]> |
1265 | ||
1266 | * gdb.texinfo (Remote Protocol): Don't mention vCont;T. | |
1267 | ||
cbb8f428 EZ |
1268 | 2009-09-26 Pierre Muller <[email protected]> |
1269 | ||
1270 | * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK. | |
1271 | ||
30a4a70c JB |
1272 | 2009-09-23 Joel Brobecker <[email protected]> |
1273 | ||
1274 | * observer.texi (solib_unloaded): Document explicitly the fact that | |
1275 | this observer is called before the associated symbols are unloaded. | |
1276 | ||
b3372f91 VP |
1277 | 2009-09-19 Vladimir Prus <[email protected]> |
1278 | ||
1279 | * gdb.texinfo (GDB/MI Stack Manipulation): Document | |
1280 | -stack-list-variables. | |
1281 | ||
f43030c4 TT |
1282 | 2009-09-18 Tom Tromey <[email protected]> |
1283 | ||
1284 | * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing | |
1285 | is experimental. | |
1286 | ||
ec7e75e7 PP |
1287 | 2009-09-17 Paul Pluzhnikov <[email protected]> |
1288 | ||
1289 | * gdb.texinfo (convenince variables): Mention | |
1290 | $_siginfo could be empty. | |
f43030c4 | 1291 | |
0cc7d26f TT |
1292 | 2009-09-15 Tom Tromey <[email protected]> |
1293 | ||
1294 | * gdb.texinfo (GDB/MI Variable Objects): Document | |
1295 | -enable-pretty-printing, -var-set-update-range, dynamic varobjs. | |
1296 | Expand -var-update documentation. | |
1297 | ||
a96d9b2e SDJ |
1298 | 2009-09-14 Sergio Durigan Junior <[email protected]> |
1299 | ||
1300 | * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall | |
1301 | feature. | |
1302 | ||
005ca36a JB |
1303 | 2009-09-13 Daniel Jacobowitz <[email protected]> |
1304 | ||
1305 | * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id. | |
1306 | ||
0d772ac9 MS |
1307 | 2009-09-10 Michael Snyder <[email protected]> |
1308 | ||
1309 | * gdb.texinfo (qSupported): Mention new ReverseContinue and | |
1310 | ReverseStep replies to the qSupported query. | |
1311 | ||
14fb1bac JB |
1312 | 2009-09-10 Joel Brobecker <[email protected]> |
1313 | ||
1314 | Add documentation for set/show interactive-mode. | |
1315 | * gdb.texinfo (Other Misc Settings): New node. | |
1316 | ||
29b090c0 DE |
1317 | 2009-09-01 Doug Evans <[email protected]> |
1318 | ||
1319 | * gdb.texinfo (Caching Data of Remote Targets): Add note on | |
1320 | non-stop mode's affect on remote caching. | |
1321 | ||
4e5d721f DE |
1322 | 2009-08-31 Jacob Potter <[email protected]> |
1323 | Doug Evans <[email protected]> | |
1324 | ||
1325 | * gdb.texinfo (Caching Data of Remote Targets): Update text. | |
1326 | Mark `set/show remotecache' options as obsolete. | |
1327 | Document new `set/show stack-cache' option. | |
1328 | Update text for `info dcache'. | |
1329 | ||
55333a84 DE |
1330 | 2009-08-27 Doug Evans <[email protected]> |
1331 | ||
1332 | * gdb.texinfo (Symbols): Delete `set print symbol-loading'. | |
1333 | (Files): Add note on new optional regex arg to `info sharedlibrary'. | |
1334 | ||
bc3a0b4d RW |
1335 | 2009-08-26 Ralf Wildenhues <[email protected]> |
1336 | ||
1337 | * gdbint.texinfo (Releasing GDB): Fix confusing sentence | |
1338 | about autoconf. | |
1339 | ||
3a1ff0b6 PA |
1340 | 2009-08-25 Pedro Alves <[email protected]> |
1341 | ||
1342 | * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors" | |
1343 | small example, and describe its columns. Replace "inferior-id" by | |
1344 | "infno" throughout. | |
1345 | ||
81ecdfbb RW |
1346 | 2009-08-22 Ralf Wildenhues <[email protected]> |
1347 | ||
af542c2e RW |
1348 | * gdbint.texinfo (Releasing GDB): Point to |
1349 | README-maintainer-mode file for required autoconf version. | |
1350 | * configure.ac: Do not substitute datarootdir, htmldir, | |
1351 | pdfdir, docdir. Do not process --with-datarootdir, | |
1352 | --with-htmldir, --with-pdfdir, --with-docdir. | |
1353 | * configure: Regenerate. | |
1354 | ||
81ecdfbb RW |
1355 | * configure: Regenerate. |
1356 | ||
4efc6507 DE |
1357 | 2009-08-20 Reid Kleckner <[email protected]> |
1358 | ||
1359 | * gdb.texinfo: Add chapter on JIT interface. | |
1360 | ||
43089a6e NR |
1361 | 2009-08-07 Nick Roberts <[email protected]> |
1362 | ||
1363 | * gdb.texinfo (Server Prefix): Explain that server prefix suppresses | |
889bf7c5 | 1364 | confirmation request. |
43089a6e | 1365 | |
99e008fe EZ |
1366 | 2009-08-05 Jeremy Bennett <[email protected]> |
1367 | ||
c8d5aac9 L |
1368 | * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified |
1369 | CRC definitions. | |
99e008fe | 1370 | |
48cb2d85 VP |
1371 | 2009-08-03 Vladimir Prus <[email protected]> |
1372 | ||
1373 | * gdb.texinfo (GDB/MI Breakpoint Commands): Document | |
889bf7c5 | 1374 | -break-commands. |
48cb2d85 | 1375 | |
ff1a52c6 UW |
1376 | 2009-07-31 Ulrich Weigand <[email protected]> |
1377 | ||
1378 | * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the | |
1379 | "set spu auto-flush-cache" and "show spu auto-flush-cache" commands. | |
1380 | ||
3285f3fe UW |
1381 | 2009-07-31 Ulrich Weigand <[email protected]> |
1382 | ||
1383 | * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the | |
1384 | "set spu stop-on-load" and "show spu stop-on-load" commands. | |
1385 | ||
e35359c5 UW |
1386 | 2009-07-31 Ulrich Weigand <[email protected]> |
1387 | ||
1388 | * gdb.texinfo (Target Descriptions): Document <compatible> element. | |
1389 | ||
58d6951d DJ |
1390 | 2009-07-28 Daniel Jacobowitz <[email protected]> |
1391 | ||
1392 | * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and | |
1393 | org.gnu.gdb.arm.neon. | |
1394 | ||
08d16641 PA |
1395 | 2009-07-20 Pedro Alves <[email protected]> |
1396 | ||
1397 | * gdb.texinfo (Target Description Format): Mention the new <osabi> | |
1398 | optional element. | |
1399 | (subsection OS ABI): New subsection. | |
1400 | ||
782b2b07 SS |
1401 | 2009-07-14 Stan Shebs <[email protected]> |
1402 | ||
1403 | * gdb.texinfo (Tracepoint Conditions): New section. | |
1404 | (General Query Packets): Describe ConditionalTracepoints. | |
1405 | (Tracepoint Packets): Describe condition field. | |
1406 | (Maintenance Commands): Describe maint agent-eval. | |
1407 | * agentexpr.texi (Using Agent Expressions): Mention eval usage. | |
1408 | ||
9b117ef3 HZ |
1409 | 2009-07-11 Hui Zhu <[email protected]> |
1410 | ||
1411 | * gdb.texinfo (disassemble): Add a new modifier /r | |
1412 | to "disassemble" command to make it print the raw instructions | |
1413 | in hex as well as in symbolic form. | |
1414 | ||
f5a33284 TT |
1415 | 2009-07-09 Tom Tromey <[email protected]> |
1416 | ||
1417 | * gdbint.texinfo (Testsuite): Document parallel make check. | |
1418 | ||
812f7342 TT |
1419 | 2009-07-09 Tom Tromey <[email protected]> |
1420 | ||
1421 | * gdbint.texinfo (Testsuite): Document test transcripts. | |
1422 | ||
fbb8f299 PM |
1423 | 2009-07-10 Phil Muldoon <[email protected]> |
1424 | ||
1425 | * gdb.texinfo (Values From Inferior): Add length parameter | |
1426 | description. | |
1427 | ||
dd8f35ac EZ |
1428 | 2009-07-04 Chris Genly <[email protected]> |
1429 | ||
1430 | * gdb.texinfo (GDB/MI Variable Objects): Document child definition | |
1431 | in -var-list-children. Fix example according to what the code | |
1432 | does. | |
1433 | ||
2277426b PA |
1434 | 2009-07-02 Pedro Alves <[email protected]> |
1435 | ||
1436 | * gdb.texinfo (Debugging multiple inferiors): Document the | |
1437 | "inferior", "detach inferior" and "kill inferior" commands. | |
1438 | (Debugging Programs with Multiple Processes): Adjust to mention | |
1439 | generic "inferior" commands. Delete mention of "detach fork" and | |
1440 | "delete fork". Cross reference to "Debugging multiple inferiors" | |
1441 | section. | |
1442 | ||
a6d9a66e UW |
1443 | 2009-07-02 Ulrich Weigand <[email protected]> |
1444 | ||
5af949e3 UW |
1445 | * gdbint.texinfo (Item Output Functions): Update signature |
1446 | for ui_out_field_core_addr. | |
1447 | ||
1448 | 2009-07-02 Ulrich Weigand <[email protected]> | |
1449 | ||
1450 | * gdbint.texinfo (Examples of Use of @code{ui_out} functions): | |
a6d9a66e UW |
1451 | Update example code extrated from breakpoint.c. |
1452 | ||
9901a55b | 1453 | 2009-06-28 Paul Pluzhnikov <[email protected]> |
889bf7c5 | 1454 | |
9901a55b PP |
1455 | * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented |
1456 | MI commands. | |
1457 | (GDB/MI Symbol Query): Likewise. | |
1458 | (GDB/MI File Commands): Likewise. | |
1459 | (GDB/MI File Transfer Commands): Likewise. | |
1460 | (GDB/MI Target Manipulation): Likewise. | |
1461 | (GDB/MI Miscellaneous Commands): Likewise. | |
889bf7c5 | 1462 | |
edb3359d DJ |
1463 | 2009-06-27 Daniel Jacobowitz <[email protected]> |
1464 | ||
1465 | * gdb.texinfo (Debugging Optimized Code): New chapter. | |
1466 | (Compiling for Debugging): Reference it. Move some | |
1467 | text to the new section. | |
1468 | ||
7cd1089b PM |
1469 | 2009-06-15 Phil Muldoon <[email protected]> |
1470 | ||
1471 | * doc/gdb.texinfo (Calling): Document | |
1472 | set-unwind-on-terminating-exception usage. | |
1473 | ||
d4db2f36 PA |
1474 | 2009-06-11 Pedro Alves <[email protected]> |
1475 | ||
1476 | * gdb.texinfo (All-Stop): Document new 'set schedule-multiple' | |
1477 | command. | |
1478 | ||
d1a7880c PA |
1479 | 2009-06-07 Pedro Alves <[email protected]> |
1480 | ||
1481 | * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all | |
1482 | references. | |
1483 | ||
473f94e6 UW |
1484 | 2009-06-04 Ulrich Weigand <[email protected]> |
1485 | ||
1486 | * gdbint.texinfo: Rename formal parameters to gdbarch function | |
1487 | protoypes from "current_gdbarch" to "gdbarch". | |
1488 | ||
8f500870 TT |
1489 | 2009-05-28 Tom Tromey <[email protected]> |
1490 | ||
1491 | * gdb.texinfo (Basic Python): Change get_parameter to parameter. | |
1492 | ||
b6313243 TT |
1493 | 2009-05-27 Tom Tromey <[email protected]> |
1494 | ||
1495 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python" | |
1496 | feature. | |
1497 | (GDB/MI Variable Objects): Document -var-set-visualizer. | |
1498 | ||
1499 | 2009-04-02 Tom Tromey <[email protected]> | |
1500 | ||
1501 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python" | |
1502 | feature. | |
1503 | (GDB/MI Variable Objects): Document -var-set-visualizer. | |
1504 | ||
a6bac58e TT |
1505 | 2009-05-27 Tom Tromey <[email protected]> |
1506 | Thiago Jung Bauermann <[email protected]> | |
1507 | Phil Muldoon <[email protected]> | |
1508 | ||
1509 | * gdb.texinfo (Objfiles In Python): Reference pretty printing. | |
1510 | (Pretty Printing): New node. | |
1511 | (Selecting Pretty-Printers): Likewise. | |
1512 | (Python API): Update. | |
1513 | (Output Formats): Document /r format. | |
1514 | ||
2c74e833 TT |
1515 | 2009-05-27 Thiago Jung Bauermann <[email protected]> |
1516 | Tom Tromey <[email protected]> | |
1517 | ||
1518 | * gdb.texinfo (Types In Python): New node. | |
1519 | (Values From Inferior): "type" is now an attribute. | |
1520 | (Python API): Update. | |
1521 | ||
89c73ade TT |
1522 | 2009-05-27 Tom Tromey <[email protected]> |
1523 | Thiago Jung Bauermann <[email protected]> | |
1524 | Phil Muldoon <[email protected]> | |
1525 | ||
1526 | * gdb.texinfo: Add @syncodeindex for `tp'. | |
1527 | (Python API): Update. | |
1528 | (Auto-loading): New node. | |
1529 | (Objfiles In Python): New node. | |
1530 | ||
17a37d48 PP |
1531 | 2009-05-15 Paul Pluzhnikov <[email protected]> |
1532 | ||
1533 | * gdb.texinfo (Threads): Document libthread-db-search-path. | |
889bf7c5 | 1534 | |
6718376f NR |
1535 | 2009-05-15 Nick Roberts <[email protected]> |
1536 | ||
1537 | * gdb.texinfo (GDB/MI General Design): Break up into four nodes. | |
1538 | ||
cbe54154 PA |
1539 | 2009-05-12 Pedro Alves <[email protected]> |
1540 | ||
1541 | * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint | |
1542 | show-debug-regs' docs by 'maint set show-debug-regs' and 'maint | |
1543 | show show-debug-regs' docs. | |
1544 | ||
8e05493c EZ |
1545 | 2009-05-08 Eli Zaretskii <[email protected]> |
1546 | ||
1547 | * gdb.texinfo (Process Record and Replay): Add description of | |
1548 | reverse execution. | |
1549 | ||
b39f4988 JB |
1550 | 2009-05-07 Joel Brobecker <[email protected]> |
1551 | ||
1552 | * gdbint.texinfo (Adding support for debugging core files): New node. | |
1553 | (Native Debugging): Remove the ``Native core file Support'' section. | |
1554 | ||
a2311334 EZ |
1555 | 2009-05-01 Eli Zaretskii <[email protected]> |
1556 | ||
1557 | * gdb.texinfo (Process Record and Replay): Improve and clarify. | |
1558 | Add index entries. | |
1559 | ||
53cc454a | 1560 | 2009-04-30 Hui Zhu <[email protected]> |
c8d5aac9 | 1561 | Michael Snyder <[email protected]> |
53cc454a | 1562 | |
a2311334 EZ |
1563 | * gdb.texinfo: (Process Record and Replay): Add documentation for |
1564 | process record and replay. | |
53cc454a | 1565 | |
484086b7 JK |
1566 | 2009-04-29 Jan Kratochvil <[email protected]> |
1567 | ||
1568 | * gdb.texinfo (Macros): Note command-line for `info macro'. Append | |
1569 | a new part on command-line defined macros. | |
1570 | ||
32ae1842 EZ |
1571 | 2009-04-25 Eli Zaretskii <[email protected]> |
1572 | ||
1573 | * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and | |
1574 | clarify the wording. | |
1575 | ||
b14b1491 TT |
1576 | 2009-04-23 Tom Tromey <[email protected]> |
1577 | ||
1578 | * gdb.texinfo (Data Files): New node. | |
1579 | (GDB Files): Update menu. | |
1580 | ||
5c1e86e1 JB |
1581 | 2009-04-23 Joel Brobecker <[email protected]> |
1582 | ||
1583 | * gdbint.texinfo (Defining Other Architecture Features): Remove | |
e346fb8f | 1584 | entry for PROCESS_LINENUMBER_HOOK. |
5c1e86e1 | 1585 | |
83eba9b7 VP |
1586 | 2009-04-22 Vladimir Prus <[email protected]> |
1587 | ||
1588 | * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump. | |
1589 | ||
e31198c4 HZ |
1590 | 2009-04-22 Hui Zhu <[email protected]> |
1591 | ||
1592 | * gdb.texinfo (disassemble-next-line): Set the default of | |
1593 | disassemble-next-line to off. | |
1594 | ||
26e251b6 JM |
1595 | 2009-04-21 Joseph Myers <[email protected]> |
1596 | ||
1597 | * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir, | |
1598 | --with-htmldir): New. | |
1599 | * configure: Regenerate. | |
1600 | * Makefile.in (datarootdir, docdir): Define. | |
1601 | (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info | |
1602 | instead of $(SET_TEXINPUTS). | |
1603 | (gdbint.dvi, gdbint.pdf): Use same -I options as for building | |
1604 | gdbint.info instead of $(SET_TEXINPUTS). | |
1605 | (gdbint/index.html): Use same -I options as for building | |
1606 | gdbint.info. | |
1607 | (stabs.dvi, stabs.pdf): Use same -I options as for building | |
1608 | stabs.info instead of $(SET_TEXINPUTS). | |
1609 | (stabs/index.html): Use same -I options as for building | |
1610 | stabs.info. | |
1611 | (annotate.dvi, annotate.pdf): Use same -I options as for building | |
1612 | annotate.info instead of $(SET_TEXINPUTS). | |
1613 | (annotate/index.html): Use same -I options as for building | |
1614 | annotate.info. | |
1615 | ||
eac35c4e DD |
1616 | 2009-04-21 David Daney <[email protected]> |
1617 | ||
1618 | * gdb.texinfo (maint show-debug-regs): Remove mention of x86. | |
1619 | ||
29b0e8a2 JM |
1620 | 2009-04-21 Joseph Myers <[email protected]> |
1621 | ||
1622 | * gdb.texinfo (Source Path): Document --with-relocated-sources. | |
1623 | ||
2b831889 | 1624 | 2009-04-18 Carlos O'Donell <[email protected]> |
c8d5aac9 | 1625 | Joseph Myers <[email protected]> |
2b831889 JM |
1626 | |
1627 | * Makefile.in (MAKEHTML): Set to makeinfo --html. | |
1628 | (MAKEHTMLFLAGS): Set to empty. | |
1629 | (html__strip_dir): Define. | |
1630 | (HTMLFILES): Define. | |
1631 | (HTMLFILES_INSTALL): Define. | |
1632 | (install-html): Copy new automake rule. | |
1633 | (html): Depend on $(HTMLFILES). | |
1634 | (gdb_toc.html): Rename to gdb/index.html. | |
1635 | (gdbint_toc.html): Rename to gdbint/index.html. | |
1636 | (stabs_toc.html): Rename to stabs/index.html. | |
1637 | (annotate_toc.html): Rename to annotate/index.html. | |
1638 | ||
89a34d1b JM |
1639 | 2009-04-17 Carlos O'Donell <[email protected]> |
1640 | ||
1641 | * Makefile.in: Set pdfdir and htmldir from configure | |
1642 | substitutions. | |
1643 | * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir. | |
1644 | * configure: Regenerate. | |
1645 | ||
a2d5da46 JB |
1646 | 2009-04-16 Joel Brobecker <[email protected]> |
1647 | ||
1648 | * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT. | |
1649 | This macro is no longer used. | |
1650 | ||
732f6a93 TT |
1651 | 2009-04-15 Tom Tromey <[email protected]> |
1652 | ||
1653 | * gdb.texinfo (Character Sets): Document default character set. | |
1654 | ||
87f9adc1 PM |
1655 | 2009-04-14 Pierre Muller <[email protected]> |
1656 | ||
1657 | * gdbint.texinfo: Change server name from sources.redhat.com to | |
1658 | sourceware.org throughout. | |
1659 | ||
2c88c651 JB |
1660 | 2009-04-09 Joel Brobecker <[email protected]> |
1661 | ||
1662 | * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning | |
1663 | about a missing dot or coma after @xref. | |
1664 | ||
4f5376b2 JB |
1665 | 2009-04-02 Joel Brobecker <[email protected]> |
1666 | ||
1667 | * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first | |
1668 | example, and add a small explanation about it. | |
1669 | (Print Settings): Change the documentation of the "set print | |
1670 | frame-arguments" to reflect the fact that the default is now "scalars". | |
1671 | ||
a0381d3a JB |
1672 | 2009-04-02 Joel Brobecker <[email protected]> |
1673 | ||
1674 | * gdb.texinfo (Print Settings): Add kindex for command "set | |
1675 | print frame-arguments". | |
1676 | ||
45ac276d JB |
1677 | 2009-03-31 Joel Brobecker <[email protected]> |
1678 | ||
1679 | * gdb.texinfo (Ada Tasks): Add documentation about task-specific | |
1680 | breakpoints. | |
1681 | (Set Breaks): Add reference to thread-specific and task-specific | |
1682 | breakpoints. | |
1683 | ||
32cd1edc JB |
1684 | 2009-03-31 Joel Brobecker <[email protected]> |
1685 | ||
1686 | * gdb.texinfo (Ada Tasks): Remove the documentation about | |
1687 | the "Running" state, as this state has been eliminated. | |
1688 | Now all runnable tasks are shown as "Runnable". | |
1689 | ||
1042e4c0 SS |
1690 | 2009-03-30 Stan Shebs <[email protected]> |
1691 | ||
1692 | * gdb.texinfo (Tracepoints): Describe tracepoints as a | |
1693 | special case of breakpoints. | |
1694 | (Enable and Disable Tracepoints): Mention deprecation. | |
1695 | (Listing Tracepoints): Update description and example. | |
1696 | ||
f8f6f20b TJB |
1697 | 2009-03-30 Thiago Jung Bauermann <[email protected]> |
1698 | ||
1699 | * gdb.texinfo (Frames in Python): New node. | |
1700 | (Python API): Update. | |
1701 | ||
c0c6f777 TJB |
1702 | 2009-03-29 Thiago Jung Bauermann <[email protected]> |
1703 | ||
1704 | * gdb.texinfo (Values From Inferior): Change gdb.Value.address | |
1705 | from a method to an attribute. | |
1706 | ||
def2b000 TJB |
1707 | 2009-03-26 Thiago Jung Bauermann <[email protected]> |
1708 | ||
1709 | * gdb.texinfo (Values From Inferior): Document is_optimized_out | |
1710 | attribute. | |
1711 | ||
a07daef3 PA |
1712 | 2009-03-25 Pedro Alves <[email protected]> |
1713 | ||
1714 | * observer.texi (thread_exit): Add "silent" parameter. | |
1715 | ||
f3b1572e PA |
1716 | 2009-03-22 Pedro Alves <[email protected]> |
1717 | ||
1718 | * observer.texi (about_to_proceed): New. | |
1719 | ||
587afa38 EZ |
1720 | 2009-03-21 Jeremy Bennett <[email protected]> |
1721 | ||
1722 | * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type | |
1723 | field throughout to handle types with spaces in them. Fix typos | |
1724 | found by aspell. | |
1725 | (Summary, Requirements, Contributors): New first chapter, | |
1726 | "Summary" added, old Requirements section moved there, and new | |
1727 | section, "Contributors" added. | |
1728 | (Initializing a New Architecture, Register Representation) | |
1729 | (Frame Interpretation, Inferior Call Setup, Adding a New Target) | |
1730 | (Porting gdb): These sections extended and updated. | |
1731 | (Compiler Characteristics): This section (empty) deleted. | |
1732 | (Defining Other Architecture Features): This section renamed and | |
1733 | duplicate material removed from (formerly "Target Conditionals"). | |
1734 | Use braces {} in @deftypeXX type field throughout to handle types | |
1735 | with spaces in them. Typos found by aspell fixed. | |
1736 | ||
1737 | * stack_frame.svg: New file, source of image for gdbint.texinfo. | |
1738 | * stack_frame.pdf: Version of image for PDF output. | |
1739 | * stack_frame.png: Version of image for HTML output and for Emacs. | |
1740 | * stack_frame.txt: Version of image for Info output. | |
1db61298 | 1741 | * stack_frame.eps: Version of image for TeX DVI output. |
587afa38 | 1742 | |
10af6951 EZ |
1743 | 2009-03-21 Eli Zaretskii <[email protected]> |
1744 | ||
1745 | * gdb.texinfo (Character Sets): Fix last change. | |
1746 | ||
cc924cad TJB |
1747 | 2009-03-21 Thiago Jung Bauermann <[email protected]> |
1748 | ||
1749 | * gdb.texinfo (Values From Inferior): Fix optional arguments | |
1750 | markup. | |
1751 | (Commands In Python): Adjust argument names of gdb.Command.__init__ | |
1752 | to what the function accepts as keywords. | |
1753 | ||
bc3b79fd TJB |
1754 | 2008-03-20 Tom Tromey <[email protected]> |
1755 | ||
1756 | * gdb.texinfo (Convenience Vars): Document convenience functions. | |
1757 | (Functions In Python): New node. | |
1758 | (Python API): Update. | |
1759 | ||
6c7a06a3 TT |
1760 | 2009-03-20 Tom Tromey <[email protected]> |
1761 | ||
1762 | * gdb.texinfo (Character Sets): Remove obsolete text. Document | |
1763 | set target-wide-charset. | |
1764 | (Requirements): Mention iconv. | |
1765 | ||
b646ddd4 HZ |
1766 | 2009-03-17 Hui Zhu <[email protected]> |
1767 | ||
1768 | * gdb.texinfo: Change the introduce of "disassemble-next-line". | |
1769 | ||
91440f57 HZ |
1770 | 2009-03-17 Hui Zhu <[email protected]> |
1771 | ||
1772 | * gdb.texinfo: Add documentation for disassemble-next-line. | |
1773 | ||
8fd41227 TJB |
1774 | 2009-03-16 Thiago Jung Bauermann <[email protected]> |
1775 | ||
1776 | * gdb.texinfo (Commands In Python): Remove tindex entries. | |
1777 | ||
61ff14c6 JK |
1778 | 2009-03-15 Jan Kratochvil <[email protected]> |
1779 | ||
1780 | * gdb.texinfo (Returning): New description for missing debug info. | |
1781 | ||
0b16c5cf PA |
1782 | 2009-03-14 Pedro Alves <[email protected]> |
1783 | ||
1784 | * gdb.texinfo (Remote Configuration): Document query-attached. | |
61ff14c6 | 1785 | (General Query Packets): Document qAttached. |
0b16c5cf | 1786 | |
32fc0df9 PA |
1787 | 2009-03-05 Pedro Alves <[email protected]> |
1788 | ||
1789 | * gdb.texinfo (Background Execution): Better describe the set | |
1790 | target-async command. | |
1791 | (Maintenance Commands): Delete description of the `maint set/show | |
1792 | linux-async' and `maint set/show remote-async' commands. | |
1793 | ||
134eb42c VP |
1794 | 2009-02-18 Vladimir Prus <[email protected]> |
1795 | ||
1796 | * gdb.texinfo (GDB/MI Async Records): Add double-spaces | |
1797 | between sentences. | |
1798 | ||
c86cf029 VP |
1799 | 2009-02-18 Vladimir Prus <[email protected]> |
1800 | ||
1801 | * gdb.texinfo (GDB/MI Async Records): Document the | |
1802 | =library-loaded and =library-unloaded notifications. | |
1803 | ||
3ea85240 VP |
1804 | 2009-02-17 Vladimir Prus <[email protected]> |
1805 | ||
1806 | * observer.texi (test_notification): New observer. | |
1807 | ||
1d33d6ba VP |
1808 | 2009-02-14 Vladimir Prus <[email protected]> |
1809 | ||
61ff14c6 JK |
1810 | * observer.texi: Add parameter 'print_frame' to normal_stop |
1811 | observer. | |
1d33d6ba | 1812 | |
d721c933 EZ |
1813 | 2009-02-07 Eli Zaretskii <[email protected]> |
1814 | ||
1815 | * gdb.texinfo (Basic Python): Fix change from 2009-02-04. | |
1816 | (Commands In Python): Fix COMMAND_* constants in last change. Use | |
1817 | @kbd for interactive input. Add cross-references and index | |
1818 | entries. | |
1819 | ||
4aa995e1 PA |
1820 | 2009-02-06 Pedro Alves <[email protected]> |
1821 | ||
1822 | * gdb.texinfo (Signals): Document $_siginfo. | |
1823 | (Convenience Variables): Mention $_siginfo. | |
1824 | (Remote Configuration): Document qXfer:siginfo:read, | |
1825 | qXfer:siginfo:write packets, and the read-siginfo-object, | |
1826 | write-siginfo-object commands. | |
1827 | ||
5f5233d4 PA |
1828 | 2009-02-06 Pedro Alves <[email protected]> |
1829 | ||
1830 | * gdbint.texinfo (Values): New chapter. | |
1831 | ||
d8906c6f TJB |
1832 | 2009-02-06 Tom Tromey <[email protected]> |
1833 | ||
1834 | * gdb.texinfo (Python API): Add entry for Commands In Python. | |
1835 | (Commands In Python): New node. | |
1836 | ||
b6cb8e7d TJB |
1837 | 2009-02-05 Tom Tromey <[email protected]> |
1838 | ||
1839 | * gdb.texinfo (Values From Inferior): Document Value.string. | |
1840 | ||
12453b93 TJB |
1841 | 2009-02-05 Tom Tromey <[email protected]> |
1842 | ||
1843 | * gdb.texinfo (Basic Python): Document execute's from_tty | |
1844 | argument. | |
1845 | ||
08c637de TJB |
1846 | 2009-02-04 Tom Tromey <[email protected]> |
1847 | ||
1848 | * gdb.texinfo (Basic Python): Document gdb.history. | |
1849 | ||
592375cd VP |
1850 | 2009-01-30 Vladimir Prus <[email protected]> |
1851 | ||
1852 | * gdb.texinfo (GDB/MI Thread Commands): Document the | |
1853 | 'current-thread-id' field. Remove the example with zero threads, | |
1854 | since current GDB won't ever report that if there's inferior. | |
1855 | ||
41447f92 VP |
1856 | 2009-01-30 Vladimir Prus <[email protected]> |
1857 | ||
1858 | * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d | |
1859 | option to -break-insert. | |
1860 | ||
098b41a6 JG |
1861 | 2009-01-28 Daniel Jacobowitz <[email protected]> |
1862 | Jerome Guitton <[email protected]> | |
1863 | ||
1864 | * gdb.texinfo (Startup): Document --with-system-gdbinit. | |
1865 | (System-wide configuration): New section. | |
1866 | ||
3c16cced PA |
1867 | 2009-01-26 Pedro Alves <[email protected]> |
1868 | ||
1869 | PR gdb/7580: | |
1870 | * gdb.texinfo (Maintenance Commands): Document "maint set|show | |
1871 | internal-error|internal-warning quit|corefile ask|yes|no". | |
1872 | ||
62709adf PA |
1873 | 2009-01-26 Pedro Alves <[email protected]> |
1874 | ||
1875 | * gdb.texinfo (Using the `gdbserver' Program): Document | |
1876 | --remote-debug. | |
1877 | ||
7ce58dd2 DE |
1878 | 2009-01-23 Doug Evans <[email protected]> |
1879 | ||
1880 | * gdb.texinfo: Add nexti to list of commands that support | |
1881 | background execution. | |
1882 | ||
adb483fe DJ |
1883 | 2009-01-14 Daniel Jacobowitz <[email protected]> |
1884 | ||
1885 | * gdb.texinfo (Define, Hooks): Document prefix command support. | |
1886 | ||
a67ec3f4 | 1887 | 2009-01-14 Joseph Myers <[email protected]> |
c8d5aac9 | 1888 | Carlos O'Donell <[email protected]> |
a67ec3f4 JM |
1889 | |
1890 | Fixes for makeinfo --html. | |
1891 | ||
1892 | * annotate.texinfo: Use @copying and @insertcopying. Use | |
1893 | @ifnottex in place of @ifinfo. | |
1894 | * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in | |
1895 | place of @ifinfo. Use @ifnotinfo for one index entry. | |
1896 | * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex | |
1897 | in place of @ifinfo. | |
1898 | * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex | |
1899 | in place of @ifinfo. Include contents at start unconditionally. | |
1900 | ||
84fcdf95 PA |
1901 | 2009-01-13 Pedro Alves <[email protected]> |
1902 | ||
1903 | * gdb.texinfo (General Query Packets): Remove @var{} around the | |
1904 | "spu" literal string. | |
1905 | ||
fa3a767f PA |
1906 | 2009-01-07 Pedro Alves <[email protected]> |
1907 | ||
1908 | * gdb.texinfo (Error in Breakpoints): Delete mention of "The same | |
1909 | program may be running in another process" errors. | |
1910 | * gdbint.texinfo (Native Conditionals): Delete | |
1911 | ONE_PROCESS_WRITETEXT description. | |
1912 | ||
9cb011d3 JB |
1913 | 2009-01-07 Joel Brobecker <[email protected]> |
1914 | ||
1915 | * gdbint.texinfo (Start of New Year Procedure): Add the "coding" | |
1916 | emacs local variable to be placed at the end of the ChangeLog. | |
1917 | Add server.c and gdbreplay.c to the list of files where the | |
1918 | copyright year needs to be updated. | |
1919 | ||
84603566 SL |
1920 | 2009-01-06 Sandra Loosemore <[email protected]> |
1921 | ||
1922 | * gdb.texinfo (Remote Configuration): Document new | |
1923 | "set/show tcp auto-retry" and "set/show tcp connect-timeout" | |
1924 | commands. | |
1925 | ||
a53f55d8 PA |
1926 | 2008-12-28 Pedro Alves <[email protected]> |
1927 | ||
1928 | * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention | |
1929 | FETCH_INFERIOR_REGISTERS. | |
1930 | (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE, | |
1931 | FETCH_INFERIOR_REGISTERS descriptions. Remove | |
1932 | gdbarch_get_longjmp_target descrition, since already described in | |
1933 | Target Conditionals. Move gdbarch_fp0_regnum description to ... | |
1934 | (Target Conditionals): ... here. | |
1935 | ||
077e0a52 JB |
1936 | 2008-12-16 Joel Brobecker <[email protected]> |
1937 | ||
1938 | * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in | |
1939 | examples. | |
1940 | (Additions to Ada): Likewise. Add the missing opening and closing | |
1941 | parenthesis of the GDB prompt in one of the examples. | |
1942 | ||
023eb17c JB |
1943 | 2008-12-14 Joel Brobecker <[email protected]> |
1944 | ||
1945 | * gdb.texinfo (Omissions from Ada): Remove incorrect documentation | |
1946 | about the result of 'Address not being of type System.Address. | |
1947 | This problem has been fixed a while ago. | |
1948 | ||
c3b108f7 VP |
1949 | 2008-12-02 Vladimir Prus <[email protected]> |
1950 | ||
1951 | MI non-stop and multiprocess docs. | |
1952 | ||
c8d5aac9 L |
1953 | * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design' |
1954 | (GDB/MI Output Records): New section 'GDB/MI Frame Information' | |
1955 | Adjust documentation for *stopped, document =thread-created, | |
1956 | =thread-exited, =thread-group-created and =thread-group-exited. | |
1957 | (GDB/MI Thread Commands): Document the 'state' field in | |
1958 | -thread-info output. | |
1959 | (GDB/MI Program Execution): Mention --all and --thread-group | |
1960 | options. | |
1961 | (GDB/MI Variable Objects): Describe floating and fixed variable | |
1962 | objects. | |
1963 | (GDB/MI Miscellaneous Commands): Document -list-thread-groups. | |
c3b108f7 | 1964 | |
07e059b5 VP |
1965 | 2008-12-02 Vladimir Prus <[email protected]> |
1966 | ||
c8d5aac9 L |
1967 | * gdb.texinfo (Operating System Information): New appendix. |
1968 | (Operating System Auxiliary Information): Document 'info os processes' | |
1969 | (Remote Configuration): Document 'osdata' | |
1970 | (General Query Packets): Document qXfer:osdata:read. | |
07e059b5 | 1971 | |
a80b95ba TG |
1972 | 2008-11-27 Tristan Gingold <[email protected]> |
1973 | ||
1974 | * gdb.texinfo (Darwin): Document Darwin specific features. | |
1975 | ||
a655d424 JK |
1976 | 2008-11-25 Jan Kratochvil <[email protected]> |
1977 | ||
1978 | * gdbint.texinfo (Target Conditionals): Extend the | |
1979 | gdbarch_breakpoint_from_pc description. | |
1980 | ||
249e1128 VP |
1981 | 2008-11-22 Vladimir Prus <[email protected]> |
1982 | ||
1983 | * gdb.texinfo (M68K Features): Fix typo. | |
1984 | ||
c14c28ba PP |
1985 | 2008-11-18 Paul Pluzhnikov <[email protected]> |
1986 | ||
1987 | * gdb.texinfo (Symbols): Mention printing containing | |
1988 | image name in "info symbol". | |
1989 | (Maint translate-address): Likewise. | |
889bf7c5 | 1990 | |
394a6666 JB |
1991 | 2008-11-18 Joel Brobecker <[email protected]> |
1992 | ||
1993 | * gdb.texinfo (Set Catchpoints): Remove the documentation of | |
1994 | commands "catch load" and "catch unload". | |
1995 | ||
66bb093b VP |
1996 | 2008-11-17 Vladimir Prus <[email protected]> |
1997 | ||
1998 | * gdb.texinfo (GDB/MI Async Records): Document | |
c8d5aac9 | 1999 | =thread-selected. |
889bf7c5 | 2000 | |
4a92f99b VP |
2001 | 2008-11-17 Vladimir Prus <[email protected]> |
2002 | ||
c8d5aac9 | 2003 | * observer.texi (new_inferior, inferior_exit): New observers. |
4a92f99b | 2004 | |
f0323ca0 PA |
2005 | 2008-10-27 Pedro Alves <[email protected]> |
2006 | ||
2007 | * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES, | |
2008 | .mt files, TM_CLIBS or TM_CDEPS. | |
2009 | (x86 Watchpoints): Don't mention TDEPFILES. | |
2010 | ||
8b23ecc4 SL |
2011 | 2008-10-24 Sandra Loosemore <[email protected]> |
2012 | ||
2013 | * gdb.texinfo (Remote Protocol): Add new nodes to menu. | |
2014 | (Overview): Mention notifications and non-stop mode behavior. | |
2015 | (Packets): Update documentation of ?, vAttach, vCont, and vRun | |
2016 | with non-stop mode behavior. Add vStopped description. | |
2017 | (Stop Reply Packets): Update list of packets that return | |
2018 | stop replies. Mention non-stop behavior. | |
2019 | (General Query Packets): Document QNonStop packet and associated | |
2020 | qSupported query response. | |
2021 | (Interrupts): Clarify multi-threaded behavior. Mention non-stop | |
2022 | behavior. | |
2023 | (Notification Packets): New section. | |
2024 | (Remote Non-Stop): New section. | |
2025 | (File-I/O Overview): Mention non-stop behavior. | |
2026 | ||
fff08868 HZ |
2027 | 2008-10-24 Hui Zhu <[email protected]> |
2028 | Pedro Alves <[email protected]> | |
2029 | ||
2030 | * gdb.texinfo (displaced-stepping): Describe the auto mode | |
2031 | setting, and say it's the default. This is now a mainstream | |
2032 | setting instead of a maintenance setting. | |
2033 | ||
252fbfc8 PA |
2034 | 2008-10-23 Pedro Alves <[email protected]> |
2035 | ||
2036 | * observer.texi (thread_stop_requested): New. | |
2037 | ||
20924a55 JB |
2038 | 2008-10-22 Joel Brobecker <[email protected]> |
2039 | ||
2040 | * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes. | |
2041 | (Patching): Replace incorrect usage of @samp by @kbd. | |
2042 | ||
bacec72f MS |
2043 | 2008-10-17 Michael Snyder <[email protected]> |
2044 | ||
2045 | * gdb.texinfo: Add documentation for reverse execution. | |
2046 | ||
a08702d6 | 2047 | 2008-10-16 Thiago Jung Bauermann <[email protected]> |
bd4f7d68 | 2048 | Eli Zaretskii <[email protected]> |
a08702d6 TJB |
2049 | |
2050 | * gdb.texinfo. (Values From Inferior): New subsubsection. | |
2051 | ||
d97bc12b DE |
2052 | 2008-10-06 Doug Evans <[email protected]> |
2053 | ||
2054 | * gdb.texinfo (set debug dwarf2-die): Document it. | |
2055 | ||
87f67dba JB |
2056 | 2008-10-01 Joel Brobecker <[email protected]> |
2057 | ||
2058 | * gdb.texinfo (catch) [exception]: Document how to insert | |
2059 | a breakpoint on user-defined exceptions when the exception | |
2060 | name is identical to one of the language-defined ones. | |
2061 | ||
2fae03e8 TT |
2062 | 2008-09-27 Tom Tromey <[email protected]> |
2063 | ||
2064 | * gdb.texinfo (Macros): Remove text about stringification, | |
2065 | varargs, and splicing. | |
2066 | ||
5c6ce71d TT |
2067 | 2008-09-27 Tom Tromey <[email protected]> |
2068 | ||
2069 | * gdbint.texinfo (Language Support): Remove text about omitting | |
2070 | support for a language. | |
2071 | ||
07128da0 DE |
2072 | 2008-09-23 Doug Evans <[email protected]> |
2073 | ||
2074 | * gdb.texinfo (info dcache): Update. | |
2075 | ||
b90a069a SL |
2076 | 2008-09-22 Sandra Loosemore <[email protected]> |
2077 | ||
2078 | * gdb.texinfo (Packets): Add info on thread-id syntax and | |
2079 | multiprocess extensions. | |
2080 | <D>: Document multiprocess form of packet. | |
2081 | <H>: Use thread-id syntax. | |
2082 | <T>: Likewise. | |
2083 | <vCont>: Likewise. Note this is required for multiprocess. | |
2084 | <vKill>: New packet. | |
2085 | (Stop Reply Packets) <T>: Use thread-id syntax. | |
2086 | <W>: Document multiprocess form of reply. | |
2087 | <X>: Likewise. | |
2088 | (General Query Packets) <qC>: Use thread-id syntax. | |
2089 | <qfThreadInfo>: Likewise. | |
2090 | <qGetTLSAddr>: Likewise. | |
2091 | <qP>: Likewise. | |
2092 | <qSupported>: Add "multiprocess" feature. | |
2093 | <qThreadExtraInfo>: Use thread-id syntax. | |
2094 | ||
b77209e0 PA |
2095 | 2008-09-22 Stan Shebs <[email protected]> |
2096 | ||
2097 | * gdb.texinfo (Inferiors): New section. | |
2098 | ||
3d0bb823 PA |
2099 | 2008-09-12 Pedro Alves <[email protected]> |
2100 | ||
2101 | * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES. | |
2102 | ||
f8dcfc0a UW |
2103 | 2008-09-11 Ulrich Weigand <[email protected]> |
2104 | ||
2105 | * gdbint.texinfo (Target Conditionals): Remove documentation | |
2106 | for gdbarch_name_of_malloc. | |
2107 | ||
8775bb90 MS |
2108 | 2008-09-03 Angela Marie Thomas <[email protected]> |
2109 | ||
2110 | * gdb.texinfo (Interrupts): Mention TCP interface for | |
2111 | sending BREAK. | |
2112 | ||
f1838a98 UW |
2113 | 2008-08-26 Ulrich Weigand <[email protected]> |
2114 | ||
2115 | * gdb.texinfo (Commands to Specify Files): Document "remote:" | |
2116 | argument prefix to "set sysroot". | |
2117 | ||
158c7665 PH |
2118 | 2008-08-21 Paul N. Hilfinger <[email protected]> |
2119 | ||
2120 | * gdb.texinfo (Omissions from Ada): Describe new treatment of True | |
2121 | and False. | |
2122 | ||
30e026bb VP |
2123 | 2008-08-20 Vladimir Prus <[email protected]> |
2124 | ||
c8d5aac9 L |
2125 | * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table |
2126 | for possible features of -list-features. | |
30e026bb | 2127 | |
c6ebd6cf VP |
2128 | 2008-08-19 Vladimir Prus <[email protected]> |
2129 | ||
c8d5aac9 | 2130 | * gdb.texinfo (Background execution): Adjust example |
c6ebd6cf VP |
2131 | (GDB/MI Miscellaneous Commands): Document -list-target-features. |
2132 | ||
aeac0ff9 VP |
2133 | 2008-08-19 Vladimir Prus <[email protected]> |
2134 | ||
2135 | * doc/gdb.texinfo (PowerPC): Fix typo. | |
2136 | (PowerPC features): Fix typo. | |
2137 | ||
5231c1fd PA |
2138 | 2008-08-18 Pedro Alves <[email protected]> |
2139 | ||
2140 | * observer.texi (thread_ptid_changed): New. | |
2141 | ||
677c5bb1 LM |
2142 | 2008-08-18 Luis Machado <[email protected]> |
2143 | ||
2144 | * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7. | |
2145 | (PowerPC features): Mention feature set for VSX registers. | |
2146 | ||
f3a2dd1a JB |
2147 | 2008-08-13 Joel Brobecker <[email protected]> |
2148 | ||
2149 | * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding | |
2150 | the direct visibility of all names in user-written packages. | |
2151 | ||
33e5cbd6 PA |
2152 | 2008-08-13 Pedro Alves <[email protected]> |
2153 | ||
2154 | * gdb.texinfo (breakpoint always-inserted) Describe the auto mode | |
2155 | setting, and make it the default. | |
2156 | (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from | |
2157 | non-stop script example. | |
2158 | ||
d0384fc4 TJB |
2159 | 2008-08-12 Thiago Jung Bauermann <[email protected]> |
2160 | ||
2161 | * gdbint.texinfo (Raw and Virtual Register Representations): Fix | |
2162 | reference to the "Using Different Register and Memory Data | |
2163 | Representation" section. | |
2164 | ||
a6f3e723 SL |
2165 | 2008-08-12 Sandra Loosemore <[email protected]> |
2166 | ||
2167 | * gdb.texinfo (Remote Configuration): Document set remote noack-packet. | |
2168 | (Remote Protocol): Add Packet Acknowledgment to menu. | |
2169 | (Overview): Mention +/- can be disabled, and point to new section | |
2170 | where this is discussed in detail. | |
2171 | (General Query Packets): Document QStartNoAckMode packet, and | |
2172 | corresponding qSupported reply. | |
2173 | (Packet Acknowledgment): New section. | |
2174 | ||
0606b73b SL |
2175 | 2008-08-11 Sandra Loosemore <[email protected]> |
2176 | Pedro Alves <[email protected]> | |
2177 | ||
2178 | * gdb.texinfo (Threads): Move paragraph about automatic thread | |
2179 | selection to All-Stop Mode subsection. | |
2180 | (Thread Stops): Reorganize existing material into subsections. | |
2181 | Add introductory blurb and menu. | |
2182 | (Non-Stop Mode): New subsection. | |
2183 | (Background Execution): New subsection. | |
2184 | (Maintenance Commands): Add cross-references from async mode | |
2185 | commands to the new Background Execution section. | |
2186 | ||
d57a3c85 TJB |
2187 | 2008-08-06 Tom Tromey <[email protected]> |
2188 | ||
2189 | * gdb.texinfo (Extending GDB): New chapter. | |
2190 | (Sequences): Demoted chapter, now a section under the new | |
2191 | Extending GDB chapter. | |
2192 | (Python): New section. | |
2193 | ||
6d76a53d SS |
2194 | 2008-07-31 Stan Shebs <[email protected]> |
2195 | ||
2196 | * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE. | |
2197 | ||
1f70da6a SS |
2198 | 2008-07-29 Stan Shebs <[email protected]> |
2199 | ||
2200 | * gdbint.texinfo: General round of cleanup and minor | |
2201 | clarifications. | |
2202 | (Breakpoint Handling): Remove mention of BREAKPOINT macro. | |
2203 | (Longjmp Support): Update description to reflect how it is done | |
2204 | for targets without using native header. | |
2205 | (Symbol Handling): Add a little more general explanation. | |
2206 | (COFF, ELF): Mention stabs encapsulation. | |
2207 | (DWARF 3): New section. | |
2208 | (Adding a New Host): Scrub out some obsolete bits. | |
2209 | (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c. | |
2210 | (Host Conditionals): Remove descriptions of NO_STD_REGS, | |
2211 | HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE, | |
2212 | PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR, | |
2213 | SEEK_SET, STOP_SIGNAL, USG. | |
2214 | (Raw and Virtual Register Representations): Ditto for | |
2215 | DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE, | |
2216 | DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE. | |
2217 | (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM, | |
2218 | DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN, | |
2219 | DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS, | |
2220 | DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET, | |
2221 | DEPRECATED_REGISTER_VIRTUAL_SIZE, | |
2222 | DEPRECATED_REGISTER_VIRTUAL_TYPE, | |
2223 | DEPRECATED_USE_STRUCT_CONVENTION. | |
2224 | Describe gdbarch_deprecated_fp_regnum. | |
2225 | Update description of gdbarch_print_insn. | |
2226 | (Adding a New Target): Scrub out obsolete bits. | |
2227 | (Obsolete Conditionals): Remove entire section. | |
2228 | ||
383f836e TT |
2229 | 2008-07-25 Tom Tromey <[email protected]> |
2230 | ||
2231 | * observer.texi (GDB Observers): Document new observers: | |
2232 | breakpoint_created, breakpoint_deleted, breakpoint_modified, | |
2233 | tracepoint_created, tracepoint_deleted, tracepoint_modified, | |
2234 | architecture_changed. | |
2235 | ||
cfd8ab24 SS |
2236 | 2008-07-21 Stan Shebs <[email protected]> |
2237 | ||
2238 | * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code | |
2239 | instead of IN_SOLIB_DYNSYM_RESOLVE_CODE. | |
2240 | ||
781b42b0 TT |
2241 | 2008-07-21 Tom Tromey <[email protected]> |
2242 | ||
2243 | * observer.texi (GDB Observers): Remove obsolete comment. | |
2244 | <executable_changed>: Remove argument. | |
2245 | ||
d7d9f01e TT |
2246 | 2008-07-18 Tom Tromey <[email protected]> |
2247 | ||
2248 | * gdb.texinfo (Macros): Update. Use @code rather than @command. | |
2249 | ||
bf250677 DE |
2250 | 2008-07-10 Doug Evans <[email protected]> |
2251 | ||
2252 | * doc/gdb.texinfo: Document "set print symbol-loading on|off". | |
2253 | ||
10568435 JK |
2254 | 2008-07-10 Jan Kratochvil <[email protected]> |
2255 | ||
2256 | * gdb.texinfo (Starting): Document "set disable-randomization". | |
2257 | ||
5ae4183a AS |
2258 | 2008-07-07 Andreas Schwab <[email protected]> |
2259 | ||
2260 | * gdb.texinfo (GDB/MI Target Manipulation): Fix last change. | |
2261 | ||
b56e7235 VP |
2262 | 2008-07-06 Vladimir Prus <[email protected]> |
2263 | ||
2264 | * gdb.texinfo (GDB/MI Target Manipulation): Add | |
2265 | example of -target-attach. | |
2266 | ||
e1ac3328 VP |
2267 | 2008-06-10 Vladimir Prus <[email protected]> |
2268 | ||
2269 | * observer.texi (target_resumed): New observer. | |
5ae4183a | 2270 | * gdb.texinfo (GDB/MI Output Records): Document *running. |
e1ac3328 | 2271 | |
65d12d83 TT |
2272 | 2008-06-06 Tom Tromey <[email protected]> |
2273 | ||
2274 | * gdb.texinfo (Completion): Add field name example. | |
2275 | ||
fbc5282e MK |
2276 | 2008-06-06 Marc Khouzam <[email protected]> |
2277 | ||
2278 | * gdb.texinfo (GDB/MI Program Context): Added example | |
2279 | to -exec-arguments | |
5ae4183a | 2280 | |
fbc5282e | 2281 | 2008-06-05 Nick Roberts <[email protected]> |
bcf6fc3a NR |
2282 | |
2283 | * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed | |
2284 | annotation. | |
2285 | ||
c16158bc | 2286 | 2008-06-05 Vladimir Prus <[email protected]> |
5ae4183a AS |
2287 | Nathan Sidwell <[email protected]> |
2288 | Joseph Myers <[email protected]> | |
c16158bc JM |
2289 | |
2290 | * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION | |
2291 | and ACX_BUGURL. | |
2292 | * configure: Regenerate. | |
2293 | * Makefile.in (PKGVERSION, BUGURL_TEXI): Define. | |
2294 | (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT. | |
2295 | * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove | |
2296 | mailing-list-specific text about bug reporting unless | |
2297 | BUGURL_DEFAULT. | |
2298 | ||
75c99385 PA |
2299 | 2008-06-05 Pedro Alves <[email protected]> |
2300 | ||
2301 | * gdb.texinfo (-target-select): Remove reference to target async. | |
2302 | (Maintenance Commands): Document "maint set/show remote-async". | |
2303 | ||
1763a388 MK |
2304 | 2008-06-04 Marc Khouzam <[email protected]> |
2305 | ||
2306 | * gdb.texinfo (GDB/MI File Transfer Commands): Typo | |
2307 | in -target-file-get section. | |
5ae4183a | 2308 | |
d0d064df PA |
2309 | 2008-05-22 Pedro Alves <[email protected]> |
2310 | ||
9b562ab8 PA |
2311 | * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub |
2312 | killing the inferior when it is already debugging a process. | |
d0d064df | 2313 | |
8dfa32fc JB |
2314 | 2008-05-21 Joel Brobecker <[email protected]> |
2315 | ||
2316 | * gdb.texinfo (Continuing and Stepping): Document the new "fin" | |
2317 | abbreviation for "finish". | |
2318 | ||
55f996a7 NR |
2319 | 2008-05-21 Nick Roberts <[email protected]> |
2320 | ||
2321 | * annotate.texinfo (Multi-threaded Apps): New node for new annotation. | |
2322 | ||
ba2b1c56 DJ |
2323 | 2008-05-15 Daniel Jacobowitz <[email protected]> |
2324 | ||
2325 | * gdbint.texinfo (Target Conditionals): Delete entry for | |
2326 | gdbarch_dwarf_reg_to_regnum. | |
2327 | ||
08388c79 DE |
2328 | 2008-05-09 Doug Evans <[email protected]> |
2329 | ||
a3c83fae | 2330 | * gdb.texinfo: Document "find" command, qSearch:memory packet. |
08388c79 | 2331 | |
d14508fe DE |
2332 | 2008-05-05 Doug Evans <[email protected]> |
2333 | ||
2334 | * gdb.texinfo (disassemble): Document /m modifier. | |
2335 | ||
e2b7ddea VP |
2336 | 2008-05-05 Vladimir Prus <[email protected]> |
2337 | ||
5ae4183a AS |
2338 | * gdb.texinfo (Maintenance Commands): Clarify that "maint time" |
2339 | will not report the time of commands that run the target. | |
e2b7ddea | 2340 | |
8eb41542 VP |
2341 | 2008-05-03 Vladimir Prus <[email protected]> |
2342 | ||
2343 | * gdb.texinfo (GDB/MI Output Records): Add | |
2344 | missing semicolon. | |
2345 | ||
82f68b1c VP |
2346 | 2008-05-03 Vladimir Prus <[email protected]> |
2347 | ||
2348 | * gdb.texinfo (GDB/MI Output Records): | |
2349 | Document =thread-create and =thread-exited. | |
2350 | ||
fa0f268d VP |
2351 | 2008-05-03 Vladimir Prus <[email protected]> |
2352 | ||
2353 | * gdb.texinfo (GDB/MI Development and Front Ends): | |
82f68b1c | 2354 | Remove mention of dmi-discuss. |
fa0f268d | 2355 | |
063bfe2e VP |
2356 | 2008-05-03 Pedro Alves <[email protected]> |
2357 | ||
2358 | * observer.texi (thread_exit): New. | |
2359 | ||
237fc4c9 PA |
2360 | 2008-05-02 Pedro Alves <[email protected]> |
2361 | ||
2362 | * gdb.texinfo (Debugging Output): Document "set/show debug | |
2363 | displaced". | |
2364 | (Maintenance Commands): Document "maint set/show | |
2365 | can-use-displaced-stepping". | |
2366 | ||
0428b8f5 DJ |
2367 | 2008-05-02 Daniel Jacobowitz <[email protected]> |
2368 | ||
2369 | * gdb.texinfo (ARM): Document set/show arm fallback-mode | |
2370 | and set/show arm force-mode. | |
2371 | ||
5009afc5 AS |
2372 | 2008-05-02 Andreas Schwab <[email protected]> |
2373 | ||
2374 | * gdbint.texinfo (Algorithms): Describe | |
2375 | target_watchpoint_addr_within_range. | |
2376 | ||
669fac23 DJ |
2377 | 2008-04-30 Daniel Jacobowitz <[email protected]> |
2378 | ||
2379 | * gdbint.texinfo (Stack Frames): New chapter. | |
2380 | (Algorithms): Move Frames text to the new chapter. | |
2381 | (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document | |
2382 | gdbarch_dummy_id instead of gdbarch_unwind_dummy_id. | |
2383 | ||
721c02de VP |
2384 | 2008-04-24 Vladimir Prus <[email protected]> |
2385 | ||
5ae4183a AS |
2386 | * gdb.texinfo (GDB/MI Output Syntax): Clarify that async |
2387 | output does not necessary include any tokens. | |
721c02de | 2388 | |
c055b101 CV |
2389 | 2008-04-22 Corinna Vinschen <[email protected]> |
2390 | ||
2391 | * gdb.texinfo (Set SH Calling convention): New @item. | |
2392 | (Show SH Calling convention): Ditto. | |
2393 | ||
68837c9d MD |
2394 | 2008-04-22 Markus Deuling <[email protected]> |
2395 | ||
2396 | * gdb.texinfo (Fortran Operators): Describe '%' operator. | |
2397 | ||
2e9132cc EZ |
2398 | 2008-04-20 Eli Zaretskii <[email protected]> |
2399 | ||
2400 | * gdb.texinfo (Set Breaks): Mention that multiple location | |
2401 | breakpoints need line number info. Add index entries. | |
2402 | ||
31fffb02 CS |
2403 | 2008-04-19 Craig Silverstein <[email protected]> |
2404 | ||
2405 | * gdb.texinfo (Requirements): Add an optional requirement on | |
2406 | zlib. | |
2407 | * gdbint.texinfo (Debugging File Formats): Add new subsection for | |
2408 | Compressed DWARF 2. | |
2409 | ||
a47ec5fe AR |
2410 | 2008-04-16 Aleksandar Ristovski <[email protected]> |
2411 | ||
2412 | * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the | |
2413 | sample output for 'stopped,reason="breakpoint-hit"' message. | |
2414 | (GDB/MI Program Execution): Likewise. | |
2415 | ||
de051565 MK |
2416 | 2008-04-09 Marc Khouzam <[email protected]> |
2417 | ||
5ae4183a | 2418 | * gdb.texinfo (GDB/MI Variable Objects): Add anchor to |
de051565 MK |
2419 | -var-set-format. Add -f option to -var-evaluate-expression. |
2420 | ||
6ba66d6a JB |
2421 | 2008-04-03 Joel Brobecker <[email protected]> |
2422 | ||
2423 | * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside | |
2424 | new node "Ambiguous Expressions". Replace references to this | |
2425 | node by references to "Ambiguous Expressions" throughout. | |
2426 | (Ambiguous Expressions): New node. | |
2427 | ||
1e26b4f8 DJ |
2428 | 2008-03-26 Daniel Jacobowitz <[email protected]> |
2429 | ||
2430 | * gdb.texinfo (MIPS Features, PowerPC Features): Add @node. | |
2431 | ||
b84876c2 PA |
2432 | 2008-03-21 Pedro Alves <[email protected]> |
2433 | ||
2434 | * gdb.texinfo (Debugging Output): Document | |
2435 | "set/show debug lin-lwp-async". | |
2436 | (Maintenance Commands): Document "maint set/show linux-async". | |
2437 | ||
63092375 DJ |
2438 | 2008-03-21 Daniel Jacobowitz <[email protected]> |
2439 | ||
2440 | * gdb.texinfo (Expressions): Update description of malloced arrays. | |
2441 | ||
8e8901c5 VP |
2442 | 2008-03-15 Vladimir Prus <[email protected]> |
2443 | ||
2444 | * gdb.texinfo (Thread Commands): Document | |
2445 | -thread-info. Remove -thread-list-all-threads. | |
2446 | ||
1fddbabb PA |
2447 | 2008-03-14 Pedro Alves <[email protected]> |
2448 | Sandra Loosemore <[email protected]> | |
2449 | ||
2450 | * gdb.texinfo (Library List Format): Update to mention the | |
2451 | possibility to pass section addresses instead of segment | |
2452 | addresses. | |
2453 | ||
ccd213ac DJ |
2454 | 2008-03-10 Daniel Jacobowitz <[email protected]> |
2455 | ||
2456 | * gdb.texinfo (Starting): Document "set exec-wrapper". | |
2457 | (Server): Document gdbserver --wrapper. | |
2458 | ||
fa4727a6 DJ |
2459 | 2008-03-03 Daniel Jacobowitz <[email protected]> |
2460 | ||
2461 | * gdb.texinfo (Set Watchpoints): Mention watchpoints on | |
2462 | unreadable memory. Delete obsolete SPARClite reference. | |
2463 | ||
8edfe269 DJ |
2464 | 2008-02-28 Daniel Jacobowitz <[email protected]> |
2465 | ||
2466 | * gdb.texinfo (Starting): Mention always-running targets. | |
2467 | (Target Commands): Add an anchor for load. | |
2468 | (Connecting): Explain continue instead of run. | |
2469 | ||
1843f87b DJ |
2470 | 2008-02-27 Daniel Jacobowitz <[email protected]> |
2471 | ||
2472 | * gdb.texinfo (Debugging Output): Document "set debug timestamp". | |
2473 | ||
f9082629 NR |
2474 | 2008-02-26 Nick Roberts <[email protected]> |
2475 | ||
2476 | * gdb.texinfo (Set Breaks): Revert description of Enb column of | |
2477 | breakpoint table. | |
2478 | ||
fd96d250 PA |
2479 | 2008-02-19 Pedro Alves <[email protected]> |
2480 | ||
2481 | * gdb.texinfo (vAttach, vRun): Remove requirement of the stub | |
2482 | killing the inferior when it is already debugging a process. | |
2483 | ||
36af4ef6 MD |
2484 | 2008-02-13 Markus Deuling <[email protected]> |
2485 | ||
2486 | * gdbint.texinfo (Build Script): New section. Mention new build script | |
2487 | gdb_buildall.sh. | |
2488 | ||
cda4ce5a JB |
2489 | 2008-02-01 Jim Blandy <[email protected]> |
2490 | ||
2491 | * gdb.texinfo (Help): Summarize 'info args' correctly. | |
2492 | ||
4acd40f3 TJB |
2493 | 2008-01-30 Thiago Jung Bauermann <[email protected]> |
2494 | ||
2495 | * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers | |
2496 | available in PowerPC architecture. | |
2497 | (Embedded Processors): Change node name of PowerPC item in menu. | |
2498 | (PowerPC): Rename to... | |
2499 | (PowerPC Embedded): this. | |
2500 | (Architectures): Add new PowerPC item in menu. | |
2501 | (PowerPC): New node. | |
2502 | ||
6e6c6f50 DJ |
2503 | 2008-01-30 Daniel Jacobowitz <[email protected]> |
2504 | ||
2505 | * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for | |
2506 | commands. | |
2507 | ||
5ee187d7 DJ |
2508 | 2008-01-30 Daniel Jacobowitz <[email protected]> |
2509 | ||
2510 | * gdb.texinfo (Setting Catchpoints): Mention features | |
2511 | supported on GNU/Linux. | |
2512 | ||
e275c0d9 NR |
2513 | 2008-01-30 Nick Roberts <[email protected]> |
2514 | ||
2515 | * gdb.texinfo (GDB/MI File Commands): Describe new output | |
2516 | field for MI command -file-list-exec-source-file. | |
2517 | ||
2d717e4f DJ |
2518 | 2008-01-29 Daniel Jacobowitz <[email protected]> |
2519 | ||
2520 | * gdb.texinfo (Using the `gdbserver' Program): Add security | |
2521 | warning. Rearrange into subsections and subsubsections. Document | |
2522 | --multi and --debug. Correct --with-sysroot typo. Update --attach | |
2523 | usage. Make load reference clearer. Document monitor exit. | |
2524 | (Remote Configuration): Document set remote exec-file, attach-packet, | |
2525 | and run-packet. | |
2526 | (Packets): Document vAttach and vRun. | |
2527 | ||
d35a4257 | 2528 | 2008-01-29 Nick Roberts <[email protected]> |
f663676d NR |
2529 | |
2530 | * gdb.texinfo (Processes): Mention process command. | |
889bf7c5 | 2531 | detach-on-follow -> detach-on-fork. |
f663676d | 2532 | |
c78d192c DJ |
2533 | 2008-01-28 Daniel Jacobowitz <[email protected]> |
2534 | ||
2535 | * gdbint.texinfo (Native Conditionals): Remove | |
2536 | SHELL_COMMAND_CONCAT and SHELL_FILE. | |
2537 | ||
d35a4257 EZ |
2538 | 2008-01-26 Eli Zaretskii <[email protected]> |
2539 | ||
2540 | * gdb.texinfo (Specify Location): Improve wording. | |
2541 | ||
93815fbf VP |
2542 | 2008-01-23 Chris Demetriou <[email protected]> |
2543 | ||
2544 | * gdb.texinfo (Threads): Document new "set print thread-events" | |
2545 | and "show print thread-events" commands. | |
2546 | ||
2a25a5ba EZ |
2547 | 2008-01-19 Eli Zaretskii <[email protected]> |
2548 | ||
2549 | * gdb.texinfo (Specify Location): New section. | |
2550 | (Delete Breaks, Edit, Set Breaks): Remove description of | |
2551 | locations. Instead, add a reference to "Specify Location". | |
2552 | (Machine Code, Jumping, Thread Stops, Continuing and Stepping) | |
2553 | (Symbols): Refer to "Specify Location" for the valid forms of | |
2554 | linespecs and locations. | |
2555 | ||
32c9a795 MD |
2556 | 2008-01-18 Markus Deuling <[email protected]> |
2557 | ||
2558 | * gdbint.texinfo (Target Conditionals): Replace the description of | |
2559 | BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian. | |
2560 | ||
b17828ca JB |
2561 | 2008-01-12 Paul Hilfinger <[email protected]> |
2562 | ||
2563 | * gdb.texinfo (C Operators): Remove incorrect parenthetical comment | |
2564 | about &&var, which is rejected by the expression parser. | |
2565 | ||
0aea4bf3 LM |
2566 | 2008-01-09 Luis Machado <[email protected]> |
2567 | ||
2568 | * gdb.texinfo (Output): Update documentation on using printf with DFP | |
2569 | types. | |
2570 | ||
febe4383 TJB |
2571 | 2008-01-07 Thiago Jung Bauermann <[email protected]> |
2572 | ||
2573 | * gdb.texinfo (C and C++): Add Decimal Floating Point format | |
2574 | subsubsection. | |
2575 | (Decimal Floating Point format): New subsubsection. | |
2576 | ||
7a404eba PA |
2577 | 2008-01-05 Pedro Alves <[email protected]> |
2578 | ||
2579 | * gdb.texinfo (File Options): Remove mention of the attempt to | |
2580 | open a core file with the -p option. Don't list -c as a valid | |
2581 | option to attach to a process. | |
2582 | ||
a4d9b460 PA |
2583 | 2008-01-05 Pedro Alves <[email protected]> |
2584 | ||
2585 | * gdbint.texinfo (Host Conditionals): Remove mention of | |
2586 | ALIGN_STACK_ON_ENTRY. | |
2587 | ||
6ec2edbe JB |
2588 | 2008-01-05 Joel Brobecker <[email protected]> |
2589 | ||
2590 | * gdbint.texinfo (Start of New Year Procedure): Add item | |
2591 | describing how to update the source and documentation copyright | |
2592 | notices. | |
2593 | ||
d8b2a693 JB |
2594 | 2007-12-18 Jim Blandy <[email protected]> |
2595 | ||
ab209b3a | 2596 | * gdb.texinfo (Set Watchpoints): Integrate per-thread |
d8b2a693 JB |
2597 | watchpoint explanation into the main description of the watchpoint |
2598 | command; update synopses of 'watch', 'rwatch', and 'awatch' | |
2599 | commands. | |
2600 | ||
8b4ed427 VP |
2601 | 2007-12-18 Vladimir Prus <[email protected]> |
2602 | ||
2603 | * gdb.texinfo (Miscellaneous gdb/mi Commands): | |
2604 | Document 'pending-breakpoints' feature of | |
2605 | -list-features. | |
2606 | ||
37e4754d LM |
2607 | 2007-12-17 Luis Machado <[email protected]> |
2608 | ||
669fac23 | 2609 | * gdb.texinfo: Add new parameter's description. |
37e4754d | 2610 | |
1d3811f6 DJ |
2611 | 2007-12-16 Daniel Jacobowitz <[email protected]> |
2612 | ||
2613 | * gdb.texinfo (Overview): Clarify run-length encoding | |
2614 | example. Remove the restriction on "+" and "-" characters. | |
2615 | ||
c1c25a1a EZ |
2616 | 2007-12-15 Eli Zaretskii <[email protected]> |
2617 | ||
2618 | * gdb.texinfo (Host I/O Packets): Fix xref syntax. | |
2619 | ||
afe8ab22 | 2620 | 2007-12-14 Vladimir Prus <[email protected]> |
5ae4183a | 2621 | |
afe8ab22 VP |
2622 | * gdb.texinfo (GDB/MI Breakpoint Commands): Document |
2623 | the -f option for -break-insert, remove -r option, | |
2624 | and clarify specification of location. | |
2625 | ||
a6b151f1 DJ |
2626 | 2007-11-30 Daniel Jacobowitz <[email protected]> |
2627 | ||
2628 | * gdb.texinfo (Debugging Programs with Multiple Processes): Correct | |
2629 | formatting. | |
2630 | (Remote Debugging): Add File Transfer section. | |
2631 | (Remote Configuration): Document Host I/O packets. | |
2632 | (GDB/MI): Add GDB/MI File Transfer Commands section. | |
c1c25a1a | 2633 | (Host I/O Packets): New section in "Remote Protocol". |
a6b151f1 DJ |
2634 | (Packets): Add vFile. |
2635 | ||
3b784c4f EZ |
2636 | 2007-11-17 Eli Zaretskii <[email protected]> |
2637 | ||
2638 | * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of | |
2639 | breakpoints with multiple locations. | |
2640 | (Breakpoint Menus): Improve wording. | |
2641 | (Output): Fix last change. | |
2642 | ||
a4ce5b0d UW |
2643 | 2007-11-17 Ulrich Weigand <[email protected]> |
2644 | ||
2645 | * Makefile.in (Makefile): Do not depend on target_makefile_frag. | |
2646 | ||
1b39d5c0 DE |
2647 | 2007-11-15 Doug Evans <[email protected]> |
2648 | ||
2649 | * gdb.texinfo (Symbols): Update output of "maint info symtabs". | |
2650 | ||
7a72d44c VP |
2651 | 2007-11-15 Vladimir Prus <[email protected]> |
2652 | ||
2653 | * gdbint.texinfo (Native Conditionals): Remove | |
2654 | mention of CLEAR_SOLIB. | |
5ae4183a | 2655 | |
6d1829bf | 2656 | 2007-11-11 Joel Brobecker <[email protected]> |
b4740add JB |
2657 | |
2658 | * gdb.texinfo (Print Settings): Add documentation for "set/show | |
2659 | print frame-arguments". | |
2660 | ||
1a619819 LM |
2661 | 2007-11-05 Luis Machado <[email protected]> |
2662 | ||
3b784c4f | 2663 | * gdb.texinfo (Output): Update printf command's description. |
1a619819 | 2664 | |
55eddb0f DJ |
2665 | 2007-10-30 Daniel Jacobowitz <[email protected]> |
2666 | ||
2667 | * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set | |
2668 | powerpc soft-float". | |
2669 | ||
9cceb671 DJ |
2670 | 2007-10-24 Daniel Jacobowitz <[email protected]> |
2671 | ||
2672 | * gdb.texinfo (Files): Correct formatting. Mention Expat | |
2673 | requirement. | |
2674 | (Requirements for Building GDB): Expand the list of Expat | |
2675 | uses. | |
2676 | (Library List Format, Memory Map Format): Mention Expat. | |
2677 | (Target Descriptions): Update Expat wording. | |
2678 | ||
83acabca DJ |
2679 | 2007-10-24 Daniel Jacobowitz <[email protected]> |
2680 | ||
2681 | * gdbint.texinfo (Register and Memory Data, Target Conditionals): | |
2682 | Document that gdbarch_convert_register_p should return zero for no-op | |
2683 | conversions. | |
2684 | ||
e35879db UW |
2685 | 2007-10-22 Ulrich Weigand <[email protected]> |
2686 | ||
83acabca | 2687 | * gdbint.texi (Compiler Characteristics): Move documentation |
e35879db UW |
2688 | of set_gdbarch_sofun_address_maybe_missing back to ... |
2689 | (Target Conditionals): ... here to fix build break. | |
2690 | ||
203c3895 UW |
2691 | 2007-10-19 Ulrich Weigand <[email protected]> |
2692 | ||
83acabca | 2693 | * gdbint.texi (Target Conditionals): Remove documentation of |
203c3895 UW |
2694 | SOFUN_ADDRESS_MAYBE_MISSING, replaced by ... |
2695 | (Compiler Characteristics): ... documentation of | |
2696 | set_gdbarch_sofun_address_maybe_missing. | |
2697 | ||
11411de3 DJ |
2698 | 2007-10-17 Daniel Jacobowitz <[email protected]> |
2699 | ||
2700 | * gdbint.texinfo (Target Conditionals): Use | |
2701 | frame_unwind_register_unsigned in examples instead of | |
2702 | frame_unwind_unsigned_register. | |
2703 | ||
7cc46491 DJ |
2704 | 2007-10-15 Daniel Jacobowitz <[email protected]> |
2705 | ||
2706 | * gdb.texinfo (Predefined Target Types): Add int128 | |
2707 | and uint128. | |
2708 | (Standard Target Features): Add PowerPC features. | |
2709 | ||
81adfced DJ |
2710 | 2007-10-15 Daniel Jacobowitz <[email protected]> |
2711 | ||
2712 | * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc". | |
2713 | ||
c1874924 UW |
2714 | 2007-10-12 Ulrich Weigand <[email protected]> |
2715 | ||
2716 | * gdbint.texi (Target Conditionals): Remove documentation | |
2717 | of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, | |
2718 | gdbarch_extract_return_value, and gdbarch_store_return_value. | |
2719 | ||
f6e56ab3 UW |
2720 | 2007-10-12 Ulrich Weigand <[email protected]> |
2721 | ||
2722 | * gdbint.texi (Target Conditionals): Remove documentation of | |
2723 | and references to DEPRECATED_REG_STRUCT_HAS_ADDR. | |
2724 | ||
56cf5405 KH |
2725 | 2007-10-11 Kazu Hirata <[email protected]> |
2726 | ||
2727 | * gdb.texinfo: Mention that inaccessible-by-default is on by | |
2728 | default. | |
2729 | ||
35156bae DJ |
2730 | 2007-10-11 Daniel Jacobowitz <[email protected]> |
2731 | ||
2732 | * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK. | |
2733 | ||
d983da9c DJ |
2734 | 2007-09-30 Daniel Jacobowitz <[email protected]> |
2735 | ||
2736 | * gdb.texinfo (Setting Watchpoints): Adjust warning text about | |
2737 | multi-threaded watchpoints. | |
2738 | * gdbint.texinfo (Watchpoints): Describe how watchpoints are | |
2739 | checked. Describe sticky notification. Expand description | |
2740 | of steppable and continuable watchpoints. | |
2741 | (Watchpoints and Threads): New subsection. | |
2742 | ||
fe6fbf8b VP |
2743 | 2007-09-28 Vladimir Prus <[email protected]> |
2744 | ||
2745 | * gdb.texinfo (Setting Breakpoints): Revise | |
2746 | documentation for pending breakpoints. Document | |
2747 | breakpoints with multiple locations. | |
5ae4183a | 2748 | |
084344da VP |
2749 | 2007-09-19 Vladimir Prus <[email protected]> |
2750 | ||
2751 | * gdb.texinfo (Miscellaneous gdb/mi Commands): | |
2752 | Document -list-features. | |
5ae4183a | 2753 | |
82160952 EZ |
2754 | 2007-09-15 Eli Zaretskii <[email protected]> |
2755 | ||
2756 | * gdb.texinfo (Output): Spell out which features of C's printf are | |
2757 | not supported by GDB's printf. | |
7e27a47a EZ |
2758 | (Separate Debug Files): More accurate wording regarding build ID |
2759 | and a reference to the ld manual rather than the Fedora wiki. | |
82160952 | 2760 | |
ea37ba09 DJ |
2761 | 2007-09-04 Daniel Jacobowitz <[email protected]> |
2762 | Jim Blandy <[email protected]> | |
2763 | ||
2764 | * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'. | |
2765 | (Examining Memory): Update mentions of the 's' format. | |
2766 | (Automatic Display): Likewise. | |
2767 | ||
b8533aec DJ |
2768 | 2007-09-02 Daniel Jacobowitz <[email protected]> |
2769 | ||
2770 | * gdb.texinfo: Update the FSF's Back-Cover Text. | |
2771 | ||
83f83d7f JK |
2772 | 2007-09-02 Jan Kratochvil <[email protected]> |
2773 | Eli Zaretskii <[email protected]> | |
2774 | ||
2775 | * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal. | |
2776 | Fixed the ``build ID'' name. New binaries build instructions for the | |
2777 | build ID inclusion. Explain how the commands are specific to the build | |
2778 | ID vs. debug link. | |
2779 | ||
c7e83d54 EZ |
2780 | 2007-09-01 Eli Zaretskii <[email protected]> |
2781 | ||
2782 | * gdb.texinfo (Separate Debug Files): Fix last change. Add | |
2783 | indexing for ``build ID'' support. | |
2784 | ||
d3750b24 JK |
2785 | 2007-09-01 Jan Kratochvil <[email protected]> |
2786 | ||
2787 | * gdb.texinfo (Separate Debug Files): Included a BUILD ID description. | |
2788 | Enlisted BUILD ID to the debug file searching example. | |
2789 | Included a BUILD ID `.note.gnu.build-id' section description. | |
2790 | Updated/added the debug files splitting instructions for OBJCOPY. | |
2791 | ||
02142340 VP |
2792 | 2007-08-31 Vladimir Prus <[email protected]> |
2793 | ||
2794 | * gdb.texinfo (Variable Objects): Adjust docs | |
2795 | for -var-info-expression and document | |
2796 | -var-info-path-expression. | |
2797 | ||
d3bdde98 JB |
2798 | 2007-08-20 Jim Blandy <[email protected]> |
2799 | ||
3fb6a982 JB |
2800 | * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish. |
2801 | (title page): Include the dedication in the printed manual, as a | |
2802 | separate page after the copyright notice. | |
5ae4183a | 2803 | |
d3bdde98 JB |
2804 | * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html: |
2805 | don't break a @var across a line. | |
2806 | ||
c80a96a8 MR |
2807 | 2007-07-25 Maciej W. Rozycki <[email protected]> |
2808 | ||
2809 | * Makefile.in (MAKEHTMLFLAGS): Also search the current directory | |
2810 | for include files. | |
2811 | ||
5824a901 NR |
2812 | 2007-07-12 Nick Roberts <[email protected]> |
2813 | ||
2814 | * gdb.texinfo (Server Prefix): New node. Adapt from existing node | |
5ae4183a AS |
2815 | in annotate.texinfo. |
2816 | (Command History): Link to new node. | |
5824a901 | 2817 | |
d52e7ea3 UW |
2818 | 2007-07-05 Markus Deuling <[email protected]> |
2819 | ||
2820 | * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description. | |
2821 | ||
5fc14d0a EZ |
2822 | 2007-07-05 Eli Zaretskii <[email protected]> |
2823 | ||
2824 | * gdbint.texinfo (Target Conditionals): Fix last change. | |
2825 | ||
4a9bb1df UW |
2826 | 2007-07-03 Markus Deuling <[email protected]> |
2827 | ||
2828 | * gdb.texinfo: Replace following macros by their appropriate gdbarch | |
2829 | routines: | |
2830 | (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER) | |
2831 | (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS) | |
2832 | (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS) | |
2833 | (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT) | |
2834 | (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT) | |
2835 | (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT | |
2836 | (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM) | |
2837 | (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM) | |
2838 | (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION) | |
2839 | (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER) | |
2840 | (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE) | |
2841 | (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT) | |
2842 | (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK) | |
2843 | (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE) | |
2844 | (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS) | |
2845 | (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P). | |
2846 | (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS) | |
2847 | (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS) | |
2848 | (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER) | |
2849 | (SOFTWARE_SINGLE_STEP_P) | |
2850 | ||
2851 | (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc) | |
2852 | (print_registers_info, push_dummy_code, unwind_dummy_id): Rework | |
2853 | ||
2854 | (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH) | |
2855 | (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER) | |
2856 | (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO) | |
2857 | (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START) | |
2858 | (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE) | |
2859 | (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN) | |
2860 | (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY) | |
2861 | (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT) | |
2862 | (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX) | |
2863 | (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description. | |
2864 | ||
2865 | (Converting an existing Target Architecture to Multi-arch): Remove | |
2866 | section. | |
2867 | ||
2868 | (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example. | |
2869 | (gdbarch_addr_bits_remove): Add code example. | |
2870 | ||
2871 | * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name. | |
2872 | ||
cfa9d6d9 DJ |
2873 | 2007-07-02 Daniel Jacobowitz <[email protected]> |
2874 | ||
2875 | * gdb.texinfo (Remote Configuration): Document library-info-packet. | |
2876 | Add other missing entries. Adjust the table size to fit. | |
2877 | (Stop Reply Packets): Use @itemize instead of @enumerate. Document | |
2878 | stop reasons including the new "library" event. | |
2879 | (General Query Packets): Adjust table widths for qSupported. Mention | |
2880 | qXfer:libraries:read reply to qSupported and document the new packet. | |
2881 | (Library List Format): New section. | |
2882 | ||
159fcc13 JK |
2883 | 2007-07-01 Jan Kratochvil <[email protected]> |
2884 | ||
2885 | * gdb.texinfo (Attach): Fixed GDB exit inferior detachment. | |
2886 | ||
f66d1690 MS |
2887 | 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx> |
2888 | ||
2889 | * gdbint.texinfo (Table, Tuple and List Functions) Fix typo. | |
2890 | ||
67102876 NR |
2891 | 2007-06-25 Nick Roberts <[email protected]> |
2892 | ||
2893 | * gdbint.texinfo (Register and Memory Data): Break sections | |
2894 | into nodes and add a menu. | |
2895 | ||
a4642986 MR |
2896 | 2007-06-21 Maciej W. Rozycki <[email protected]> |
2897 | ||
2898 | * gdb.texinfo (Examining Memory): Document the new behaviour. | |
2899 | ||
e9c17194 VP |
2900 | 2007-06-21 Vladimir Prus <[email protected]> |
2901 | ||
2902 | * gdb.texinfo (Standard Target Features): Document | |
2903 | m68k features. | |
2904 | ||
31d99776 DJ |
2905 | 2007-06-18 Daniel Jacobowitz <[email protected]> |
2906 | ||
2907 | * gdb.texinfo (General Query Packets): Document qOffsets changes. | |
2908 | ||
1780a0ed DJ |
2909 | 2007-06-13 Daniel Jacobowitz <[email protected]> |
2910 | ||
2911 | * gdb.texinfo (Target Description Format): Add version attribute | |
2912 | for <target>. | |
2913 | ||
822b6570 DJ |
2914 | 2007-06-13 Daniel Jacobowitz <[email protected]> |
2915 | ||
2916 | * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux. | |
2917 | ||
f8b73d13 DJ |
2918 | 2007-06-13 Daniel Jacobowitz <[email protected]> |
2919 | ||
2920 | * gdb.texinfo (MIPS Features): New subsection. | |
2921 | ||
0e7f50da UW |
2922 | 2007-06-12 Ulrich Weigand <[email protected]> |
2923 | Markus Deuling <[email protected]> | |
2924 | ||
2925 | * gdb.texinfo (General Query Packets): Document qXfer:spu:read | |
2926 | and qXfer:spu:write packets and mention them under qSupported. | |
2927 | ||
23d964e7 UW |
2928 | 2007-06-12 Ulrich Weigand <[email protected]> |
2929 | Markus Deuling <[email protected]> | |
2930 | ||
2931 | * gdb.texinfo (Architectures): Add new SPU section to document | |
2932 | Cell Broadband Engine SPU architecture specific commands. | |
2933 | ||
9f708cb2 VP |
2934 | 2007-06-09 Vladimir Prus <[email protected]> |
2935 | ||
2936 | * gdb.texinfo (GDB/MI Variable Objects): Editorial | |
2937 | comments. | |
2938 | ||
7579b5f8 NR |
2939 | 2007-06-07 Nick Roberts <[email protected]> |
2940 | ||
2941 | * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1. | |
2942 | ||
bf06d120 JB |
2943 | 2007-05-29 Jim Blandy <[email protected]> |
2944 | ||
2945 | * gdb.texinfo (Overview): Doc fix. | |
2946 | ||
23776285 MR |
2947 | 2007-05-22 Maciej W. Rozycki <[email protected]> |
2948 | ||
2949 | * gdb.texinfo (Remote Configuration): Document "set/show | |
2950 | remoteflow". | |
2951 | ||
1a69e1e4 DJ |
2952 | 2007-05-16 Daniel Jacobowitz <[email protected]> |
2953 | ||
bf06d120 JB |
2954 | * gdb.texinfo (MIPS): Remove documentation for set mips |
2955 | saved-gpreg-size, show mips saved-gpreg-size, and set mips | |
2956 | stack-arg-size. | |
1a69e1e4 | 2957 | |
46ba6afa | 2958 | 2007-05-14 Bob Wilson <[email protected]> |
5ae4183a | 2959 | |
46ba6afa BW |
2960 | * all-cfg.texi (GDBTUI): New. |
2961 | * gdb.texinfo (Mode Options): Use GDBTUI variable. | |
2962 | (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands) | |
2963 | (TUI Configuration): Edit to improve clarity and fix problems of | |
2964 | both style and content. | |
5ae4183a | 2965 | |
06d3b283 UW |
2966 | 2007-05-11 Ulrich Weigand <[email protected]> |
2967 | ||
2968 | * observer.texi (GDB Observers): New observer "new_objfile". | |
2969 | ||
179101d6 UW |
2970 | 2007-05-08 Ulrich Weigand <[email protected]> |
2971 | ||
2972 | * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS. | |
2973 | ||
25d5ea92 VP |
2974 | 2007-04-14 Vladimir Prus <[email protected]> |
2975 | ||
2976 | * gdb.texinfo (GDB/MI Variable Objects): Document | |
2977 | frozen variables objects. | |
5ae4183a | 2978 | |
ea35711c DJ |
2979 | 2007-04-13 Daniel Jacobowitz <[email protected]> |
2980 | ||
2981 | * gdb.texinfo (Memory): Reference Remote Debugging chapter. | |
2982 | (Character Sets, Caching Data of Remote Targets): Likewise. | |
2983 | (Targets): Delete Remote node. Move its text... | |
2984 | (Debugging Remote Programs): ...to here. Delete description | |
2985 | of the "remote" command. | |
2986 | (Remote configuration): Delete description of "set remotedevice" | |
2987 | and "show remotedevice". | |
2988 | (Embedded Processors): Delete H8/300, H8/500, and SH nodes. | |
2989 | ||
db2e3e2e BW |
2990 | 2007-04-11 Bob Wilson <[email protected]> |
2991 | ||
5ae4183a AS |
2992 | * gdb.texinfo (Contributors, Continuing and Stepping) |
2993 | (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options) | |
2994 | (General Query Packets, File-I/O Remote Protocol Extension) | |
2995 | (Protocol Basics, The F Reply Packet, Write) | |
2996 | (Protocol-specific Representation of Datatypes, Memory Transfer): | |
2997 | Fix hyphenation, punctuation and grammar problems. | |
2998 | (Cygwin Native): Likewise. Also fix misuse of @pxref and use | |
2999 | 'section' instead of 'subsection' in the text. | |
3000 | (Non-debug DLL Symbols): Avoid 'subsubsection' in the text. | |
3001 | (i386): Remove period from section name. | |
db2e3e2e BW |
3002 | (Installing GDB, Requirements, Running Configure, Separate Objdir) |
3003 | (Config Names, Configure Options): Use @file{configure}. | |
3004 | ||
8a3dae3e DJ |
3005 | 2007-04-11 Daniel Jacobowitz <[email protected]> |
3006 | ||
3007 | * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple | |
3008 | and tab expansion. | |
3009 | ||
1a92f856 DJ |
3010 | 2007-04-10 Daniel Jacobowitz <[email protected]> |
3011 | ||
3012 | * gdbint.texinfo (SOM): Correct location of the SOM reader. | |
3013 | ||
79a6e687 | 3014 | 2007-04-02 Bob Wilson <[email protected]> |
5ae4183a | 3015 | |
79a6e687 BW |
3016 | * gdb.texinfo: Consistently capitalize all significant words in |
3017 | node names, chapter titles, section titles, and headings. Update | |
3018 | cross references to match. | |
3019 | (Starting and Stopping Trace Experiment): Make node name plural. | |
3020 | (Breakpoint related warnings): Hyphenate "Breakpoint-related". | |
5ae4183a | 3021 | |
ad527d2e PA |
3022 | 2007-03-30 Pedro Alves <[email protected]> |
3023 | ||
3024 | * gdb.texinfo (WinCE): Delete obsolete subsection. | |
3025 | ||
7ce59000 DJ |
3026 | 2007-03-30 Daniel Jacobowitz <[email protected]> |
3027 | ||
3028 | * gdb.texinfo (M68K): Remove obsolete ROM monitors. | |
3029 | * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c | |
3030 | references. | |
3031 | ||
8807d78b DJ |
3032 | 2007-03-30 Daniel Jacobowitz <[email protected]> |
3033 | ||
3034 | * gdb.texinfo (Startup): Delete references to some alternate | |
3035 | names for .gdbinit. | |
3036 | (Thread): Remove LynxOS reference. | |
3037 | (Tandem ST2000): Delete target-specific documentation. | |
3038 | * gdbint.texinfo (Symbol Handling): Remove mention of NLM. | |
3039 | (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE | |
3040 | and GDB_OSABI_LYNXOS. | |
3041 | ||
5f402660 UW |
3042 | 2007-03-29 Ulrich Weigand <[email protected]> |
3043 | ||
3044 | * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE. | |
3045 | ||
bac718a6 UW |
3046 | 2007-03-27 Ulrich Weigand <[email protected]> |
3047 | ||
3048 | * gdbint.texinfo (Target Conditionals): Remove mention of | |
3049 | DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT, | |
3050 | and DEPRECATED_LITTLE_REMOTE_BREAKPOINT. | |
3051 | ||
9453113a DJ |
3052 | 2007-03-27 Brooks Moses <[email protected]> |
3053 | ||
3054 | * Makefile.in: Add "pdfdir" installation | |
3055 | directory, PDFTEX macro, support for "install-pdf" target, | |
3056 | and rules for making a pdf version of refcard.texi. | |
3057 | * refcard.tex: Specify paper size for PDF output. | |
3058 | ||
ae21e955 | 3059 | 2007-03-26 Bob Wilson <[email protected]> |
5ae4183a | 3060 | |
ae21e955 | 3061 | * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines. |
5ae4183a | 3062 | |
3f94c067 | 3063 | 2007-03-26 Bob Wilson <[email protected]> |
5ae4183a | 3064 | |
3f94c067 BW |
3065 | * gdb.texinfo (Invoking GDB): Use @value{GDBP}. |
3066 | (Source Path, Character Sets, Macros, Define) | |
3067 | (GDB/MI Result Records, GDB/MI Simple Examples) | |
3068 | (GDB/MI Program Execution, GDB/MI File Commands) | |
3069 | (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}. | |
3070 | (Bug Reporting): Use @value{GCC}. | |
5ae4183a | 3071 | |
12c27660 | 3072 | 2007-03-26 Bob Wilson <[email protected]> |
5ae4183a | 3073 | |
12c27660 BW |
3074 | * gdb.texinfo (Help): Fix formatting of examples. |
3075 | (Variables): Use @ifnotinfo instead of @iftex. | |
3076 | (Non-debug DLL symbols): Use @ref instead of @pxref. | |
3077 | (Sparclet File): Use @samp instead of quotes. | |
5ae4183a | 3078 | |
ce9341a1 BW |
3079 | 2007-03-26 Bob Wilson <[email protected]> |
3080 | ||
3081 | * gdb.texinfo (Variables, C): Update cross reference to GCC docs. | |
3082 | ||
c8f4133a BW |
3083 | 2007-03-26 Bob Wilson <[email protected]> |
3084 | ||
3085 | * gdb.texinfo (Top): Move TUI and Annotations menu entries to match | |
3086 | the order of the nodes. | |
3087 | (C Operators, C Constants, Debugging C): Remove extra menus. | |
3088 | (Method Names in Commands): Do not specify next/prev/up nodes. | |
5ae4183a | 3089 | |
c8f4133a | 3090 | 2007-03-26 Bob Wilson <[email protected]> |
d52fb0e9 BW |
3091 | |
3092 | * gdb.texinfo (File Options): Add missing parenthesis. | |
3093 | (Breakpoints, Special Fortran commands, PowerPC): Fix typos. | |
3094 | ||
c74d0ad8 DJ |
3095 | 2007-02-26 Daniel Jacobowitz <[email protected]> |
3096 | ||
3097 | * gdb.texinfo (Monitor commands for gdbserver): New subsection. | |
3098 | ||
ff6f572f DJ |
3099 | 2007-02-26 Daniel Jacobowitz <[email protected]> |
3100 | ||
669fac23 | 3101 | * gdb.texinfo (Standard Target Features): Mention |
ff6f572f DJ |
3102 | case insensitivity. |
3103 | (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt. | |
3104 | ||
994337c3 NR |
3105 | 2007-02-18 Nick Roberts <[email protected]> |
3106 | ||
3107 | * gdb.texinfo (Top): Put Appendix A after numbered sections. | |
3108 | (Files): Add section name to argument list for pxref. | |
3109 | (Non-debug DLL symbols): Don't use `see' for pxref. | |
3110 | (Embedded Processors): Fix typo. | |
3111 | (GDB/MI Breakpoint Commands): Execution commands generate | |
3112 | *stopped not ^done. | |
3113 | ||
eb819d70 NR |
3114 | 2007-02-13 Nick Roberts <[email protected]> |
3115 | ||
3116 | * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of | |
3117 | values for in_scope. Mention that only root variables can be | |
3118 | updated. | |
3119 | (GDB/MI Development and Front Ends): Explain new values may be | |
3120 | added to existing fields. | |
3121 | ||
123dc839 DJ |
3122 | 2007-02-08 Daniel Jacobowitz <[email protected]> |
3123 | ||
3124 | * gdb.texinfo (-target-disconnect): Use @smallexample. | |
3125 | (Requirements): Add anchor for Expat. Update description. | |
3126 | (Target Descriptions): Mention Expat. | |
3127 | (Target Description Format): Document new elements. Use | |
3128 | @smallexample. | |
3129 | (Predefined Target Types, Standard Target Features): New sections. | |
669fac23 | 3130 | * gdbint.texinfo (Target Descriptions): New section. |
123dc839 | 3131 | |
108546a0 DJ |
3132 | 2007-02-07 Daniel Jacobowitz <[email protected]> |
3133 | ||
3134 | * gdb.texinfo (Target Description Format): Add section on XInclude. | |
3135 | ||
95a98c01 NR |
3136 | 2006-02-03 Nick Roberts <[email protected]> |
3137 | ||
3138 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new | |
3139 | command -enable-timings. | |
3140 | ||
f4b3909f EZ |
3141 | 2007-02-02 Markus Deuling <[email protected]> (tiny change) |
3142 | ||
5ae4183a | 3143 | * gdbint.texinfo (Operation System ABI Variant Handling): Update |
f4b3909f EZ |
3144 | descriptions for new/deleted elements in gdb_osabi. Add missing |
3145 | description for function generic_elf_osabi_sniff_abi_tag_sections. | |
3146 | ||
c7ba131e JB |
3147 | 2007-01-29 Joel Brobecker <[email protected]> |
3148 | ||
3149 | * gdb.texinfo (Maintenance Commands): Add documentation for | |
3150 | the new "maint print target-stack" command. | |
3151 | ||
3a60f64e JK |
3152 | 2007-01-26 Jan Kratochvil <[email protected]> |
3153 | Eli Zaretskii <[email protected]> | |
3154 | ||
f4b3909f | 3155 | * gdb.texinfo: Describe CHAR array vs. string identification rules. |
3a60f64e | 3156 | |
c582f8b6 EZ |
3157 | 2007-01-26 Eli Zaretskii <[email protected]> |
3158 | ||
3159 | * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting): | |
3160 | Use @value{NGCC} instead of @value{GCC}. | |
3161 | ||
d3e8051b EZ |
3162 | 2007-01-20 Ralf Wildenhues <[email protected]> (tiny change) |
3163 | ||
3164 | * agentexpr.texi: Fix typos. | |
3165 | * annotate.texinfo: Likewise. | |
3166 | * gdb.texinfo: Likewise. | |
3167 | * gdbint.texinfo: Likewise. | |
3168 | * observer.texi: Likewise. | |
3169 | * stabs.texinfo: Likewise. | |
3170 | ||
86f04699 EZ |
3171 | 2007-01-20 Markus Deuling <[email protected]> (tiny change) |
3172 | ||
3173 | * gdbint.texinfo (Support Libraries): Remove mmalloc | |
3174 | entry. Describe readline library. | |
3175 | ||
23181151 DJ |
3176 | 2007-01-09 Daniel Jacobowitz <[email protected]> |
3177 | ||
3178 | * gdb.texinfo (Target Descriptions): New section. | |
3179 | (General Query Packets): Add QPassSignals anchor. Mention | |
3180 | qXfer:features:read under qSupported. Expand mentions of | |
3181 | qXfer:memory-map:read and QPassSignals. Document | |
3182 | qXfer:features:read. | |
3183 | ||
f822c95b DJ |
3184 | 2007-01-08 Daniel Jacobowitz <[email protected]> |
3185 | ||
3186 | * gdb.texinfo (Commands to specify files): Describe | |
3187 | "set sysroot" and "show sysroot". | |
3188 | (Using the `gdbserver' program): Lowercase argument | |
3189 | to @var. Expand description of setting up GDB on the | |
3190 | host. | |
3191 | ||
8936fcda JB |
3192 | 2007-01-05 Joel Brobecker <[email protected]> |
3193 | ||
3194 | * gdb.texinfo (Set Catchpoints): Add documentation for the new | |
3195 | catch exception, catch exception unhandled, and catch assert | |
3196 | commands. | |
3197 | ||
e776119f DJ |
3198 | 2007-01-04 Daniel Jacobowitz <[email protected]> |
3199 | ||
3200 | * gdb.texinfo (Debugging Output): Document "set debug xml" | |
3201 | and "show debug xml". | |
3202 | ||
aa79a185 DJ |
3203 | 2007-01-04 Daniel Jacobowitz <[email protected]> |
3204 | ||
3205 | * gdbint.texinfo (Compiler Warnings): Update for -Wall use. | |
3206 | ||
7f893741 JB |
3207 | 2007-01-01 Joel Brobecker <[email protected]> |
3208 | ||
3209 | * gdbint.texinfo (Start of New Year Procedure): Add missing item. | |
3210 | ||
a1b5960f VP |
3211 | 2006-12-08 Vladimir Prus <[email protected]> |
3212 | ||
3213 | * gdb.texinfo (GDB/MI Variable Objects): Wrap historical | |
3214 | note in @ignore, to be removed later if nobody complains. | |
3215 | ||
9f470e6e NR |
3216 | 2006-12-04 Nick Roberts <[email protected]> |
3217 | ||
3218 | * gdb.texinfo (GDB/MI Variable Objects): Describe -c option | |
3219 | of -var-delete. | |
3220 | ||
765dc015 | 3221 | 2006-11-22 Vladimir Prus <[email protected]> |
5ae4183a | 3222 | |
765dc015 | 3223 | * gdb.texinfo (Setting breakpoints): Document |
5ae4183a AS |
3224 | automatic software/hardware breakpoint usage and |
3225 | the "set breakpoint auto-hw" command. | |
765dc015 | 3226 | |
4b5752d0 VP |
3227 | 2006-11-21 Vladimir Prus <[email protected]> |
3228 | ||
3229 | * gdb.texinfo (Memory Access Checking): New. | |
3230 | ||
89be2091 DJ |
3231 | 2006-11-16 Daniel Jacobowitz <[email protected]> |
3232 | ||
3233 | * gdb.texinfo (Remote configuration): Mention | |
3234 | "pass-signals-packet". | |
3235 | (General Query Packets): Document QPassSignals. Fix | |
3236 | a typo. | |
3237 | ||
ca3bf3bd DJ |
3238 | 2006-11-14 Maxim Grigoriev <[email protected]> |
3239 | ||
3240 | * gdb.texinfo (Contributors): Add contributors of Xtensa port. | |
3241 | ||
427c3a89 DJ |
3242 | 2006-11-14 Daniel Jacobowitz <[email protected]> |
3243 | ||
3244 | * gdb.texinfo (Remote configuration): Rewrite documentation for | |
3245 | packet configuration commands. | |
3246 | (OS Information): Adjust reference to qXfer:auxv:read. | |
3247 | (General Query Packets): Remove references to read-aux-vector-packet | |
3248 | and set remote get-thread-local-storage-address. | |
3249 | ||
7a107747 DJ |
3250 | 2006-11-10 Daniel Jacobowitz <[email protected]> |
3251 | ||
3252 | * gdbint.texinfo (Target Architecture Definition): Add new | |
3253 | Initializing a New Architecture section. | |
3254 | ||
1c56eb0e EZ |
3255 | 2006-10-31 David Taylor <[email protected]> |
3256 | ||
3257 | * stabs.texinfo (Macro define and undefine): New node describing | |
3258 | stabs for #define and #undef. | |
3259 | ||
f73adfeb AS |
3260 | 2006-10-27 Andreas Schwab <[email protected]> |
3261 | ||
3262 | * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork". | |
3263 | ||
fd60e0df EZ |
3264 | 2006-10-21 Eli Zaretskii <[email protected]> |
3265 | ||
3266 | * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and | |
3267 | clarify on the possible meanings of ``expression'' watched by | |
3268 | watchpoints. Add indexing. | |
e5ac9b53 EZ |
3269 | (Prompting, Errors, Invalidation, Annotations for Running) |
3270 | (Source Annotations): Fix index entries by adding "annotation" to | |
3271 | them, to discriminate from index entries that point to the more | |
3272 | general topic descriptions. | |
fd60e0df | 3273 | |
52bb452f DJ |
3274 | 2006-10-17 Daniel Jacobowitz <[email protected]> |
3275 | ||
3276 | * gdbint.texinfo (Target Vector Definition): Move most | |
3277 | content into Existing Targets. Add a menu. | |
3278 | (Existing Targets): New section, moved from Target Vector | |
3279 | Definition. Use @subsection. | |
3280 | (Managing Execution State): New section. | |
3281 | ||
58955e58 BW |
3282 | 2006-10-16 Bob Wilson <[email protected]> |
3283 | ||
3284 | * gdb.texinfo (ST2000): Use Ctrl- instead of C-. | |
3285 | ||
c8aa23ab EZ |
3286 | 2006-10-15 Eli Zaretskii <[email protected]> |
3287 | ||
3288 | * gdb.texinfo (Sample Session, Invocation, Quitting GDB) | |
3289 | (Command Syntax, Signals, Backtrace, Connecting) | |
3290 | (Remote configuration, Renesas Boards, Console I/O): Fix last | |
3291 | change: use Ctrl- instead of C-, except wrt Emacs. | |
3292 | (File-I/O Examples): Put Ctrl-c in @kbd. | |
3293 | (Cygwin Native, File-I/O Overview, The Ctrl-C message) | |
3294 | (Console I/O): Use @samp with Ctrl-. | |
45ac1734 EZ |
3295 | (Signals, Set Breaks, Set Watchpoints): Document optional |
3296 | arguments to `info signals' `handle', `info breakpoints', and | |
3297 | `info watchpoints'. | |
c8aa23ab | 3298 | |
e7109c7e EZ |
3299 | 2006-10-14 Eli Zaretskii <[email protected]> |
3300 | ||
3301 | * gdb.texinfo (Backtrace): Fix last change. | |
3302 | ||
de3aea7b NR |
3303 | 2006-10-14 Nick Roberts <[email protected]> |
3304 | ||
3305 | * gdb.texinfo (Backtrace): Order correctly and add other cases. | |
3306 | ||
7f9087cb BW |
3307 | 2006-10-10 Bob Wilson <[email protected]> |
3308 | ||
c8aa23ab EZ |
3309 | * gdb.texinfo (Command Syntax, Connecting, Remote configuration) |
3310 | (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode) | |
3311 | (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage. | |
7f9087cb | 3312 | |
68437a39 DJ |
3313 | 2006-09-21 Vladimir Prus <[email protected]> |
3314 | Daniel Jacobowitz <[email protected]> | |
3315 | ||
3316 | * gdb.texinfo (Packets): Document vFlashErase, | |
3317 | vFlashWrite and vFlashDone packets. | |
3318 | (General Query Packets): Document qXfer:memory-map:read. | |
3319 | Add a new feature for qXfer:memory-map:read. | |
3320 | (Memory map format): New section. | |
3321 | (Target Commands): Mention that gdb can write flash. | |
3322 | ||
fd79ecee DJ |
3323 | 2006-09-21 Vladimir Prus <[email protected]> |
3324 | Daniel Jacobowitz <[email protected]> | |
3325 | ||
3326 | * gdb.texinfo (Memory Region Attributes): Mention target-supplied | |
3327 | memory regions and "mem auto". | |
3328 | ||
350da6ee DJ |
3329 | 2006-09-21 Nathan Sidwell <[email protected]> |
3330 | ||
3331 | * gdbint.texinfo (Array Containers): New section. | |
3332 | ||
2f1acb09 VP |
3333 | 2006-09-17 Vladimir Prus <[email protected]> |
3334 | ||
3335 | * gdb.texinfo (GDB/MI Stack Manipulation): Mention that | |
3336 | -stack-list-arguments HIGH_FRAME argument can be larger then the | |
3337 | actual number of frames. | |
3338 | ||
2ab1eb7a VP |
3339 | 2006-09-07 Vladimir Prus <[email protected]> |
3340 | ||
3341 | * gdb.texinfo (GDB/MI Stack Manipulation): Mention that | |
5ae4183a AS |
3342 | -stack-list-locals HIGH_FRAME argument can be larger then the |
3343 | actual number of frames. | |
2ab1eb7a | 3344 | |
599b237a BW |
3345 | 2006-09-02 Bob Wilson <[email protected]> |
3346 | ||
3347 | * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets, | |
3348 | Register Packet Format, Tracepoint Packets): Fix spelling errors. | |
3349 | ||
25ab7e6d EZ |
3350 | 2006-09-02 Eli Zaretskii <[email protected]> |
3351 | ||
3352 | * gdbint.texinfo (Overall Structure): New section "Source Tree | |
3353 | Structure". | |
3354 | ||
940178d3 JB |
3355 | 2006-08-17 Jim Blandy <[email protected]> |
3356 | ||
3357 | * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T' | |
3358 | responses. | |
3359 | ||
30daae6c JB |
3360 | 2006-08-08 Joel Brobecker <[email protected]> |
3361 | ||
3362 | * gdb.texinfo (Source Path): Add documentation for new | |
3363 | substitute-path commands. | |
3364 | ||
7fa2210b DJ |
3365 | 2006-08-08 Daniel Jacobowitz <[email protected]> |
3366 | ||
3367 | * gdb.texinfo (Installing GDB): Update menu. Move text to... | |
3368 | (Running Configure): ...here. | |
3369 | (Requirements): New node. Mention expat. | |
3370 | ||
3d00d119 DJ |
3371 | 2006-08-08 Vladimir Prus <[email protected]> |
3372 | ||
5ae4183a | 3373 | * gdb.texinfo (Target Commands): Remove |
3d00d119 DJ |
3374 | 'set download-write-size' and 'show download-write-size'. |
3375 | ||
0cbfa4ee DJ |
3376 | 2006-08-01 Daniel Jacobowitz <[email protected]> |
3377 | ||
3378 | * stabs.texinfo (Member Type Descriptor): Correct example for | |
3379 | pointer to member types. | |
3380 | ||
16026cd7 AS |
3381 | 2006-07-21 Andrew Stubbs <[email protected]> |
3382 | ||
3383 | * gdb.texinfo (Optional warnings and messages): Add | |
3384 | 'set/show trace-commands'. | |
3385 | (Command files): Add '-v' to source command. | |
3386 | ||
0876f84a DJ |
3387 | 2006-07-12 Daniel Jacobowitz <[email protected]> |
3388 | ||
3389 | * gdb.texinfo (OS Information): Update qPart reference to | |
3390 | qXfer. | |
3391 | (Remote configuration): Likewise. | |
3392 | (Overview): Move @cindex to the start of a paragraph. Talk | |
3393 | about binary data encoding. | |
3394 | (Packets): Refer to the overview for the details of the X | |
3395 | packet encoding. | |
3396 | (General Query Packets): Remove qPart description. Add qXfer | |
3397 | description. Add an anchor to qSupported. Correct feature | |
3398 | table title. Add a new feature for qXfer:auxv:read. | |
3399 | (Interrupts): Add a missing parenthesis. | |
3400 | ||
2ec3381a DJ |
3401 | 2006-07-05 Daniel Jacobowitz <[email protected]> |
3402 | ||
669fac23 | 3403 | * gdb.texinfo (KOD): Remove node. |
2ec3381a DJ |
3404 | (GDB/MI Kod Commands): Remove commented out node. |
3405 | ||
594fe323 EZ |
3406 | 2006-07-01 Eli Zaretskii <[email protected]> |
3407 | ||
3408 | * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples) | |
3409 | (GDB/MI Breakpoint Commands, GDB/MI Program Context) | |
3410 | (GDB/MI Thread Commands, GDB/MI Program Execution) | |
3411 | (GDB/MI Stack Manipulation, GDB/MI Variable Objects) | |
3412 | (GDB/MI Data Manipulation, GDB/MI Symbol Query) | |
3413 | (GDB/MI File Commands, GDB/MI Target Manipulation) | |
3414 | (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb), | |
3415 | since the MI prompt is hard-wired into the code. | |
3416 | ||
7e3fb70c NR |
3417 | 2006-07-01 Nick Roberts <[email protected]> |
3418 | ||
3419 | * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully. | |
3420 | (GDB/MI Simple Examples): Use @subheading for "A Bad Command". | |
3421 | (GDB/MI Data Manipulation): Remove description of unimplemented | |
3422 | display related commands as variable objects perform this function | |
3423 | and are superior: -display-delete, -display-disable, | |
3424 | -display-enable, -display-insert and -display-list. Move | |
3425 | -environment-cd, -environment-directory, -environment-path | |
3426 | and -environment-pwd to "Program Context". | |
3427 | (GDB/MI Program Control): Rename to "Program Execution". Move | |
3428 | -exec-arguments -exec-abort to... | |
3429 | (GDB/MI Program Context): ...here. New node split from "Data | |
3430 | Manipulation". | |
3431 | ||
be2a5f71 DJ |
3432 | 2006-06-21 Daniel Jacobowitz <[email protected]> |
3433 | ||
3434 | * gdb.texinfo (Remote configuration): Document set / show | |
3435 | remote supported-packets. | |
3436 | (General Query Packets): Document qSupported packet. | |
3437 | ||
fc320d37 SL |
3438 | 2006-06-10 Sandra Loosemore <[email protected]> |
3439 | ||
3440 | * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling, | |
3441 | and font markup. | |
3442 | (Protocol basics): Likewise. | |
3443 | (The F request packet): Likewise. | |
3444 | (The F reply packet): Likewise. | |
3445 | (Memory transfer): Move this node to be a subsubsection of | |
3446 | "Protocol specific representation of datatypes". | |
3447 | (The Ctrl-C message): More copy editing. | |
3448 | (Console I/O): Likewise. | |
3449 | (The isatty call): Delete this node, and merge its content into | |
3450 | the "isatty" node. Fixed references elsewhere. | |
3451 | (The system call): Delete this node, and merge its content into | |
3452 | the "system" node. Fixed references elsewhere. | |
3453 | (open): Reformat to use @table, and add appropriate font markup. | |
3454 | (close): Likewise. | |
3455 | (read): Likewise. | |
3456 | (write): Likewise. | |
3457 | (lseek): Likewise. | |
3458 | (rename): Likewise. | |
3459 | (unlink): Likewise. | |
3460 | (stat/fstat): Likewise. | |
3461 | (gettimeofday): Likewise. | |
3462 | (isatty): Likewise. | |
3463 | (system): Likewise, plus minor changes to fix confusing wording. | |
3464 | (Integral datatypes): Fix font markup. | |
3465 | (Pointer values): Likewise. | |
3466 | (struct stat): Fix markup to use @table, plus minor copy editing. | |
3467 | (struct timeval): Fix font markup, plus minor copy editing. | |
3468 | (Constants): Minor copy editing. | |
3469 | (Errno values): Add font markup. | |
3470 | (File-I/O Examples): Likewise. | |
3471 | ||
158fdf5c NR |
3472 | 2006-06-10 Nick Roberts <[email protected]> |
3473 | ||
3474 | * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements. | |
3475 | (GDB/MI Simple Examples): Move node up one level. Use real | |
3476 | examples. | |
3477 | (GDB/MI Compatibility with CLI): Update. | |
3478 | (GDB/MI Result Records): Add "connected" and "exit" result | |
3479 | classes. | |
3480 | (GDB/MI Stream Records): Clarify target output. | |
3481 | (GDB/MI Command Description Format): Modify example description. | |
3482 | (GDB/MI Breakpoint Table Commands): Rename to... | |
3483 | (GDB/MI Breakpoint Commands): ...this | |
3484 | (GDB/MI Breakpoint Commands): Add optional thread field. | |
3485 | (GDB/MI Program Control): Add an introduction. Move "Program | |
3486 | termination" examples into exec-run description. | |
3487 | (GDB/MI File Commands): Mention similar CLI commands. | |
3488 | (GDB/MI Miscellaneous Commands): Move to end. Mention "show version" | |
3489 | is similar to "-gdb-version". | |
3490 | ||
ddb50cd7 EZ |
3491 | 2006-06-09 Eli Zaretskii <[email protected]> |
3492 | ||
3493 | * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})". | |
3494 | ||
2aef0d6b NR |
3495 | 2006-06-02 Nick Roberts <[email protected]> |
3496 | ||
3497 | * gdb.texinfo (GDB/MI Development and Front Ends): Use | |
3498 | sourceware.org for mailing lists. | |
d5e40d59 | 3499 | (GDB/MI File Commands): New node split from Program Control. |
2aef0d6b | 3500 | |
383a5c52 NR |
3501 | 2006-06-01 Nick Roberts <[email protected]> |
3502 | ||
d5e40d59 | 3503 | * gdb.texinfo (GDB/MI Development and Front Ends): New node. |
383a5c52 | 3504 | |
e16b02ee EZ |
3505 | 2006-05-22 Eli Zaretskii <[email protected]> |
3506 | ||
3507 | * gdb.texinfo (Cygwin Native): Fix last change. | |
3508 | ||
be90c084 CF |
3509 | 2006-05-22 Christopher Faylor <[email protected]> |
3510 | ||
3511 | * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions. | |
3512 | ||
347ceba5 NR |
3513 | 2006-05-15 Nick Roberts <[email protected]> |
3514 | ||
3515 | * gdbint.texinfo (Algorithms): Correct spelling and punctuation. | |
3516 | (Releasing GDB, Testsuite): Remove details for including DejaGnu. | |
3517 | ||
369af7bd DJ |
3518 | 2006-05-14 Daniel Jacobowitz <[email protected]> |
3519 | ||
3520 | * gdb.texinfo (General Query Packets): Recommend not starting | |
3521 | new packets with qC and clarify. | |
3522 | ||
2ffdbde8 | 3523 | 2006-05-13 Gaius Mulley <[email protected]> |
229582b7 GM |
3524 | |
3525 | * gdb.texinfo (M2 Types): New section. | |
72019c9c | 3526 | |
16d1a084 DJ |
3527 | 2006-05-10 Daniel Jacobowitz <[email protected]> |
3528 | ||
3529 | * agentexpr.texi: Add a copyright and license notice. | |
3530 | * observer.texi: Likewise, with GPL clause for function prototypes. | |
3531 | Remove trailing whitespace. | |
3532 | ||
aa56d27a JB |
3533 | 2006-05-05 Jim Blandy <[email protected]> |
3534 | ||
3535 | * gdb.texinfo (General Query Packets): Document conventions for | |
3536 | terminating packet names, and their violations. | |
3537 | ||
5bdf8622 DJ |
3538 | 2006-05-05 Daniel Jacobowitz <[email protected]> |
3539 | ||
3540 | * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1. | |
3541 | * gdb.texinfo: Likewise. | |
3542 | ||
605a56cb DJ |
3543 | 2006-05-05 Daniel Jacobowitz <[email protected]> |
3544 | ||
3545 | * gdb.texinfo (Remote Configuration): Remove "set remotedebug" | |
3546 | and "show remotedebug". | |
3547 | (Debugging Output): Add additional index entries. | |
3548 | ||
b8db102d MS |
3549 | 2006-04-27 Michael Snyder <[email protected]> |
3550 | ||
3551 | * gdb.texinfo (delete-fork): Command renamed to "delete fork". | |
3552 | ||
c5e30d01 AC |
3553 | 2006-04-22 Andrew Cagney <[email protected]> |
3554 | ||
3555 | * gdb.texinfo (Contributors): Credit frame unwinder contributors. | |
3556 | * gdbint.texinfo (Algorithms): Fix errors in frame documentation. | |
3557 | ||
8181d85f DJ |
3558 | 2006-04-18 Daniel Jacobowitz <[email protected]> |
3559 | ||
3560 | * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert | |
3561 | and remove breakpoint prototypes. | |
3562 | (Watchpoints): Move description of target_insert_hw_breakpoint and | |
3563 | target_remove_hw_breakpoint ... | |
3564 | (Breakpoints): ... to here. Document target_insert_breakpoint and | |
3565 | target_remove_breakpoint. | |
3566 | ||
4f553f88 JB |
3567 | 2006-04-17 Jim Blandy <[email protected]> |
3568 | ||
3569 | * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c, | |
3570 | and C packets are optional. | |
3571 | ||
cd852561 FR |
3572 | 2006-04-14 Frederic Riss <[email protected]> |
3573 | ||
3574 | * gdb.texinfo (Specifying source directories): Update the description | |
3575 | of the source file search to reflect the fact that the source path | |
3576 | always contains at least $cdir and $cwd. | |
3577 | ||
b620eb07 MS |
3578 | 2006-03-31 Michael Snyder <[email protected]> |
3579 | ||
3580 | * gdb.texinfo: Update copyright dates. | |
3581 | ||
3156cdaf EZ |
3582 | 2006-03-31 Eli Zaretskii <[email protected]> |
3583 | ||
3584 | * gdb.texinfo (Overview): Add an index entry to "empty response". | |
3585 | ||
7d30c22d JB |
3586 | 2006-03-28 Jim Blandy <[email protected]> |
3587 | ||
3588 | * gdbint.texinfo (Prologue Analysis): New section. | |
3589 | ||
86941c27 JB |
3590 | 2006-03-07 Jim Blandy <[email protected]> |
3591 | ||
66b8c7f6 JB |
3592 | * gdb.texinfo (Connecting): Document 'target remote pipe'. |
3593 | ||
1a10341b JB |
3594 | * gdb.texinfo (Target Commands): Update text describing how to |
3595 | specify a target. Refer to the detailed section on remote | |
3596 | debugging, not the brief mention. | |
3597 | ||
86941c27 JB |
3598 | * gdb.texinfo (Connecting): Organize the different 'target remote' |
3599 | connection methods into a table. Add a 'target remote' index | |
3600 | entry. (!!!) | |
3601 | ||
62f3a2ba FF |
3602 | 2006-02-17 Fred Fish <[email protected]> |
3603 | ||
3604 | * gdb.texinfo (Symbols): Update descriptions of 'whatis' and | |
3605 | 'ptype' commands to reflect the fact that the only significant | |
3606 | difference between them is that ptype prints the complete type | |
3607 | description instead of just the name. | |
3608 | ||
8b9a88ea WZ |
3609 | 2006-02-13 Wu Zhou <[email protected]> |
3610 | ||
3611 | * gdbint.texinfo (Watchpoints): Delete | |
3612 | TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT. | |
3613 | ||
7e8dc855 NR |
3614 | 2006-02-10 Nick Roberts <[email protected]> |
3615 | ||
3616 | * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and | |
3617 | times fields where needed. Fix typos. Update general form given | |
3618 | for output of -break-insert. | |
3619 | (GDB/MI): Abbreviate some unnecessarily long fullnames. | |
3620 | ||
c91d38aa DJ |
3621 | 2006-02-06 Daniel Jacobowitz <[email protected]> |
3622 | ||
3623 | * gdbint.texinfo (Symbol Handling): Add a section | |
3624 | on memory management. | |
3625 | ||
38fcd64c DJ |
3626 | 2006-02-06 Vladimir Prus <[email protected]> |
3627 | ||
3628 | * gdb.texinfo (Breakpoint table commands): Document the fullname | |
3629 | field in -break-list output. | |
3630 | ||
219eec71 EZ |
3631 | 2006-02-03 Eli Zaretskii <[email protected]> |
3632 | ||
3633 | * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of | |
3634 | debugging information produced by the various "set debug..." | |
3635 | options. | |
3636 | ||
ae5a43e0 DJ |
3637 | 2006-02-01 Daniel Jacobowitz <[email protected]> |
3638 | ||
3639 | * gdb.texinfo (Files): Remove obsolete bits from the description | |
3640 | of "symbol-file". | |
3641 | ||
a9f158ec JB |
3642 | 2006-01-25 Jim Blandy <[email protected]> |
3643 | ||
3644 | * gdbint.texinfo (Testsuite): Explain how to run selected tests. | |
3645 | ||
410dd08e JB |
3646 | 2006-01-24 Jim Blandy <[email protected]> |
3647 | ||
3648 | * gdbint.texinfo (Frames): Document the basics of GDB's register | |
3649 | unwinding model, and explain the existence of the "sentinel" frame. | |
3650 | ||
4b505b12 AS |
3651 | 2006-01-23 Andrew Stubbs <[email protected]> |
3652 | ||
3653 | * gdb.texinfo (Choosing files): Mention that -directory is used | |
3654 | for script files. | |
3655 | (Specifying source directories): Likewise. | |
3656 | (Command files): Explain how script files are found. | |
3657 | ||
839c27b7 EZ |
3658 | 2006-01-21 Eli Zaretskii <[email protected]> |
3659 | ||
3660 | * gdb.texinfo (Backtrace): Describe how to get backtrace of all | |
3661 | the threads in a multi-threaded program. | |
3662 | (Threads): The threadno argument of "thread apply" can be a range | |
3663 | of numbers. | |
3664 | ||
7be93b9e JB |
3665 | 2006-01-18 Jim Blandy <[email protected]> |
3666 | ||
3667 | * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list | |
3668 | of warning flags. | |
3669 | ||
fcc73fe3 EZ |
3670 | 2006-01-13 Eli Zaretskii <[email protected]> |
3671 | ||
3672 | * gdb.texinfo (Sequences): Improve menu annotations. | |
3673 | (Define): Add index entries for arguments of user-defined | |
3674 | commands. Move the description of flow-control commands... | |
3675 | (Command Files): ...to here. Document loop_break and | |
3676 | loop_continue. | |
ca91424e EZ |
3677 | (Define, Command Files): Document `end' and add index entries for |
3678 | it. | |
fcc73fe3 | 3679 | |
5c95884b MS |
3680 | 2006-01-04 Michael Snyder <[email protected]> |
3681 | ||
3682 | * gdb.texinfo: Add documentation for linux-fork. | |
5ae4183a | 3683 | * gdbint.texinfo: Add internal documentation for checkpoints. |
5c95884b | 3684 | |
860701dc PH |
3685 | 2006-01-02 Paul N. Hilfinger <[email protected]> |
3686 | ||
3687 | * gdb.texinfo (Omissions from Ada): Document that there is now | |
3688 | limited aggregate support. | |
3689 | ||
36b80e65 EZ |
3690 | 2005-12-28 Eli Zaretskii <[email protected]> |
3691 | ||
3692 | * gdb.texinfo (Registers): Describe how to refer to SSE and MMX | |
3693 | registers and the likes. | |
3694 | ||
c1468174 EZ |
3695 | 2005-12-24 Eli Zaretskii <[email protected]> |
3696 | ||
3697 | * gdb.texinfo (Target Commands, Bug Reporting, File Options) | |
3698 | (Symbols): Fix usage of "e.g.". | |
359df76b | 3699 | (Memory Region Attributes): Fix usage of "etc." |
c1468174 EZ |
3700 | |
3701 | * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging) | |
3702 | (Coding): Fix usage of "e.g.". | |
3703 | ||
c02a867d EZ |
3704 | 2005-12-23 Eli Zaretskii <[email protected]> |
3705 | ||
5ae4183a AS |
3706 | * stabs.texinfo: |
3707 | * refcard.tex: | |
c02a867d | 3708 | * gpl.texi: |
5ae4183a AS |
3709 | * gdbint.texinfo: |
3710 | * gdb.texinfo: | |
3711 | * gdb-cfg.texi: | |
c02a867d | 3712 | * fdl.texi: |
5ae4183a AS |
3713 | * annotate.texinfo: |
3714 | * all-cfg.texi: | |
c02a867d EZ |
3715 | * Makefile.in: Add (C) after Copyright. Update the FSF |
3716 | address. | |
3717 | ||
fad38dfa EZ |
3718 | 2005-12-03 Eli Zaretskii <[email protected]> |
3719 | ||
3720 | * gdb.texinfo (Connecting): Explain that `monitor' is a way to | |
3721 | extend GDB with commands for external monitor. | |
3722 | ||
53e5f3cf AS |
3723 | 2005-12-02 Andrew Stubbs <[email protected]> |
3724 | ||
3725 | * gdb.texinfo (Convenience variables): Add init-if-undefined command. | |
3726 | ||
55f6ca0f JB |
3727 | 2005-11-25 Joel Brobecker <[email protected]> |
3728 | ||
3729 | * gdbint.texinfo (Start of New Year Procedure): New chapter. | |
3730 | ||
c1947b85 JB |
3731 | 2005-11-21 Jim Blandy <[email protected]> |
3732 | ||
3733 | * gdb.texinfo (Tracepoint Packets): Document restrictions on | |
3734 | placement of 'R' actions in tracepoint action packets; document | |
3735 | dependence of 'X' and 'M' actions on a preceding 'R' action for | |
3736 | their registers. | |
3737 | ||
9d29849a JB |
3738 | 2005-11-19 Jim Blandy <[email protected]> |
3739 | ||
3740 | * gdb.texinfo (Tracepoint Packets): New node. | |
3741 | (General Query Packets): Add entries for the tracepoint packets, | |
3742 | referring to the "Tracepoint Packets" node. | |
3743 | (Tracepoints): Add reference to "Tracepoint Packets". | |
5ae4183a | 3744 | |
9a6253be KB |
3745 | 2005-11-18 Kevin Buettner <[email protected]> |
3746 | ||
3747 | * gdb.texinfo (set remotebreak): Add anchor. | |
3748 | (X packet): Likewise. | |
3749 | (Remote Protocol): Add new section `Interrupts' and new index | |
3750 | entry `interrupts (remote protocol)'. | |
3751 | ||
5f3bebba JB |
3752 | 2005-11-18 Jim Blandy <[email protected]> |
3753 | ||
3754 | * gdb.texinfo (Packets): Move information out of 'q' and 'Q' | |
3755 | entries into the General Query Packets section. Add a | |
3756 | cross-reference to that section. Drop description of replies, as | |
3757 | these are covered in the descriptions of each packet. | |
3758 | (General Query Packets): Add introductory text. Explain naming | |
3759 | conventions, and how the end of a name is recognized. | |
3760 | ||
9a7a1b36 KB |
3761 | 2005-11-17 Kevin Buettner <[email protected]> |
3762 | ||
0564b6cf | 3763 | * gdb.texinfo (Remote configuration): Fix typo in description of |
9a7a1b36 KB |
3764 | "set remotebreak" command. |
3765 | ||
b8ff78ce JB |
3766 | 2005-11-16 Jim Blandy <[email protected]> |
3767 | ||
3768 | * gdb.texinfo (Packets, Stop Reply Packets) | |
3769 | (General Query Packets): Various formatting cleanups. | |
3770 | - Use @samp for packet contents. | |
3771 | - Drop summaries from packet @item lines; the same information appears | |
3772 | immediately below in the description. | |
3773 | - Delete paragraph breaks after packet @item commands, so that the | |
3774 | description appears directly to the right of the packet prototype | |
3775 | in the printed manual, if it fits. | |
3776 | - Place spaces in packet prototypes between @vars and non-@var | |
3777 | letters, and explain that they're just for formatting. | |
3778 | - Use @dots{} instead of '...'. | |
3779 | - Fix uses of @code where @var was needed. | |
3780 | - Replace "deprecated" markers with English text spelling out the | |
3781 | packet's status and the preferred alternatives. | |
3782 | - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear | |
3783 | what this ever meant. | |
3784 | - Remove "(draft)" markers on 'i' packets; nobody has commented on | |
3785 | this for a long time. | |
3786 | - Remove "(draft)" markers on 'z' and 'Z' packets; these have been | |
3787 | implemented several times, and have been in use for years. | |
3788 | ||
8ffe2530 JB |
3789 | 2005-11-15 Jim Blandy <[email protected]> |
3790 | ||
c43c5473 JB |
3791 | * gdb.texinfo (Packets): Add index entries for 'm' packet |
3792 | disclaimers. | |
5ae4183a | 3793 | |
fb031cdf JB |
3794 | * gdb.texinfo (Packets): Clarify lack of restrictions on behavior |
3795 | of stub when processing an 'm' packet. | |
3796 | ||
8ffe2530 JB |
3797 | * gdb.texinfo (Packets): Mention that packets beginning with |
3798 | letters are reserved once, at the top, instead of actually listing | |
3799 | them all and saying "reserved". | |
3800 | ||
c03c782f AS |
3801 | 2005-11-15 Andrew Stubbs <[email protected]> |
3802 | ||
3803 | * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'. | |
3804 | Change @var{$arg0 to @code{$arg0. | |
3805 | ||
814e32d7 WZ |
3806 | 2005-11-14 Wu Zhou <[email protected]> |
3807 | ||
3808 | * gdb.texinfo (Fortran): Add some words about Fortran debugging. | |
3809 | ||
fa93a9d8 JB |
3810 | 2005-11-12 Jim Blandy <[email protected]> |
3811 | ||
3812 | * gdb.texinfo (General Query Packets): Put packets in alphabetical | |
3813 | order. Remove extraneous 'z'. | |
3814 | ||
8a5a3c82 AS |
3815 | 2005-11-07 Andrew Stubbs <[email protected]> |
3816 | ||
3817 | * gdb.texinfo (Choosing files): Add --eval-command. | |
3818 | ||
4b0ad762 AS |
3819 | 2005-11-04 Andrew Stubbs <[email protected]> |
3820 | ||
3821 | * gdb.texinfo (Choosing modes): Add --return-child-result. | |
3822 | ||
3823 | ||
1a088d06 AS |
3824 | 2005-11-01 Andrew Stubbs <[email protected]> |
3825 | ||
3826 | * gdb.texinfo (Choosing modes): Add --batch-silent. | |
3827 | ||
656d5e12 EZ |
3828 | 2005-10-28 Eli Zaretskii <[email protected]> |
3829 | ||
3830 | * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under | |
3831 | "The -var-update Command". | |
3832 | ||
3c9c013a JB |
3833 | 2005-10-03 Joel Brobecker <[email protected]> |
3834 | ||
3835 | * gdb.texinfo (Print Settings): Add documentation for set/show | |
3836 | print array-indexes. | |
3837 | ||
7ba3cf9c DJ |
3838 | 2005-09-17 Daniel Jacobowitz <[email protected]> |
3839 | ||
3840 | * gdb.texinfo (Contributors): Thank Andrew Cagney for releases | |
3841 | 6.2 and 6.3. | |
3842 | ||
a94ab193 EZ |
3843 | 2005-08-27 Eli Zaretskii <[email protected]> |
3844 | ||
3845 | * gdb.texinfo (File Options): Don't document --mapped, it's gone | |
3846 | since 19-Jan-2004. | |
3847 | (Files): Likewise. | |
ab1adacd EZ |
3848 | (Variables, Symbols): Document the "<incomplete type>" message and |
3849 | its reasons. | |
a94ab193 | 3850 | |
ca06016a FF |
3851 | 2005-08-01 Fred Fish <[email protected]> |
3852 | ||
3853 | * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference. | |
3854 | ||
cf58170d NR |
3855 | 2005-07-15 Nick Roberts <[email protected]> |
3856 | ||
3857 | * gdb.texinfo (GDB/MI Variable Objects): Describe print-values | |
3858 | option for -var-list-children and -var-update. | |
3859 | (GDB/MI Stack Manipulation): Simplify description of | |
3860 | print-values option for -stack-list-locals. | |
3861 | (GDB/MI Command Description Format): Clarify. | |
3862 | (Mode Options): Spelling of superseded. | |
3863 | ||
38f1196a BR |
3864 | 2005-07-12 Bob Rossi <[email protected]> |
3865 | ||
3866 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show | |
3867 | corresponding GDB command comment. | |
3868 | ||
3cb3b8df BR |
3869 | 2005-07-06 Bob Rossi <[email protected]> |
3870 | ||
3871 | * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set | |
3872 | and -inferior-tty-show. | |
3873 | (Input/Output): Document "set/show inferior-tty" and tty alias. | |
3874 | ||
10fac096 NW |
3875 | 2005-07-02 Nathan J. Williams <[email protected]> |
3876 | ||
3877 | * gdb.texinfo (Packets): Change description of 'D' packet to note | |
3878 | that GDB does wait for a response. | |
3879 | ||
d1b6db76 NR |
3880 | 2005-06-22 Nick Roberts <[email protected]> |
3881 | ||
3882 | * gdb.texinfo (History) Rename "Command History". | |
3883 | (Command History): Move node "Server Prefix" from section on | |
3884 | Annotations here. | |
3885 | ||
29629dcf NR |
3886 | 2005-06-19 Nick Roberts <[email protected]> |
3887 | ||
3888 | * gdb.texinfo (GDB/MI Stack Manipulation): | |
3889 | Re-instate -stack-info-frame with example. Say that it gets | |
3890 | info on selected frame, not current frame. | |
3891 | ||
397ca115 EZ |
3892 | 2005-06-18 Eli Zaretskii <[email protected]> |
3893 | ||
3894 | * gdb.texinfo (Server): Clarify that `file' should be used before | |
3895 | connecting to the server. | |
3896 | (Files): Add an xref to the above description. | |
51274035 EZ |
3897 | (Output Formats): More detailed description of the `c' format. |
3898 | (Memory): List explicitly all the formats supported by `x'. | |
638ac427 | 3899 | (Threads): Add an @cindex entry for "thread apply". |
fc8be69e | 3900 | (Files): Document the possibility of loading unlinked object |
59b7b46f EZ |
3901 | files. Add more indexing for solib-absolute-prefix and |
3902 | --with-sysroot. | |
76d17f34 EZ |
3903 | (Machine Code): Document possible problems with locations in |
3904 | shared libraries. | |
d416eeec EZ |
3905 | (Backtrace): Document that free-standing environments do not need |
3906 | to have a `main' function. | |
397ca115 | 3907 | |
74f6deaa NR |
3908 | 2005-06-18 Nick Roberts <[email protected]> |
3909 | ||
3910 | * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to | |
3911 | -stack-info-frame. | |
3912 | ||
a9967aef AC |
3913 | 2005-06-07 Andrew Cagney <[email protected]> |
3914 | ||
3915 | * gdb.texinfo (Contributors): Note the original multi-arch | |
3916 | contributors. | |
3917 | ||
e09f16f9 EZ |
3918 | 2005-06-03 Eli Zaretskii <[email protected]> |
3919 | ||
3920 | * gdb.texinfo (Registers): Add index entries for the standard | |
3921 | registers. | |
3922 | (Frames): Add cross-reference from frame pointer description to | |
3923 | the Registers node. | |
3924 | (Annotations Overview): Fix the reference to GDB name. | |
3925 | ||
d87ba7ee EZ |
3926 | 2005-06-01 Eli Zaretskii <[email protected]> |
3927 | ||
3928 | * gdb.texinfo (Set Watchpoints): Remove @vindex entry for | |
3929 | can-use-hw-watchpoints. | |
3930 | ||
034dad6f BR |
3931 | 2005-05-28 Bob Rossi <[email protected]> |
3932 | ||
3933 | * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating | |
3934 | the possible reasons why an exec async record would be returned to FE. | |
3935 | ||
ffed4509 AC |
3936 | 2005-05-26 Andrew Cagney <[email protected]> |
3937 | ||
3938 | * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and | |
3939 | Andrew Cagney implemented the original GDB/MI. | |
3940 | ||
e22e55c9 OF |
3941 | 2005-05-23 Orjan Friberg <[email protected]> |
3942 | ||
3943 | * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi | |
3944 | documentation. Add documentation for cris-mode. | |
3945 | ||
a78e13ce EZ |
3946 | 2005-05-20 Eli Zaretskii <[email protected]> |
3947 | ||
3948 | * gdb.texinfo (Numbers): Explain the example and make the wording | |
3949 | more acurate. | |
3950 | ||
76ff342d DJ |
3951 | 2005-05-17 Daniel Jacobowitz <[email protected]> |
3952 | Dennis Brueni <[email protected]> | |
3953 | ||
3954 | * gdb.texinfo (GDB/MI Breakpoint Table Commands) | |
3955 | (GDB/MI Data Manipulation, GDB/MI Program Control) | |
3956 | (GDB/MI Stack Manipulation): Update examples to include the fullname | |
3957 | attribute in stack frames. | |
3958 | ||
119b882a EZ |
3959 | 2005-05-12 Eli Zaretskii <[email protected]> |
3960 | ||
3961 | * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we | |
3962 | do with other non-standard names of init files. | |
3963 | ||
6fc08d32 EZ |
3964 | 2005-05-11 Eli Zaretskii <[email protected]> |
3965 | ||
3966 | * gdb.texinfo (Command Files): Move the description of the startup | |
3967 | from here... | |
3968 | (Startup): ...to this new subsection of the Invocation chapter. | |
3969 | Rearrange the description of init files more logically and add a | |
3970 | cross-reference to "Command Files". Document the special gdbinit | |
3971 | name for CISCO 68k. Expand the description of what GDB does | |
3972 | during startup. | |
3973 | (History): Add index entry for HISTSIZE. | |
3974 | ||
a561754a MK |
3975 | 2005-05-02 Mark Kettenis <[email protected]> |
3976 | ||
3977 | * gdb.texinfo (Files): Remove documentation for auto-solib-limit. | |
3978 | ||
2eecc4ab EZ |
3979 | 2005-05-02 Eli Zaretskii <[email protected]> |
3980 | ||
3981 | * gdb.texinfo (SVR4 Process Information, The isatty call) | |
3982 | (The system call): Don't use foo(N) notation for man pages and | |
3983 | functions. | |
514c4d71 | 3984 | (Compilation, DJGPP Native): Improve wording. |
2eecc4ab | 3985 | |
18999be5 EZ |
3986 | 2005-04-27 Eli Zaretskii <[email protected]> |
3987 | ||
3988 | * gdb.texinfo (Backtrace): Describe backtraces with arguments that | |
3989 | were optimized away. | |
3990 | ||
0abb7bc7 EZ |
3991 | 2005-04-22 Eli Zaretskii <[email protected]> |
3992 | ||
3993 | * gdb.texinfo (Remote configuration): Document "set/show | |
3994 | get-thread-local-storage-address". Add cross-reference to the | |
3995 | description of the qGetTLSAddr packet. | |
3996 | (General Query Packets): Mention "set remote | |
3997 | get-thread-local-storage-address" and add a reference to its | |
3998 | description. | |
3999 | ||
6f61acb1 NR |
4000 | 2005-04-19 Nick Roberts <[email protected]> |
4001 | ||
4002 | * gdb.texinfo (Backtrace): Describe 'bt full'. | |
4003 | ||
9d59903a NR |
4004 | 2005-04-17 Nick Roberts <[email protected]> |
4005 | ||
4006 | * gdb.texinfo (Mode Options): Fix typo. | |
4007 | (GDB/MI): Describe how to invoke GDB/MI. | |
4008 | ||
721c2651 EZ |
4009 | 2005-04-16 Eli Zaretskii <[email protected]> |
4010 | ||
4011 | * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all | |
a5adf40f | 4012 | references changed. Add description of "info udot". |
721c2651 EZ |
4013 | (Files): Document "set/show stop-on-solib-events". |
4014 | (M32R/D): Document "set/show download-path", "set/show | |
4015 | board-address", "set/show server-address", "upload", "tload". | |
ba04e063 EZ |
4016 | Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma", |
4017 | "use_mon_code", "use_ib_break", "use_dbt_break". | |
721c2651 EZ |
4018 | (Maintenance Commands): Improve indexing. |
4019 | (Target Commands): Document "set/show hash", "set/show debug | |
4020 | monitor". | |
4021 | (SVR4 Process Information): Document "info pidlist" and "info | |
4022 | meminfo". Document "set/show procfs-tarce" and "set/show | |
4023 | procfs-file". Document "proc-trace-*" and "proc-untrace-*". | |
4024 | (Symbols, The Print Command with Objective-C): Improve indexing. | |
4025 | (Objective-C): Add references to "info classes" and "info | |
4026 | selectors". | |
c45da7e6 EZ |
4027 | (Debugging Output): Improve wording. Document "set/show debug |
4028 | solib-frv". Fix "set/show debugvarobj". | |
ba04e063 EZ |
4029 | (Set Breaks): Add index entry for "hardware breakpoints". |
4030 | (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain", | |
4031 | and "set/show usehardbreakpoints". | |
4032 | (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show | |
4033 | monitor-prompt", "set/show monitor-warnings", "pmon". | |
c45da7e6 EZ |
4034 | (ARM): Document "rdilogfile", "rdilogenable", "set/show |
4035 | rdiromatzero", "set/show rdiheartbeat". | |
4036 | (PowerPC): Document SDS-specific commands "set/show sdstimeout", | |
4037 | "sds". | |
4038 | (Embedded Processors): Document the "sim" command. | |
4039 | (Remote): Document the "remote" command. | |
4040 | (DJGPP Native): Document the "info serial" command. | |
4041 | (Threads): Document "maint info sol-threads". | |
4042 | (Files): Document "nosharedlibrary", "add-symbol-file-from-memory". | |
4043 | (Set Breaks): Improve indexing. | |
4044 | (Command Syntax): Add a reference to dont-repeat. | |
4045 | (Define): Document "dont-repeat". | |
4046 | (TUI Commands): Document "tabset". | |
4047 | (WinCE): New subsection. Document "set/show remotedirectory", | |
4048 | "set/show remoteupload", "set/show remoteaddhost". | |
721c2651 | 4049 | |
14d6dd68 EZ |
4050 | 2005-04-15 Eli Zaretskii <[email protected]> |
4051 | ||
4052 | * gdb.texinfo (Hurd Native): New subsection, documents | |
4053 | Hurd-specific commands. | |
a64548ea | 4054 | (Maintenance Commands): Add cross-reference to "Debugging Output". |
da316a69 | 4055 | (Debugging Output): Document "set/show debug lin-lwp". |
a64548ea EZ |
4056 | (MIPS): Improve documentation of heuristic-fence-post. Document |
4057 | "set/show mips abi", "set/show mips saved-gpreg-size", "set/show | |
4058 | mips stack-arg-size", "set/show mips mask-address", "set/show mips | |
4059 | remote-mips64-transfers-32bit-regs", "set/show debug mips". | |
e2f4edfd | 4060 | (ARM): Document ARM-specific commands. |
a64548ea EZ |
4061 | (AVR): New section. Document "info io_registers". |
4062 | (CRIS): New section. Document "set/show cris-version" and | |
4063 | "set/show cris-dwarf2-cfi". | |
4064 | (HPPA): New section. Document "set/show debug hppa" and "maint | |
4065 | print unwind". | |
a5adf40f | 4066 | (Neutrino): New subsection. Document "set/show debug nto-debug". |
a64548ea | 4067 | (Super-H): New section. Document the "regs" command. |
721c2651 | 4068 | (Debugging Output): Document "set/show debug aix-thread". |
14d6dd68 | 4069 | |
9c16f35a EZ |
4070 | 2005-04-09 Eli Zaretskii <[email protected]> |
4071 | ||
4072 | * gdb.texinfo (Print Settings): Document "set/show print | |
4073 | pascal_static-members", "set print repeats", "show print | |
4074 | null-stop". Improve indexing. Fix documentation of "set print | |
4075 | union". | |
4076 | (Pascal): New section. | |
4077 | (Supported languages): Rename from "Support"; all references | |
4078 | updated. Add a menu item for Pascal. | |
4079 | (Numbers): Document "set radix. | |
4080 | (Screen Size): Document "set/show pagination". | |
4081 | (MIPS Embedded): Remove "set processor" documentation. | |
4082 | (Remote configuration): Document "set/show X/P/Z-packet", | |
4083 | "set/show read-aux-vector-packet", "set/show remote | |
4084 | symbol-lookup-packet", "set/show remote verbose-resume-packet", | |
4085 | "set/show remoteaddresssize", "set/show remotebaud", "set/show | |
4086 | remotedebug", "set/show remotebreak", "set/show remotedevice", | |
4087 | "set/show remotelogfile". | |
4088 | (Auxiliary Vector): Add reference to the description of the | |
4089 | read-aux-vector-packet setting. | |
4090 | (Set Watchpoints): Add a cross-reference to "set remote | |
4091 | hardware-breakpoint-limit". | |
4092 | (General Query Packets): Add indexing of requests and | |
4093 | cross-references to related commands in "Remote configuration". | |
4094 | (File-I/O Overview, The system call): Fix wording and typos. | |
4095 | (Thread Stops): Add index entries. | |
4096 | (Continuing and Stepping): Document "show step-mode". | |
4097 | (i386): New node. Document "set/show struct-convention". | |
4098 | (Files): Document "show trust-readonly-sections". | |
4099 | (Calling): Document "set/show unwindonsignal". | |
4100 | (Messages/Warnings): Add index entries. | |
4101 | (Maintenance Commands): Document "set/show watchdog". | |
4102 | (Annotations Overview): Document "show annotate". | |
4103 | (Set Watchpoints): Add index entries. | |
4104 | (Symbols): Fix doc of case-sensitive. | |
4105 | (ABI): Document "show coerce-float-to-double". | |
4106 | (Convenience Vars, Help): Improve indexing. | |
4107 | (Machine Code): Document "show disassembly-flavor". | |
4108 | (Debugging C plus plus): Document "show overload-resolution". | |
4109 | (Value History, Signaling): Add index entries. | |
4110 | ||
4111 | 2005-04-08 Eli Zaretskii <[email protected]> | |
4112 | ||
4113 | * gdb.texinfo (Show): Move @kindex entries to their proper places. | |
4114 | (Processes): Fix wording. | |
4115 | (History, List, Logging output, Define, Symbols, Print Settings): | |
4116 | Improve indexing. | |
4117 | ||
a8f24a35 EZ |
4118 | 2005-04-03 Eli Zaretskii <[email protected]> |
4119 | ||
4120 | * gdb.texinfo (Targets): Document "set/show architecture". Remove | |
4121 | redundant index entry for "target" command. | |
4122 | (Backtrace): Add index entries. | |
4123 | (Symbols, Fortran): Document the "set case-sensitive" command. | |
4124 | (DJGPP Native): Document "set com1base", "set com1irq", etc. | |
4125 | (Print Settings): Add index entry for "set demangle-style". | |
4126 | (Target Commands): Document "set download-write-size". | |
4127 | (Debugging Output): Document "set exec-done-display". | |
4128 | ||
09d4efe1 EZ |
4129 | 2005-04-02 Eli Zaretskii <[email protected]> |
4130 | ||
4131 | * gdb.texinfo (Files): Fix the name and documentation of | |
4132 | add-shared-symbol-files. Document its alias assf. Update the | |
4133 | list of OSs where GDB supports shared libraries. Fix markup. | |
4134 | (Continuing and Stepping): Add reference to @var{location} in the | |
4135 | text. | |
4136 | (Dump/Restore Files): Fix reference to @{filename}. | |
4137 | (Help): Fix wording. | |
4138 | (Attach): Ditto. | |
4139 | (Set Watchpoints): Ditto. | |
4140 | (Backtrace): Remove redundant index entries. Improve index | |
4141 | entries. | |
4142 | (Delete Breaks): Fix wording. | |
4143 | (Memory): Document the compare-sections command. | |
4144 | (Memory Region Attributes): Improve wording. | |
4145 | (Disabling): Improve wording. | |
4146 | (Fortran): New subsection. Document the "info common" command. | |
4147 | (Help): Document aliases "info copying" and "info warranty". | |
4148 | (Caching Remote Data): New section. Document the "set/show | |
4149 | remotecache" and "info dcache" commands. | |
4150 | (Show): Fix wording of the documentation of the "set | |
4151 | extension-language" command. | |
4152 | (Signals): Add index entry for "info handle". | |
4153 | (Memory Region Attributes): Fix punctuation. | |
4154 | (Symbols): Change the arg name to "location" and refer to it in | |
4155 | the text. Fix wording of "info types" doc. | |
4156 | (Threads): Fix usage of @enumerate @item's. | |
4157 | (Listing Tracepoints): Add index entry for "info tp". | |
4158 | (Set Watchpoints): Add xref to "info break" description. | |
4159 | (Macros): Add an index entry for "macro exp1". Document the | |
4160 | "macro list" command. | |
4161 | (Maintenance Commands): Document "flushregs", "maint agent", | |
4162 | "maint check-symtabs", "maint cplus", "maint demangle", "maint | |
4163 | deprecate", "maint undeprecate", "maint dump-me", "maint packet", | |
4164 | "maint print architecture", "maint print objfiles", "maint print | |
4165 | statistics", "maint print type", "maint show-debug-regs", "maint | |
4166 | space", "maint time", and "maint translate-address". | |
4167 | (Connecting): Document the "monitor" command. | |
4168 | (Annotations Overview): Describe the "set annotate" command. | |
4169 | ||
82f2d802 EZ |
4170 | 2005-04-01 Eli Zaretskii <[email protected]> |
4171 | ||
4172 | * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints. | |
4173 | Rearrange index entries and improve wording about support for | |
4174 | hardware watchpoints. | |
4175 | ||
7d51c7de BR |
4176 | 2005-03-10 Bob Rossi <[email protected]> |
4177 | ||
4178 | * gdb.texinfo: Update copyright | |
4179 | ||
68c71a2e TR |
4180 | 2005-02-09 Theodore A. Roth <[email protected]> |
4181 | ||
4182 | * gdb.texinfo (General Query Packets): Fix texinfo compile warning and | |
4183 | error. | |
4184 | ||
83761cbd KB |
4185 | 2005-02-03 Kevin Buettner <[email protected]> |
4186 | ||
4187 | * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet. | |
4188 | ||
9f1c6395 MS |
4189 | 2005-01-17 Michael Snyder <[email protected]> |
4190 | ||
4191 | * gdb.texinfo: Fix spelling, infinte -> infinite. | |
4192 | ||
fbd1b305 MK |
4193 | 2005-01-08 Mark Kettenis <[email protected]> |
4194 | ||
4195 | * observer.texi (GDB Observers): Document "solib_loaded". | |
4196 | ||
3ace7edb AC |
4197 | 2005-01-07 Andrew Cagney <[email protected]> |
4198 | ||
bec39cab AC |
4199 | * configure.ac: Rename configure.in, require autoconf 2.59. |
4200 | * configure: Re-generate. | |
4201 | ||
3ace7edb AC |
4202 | * configure.in: Replace configdirs with multiple references to |
4203 | AC_CONFIG_SUBDIRS. | |
4204 | * configure: Re-generate. | |
5ae4183a | 4205 | |
53531fc1 AC |
4206 | 2005-01-04 Andrew Cagney <[email protected]> |
4207 | ||
4208 | * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD) | |
4209 | part of the version number. | |
4210 | ||
536ffdb7 MK |
4211 | 2004-12-24 Mark Kettenis <[email protected]> |
4212 | ||
4213 | * gdbint.texinfo (Algorithms): Remove description of | |
4214 | TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS. | |
4215 | ||
e1aac25b JB |
4216 | 2004-12-07 Jim Blandy <[email protected]> |
4217 | ||
4218 | * gdb.texinfo (General Query Packets): Specify that thread ID's in | |
4219 | the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal | |
4220 | numbers. | |
4221 | ||
f47b1503 AS |
4222 | 2004-12-07 Andreas Schwab <[email protected]> |
4223 | ||
4224 | * gdb.texinfo (Mode Options): Document -l option. | |
4225 | ||
b6b8ece6 EZ |
4226 | 2004-12-04 Eli Zaretskii <[email protected]> |
4227 | ||
4228 | * gdbint.texinfo (Algorithms): More accurate description of | |
4229 | STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address | |
4230 | is not needed unless data-read and data-access watchpoints are | |
4231 | supported. Add a description of how GDB checks whether the | |
4232 | inferior stopped because a watchpoint was hit. | |
4233 | ||
01371747 EZ |
4234 | 2004-11-23 Eli Zaretskii <[email protected]> |
4235 | ||
4236 | * gdb.texinfo (Files): Add cross-reference to description of | |
4237 | -readnow command-line switch. | |
4238 | ||
2315ffec RC |
4239 | 2004-11-10 Randolph Chung <[email protected]> |
4240 | ||
4241 | * gdb.texinfo: Document set/show backtrace past-entry commands. | |
4242 | Rearrange index entries for set/show backtrace past-main. | |
4243 | ||
69065f5d AC |
4244 | 2004-11-10 Jon Beniston <[email protected]> |
4245 | ||
4246 | Committed by Andrew Cagney <[email protected]>. | |
5ae4183a AS |
4247 | * gdb.texinfo (Remote Serial Protocol): Further describe |
4248 | binary transfer escaping mechanism . | |
69065f5d | 4249 | |
30e91e0b RC |
4250 | 2004-11-08 Randolph Chung <[email protected]> |
4251 | ||
4252 | * gdb.texinfo (inferior_debugging info): Document "set debug infrun" | |
4253 | and "show debug infrun". Add index entries. | |
4254 | ||
60bf7e09 EZ |
4255 | 2004-10-23 Eli Zaretskii <[email protected]> |
4256 | ||
4257 | * gdb.texinfo (SVR4 Process Information): Document subcommands of | |
4258 | "info proc" that are already implemented. Add index entries. | |
4259 | (Working Directory): Add a cross-reference to "info proc" command. | |
dcaf7c2c EZ |
4260 | (Files): Add a tip for decreasing memory used for symtabs from |
4261 | shared libraries. | |
f018e82f EZ |
4262 | (Starting): Fix whitespace; make "elaboration" stand out where it |
4263 | is first used, and add an index entry for the term. | |
f8568604 EZ |
4264 | (Calling): Expand and elaborate text. Add "print". Add the |
4265 | description of problems with weak aliases. | |
384ee23f | 4266 | (Core File Generation): New section. |
60bf7e09 | 4267 | |
d52fe014 AC |
4268 | 2004-10-12 Andrew Cagney <[email protected]> |
4269 | ||
4270 | * gdbint.texinfo (Versions and Branches): New chapter. | |
4271 | (Releasing GDB): Delete "Versions and Branches" section. | |
4272 | (Top): Add "Versions and Branches". | |
4273 | ||
703663ab EZ |
4274 | 2004-10-08 Eli Zaretskii <[email protected]> |
4275 | ||
4276 | * gdb.texinfo (Editing, History): Add cross-references to the | |
4277 | included Readline and History user documentation. Remove | |
4278 | references to the symbol have-readline-appendices which is unused | |
4279 | and undefined. | |
4280 | (History): Fix indexing. | |
4281 | ||
ac77d04f JJ |
4282 | 2004-10-08 Jeff Johnston <[email protected]> |
4283 | ||
4284 | * gdbint.texinfo (target_stopped_data_address): Update to | |
4285 | new prototype. | |
4286 | (i386_stopped_data_address): Update prototype and description. | |
4287 | (i386_stopped_by_watchpoint): New function and description. | |
4288 | ||
e07c999f PH |
4289 | 2004-10-03 Paul N. Hilfinger <[email protected]> |
4290 | ||
4291 | * gdb.texinfo (Filenames): Add Ada suffixes. | |
4292 | (Ada) New section. | |
4293 | ||
2e868123 AC |
4294 | 2004-09-27 Andrew Cagney <[email protected]> |
4295 | Robert Picco <[email protected]> | |
4296 | ||
4297 | * gdb.texinfo (Packets): Document the "p" packet. | |
4298 | ||
02a57714 JM |
4299 | 2004-09-21 Jason Molenda ([email protected]) |
4300 | ||
4301 | * gdb.texinfo (Paths and Names of the Source Files): Document the | |
4302 | meaning of values in the 'desc' field of a SO stab. | |
4303 | ||
ae038cb0 DJ |
4304 | 2004-09-20 Daniel Jacobowitz <[email protected]> |
4305 | ||
4306 | * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2 | |
4307 | max-cache-age" and "maint show dwarf2 max-cache-age". | |
4308 | ||
f7dc1244 EZ |
4309 | 2004-09-16 Eli Zaretskii <[email protected]> |
4310 | ||
4311 | * gdb.texinfo (Set Breaks): Add index entry for setting | |
4312 | breakpoints on overloaded C++ functions that are not members of | |
4313 | any classes. Add an example and an index entry for setting | |
4314 | breakpoints on all program functions. | |
4315 | (Character Sets, Macros, Overlay Commands) | |
4316 | (Non-debug DLL symbols, GDB/MI Output Syntax) | |
4317 | (Annotations Overview, Maintenance Commands, File-I/O Overview): | |
4318 | Use "(@value{GDBP})" instead of a literal "(gdb)". | |
4319 | ||
f810308b AC |
4320 | 2004-09-12 Andrew Cagney <[email protected]> |
4321 | ||
4322 | * gdbint.texinfo (Native Debugging): Delete description of | |
4323 | FILES_INFO_HOOK. | |
4324 | ||
15a661f3 PH |
4325 | 2004-09-11 Paul Hilfinger <[email protected]> |
4326 | ||
5ae4183a AS |
4327 | * gdbint.texinfo (User Interface): Change local_hex_string_custom |
4328 | to hex_string_custom (not historically correct, but more | |
15a661f3 PH |
4329 | understandable, given the current code). |
4330 | ||
f3219c75 AC |
4331 | 2004-09-03 Andrew Cagney <[email protected]> |
4332 | ||
4333 | * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS. | |
4334 | ||
f3bb6704 JJ |
4335 | 2004-09-01 Jeff Johnston <[email protected]> |
4336 | ||
4337 | * observer.texi (solib_unloaded): New observer. | |
4338 | ||
8d2c00cb AC |
4339 | 2004-08-24 Andrew Cagney <[email protected]> |
4340 | ||
4341 | * gdbint.texinfo (Target Architecture Definition): Add missing | |
4342 | comma. | |
4343 | ||
e7dc800a MC |
4344 | 2004-08-20 Michael Chastain <[email protected]> |
4345 | ||
4346 | * (Using the Testsuite): build != host is supported, | |
4347 | but some test scripts do not support build != host. | |
4348 | ||
73b03683 MK |
4349 | 2004-08-14 Mark Kettenis <[email protected]> |
4350 | ||
4351 | * gdbint.texinfo (Host Definition): Delete description of | |
4352 | FCLOSE_PROVIDED and GETENV_PROVIDED. | |
4353 | ||
c0ccb908 MK |
4354 | 2004-08-05 Mark Kettenis <[email protected]> |
4355 | ||
4356 | * gdbint.texinfo (Host Definition): Delete description of | |
4357 | NO_SYS_FILE. | |
4358 | (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and | |
4359 | PTRACE_FP_BUG. | |
4360 | ||
9c8dbfa9 AC |
4361 | 2004-08-05 Andrew Cagney <[email protected]> |
4362 | ||
4363 | * gdbint.texinfo (Target Architecture Definition): Delete | |
4364 | reference to deprecated_read_fp. | |
4365 | ||
f42accbe AC |
4366 | 2004-08-02 Andrew Cagney <[email protected]> |
4367 | ||
4368 | * gdbint.texinfo (Target Architecture Definition): Delete | |
4369 | description of DEPRECATED_REGISTER_BYTES. | |
4370 | ||
0b66e38c EZ |
4371 | 2004-07-30 Baurjan Ismagulov <[email protected]> |
4372 | ||
4373 | * gdb.texinfo (Source Path): Document the new behavior of | |
4374 | searching for the source files. | |
4375 | ||
15387254 EZ |
4376 | 2004-07-17 Eli Zaretskii <[email protected]> |
4377 | ||
4378 | * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording. | |
4379 | (Search, Expressions, Arrays, Variables, Data, Machine Code) | |
4380 | (Auto Display): Improve indexing. | |
4381 | ||
2c07db7a AC |
4382 | 2004-07-16 Andrew Cagney <[email protected]> |
4383 | ||
4384 | * gdb.texinfo (Mode Options): Delete documentation on "-async" and | |
4385 | "-noasync". | |
4386 | ||
4644b6e3 EZ |
4387 | 2004-07-09 Eli Zaretskii <[email protected]> |
4388 | ||
4389 | * gdb.texinfo: Fix @kindex entries so that multiple commands that | |
4390 | have the same prefix have only their prefix in the index. | |
4391 | ||
7561d450 MK |
4392 | 2004-07-03 Mark Kettenis <[email protected]> |
4393 | ||
4394 | * gdb.texinfo (BSD libkvm Interface): New node (section) | |
4395 | (Native): Add it to the menu. | |
4396 | ||
67bebe79 MK |
4397 | 2004-07-01 Mark Kettenis <[email protected]> |
4398 | ||
4399 | * gdbint.texinfo (Target Architecture Definition): Remove | |
4400 | PCC_SOL_BROKEN. | |
4401 | ||
1a6923e0 MK |
4402 | 2004-06-24 Mark Kettenis <[email protected]> |
4403 | ||
4404 | * gdbint.texinfo (Target Architecture Definition): Remove | |
4405 | SUN_FIXED_LBRAC_BUG. | |
4406 | ||
b435e160 AC |
4407 | 2004-06-26 Andrew Cagney <[email protected]> |
4408 | ||
4409 | * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf. | |
4410 | ||
b5622e8d AC |
4411 | 2004-06-20 Andrew Cagney <[email protected]> |
4412 | ||
4413 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
4414 | USE_STRUCT_CONVENTION. | |
4415 | ||
e0c07bf0 MC |
4416 | 2004-06-19 Michael Chastain <[email protected]> |
4417 | ||
4418 | gdb.texinfo (Bug Reporting): Mention session recording, | |
4419 | with the script command or Emacs. | |
4420 | ||
782263ab AC |
4421 | 2004-06-18 Andrew Cagney <[email protected]> |
4422 | ||
4423 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
4424 | FUNCTION_START_OFFSET. | |
4425 | ||
03727ca6 AC |
4426 | 2004-06-14 Andrew Cagney <[email protected]> |
4427 | ||
4428 | Based on changes from Karl Berry. | |
4429 | * gdb.texinfo: Do not use @sc in a direntry. | |
4430 | * stabs.texinfo: Change @dircateogry to "Software development". | |
4431 | * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto. | |
4432 | ||
97092415 AC |
4433 | 2004-06-13 Andrew Cagney <[email protected]> |
4434 | ||
4435 | * gdbint.texinfo (Target Architecture Definition): Delete | |
4436 | description of RETURN_VALUE_ON_STACK. | |
4437 | ||
1f6d4158 AC |
4438 | 2004-06-09 Andrew Cagney <[email protected]> |
4439 | ||
4440 | * gdbint.texinfo (Native Debugging): Restore "@table @code" | |
4441 | deleted by previous patch. | |
4442 | ||
d966f0cb AC |
4443 | 2004-06-08 Andrew Cagney <[email protected]> |
4444 | ||
4445 | * gdbint.texinfo (Native Debugging): Delete documentation on | |
4446 | ATTACH_DETACH. | |
4447 | ||
86fe4aaa RC |
4448 | 2004-06-06 Randolph Chung <[email protected]> |
4449 | ||
4450 | * gdb.texinfo (push_dummy_call): Use @code{struct value}. | |
4451 | ||
d4b6d575 RC |
4452 | 2004-06-06 Randolph Chung <[email protected]> |
4453 | ||
5ae4183a | 4454 | * gdb.texinfo (push_dummy_call): Update argument list to match |
d4b6d575 RC |
4455 | the new push_dummy_call method signature. Describe the function |
4456 | argument. | |
4457 | ||
4e8b0763 JB |
4458 | 2004-05-24 Joel Brobecker <[email protected]> |
4459 | ||
4460 | * gdb.texinfo (Starting): Document new start command. | |
4461 | ||
59caf092 AC |
4462 | 2004-05-21 Andrew Cagney <[email protected]> |
4463 | ||
4464 | * observer.texi (GDB Observers): Document "inferior_created". | |
4465 | ||
e4a2df64 AC |
4466 | 2004-05-08 Andrew Cagney <[email protected]> |
4467 | ||
e6b55ae2 AC |
4468 | * gdbint.texinfo (Target Architecture Definition): Delete |
4469 | description of DO_DEFERRED_STORES. | |
4470 | ||
28954179 AC |
4471 | * gdbint.texinfo (Target Architecture Definition): Delete |
4472 | references to DEPRECATED_FIX_CALL_DUMMY. | |
4473 | ||
434b87dd AC |
4474 | * gdbint.texinfo (Target Architecture Definition): Delete |
4475 | description of DEPRECATED_CALL_DUMMY_WORDS, | |
4476 | DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY. | |
4477 | ||
58d28df8 AC |
4478 | * gdbint.texinfo (Target Architecture Definition): Delete |
4479 | description of DEPRECATED_PUSH_DUMMY_FRAME. | |
4480 | ||
e4a2df64 AC |
4481 | * gdbint.texinfo (Target Architecture Definition): Delete |
4482 | reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET. | |
4483 | ||
2b4855ab AC |
4484 | 2004-05-07 Andrew Cagney <[email protected]> |
4485 | ||
4486 | * observer.texi (GDB Observers): Add "Debugging" section. Include | |
4487 | cross reference to "set/show debug observer". | |
4488 | * gdb.texinfo (Debugging Output): Document "set/show debug | |
4489 | observer". | |
4490 | ||
fcf70625 AC |
4491 | 2004-05-01 Andrew Cagney <[email protected]> |
4492 | ||
4493 | * gdbint.texinfo (Target Architecture Definition): Delete | |
4494 | description of DEPRECATED_PC_IN_SIGTRAMP. | |
4495 | ||
8ee56bcf AC |
4496 | 2004-04-30 Andrew Cagney <[email protected]> |
4497 | ||
4498 | * gdbint.texinfo (Target Architecture Definition): Delete | |
4499 | documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined. | |
4500 | ||
67ab9a76 OF |
4501 | 2004-04-30 Orjan Friberg <[email protected]> |
4502 | ||
4503 | * observer.texi (GDB Observers): Correct spelling. | |
4504 | ||
79346bcb OF |
4505 | 2004-04-26 Orjan Friberg <[email protected]> |
4506 | ||
4507 | * observer.texi (GDB Observers): Add target_changed event. | |
4508 | ||
7a464420 AC |
4509 | 2004-04-08 Andrew Cagney <[email protected]> |
4510 | ||
4511 | * observer.texi (GDB Observers): Rework, provide generic observer | |
4512 | definitions and then a list of observable events. | |
4513 | ||
6cdf9d98 AC |
4514 | 2004-04-04 Andrew Cagney <[email protected]> |
4515 | ||
4516 | * gdbint.texinfo (Host Definition): Delete reference to | |
4517 | NO_SIGINTERRUPT. | |
4518 | ||
ddc135a4 AC |
4519 | 2004-04-02 Andrew Cagney <[email protected]> |
4520 | ||
4521 | * gdbint.texinfo (Target Architecture Definition): Delete | |
4522 | reference to DEPRECATED_CALL_DUMMY_LENGTH. | |
4523 | ||
6a1b180d SC |
4524 | 2004-03-28 Stephane Carrez <[email protected]> |
4525 | ||
4526 | * gdb.texinfo (TUI Commands): Document tui reg commands. | |
4527 | ||
d0d5df6f AC |
4528 | 2004-03-26 Andrew Cagney <[email protected]> |
4529 | ||
4530 | * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention | |
4531 | "gdbtui". | |
4532 | (Mode Options): Mention "gdbtui". Use "Text" not "Terminal". | |
4533 | (Contributors): Mention both Text and Terminal User Interface. | |
4534 | ||
aa2a3f87 AC |
4535 | 2004-03-23 Andrew Cagney <[email protected]> |
4536 | ||
4537 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
4538 | references to SIGTRAMP_START and SIGTRAMP_END. | |
4539 | ||
f561f026 AC |
4540 | 2004-03-23 Andrew Cagney <[email protected]> |
4541 | ||
4542 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
4543 | references to PC_IN_SIGTRAMP. | |
4544 | ||
33cb8b0f AC |
4545 | 2004-03-19 Andrew Cagney <[email protected]> |
4546 | ||
4547 | * gdbint.texinfo (Target Architecture Definition): Delete | |
4548 | reference to GDB_TARGET_IS_HPPA. | |
4549 | ||
fc989b7a AC |
4550 | 2004-03-18 Andrew Cagney <[email protected]> |
4551 | ||
4552 | * gdbint.texinfo (Coding): Update section on gdbarch_data, | |
4553 | describe pre_init and post_init. | |
4554 | ||
701b08bb DJ |
4555 | 2004-03-09 Daniel Jacobowitz <[email protected]> |
4556 | ||
4557 | * gdb.texinfo (Debugging Output): Document values for "set debug | |
4558 | target". | |
4559 | ||
faae5abe AC |
4560 | 2004-02-28 Andrew Cagney <[email protected]> |
4561 | ||
4562 | * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer. | |
4563 | ||
dd79a6cf JJ |
4564 | 2004-02-26 Jeff Johnston <[email protected]> |
4565 | ||
4566 | * gdb.texinfo (breakpoints): Add information about the | |
4567 | new "set breakpoint pending" and "show breakpoint pending" | |
4568 | commands. | |
4569 | ||
e7f16015 AC |
4570 | 2004-02-26 Andrew Cagney <[email protected]> |
4571 | ||
4572 | * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc | |
4573 | in Per-architecture module data section. | |
4574 | ||
7161a3a6 RM |
4575 | 2004-02-25 Roland McGrath <[email protected]> |
4576 | ||
4577 | * gdb.texinfo (General Query Packets): Document qPart:... packets. | |
4578 | ||
2154891a AC |
4579 | 2004-02-24 Andrew Cagney <[email protected]> |
4580 | ||
4581 | * annotate.texinfo: Wrap fdl.texi include in raise/lower sections. | |
4582 | * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto. | |
4583 | * fdl.texi: Import Version 1.2, November 2002. | |
7161a3a6 | 4584 | |
6c74ac8b AC |
4585 | 2004-02-17 Andrew Cagney <[email protected]> |
4586 | ||
4587 | * gdb.texinfo (Mode Options): Note that "mi1" is deprecated. | |
4588 | ||
19772a2c AC |
4589 | 2004-02-16 Andrew Cagney <[email protected]> |
4590 | ||
4591 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
4592 | FRAMELESS_FUNCTION_INVOCATION. | |
4593 | ||
c9830293 AC |
4594 | 2004-02-16 Andrew Cagney <[email protected]> |
4595 | ||
4596 | * gdbint.texinfo (Coding): Mention -Wunused-function. | |
4597 | ||
b9d26eb9 AC |
4598 | 2004-02-14 Andrew Cagney <[email protected]> |
4599 | ||
4600 | * gdbint.texinfo (Target Architecture Definition): Delete | |
4601 | description of DEPRECATED_CALL_DUMMY_STACK_ADJUST. | |
4602 | ||
49efadf5 EZ |
4603 | 2004-02-12 Elena Zannoni <[email protected]> |
4604 | ||
4605 | * gdb.texinfo: Properly quote the name "C++". | |
4606 | * gdbint.texinfo: Ditto. | |
4607 | * stabs.texinfo: Ditto. | |
4608 | ||
1eb288ea EZ |
4609 | 2004-02-11 Elena Zannoni <[email protected]> |
4610 | ||
4611 | * gdbint.texinfo (Support Libraries): Add doco about obstacks and | |
4612 | minimal information about libiberty. | |
4613 | ||
e4937fc1 MC |
4614 | 2004-02-06 Michael Chastain <[email protected]> |
4615 | ||
4616 | * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}. | |
4617 | ||
a9331b3f RM |
4618 | 2004-02-04 Roland McGrath <[email protected]> |
4619 | ||
4620 | * gdb.texinfo (Auxiliary Vector): New node (section). | |
4621 | (Data): Add it to the menu. | |
4622 | ||
2650777c JJ |
4623 | 2004-02-02 Jeff Johnston <[email protected]> |
4624 | ||
4625 | * gdb.texinfo (Breakpoints): Add information about pending | |
4626 | breakpoint support. | |
4627 | ||
b4501125 AC |
4628 | 2004-01-26 Andrew Cagney <[email protected]> |
4629 | ||
4630 | * gdb.texinfo (Overview): Delete references to the cisco protocol | |
4631 | including the "N" response. | |
4632 | ||
74055713 AC |
4633 | 2004-01-26 Andrew Cagney <[email protected]> |
4634 | ||
4635 | * gdbint.texinfo (Target Architecture Definition): Rename | |
4636 | EXTRACT_STRUCT_VALUE_ADDRESS to | |
4637 | DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS. | |
a9331b3f | 4638 | |
3bbe9696 EZ |
4639 | 2004-01-24 Eli Zaretskii <[email protected]> |
4640 | ||
4641 | * gdb.texinfo (KOD): Document "show os". Add index entries for | |
4642 | "set/show os" and "info cisco" commands. | |
4643 | ||
5843504f EZ |
4644 | 2004-01-21 Eli Zaretskii <[email protected]> |
4645 | ||
4646 | * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir). | |
4647 | ||
9175c9a3 MC |
4648 | 2004-01-19 Michael Chastain <[email protected]> |
4649 | ||
4650 | * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, | |
4651 | MMAP_BASE_ADDRESS, MMAP_INCREMENT. | |
4652 | ||
8e94b928 NR |
4653 | 2004-01-19 Nick Roberts <[email protected]> |
4654 | ||
4655 | * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to | |
4656 | -stack-list-locals. | |
4657 | (GDB/MI Variable Objects): Describe extension to | |
4658 | -var-list-children. | |
4659 | ||
a20cf136 DJ |
4660 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
4661 | ||
4662 | * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document. | |
4663 | ||
afb18d0f AC |
4664 | 2004-01-17 Andrew Cagney <[email protected]> |
4665 | ||
4666 | * gdbint.texinfo (Target Architecture Definition): Delete | |
4667 | documentation on DEPRECATED_NPC_REGNUM. | |
4668 | ||
b51970ac DJ |
4669 | 2004-01-13 Daniel Jacobowitz <[email protected]> |
4670 | ||
4671 | * gdb.texinfo: Update copyright year. Mention that set | |
4672 | follow-fork-mode is supported on GNU/Linux. Remove documentation of | |
4673 | "set follow-fork-mode ask". | |
4674 | ||
0f0cffd2 AC |
4675 | 2004-01-13 Andrew Cagney <[email protected]> |
4676 | ||
4677 | * gdbint.texinfo: Update copyright year. | |
4678 | (Coding): Add -Wunused-label to list of -Werror warnings. | |
4679 | ||
c552b3bb | 4680 | 2004-01-08 Jason Molenda <[email protected]> |
5ae4183a | 4681 | Eli Zaretskii <[email protected]> |
c552b3bb JM |
4682 | |
4683 | * gdb.texinfo: Update copyright. | |
4684 | (Objective-C): "methodName" typeo fixed. Add @code/@var markup | |
4685 | around names, as appropriate. Minor syntax cleanup of | |
4686 | _NSPrintForDebugger explanation. Two spaces after periods. | |
4687 | GDBN used instead of lit. "gdb". Index entries added for | |
4688 | print-object and _NSPrintForDebugger. @noindent added in one spot. | |
4689 | ||
afe157ca EZ |
4690 | 2003-11-11 Elena Zannoni <[email protected]> |
4691 | ||
4692 | * stabs.texinfo: Add dircategory and direntry commands. | |
4693 | * annotate.texinfo: Ditto. | |
4694 | ||
963e2bb7 AC |
4695 | 2003-11-10 Andrew Cagney <[email protected]> |
4696 | ||
4697 | * gdbint.texinfo (Target Architecture Definition): Replace the | |
4698 | return_value method's "inval" and "outval" parameters with | |
4699 | "readbuf" and "writebuf". | |
4700 | ||
1d8b2f28 JB |
4701 | 2003-10-28 Jim Blandy <[email protected]> |
4702 | ||
4703 | * gdb.texinfo (The F request packet, The F reply packet): Renamed | |
4704 | from "The `F' request packet" and "The `F' reply packet", to make | |
4705 | texi2dvi happy. | |
4706 | (File-I/O remote protocol extension): Update menu entries, too. | |
4707 | ||
36d86913 MC |
4708 | 2003-10-26 Michael Chastain <[email protected]> |
4709 | ||
4710 | * gdb.texinfo (Thread Stops): Document the issue with | |
4711 | premature return from system calls in multi-threaded programs. | |
4712 | ||
ce2826aa AC |
4713 | 2003-10-24 Andrew Cagney <[email protected]> |
4714 | ||
4715 | * annotate.texinfo: Fix "fortunatly"[sic]. | |
4716 | ||
f24c5e49 KI |
4717 | 2003-10-23 Kei Sakamoto <[email protected]> |
4718 | ||
4719 | * gdb.texinfo (Contributors to GDB): Replace "Renesas" | |
4720 | with "Hitachi" and "Mitsubishi". | |
4721 | ||
92ad9cd9 AC |
4722 | 2003-10-20 Andrew Cagney <[email protected]> |
4723 | ||
4724 | * gdbint.texinfo (Target Architecture Definition): Document | |
4725 | gdbarch_return_value. Add cross references from | |
4726 | USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and | |
4727 | STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS. | |
4728 | ||
0ab4b752 MK |
4729 | 2003-10-18 Mark Kettenis <[email protected]> |
4730 | ||
4731 | * gdbint.texinfo (Target Architecture Definition): Document | |
4732 | regset_from_core_section. | |
fb3e19c0 KI |
4733 | |
4734 | 2003-10-16 Kei Sakamot Sakamoto <[email protected]> | |
4735 | ||
4736 | * gdb.texinfo (M32R/D): Mention m32rsdi target. | |
4737 | ||
a9331b3f | 4738 | 2003-10-15 Kevin Buettner <[email protected]> |
e4d5f7e1 KB |
4739 | |
4740 | From Anthony Green <[email protected]>: | |
5ae4183a | 4741 | * gdb.texinfo (Breakpoints related warnings): Insert into menu. |
e4d5f7e1 | 4742 | |
1485d690 KB |
4743 | 2003-10-14 Kevin Buettner <[email protected]> |
4744 | ||
889bf7c5 PA |
4745 | * gdb.texinfo (Breakpoint related warnings): New node. |
4746 | * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document. | |
a9331b3f | 4747 | |
86d30acc DJ |
4748 | 2003-10-13 Daniel Jacobowitz <[email protected]> |
4749 | ||
4750 | * gdb.texinfo (Remote Protocol): Document v and vCont. | |
4751 | ||
172c2a43 KI |
4752 | 2003-10-10 Kei Sakamoto <[email protected]> |
4753 | ||
4754 | * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas". | |
4755 | * gdbint.texinfo: Ditto. | |
4756 | ||
71952f4c AC |
4757 | 2003-10-09 Andrew Cagney <[email protected]> |
4758 | ||
4759 | From 2003-09-18 David Anderson <[email protected]>: | |
4760 | * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with | |
4761 | "command". | |
4762 | ||
268e2188 AC |
4763 | 2003-10-03 Andrew Cagney <[email protected]> |
4764 | ||
4765 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
4766 | IBM6000_TARGET. Mention that it implies an RS/6000 system and not | |
4767 | just target. | |
4768 | ||
12c266ea | 4769 | 2003-10-02 Andrew Cagney <[email protected]> |
2e092625 | 4770 | |
f30992d4 | 4771 | * gdbint.texinfo (Target Architecture Definition): Rename |
12c266ea AC |
4772 | REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE. |
4773 | * gdb.texinfo (Packets, Stop Reply Packets): Ditto. | |
4774 | * gdbint.texinfo (Target Architecture Definition): Rename | |
4775 | ||
4776 | 2003-09-30 Andrew Cagney <[email protected]> | |
4777 | ||
f30992d4 | 4778 | REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE. |
a9331b3f | 4779 | (Target Architecture Definition): |
f30992d4 | 4780 | |
2e092625 AC |
4781 | * gdbint.texinfo (Target Architecture Definition): Rename |
4782 | REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE. | |
4783 | ||
0717ae8a AC |
4784 | 2003-09-29 Andrew Cagney <[email protected]> |
4785 | ||
dad809b7 AC |
4786 | * gdbint.texinfo (Target Architecture Definition): Delete |
4787 | documentation for NEED_TEXT_START_END. | |
4788 | ||
0717ae8a AC |
4789 | * gdbint.texinfo (Target Architecture Definition): Rename |
4790 | NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to | |
4791 | TARGET_WRITE_PC. | |
a9331b3f | 4792 | |
af6cf26d MC |
4793 | 2003-09-22 Michael Chastain <[email protected]> |
4794 | ||
4795 | * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp. | |
4796 | ||
ee206350 AG |
4797 | 2003-09-21 Anthony Green <[email protected]> |
4798 | ||
4799 | * gdbint.texinfo (Target Architecture Definition): Fix typos. | |
4800 | ||
a38c9fe6 MK |
4801 | 2003-09-21 Mark Kettenis <[email protected]> |
4802 | ||
4803 | * gdbint.texinfo (Target Architecture Definition): Document | |
4804 | stabs_argument_has_addr. | |
4805 | ||
77949794 AC |
4806 | 2003-09-18 Andrew Cagney <[email protected]> |
4807 | ||
4808 | * gdbint.texinfo (Target Architecture Definition): Delete | |
4809 | documentation on REGISTER_NAMES. | |
4810 | ||
8e823e25 MK |
4811 | 2003-09-13 Mark Kettenis <[email protected]> |
4812 | ||
4813 | * gdbint.texinfo (Target Architecture Definition): Replace | |
4814 | REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR. | |
4815 | ||
f27dd7fd AC |
4816 | 2003-09-11 Andrew Cagney <[email protected]> |
4817 | ||
4818 | * gdbint.texinfo (Target Architecture Definition): Replace | |
4819 | STACK_ALIGN with DEPRECATED_STACK_ALIGN. | |
4820 | ||
8b148df9 AC |
4821 | 2003-08-18 Andrew Cagney <[email protected]> |
4822 | ||
4823 | * gdbint.texinfo (Target Architecture Definition): Document | |
4824 | "frame_red_zone_size". | |
4825 | ||
25d29d70 AC |
4826 | 2003-08-09 Andrew Cagney <[email protected]> |
4827 | ||
4828 | * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main" | |
4829 | with "set/show backtrace past-main" and "set/show backtrace | |
4830 | limit". | |
4831 | ||
c938e9b0 L |
4832 | 2003-08-08 H.J. Lu <[email protected]> |
4833 | ||
4834 | * Makefile.in (install-info): Support DESTDIR. | |
4835 | (install-html): Likewise. | |
4836 | ||
64fabec2 AC |
4837 | 2003-08-07 Andrew Cagney <[email protected]> |
4838 | ||
4839 | Patch from Nick Roberts. | |
4840 | * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key | |
4841 | bindings. Remove description of send-gdb-command. | |
4842 | ||
2fcf52f0 AC |
4843 | 2003-08-07 Andrew Cagney <[email protected]> |
4844 | ||
4845 | * gdb.texinfo (Mode Options): Mention that "mi2" was included in | |
4846 | GDB 6.0. | |
4847 | ||
086432e2 AC |
4848 | 2003-08-06 Andrew Cagney <[email protected]> |
4849 | ||
4850 | * gdb.texinfo (Mode Options): Mention that level three is the | |
4851 | highest available and that level 2 is deprecated. | |
4852 | (Annotations Overview): Mention annotation levels. Cross reference | |
4853 | to "Limitations of the Annotation Interface" in annotate.texi. | |
4854 | (TODO, Value Annotations, Frame Annotations): Delete section. | |
4855 | (Displays, Breakpoint Info): Delete. | |
4856 | ||
e5249f67 AC |
4857 | 2003-08-04 Andrew Cagney <[email protected]> |
4858 | ||
4859 | * agentexpr.texi: Delete @bye. | |
4860 | * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi" | |
4861 | (stabs.info): Add $(srcdir) to include search path. | |
4862 | (html): Depend on "annotate_toc.html", and not "annotate.html". | |
4863 | * stabs.texinfo: Ditto. Include "fdl.texi". | |
4864 | * gdbint.texinfo: Update copyright statement's list of invariant | |
4865 | sections. | |
4866 | ||
e6f672d2 AC |
4867 | 2003-07-28 Andrew Cagney <[email protected]> |
4868 | ||
4869 | * Makefile.in (INFO_DEPS): Add annotate.info. | |
4870 | (dvi, ps, html, pdf): Add annotate. | |
4871 | (ANNOTATE_DOC_SOURCE_INCLUDES): New macro. | |
4872 | (ANNOTATE_DOC_BUILD_INCLUDES): New macro. | |
4873 | (ANNOTATE_DOC_FILES): New macro. | |
4874 | (ANNOTATE_TEX_TMPS): New macro. | |
4875 | (annotate.info, annotate_toc.html): Specify dependencies. | |
4876 | (annotate.ps, annotate.pdf, annotate.dvi): Ditto. | |
4877 | * annotate.texinfo: Rename annotate.texi. Get building. Add | |
4878 | "Migrating to GDB/MI" and "Limitations of the Annotation | |
4879 | Interface" chapters. Mention why it is not part of the user | |
4880 | guide. Update copyright notice. Include "fdl.texi". | |
4881 | ||
72ffddc9 SC |
4882 | 2003-07-26 Stephane Carrez <[email protected]> |
4883 | ||
4884 | * gdb.texinfo (TUI Keys): Document C-x o key to switch active window. | |
4885 | ||
a9f12a31 DJ |
4886 | 2003-07-24 Daniel Jacobowitz <[email protected]> |
4887 | ||
4888 | * gdbint.texinfo (libgdb components): Correct a GDB to GDBN. | |
4889 | ||
b1fe9455 DJ |
4890 | 2003-07-24 Daniel Jacobowitz <[email protected]> |
4891 | ||
4892 | * gdb.texinfo (Server): Mention pidof. | |
4893 | ||
153721e6 AC |
4894 | 2003-07-22 Andrew Cagney <[email protected]> |
4895 | ||
4896 | * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror | |
4897 | list. | |
4898 | ||
0fac0b41 DJ |
4899 | 2003-06-28 Daniel Jacobowitz <[email protected]> |
4900 | ||
4901 | * gdb.texinfo (Logging output): New chapter. | |
4902 | ||
4e562065 JB |
4903 | 2003-06-24 Joel Brobecker <[email protected]> |
4904 | ||
4905 | * gdb.texinfo (Unsupported languages): New section. | |
4906 | (Languages): Add link to new section. | |
4907 | ||
f2c06f52 AC |
4908 | 2003-06-22 Andrew Cagney <[email protected]> |
4909 | ||
4910 | * gdb.texinfo (Contributors): Mention 6.0 release engineer. | |
4911 | ||
b4177fca DJ |
4912 | 2003-06-22 Daniel Jacobowitz <[email protected]> |
4913 | ||
4914 | * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers. | |
4915 | ||
f418dd93 DJ |
4916 | 2003-06-22 Daniel Jacobowitz <[email protected]> |
4917 | ||
4918 | * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi. | |
4919 | * agentexpr.texi: Retitle section, and change it to an appendix. | |
4920 | Comment out texinfo initialization. Factor a @var{} into two | |
4921 | pieces to prevent makeinfo warnings. | |
4922 | * gdb.texinfo: Add Agent Expressions appendix. | |
4923 | ||
4ca61388 DJ |
4924 | 2003-06-19 Daniel Jacobowitz <[email protected]> |
4925 | ||
4926 | * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED. | |
4927 | ||
07f31aa6 DJ |
4928 | 2003-06-18 Daniel Jacobowitz <[email protected]> |
4929 | ||
5ae4183a | 4930 | * gdb.texinfo (Remote Debugging): New section "Connecting to a |
07f31aa6 DJ |
4931 | remote target". Document the "detach" and "disconnect" commands. |
4932 | (Server, Netware, Debug Session): Reference "Connecting to a | |
4933 | remote target". | |
4934 | (GDB/MI Target Manipulation): Document "-target-disconnect". | |
4935 | ||
2dd0da42 AC |
4936 | 2003-06-13 Andrew Cagney <[email protected]> |
4937 | ||
4938 | * gdbint.texinfo (Target Architecture Definition): Deprecate | |
4939 | REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and | |
4940 | BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC. | |
4941 | ||
e7a3abfc JB |
4942 | 2003-06-09 Jim Blandy <[email protected]> |
4943 | ||
4944 | * gdb.texinfo (Separate Debug Files): Remove extra semicolon. | |
4945 | ||
25e3a86b AC |
4946 | 2003-06-08 Andrew Cagney <[email protected]> |
4947 | ||
4948 | * gdbint.texinfo (Target Architecture Definition): Delete | |
4949 | documentation on FRAME_ARGS_ADDRESS_CORRECT. | |
4950 | ||
a9e5fdc2 AC |
4951 | 2003-06-08 Andrew Cagney <[email protected]> |
4952 | ||
4953 | * gdbint.texinfo (Target Architecture Definition): Document | |
4954 | "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP. | |
4955 | ||
b37303ee AF |
4956 | 2003-06-07 Adam Fedor <[email protected]> |
4957 | ||
4958 | * gdb.texinfo: Add Objective-C documentation. | |
4959 | ||
39fe6e80 AC |
4960 | 2003-06-01 Andrew Cagney <[email protected]> |
4961 | ||
4962 | * gdbint.texinfo (Target Architecture Definition): Add "func_addr" | |
4963 | parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr". | |
4964 | ||
125309b2 AC |
4965 | 2003-05-21 Andrew Cagney <[email protected]> |
4966 | ||
4967 | * gdbint.texinfo (Target Architecture Definition): Delete | |
4968 | references to "extract_address" and "store_address". | |
4969 | ||
b8b527c5 AC |
4970 | 2003-05-16 Andrew Cagney <[email protected]> |
4971 | ||
4972 | * gdbint.texinfo (Target Architecture Definition): Replace | |
4973 | REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo, | |
4974 | DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE. | |
4975 | ||
50e3ee83 TR |
4976 | 2003-05-14 Theodore A. Roth <[email protected]> |
4977 | ||
4978 | * gdbint.texinfo (Breakpoint Handling): Correct a double negative. | |
4979 | ||
44e2be90 L |
4980 | 2003-05-10 H.J. Lu <[email protected]> |
4981 | ||
4982 | * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S). | |
4983 | (gdb.dvi): Likewise. | |
4984 | (gdb.pdf): Likewise. | |
4985 | (links2roff): Likewise. | |
4986 | ||
df5215a6 JB |
4987 | 2003-05-08 Jim Blandy <[email protected]> |
4988 | ||
4989 | * gdb.texinfo (Dump/Restore Files): Update documentation for | |
4990 | 'dump', 'append', and 'restore': note that format argument is | |
4991 | optional; simplify presentation of the command variants; and be | |
4992 | more precise about the formats. | |
4993 | ||
5e7b2f39 JB |
4994 | 2003-05-07 Jim Blandy <[email protected]> |
4995 | ||
4996 | * gdb.texinfo (Symbols): Update documentation: 'maint list | |
4997 | symtabs' and 'maint list psymtabs' have been renamed 'maint info | |
4998 | symtabs' and 'maint info psymtabs'. | |
4999 | ||
b1e29e33 AC |
5000 | 2003-05-05 Andrew Cagney <[email protected]> |
5001 | ||
5002 | * gdbint.texinfo (Target Architecture Definition): Make | |
5003 | CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH, | |
5004 | FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and | |
5005 | CALL_DUMMY_BREAKPOINT_OFFSET deprecated. | |
5006 | ||
00905d52 AC |
5007 | 2003-05-04 Andrew Cagney <[email protected]> |
5008 | ||
5009 | * gdb.texinfo (Maintenance Commands): Document "maint print | |
5010 | dummy-frames". | |
5011 | ||
54ff5908 AC |
5012 | 2003-05-04 Andrew Cagney <[email protected]> |
5013 | ||
5014 | * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}. | |
5015 | ||
32e7087d JB |
5016 | 2003-05-03 J. Brobecker <[email protected]> |
5017 | ||
5018 | Thierry Schneider <[email protected]> | |
5019 | * gdb.texinfo (section GDB/MI Symbol Query): Add documentation | |
5020 | for new MI command. | |
5021 | ||
7043d8dc AC |
5022 | 2003-05-03 Andrew Cagney <[email protected]> |
5023 | ||
5024 | * gdbint.texinfo (Target Architecture Definition): Document | |
5025 | push_dummy_code. Add cross references. | |
5026 | ||
e33d66ec EZ |
5027 | 2003-05-02 Elena Zannoni <[email protected]> |
5028 | ||
5029 | * gdb.texinfo (Character Sets): Update to reflect new behavior of | |
5030 | set/show charsets commands. | |
5031 | ||
0ba6dca9 AC |
5032 | 2003-04-28 Andrew Cagney <[email protected]> |
5033 | ||
5034 | * gdbint.texinfo (Target Architecture Definition): Replace | |
5035 | read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp, | |
5036 | DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM. | |
5037 | ||
d7a27068 AC |
5038 | 2003-04-28 Andrew Cagney <[email protected]> |
5039 | ||
5040 | * gdbint.texinfo (Target Architecture Definition): Rename | |
5041 | "tm_print_insn" to "deprecated_tm_print_insn". | |
5042 | ||
44ea7b70 JB |
5043 | 2003-04-09 Jim Blandy <[email protected]> |
5044 | ||
5045 | * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint | |
5046 | list psymtabs'. | |
5047 | ||
fb8f8949 AC |
5048 | 2003-04-08 Andrew Cagney <[email protected]> |
5049 | ||
5050 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5051 | references to EXTRA_FRAME_INFO. | |
5052 | ||
32fb0f22 AC |
5053 | 2003-04-08 Andrew Cagney <[email protected]> |
5054 | ||
5055 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5056 | PRINT_TYPELESS_INTEGER. | |
5057 | ||
6be67e67 JB |
5058 | 2003-04-02 J. Brobecker <[email protected]> |
5059 | ||
5060 | * observer.texi (GDB Observers): Adjust the documentation for the | |
5061 | normal_stop notification to better describe reality. Fix a couple | |
5062 | of minor typos. | |
5063 | ||
4e35d5f0 BR |
5064 | 2003-04-02 Bob Rossi <[email protected]> |
5065 | ||
a9331b3f | 5066 | * gdb.texinfo (GDB/MI Program Control): Add |
4e35d5f0 BR |
5067 | '-file-list-exec-source-file' |
5068 | ||
e8a8712a AC |
5069 | 2003-03-31 Andrew Cagney <[email protected]> |
5070 | ||
5071 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5072 | references to CALL_DUMMY_P. | |
5073 | ||
6c0e89ed AC |
5074 | 2003-03-30 Andrew Cagney <[email protected]> |
5075 | ||
5076 | * gdbint.texinfo (Target Architecture Definition): Remove | |
5077 | reference to TARGET_WRITE_SP. | |
a9331b3f | 5078 | |
378bfd1b AC |
5079 | 2003-03-27 Andrew Cagney <[email protected]> |
5080 | ||
5081 | * gdbint.texinfo (Target Architecture Definition): Remove | |
5082 | references to write_sp. | |
6c0e89ed | 5083 | |
922fbb7b AC |
5084 | 2003-03-27 Andrew Cagney <[email protected]> |
5085 | ||
5086 | * gdb.texinfo (GDB/MI Variable Objects): Replace @include with | |
5087 | chapter body. Use @smallexample instead of @example. | |
5088 | (Annotations): Ditto. | |
5089 | * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and | |
5090 | annotate.texi. | |
5091 | ||
b81774d8 AC |
5092 | 2003-03-26 Andrew Cagney <[email protected]> |
5093 | ||
5094 | * gdbint.texinfo (Target Architecture Definition): Replace | |
5095 | PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and | |
5096 | dummy_addr parameters. | |
5097 | ||
1bf6d5cc AC |
5098 | 2003-03-25 Andrew Cagney <[email protected]> |
5099 | ||
5100 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5101 | reference to CALL_DUMMY_STACK_ADJUST_P. Rename | |
5102 | CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST. | |
5103 | Add reference to PUSH_ARGUMENTS. | |
5104 | ||
618ce49f AC |
5105 | 2003-03-23 Andrew Cagney <[email protected]> |
5106 | ||
5107 | * gdbint.texinfo (Algorithms, Target Architecture Definition): | |
5108 | Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID. | |
5109 | ||
bcd7e15f JB |
5110 | 2003-03-18 J. Brobecker <[email protected]> |
5111 | ||
5112 | * gdbint.texinfo (Algorithms): Add new section describing the | |
5113 | Observer paradigm. | |
5114 | (Top): Add menu entry to new observer appendix. | |
5115 | * observer.texi: New file. | |
5116 | * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on | |
5117 | new observer.texi file. | |
5118 | ||
9fe8321b AC |
5119 | 2003-03-17 Andrew Cagney <[email protected]> |
5120 | ||
5121 | * gdb.texinfo (DATE): Delete. Remove date from titles. Mention | |
5122 | that GNU Press update the manual version number. | |
5123 | ||
ac2adee5 AC |
5124 | 2003-03-12 Andrew Cagney <[email protected]> |
5125 | ||
5126 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5127 | references to get_saved_register. Rename GET_SAVED_REGISTER to | |
5128 | DEPRECATED_GET_SAVED_REGISTER. | |
5129 | ||
749b82f6 AC |
5130 | 2003-03-13 Andrew Cagney <[email protected]> |
5131 | ||
5132 | * gdbint.texinfo (Target Architecture Definition): Replace | |
5133 | POP_FRAME with DEPRECATED_POP_FRAME. Update description. | |
5134 | ||
8bedc050 AC |
5135 | 2003-03-12 Andrew Cagney <[email protected]> |
5136 | ||
5137 | * gdbint.texinfo (Target Architecture Definition): Rename | |
5138 | FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC. | |
a9331b3f | 5139 | |
0ce1b118 CV |
5140 | 2003-03-10 Corinna Vinschen <[email protected]> |
5141 | ||
5142 | * gdb.texinfo: Add File-I/O documentation. | |
5143 | ||
12cc2063 AC |
5144 | 2003-03-10 Andrew Cagney <[email protected]> |
5145 | ||
5146 | * gdbint.texinfo (Target Architecture Definition): Cross reference | |
5147 | FRAME_SAVED_PC to unwind_pc. Document unwind_pc. | |
5148 | ||
7453dc06 AC |
5149 | 2003-03-07 Andrew Cagney <[email protected]> |
5150 | ||
5151 | * gdb.texinfo (Debugging Output): Mention the "set/show debug | |
5152 | frame" command. | |
5153 | ||
6314f104 AC |
5154 | 2003-03-05 Andrew Cagney <[email protected]> |
5155 | ||
5156 | * gdbint.texinfo (Target Architecture Definition): Document | |
5157 | unwind_dummy_id. Cross reference unwind_dummy_id and | |
5158 | SAVE_DUMMY_FRAME_TOS. | |
5159 | ||
f1212245 DJ |
5160 | 2003-03-05 James Ingham <[email protected]> |
5161 | Daniel Jacobowitz <[email protected]> | |
5162 | ||
5163 | * gdb.texinfo (Configuring the current ABI): Document "set cp-abi" | |
5164 | and "show cp-abi". | |
5165 | ||
77e7e267 AC |
5166 | 2003-03-03 Andrew Cagney <[email protected]> |
5167 | ||
5168 | * gdbint.texinfo (Target Architecture Definition): Document | |
5169 | register_type. | |
5170 | ||
838a8221 AC |
5171 | 2003-03-03 Andrew Cagney <[email protected]> |
5172 | ||
5173 | * stabs.texinfo (Structures): Use @samp and separate @var's | |
5174 | instead of a single @var containing a comma separated list. | |
5175 | (Unions): Ditto. | |
5176 | ||
d7f4a264 DJ |
5177 | 2003-03-02 Daniel Jacobowitz <[email protected]> |
5178 | ||
5179 | * Makefile.in (distclean): Remove config.log. | |
5180 | ||
f30ee0bc AC |
5181 | 2003-03-01 Andrew Cagney <[email protected]> |
5182 | ||
5183 | * gdbint.texinfo (Target Architecture Definition): Rename | |
5184 | FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS. | |
5185 | ||
5186 | 2003-03-01 Andrew Cagney <[email protected]> | |
e9582e71 AC |
5187 | |
5188 | * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to | |
5189 | DEPRECATED_INIT_EXTRA_FRAME_INFO. | |
5190 | ||
be448670 CF |
5191 | 2003-02-23 Raoul Gough <[email protected]> |
5192 | ||
5193 | * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols. | |
5194 | (Non-debug DLL symbols): New node, describing the minimal symbols | |
5195 | loaded from DLLs without real debugging symbols. | |
5196 | ||
501eef12 AC |
5197 | 2003-02-20 Andrew Cagney <[email protected]> |
5198 | ||
5199 | * gdb.texinfo (Set Breaks): Add cross reference to "set remote | |
5200 | hardware-breakpoint-limit". | |
5201 | (Set Watchpoints): Add cross reference to "set remote | |
5202 | hardware-watchpoint-limit". | |
5203 | (Remote configuration options): New section. | |
5204 | ||
21c294e6 AC |
5205 | 2003-02-04 Andrew Cagney <[email protected]> |
5206 | ||
e9be73e4 AC |
5207 | * gdbint.texinfo (Target Architecture Definition): Delete |
5208 | descrption of IS_TRAPPED_INTERNALVAR. | |
5209 | ||
21c294e6 AC |
5210 | From Keith Seitz <[email protected]>: |
5211 | * gdb.texinfo (Interpreters): New chapter. Refer the command-line | |
5212 | option "-i"/"--interpreter" to this chapter. Include index | |
5213 | entries. | |
5214 | ||
0179ffac DC |
5215 | 2003-02-04 David Carlton <[email protected]> |
5216 | ||
5217 | * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+. | |
5218 | (Variables): Recommend stabs+ and DWARF 2. | |
5219 | (C plus plus expressions): Correct info about | |
5220 | compiler versions, debug formats. | |
5221 | (Contributors): Change 'DWARF2' to 'DWARF 2'. | |
5222 | PR symtab/874. | |
5223 | ||
7ca9f392 AC |
5224 | 2003-02-01 Andrew Cagney <[email protected]> |
5225 | ||
5226 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5227 | description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES, | |
5228 | ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and | |
5229 | BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with | |
5230 | references to nindy and i960. | |
5231 | * gdb.texinfo (i960): Delete all references to i960 and nindy. | |
5232 | ||
31a85ea2 AC |
5233 | 2003-02-01 Andrew Cagney <[email protected]> |
5234 | ||
5235 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5236 | FLOAT_INFO. | |
5237 | ||
6b894e49 AC |
5238 | 2003-01-30 Andrew Cagney <[email protected]> |
5239 | ||
5240 | * stabs.texinfo (Member Type Descriptor): Clarify description of | |
5241 | `@'. Suggested by Ben Hutchings. | |
5242 | ||
c48861fb AC |
5243 | 2003-01-29 Andrew Cagney <[email protected]> |
5244 | ||
5245 | * gdb.texinfo (M68K): Delete reference to es1800. | |
5246 | ||
617073a9 AC |
5247 | 2003-01-29 Andrew Cagney <[email protected]> |
5248 | ||
5249 | * gdb.texinfo (Maintenance Commands): Document `maint print | |
5250 | reggroups' and `maint print register-groups'. | |
5251 | * gdbint.texinfo (Target Architecture Definition): Document | |
5252 | register_reggroup_p. | |
5253 | ||
5b5d99cf JB |
5254 | 2003-01-23 Jim Blandy <[email protected]> |
5255 | ||
5256 | * gdb.texinfo (Separate Debug Files): New section. | |
5257 | ||
e7ba9c65 DJ |
5258 | 2003-01-22 Daniel Jacobowitz <[email protected]> |
5259 | ||
5260 | * gdb.texinfo (Maintenance Commands): Add "maint set profile" | |
5261 | and "maint show profile". | |
5262 | ||
94e91d6d MC |
5263 | 2003-01-16 Michael Chastain <[email protected]> |
5264 | ||
5265 | * gdb.texinfo (Installing GDB): Warn against | |
5266 | ".../gdb-VERSION/gdb/configure". | |
5267 | (Separate Objdir): Likewise. | |
5268 | ||
867f3898 AC |
5269 | 2003-01-15 Andrew Cagney <[email protected]> |
5270 | ||
5271 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5272 | definition of PRINT_REGISTER_HOOK. | |
5273 | ||
f153cc92 EZ |
5274 | 2003-01-15 Elena Zannoni <[email protected]> |
5275 | ||
5276 | (OpenRISC 1000): Fix formatting of command names. | |
5277 | ||
c60eb6f1 EZ |
5278 | 2003-01-15 Elena Zannoni <[email protected]> |
5279 | ||
5280 | * gdb.texinfo (Continuing and Stepping): Add new command | |
5281 | 'advance'. Clarify behavior of 'until'. | |
5282 | ||
f5ebfba0 DJ |
5283 | 2003-01-13 Daniel Jacobowitz <[email protected]> |
5284 | ||
5285 | * gdb.texinfo (Files): Document solib-absolute-prefix and | |
5286 | solib-search-path. | |
5287 | ||
4ce8657e MC |
5288 | 2003-01-09 Michael Chastain <[email protected]> |
5289 | ||
5290 | * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete. | |
5291 | (Create a Release): Add new instructions for new @file{src-release}. | |
5292 | Document existing instructions for @file{Makefile.in} as | |
5293 | being for @value{GDBN} 5.3.1 or earlier. | |
5294 | ||
372613e3 AC |
5295 | 2003-01-09 Andrew Cagney <[email protected]> |
5296 | ||
5297 | * gdbint.texinfo (Target Architecture Definition): Mention | |
5298 | frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to | |
5299 | allocate memory. | |
5300 | ||
b4e9345d DJ |
5301 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
5302 | ||
5303 | * gdb.texinfo (Controlling GDB): Add @kindex for | |
5304 | "show osabi". | |
5305 | (Backtraces): Add @kindex's for backtrace-below-main. | |
5306 | ||
98b45e30 DJ |
5307 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
5308 | ||
5309 | * gdb.texinfo (Controlling GDB): Document "set osabi". | |
5310 | ||
95f90d25 DJ |
5311 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
5312 | ||
5313 | * gdb.texinfo (Backtraces): Document "set backtrace-below-main". | |
5314 | * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation. | |
5315 | ||
1e698235 DJ |
5316 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
5317 | ||
5318 | * gdb.texinfo (Controlling GDB): Add ABI section. Document | |
5319 | "set coerce-float-to-double". | |
5320 | * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation. | |
5321 | ||
e632838e AC |
5322 | 2003-01-02 Andrew Cagney <[email protected]> |
5323 | ||
5324 | * stabs.texinfo: Remove obsolete text. | |
5325 | * gdbint.texinfo: Ditto. | |
5326 | * gdb.texinfo: Ditto. | |
5327 | ||
c133ab7a MK |
5328 | 2002-12-22 Mark Kettenis <[email protected]> |
5329 | ||
5330 | * gdbint.texinfo (Target Architecture Definition): Update | |
5331 | description of gdbarch_register_osabi. | |
5332 | ||
f821f325 KH |
5333 | 2002-12-20 Kazu Hirata <[email protected]> |
5334 | ||
5335 | * agentexpr.texi: Fix typos. | |
5336 | * annotate.texi: Likewise. | |
5337 | * fdl.texi: Likewise. | |
5338 | ||
85a6d8d3 | 5339 | 2002-12-10 Andrew Cagney <[email protected]> |
a5afb99f AC |
5340 | |
5341 | * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with | |
5342 | DEPRECATED_INIT_FRAME_PC. | |
5343 | ||
ae45cd16 AC |
5344 | 2002-12-01 Andrew Cagney <[email protected]> |
5345 | ||
5346 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5347 | PC_IN_CALL_DUMMY. | |
5348 | ||
07555a72 AC |
5349 | 2002-11-28 Andrew Cagney <[email protected]> |
5350 | ||
5351 | * gdbint.texinfo (Host Definition): Delete documentation on | |
5352 | USE_GENERIC_DUMMY_FRAMES. | |
5353 | ||
c166cdc7 EZ |
5354 | 2002-11-26 Elena Zannoni <[email protected]> |
5355 | ||
5ae4183a | 5356 | Fix PR gdb/723 and PR gdb/245. |
c166cdc7 EZ |
5357 | * Makefile.in (install-info): Run the install-info command as part |
5358 | of the post install steps only. | |
5359 | (uninstall-info): New target. | |
5360 | (uninstall): New target. | |
5361 | ||
35db0260 EZ |
5362 | 2002-11-22 Elena Zannoni <[email protected]> |
5363 | ||
5364 | * Makefile.in (install): Make install do some real work. | |
5365 | ||
9ba8d803 AC |
5366 | 2002-11-19 Andrew Cagney <[email protected]> |
5367 | ||
5368 | Fix POSIX problem reported by Paul Eggert. | |
5369 | * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'. | |
5370 | Fix PR gdb/527. | |
5371 | ||
903ad3a6 AC |
5372 | 2002-10-26 Andrew Cagney <[email protected]> |
5373 | ||
5374 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5375 | definition of DO_REGISTERS_INFO. | |
5376 | ||
f2abfe65 KB |
5377 | 2002-10-18 Kevin Buettner <[email protected]> |
5378 | ||
5379 | * gdbint.texinfo (Address Classes): Fix problems with insertion | |
5380 | of ``{'' and ``}'' in example. | |
5381 | ||
b5b0480a KB |
5382 | 2002-10-17 Kevin Buettner <[email protected]> |
5383 | ||
5384 | * gdbint.texinfo (Address Classes): New section. | |
5385 | (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, | |
5386 | ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS, | |
5387 | ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and | |
5388 | ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P. | |
5389 | ||
c85508ee KD |
5390 | 2002-10-11 Klee Dienes <[email protected]> |
5391 | ||
5392 | * gdb.texinfo (Registers): Mention vector registers as well as | |
5393 | floating registers in the documentation for 'info registers' and | |
5394 | 'info all-registers'. | |
5395 | ||
6d12fc3d DJ |
5396 | 2002-10-11 Daniel Jacobowitz <[email protected]> |
5397 | ||
5398 | * gdbint.texinfo (CPLUS_MARKER): Remove item. | |
5399 | ||
8d19fbd2 JJ |
5400 | 2002-10-03 Jeff Johnston <[email protected]> |
5401 | ||
5402 | * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int | |
5403 | interface definition. | |
5404 | ||
a37295f9 MM |
5405 | 2002-10-03 Marko Mlinar <[email protected]> |
5406 | ||
5407 | * gdb.texinfo (Target Commands): Add or1k target specific | |
5408 | commands. | |
5409 | * gdb.texinfo (Contributors): Add myself to the contributors list. | |
5410 | ||
da0f9dcd AC |
5411 | 2002-10-01 Andrew Cagney <[email protected]> |
5412 | ||
5413 | * gdb.texinfo (Mode Options): Update --interpreter option. "mi2" | |
5414 | and "mi1" instead of "mi1" and "mi0". | |
5415 | ||
2e834e49 HPN |
5416 | 2002-09-29 Hans-Peter Nilsson <[email protected]> |
5417 | ||
5418 | * gdb.texinfo (Packets): Fix typos "alligned". | |
5419 | Correct z3/Z3 description. Correct z4/Z4 title. | |
5420 | ||
050be0dc AC |
5421 | 2002-09-27 Andrew Cagney <[email protected]> |
5422 | ||
5423 | * all-cfg.texi: Use @sc for GDB and GCC. Update copyright. | |
5424 | ||
1104b9e7 KB |
5425 | 2002-09-25 Kevin Buettner <[email protected]> |
5426 | ||
5427 | * gdb.texinfo: Use GNU/Linux instead of Linux. | |
5428 | ||
512217c7 AC |
5429 | 2002-09-25 Andrew Cagney <[email protected]> |
5430 | ||
5431 | * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''. | |
5432 | ||
10998722 AC |
5433 | 2002-09-24 Andrew Cagney <[email protected]> |
5434 | ||
512217c7 | 5435 | * gdb.texinfo: Replace @example with @smallexample. |
10998722 | 5436 | |
a0eb71c5 KB |
5437 | 2002-09-20 Kevin Buettner <[email protected]> |
5438 | ||
f7dc1244 | 5439 | From Eli Zaretskii <[email protected]>: |
a0eb71c5 KB |
5440 | * gdb.texinfo (Character Sets): Use @smallexample instead of |
5441 | @example. Use GNU/Linux instead of Linux. | |
5442 | ||
5443 | 2002-09-20 Jim Blandy <[email protected]> | |
5444 | ||
5445 | * gdb.texinfo: Add character set documentation. | |
5446 | ||
2f870471 AC |
5447 | 2002-09-19 Andrew Cagney <[email protected]> |
5448 | ||
5449 | * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation. | |
5450 | (Packets): Add cross reference from `b' packet to `z' packets. | |
5451 | ||
790eb8f5 AC |
5452 | 2002-09-19 Andrew Cagney <[email protected]> |
5453 | ||
8d30a00d AC |
5454 | * gdb.texinfo (Maintenance Commands): Document ``maint |
5455 | internal-error'' and ``maint internal-warning''. | |
5456 | ||
790eb8f5 AC |
5457 | * gdbint.texinfo (Target Architecture Definition): Revise |
5458 | description of STACK_ALIGN. Add description of FRAME_ALIGN. | |
5459 | ||
a23a7bf1 JB |
5460 | 2002-09-19 Joel Brobecker <[email protected]> |
5461 | ||
5462 | * gdbint.texinfo (Target Conditionals): Document the new | |
5463 | NAME_OF_MALLOC macro. | |
5464 | ||
299ffc64 AC |
5465 | 2002-09-05 Andrew Cagney <[email protected]> |
5466 | ||
5467 | * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release | |
5468 | engineer. | |
5469 | ||
b7bb15bc SC |
5470 | 2002-09-02 Stephane Carrez <[email protected]> |
5471 | ||
5472 | * gdb.texinfo (TUI Overview): Document status line fields. | |
5473 | ||
3d757584 SC |
5474 | 2002-09-02 Stephane Carrez <[email protected]> |
5475 | ||
5476 | * gdb.texinfo (TUI Commands): Document info win command. | |
5477 | ||
269c21fe SC |
5478 | 2002-09-01 Stephane Carrez <[email protected]> |
5479 | ||
5480 | * gdb.texinfo (TUI Overview): Document breakpoint markers. | |
5481 | ||
7cf36c78 SC |
5482 | 2002-09-01 Stephane Carrez <[email protected]> |
5483 | ||
5484 | * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode. | |
5485 | (TUI Keys): Likewise. | |
5486 | ||
d2c6833e AC |
5487 | 2002-08-25 Andrew Cagney <[email protected]> |
5488 | ||
5489 | * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-'' | |
5490 | for a packet receive. | |
5491 | ||
46d8b1c3 AC |
5492 | 2002-08-25 Andrew Cagney <[email protected]> |
5493 | ||
5494 | * Makefile.in (clean): Move to end of file. | |
5495 | (distclean, maintainer-clean, realclean): Ditto. | |
5496 | (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS, | |
5497 | GDBINT_TEX_TMPS, STABS_TEX_TMPS. | |
5498 | (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi. | |
5499 | (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto. | |
5500 | ||
b0787093 AC |
5501 | 2002-08-24 Andrew Cagney <[email protected]> |
5502 | ||
5503 | * Makefile.in (GDBINT_TEX_TMPS): Define. | |
5504 | (gdbint.dvi, gdbint.pdf): Use | |
5505 | (GDB_TEX_TMPS): Define. | |
5506 | (gdb.dvi, gdb.pdf): Use. | |
5507 | (STABS_TEX_TMPS): Define. | |
5508 | (stabs.dvi, stabs.pdf): Use. | |
5509 | (GDB_DOC_SOURCE_INCLUDES): New macros. | |
5510 | (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros. | |
5511 | (GDBINT_DOC_FILES_INCLUDES): New macros. | |
5512 | (GDBINT_DOC_BUILD_INCLUDES): New macros. | |
5513 | (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros. | |
5514 | (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros. | |
5515 | (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros. | |
5516 | (links2roff): Replace SFILES_INCLUDED with | |
5517 | GDB_DOC_SOURCE_INCLUDES. | |
5518 | (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies. | |
5519 | (gdb.me, gdb.mm, gdb.ms): Update dependencies. | |
5520 | (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update | |
5521 | dependencies. | |
5522 | (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update | |
5523 | dependencies. | |
5524 | (gdbmi.texinfo): Delete rule. | |
5525 | (inc-hist.texinfo): Delete rule. | |
5526 | (rluser.texinfo): Delete rule. | |
5527 | ||
ebba8386 AC |
5528 | 2002-08-23 Andrew Cagney <[email protected]> |
5529 | ||
5530 | * gdbint.texinfo (Target Architecture Definition): Update | |
5531 | STORE_RETURN_VALUE, mention regcache. | |
5532 | ||
0ab7a791 AC |
5533 | 2002-08-21 Andrew Cagney <[email protected]> |
5534 | ||
5535 | * gdbint.texinfo (Target Architecture Definition): Document | |
5536 | print_registers_info. Note that DO_REGISTERS_INFO is deprecated. | |
5537 | ||
ee2d5c50 AC |
5538 | 2002-08-19 Andrew Cagney <[email protected]> |
5539 | ||
5540 | * gdb.texinfo (Remote Protocol): Reformat. Use cross references. | |
5541 | Fix minor typos. Add index entries. | |
5542 | ||
53c69bd7 AC |
5543 | 2002-08-18 Andrew Cagney <[email protected]> |
5544 | ||
5545 | * gdb.texinfo (Data): Add ``Vector Unit'' to menu. | |
5546 | ||
e76f1f2e AC |
5547 | 2002-08-15 Andrew Cagney <[email protected]> |
5548 | ||
5549 | * gdbint.texinfo (Target Architecture Definition): Document | |
5550 | PRINT_VECTOR_INFO. | |
5551 | * gdb.texinfo (Vector Unit): Document "info vectors" command. | |
5552 | ||
0680b120 AC |
5553 | 2002-08-13 Andrew Cagney <[email protected]> |
5554 | ||
5555 | * gdb.texinfo (Maintenance Commands): Document "maint print | |
5556 | registers", "maint print raw-registers" and "maint print | |
5557 | cooked-registers". | |
5558 | ||
3c3bea1c GS |
5559 | 2002-08-08 Grace Sainsbury <[email protected]> |
5560 | ||
a9331b3f | 5561 | From Mark Salter: |
3c3bea1c GS |
5562 | * gdb.texinfo (Protocol): Document T packet extension to |
5563 | allow watchpoint address reporting. | |
5564 | ||
42f9b0a5 AC |
5565 | 2002-08-03 Andrew Cagney <[email protected]> |
5566 | ||
5567 | * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var. | |
5568 | ||
db034ac5 AC |
5569 | 2002-08-01 Andrew Cagney <[email protected]> |
5570 | ||
5571 | * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references | |
5572 | to CHILL. | |
5573 | ||
e2b28d04 AC |
5574 | 2002-08-01 Andrew Cagney <[email protected]> |
5575 | ||
5576 | * gdbint.texinfo (Coding): Revise section "Include Files". | |
5577 | ||
7fb623f7 AC |
5578 | 2002-07-24 Andrew Cagney <[email protected]> |
5579 | ||
5580 | * gdbint.texinfo: Obsolete references to m88k. | |
5581 | * gdb.texinfo: Ditto. | |
5582 | ||
4a2b4636 JB |
5583 | 2002-07-10 Joel Brobecker <[email protected]> |
5584 | ||
7fb623f7 | 5585 | * gdbint.texinfo (Create a release candiate): Add the location |
4a2b4636 JB |
5586 | where the proper version of autoconf can be retrieved. |
5587 | ||
a71ec265 DH |
5588 | 2002-07-09 Don Howard <[email protected]> |
5589 | ||
5590 | * gdb.texinfo (Command Files): Further describe the behavior of | |
5591 | sourced command files. | |
5592 | ||
b9aa90c9 AC |
5593 | 2002-06-27 Andrew Cagney <[email protected]> |
5594 | ||
5595 | * gdbint.texinfo (User Interface): ISO C rather than ISO-C. | |
5596 | (Coding): Clarify ISO C version that GDB assumes. | |
5597 | ||
40dd2248 TT |
5598 | 2002-06-26 Tom Tromey <[email protected]> |
5599 | ||
5600 | * gdbint.texinfo (User Interface): Mention add_setshow_cmd and | |
5601 | add_setshow_cmd_full. | |
5602 | ||
bfac230e DH |
5603 | 2002-06-25 Don Howard <[email protected]> |
5604 | ||
5605 | * gdb.texinfo (Memory Region Attributes): Document new behavior | |
5606 | for 'mem' command. | |
5607 | ||
475b0867 JB |
5608 | 2002-06-11 Jim Blandy <[email protected]> |
5609 | ||
919d772c JB |
5610 | * gdb.texinfo (Symbols): Update documentation for `info source' |
5611 | command. | |
5612 | ||
475b0867 JB |
5613 | * gdb.texinfo (Macros): Call the command `info macro', not |
5614 | `show macro'. | |
5615 | ||
ba8c9337 AC |
5616 | 2002-06-09 Andrew Cagney <[email protected]> |
5617 | ||
5618 | * gdbint.texinfo (Coding): Add section ``Per-architecture module | |
5619 | data''. | |
5620 | ||
1029b7fa MK |
5621 | 2002-06-09 Mark Kettenis <[email protected]> |
5622 | ||
5623 | * gdbint.texinfo (Target Architecture Definition): Document | |
5624 | GDB_OSABI_GO32 and GDB_OSABI_NETWARE. | |
5625 | ||
16737d73 AC |
5626 | 2002-06-08 Andrew Cagney <[email protected]> |
5627 | ||
5628 | * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet | |
5629 | lists. | |
5630 | ||
30107679 AC |
5631 | 2002-06-08 Andrew Cagney <[email protected]> |
5632 | ||
5633 | * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the | |
5634 | Branch''. | |
5635 | ||
3352e23e AC |
5636 | 2002-06-01 Andrew Cagney <[email protected]> |
5637 | ||
5638 | * gdbint.texinfo (Target Architecture Definition): Add section | |
5639 | ``Converting an existing Target Architecture to Multi-arch''. | |
5640 | ||
cbb09e6a AC |
5641 | 2002-05-30 Andrew Cagney <[email protected]> |
5642 | ||
5643 | * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code'' | |
5644 | to ``Obsoleting code''. Revise. | |
5645 | ||
e2e0bcd1 JB |
5646 | 2002-05-17 Jim Blandy <[email protected]> |
5647 | ||
5648 | * gdb.texinfo (C Preprocessor Macros): New chapter. | |
5649 | Include it in the main menu. | |
5650 | (Contributors): Credit Jim Blandy with macro support. | |
5651 | (Compilation): Explain how to get macro information into the | |
5652 | executable. | |
5653 | (Expressions): Note that preprocessor macros are expanded. | |
5654 | ||
9db8d71f DJ |
5655 | 2002-05-14 Daniel Jacobowitz <[email protected]> |
5656 | ||
5657 | * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:' | |
5658 | options for `target remote'. | |
5659 | ||
6d531722 AC |
5660 | 2002-05-13 Andrew Cagney <[email protected]> |
5661 | ||
5662 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5663 | documentation on NNPC_REGNUM. | |
5664 | ||
13d01224 AC |
5665 | 2002-05-11 Andrew Cagney <[email protected]> |
5666 | ||
5667 | * gdbint.texinfo (Target Architecture Definition): Document | |
5668 | REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P. | |
5669 | (Target Architecture Definition): Revise section `Using Different | |
5670 | Register and Memory Data Representations'. Add section `Raw and | |
5671 | Virtual Register Representations'. | |
5672 | ||
b2e75d78 AC |
5673 | 2002-05-11 Andrew Cagney <[email protected]> |
5674 | ||
5675 | * gdbint.texinfo (Target Architecture Definition): Mention | |
5676 | defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE. | |
5677 | (Target Architecture Definition): Mention same. Add references to | |
5678 | web pages. | |
5679 | ||
2c8682ee MS |
5680 | 2002-05-08 Michael Snyder <[email protected]> |
5681 | ||
5682 | * stabs.texinfo (Attributes): Document new "vector" attribute. | |
5683 | ||
0816590b AC |
5684 | 2002-05-04 Andrew Cagney <[email protected]> |
5685 | ||
5686 | * gdbint.texinfo (Releasing GDB): Revise `Create a Release'. | |
5687 | ||
2653173e AC |
5688 | 2002-05-04 Andrew Cagney <[email protected]> |
5689 | ||
5690 | * gdb.texinfo: Delete obsolete references to a29k. | |
5691 | ||
d7bd68ca AC |
5692 | 2002-04-24 Andrew Cagney <[email protected]> |
5693 | ||
5694 | * gdbint.texinfo (Target Architecture Definition): Replace | |
5695 | IN_SIGTRAMP with PC_IN_SIGTRAMP. | |
5696 | ||
21d83aa5 DM |
5697 | 2002-04-24 David S. Miller <[email protected]> |
5698 | ||
5699 | * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition. | |
5700 | ||
7673a6cc DM |
5701 | 2002-04-21 David S. Miller <[email protected]> |
5702 | ||
5703 | * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition. | |
5704 | ||
d49d1e0a AC |
5705 | 2002-04-21 Andrew Cagney <[email protected]> |
5706 | ||
5707 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5708 | definition of HAVE_REGISTER_WINDOWS. | |
5709 | ||
f7dc1244 | 5710 | 2002-04-19 Eli Zaretskii <[email protected]> |
4be31470 EZ |
5711 | |
5712 | * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by | |
5713 | "Theodore A. Roth" <[email protected]>. | |
5714 | ||
5ca0cb28 DH |
5715 | 2002-04-15 Don Howard <[email protected]> |
5716 | ||
f7dc1244 | 5717 | From Eli Zaretskii <[email protected]> |
5ca0cb28 | 5718 | * gdb.texinfo (show max-user-call-depth): Correct formatting. |
a9331b3f | 5719 | Provide a better explaination of this feature. |
5ca0cb28 | 5720 | |
f208ba17 AC |
5721 | 2002-04-14 Andrew Cagney <[email protected]> |
5722 | ||
5723 | * gdbint.texinfo (Target Architecture Definition): Remove | |
5724 | FRAME_CHAIN_COMBINE. | |
5725 | ||
d5ba91de MC |
5726 | 2002-04-12 Michael Chastain <[email protected]> |
5727 | ||
5728 | * gdbint.texinfo (Obsolete Conditionals): Remove reference to | |
5729 | REG_STACK_SEGMENT. | |
5730 | ||
26818220 MC |
5731 | 2002-04-09 Michael Chastain <[email protected]> |
5732 | ||
5733 | * gdbint.texinfo (Obsolete Conditionals): Remove references to | |
5734 | PYRAMID_* macros. | |
5735 | ||
129188f6 AC |
5736 | 2002-04-07 Andrew Cagney <[email protected]> |
5737 | ||
5738 | * gdb.texinfo (Bug Reporting): Document that the web is the | |
5739 | prefered way of submitting bug reports. | |
5740 | (Bug Reporting): Delete the s-mail address as the last resort. | |
5741 | ||
8227c0ff AC |
5742 | 2002-04-05 Andrew Cagney <[email protected]> |
5743 | ||
5744 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5745 | references to TARGET_WRITE_FP and write_fp. | |
5746 | ||
16d9dec6 MS |
5747 | 2002-03-27 Michael Snyder <[email protected]> |
5748 | ||
5749 | * gdb.texinfo: Document new commands dump, append, and restore. | |
5750 | ||
9ae8b82c AC |
5751 | 2002-03-27 Andrew Cagney <[email protected]> |
5752 | ||
5753 | * gdbint.texinfo (Releasing GDB): Revise the section `Before the | |
5754 | Branch'. | |
5755 | ||
474c8240 AC |
5756 | 2002-03-18 Andrew Cagney <[email protected]> |
5757 | ||
5758 | * gdb.texinfo: Change all examples to @smallexample. | |
5759 | * gdbint.texinfo: Ditto. | |
a9331b3f | 5760 | |
fb0ff88f AC |
5761 | 2002-03-18 Andrew Cagney <[email protected]> |
5762 | ||
5763 | * gdbint.texinfo (Releasing GDB): Add section ``Versions and | |
5764 | Branches''. | |
5765 | ||
9bb0a4d8 AC |
5766 | 2002-03-18 Andrew Cagney <[email protected]> |
5767 | ||
5768 | * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit | |
5769 | Policy''. | |
5770 | ||
937f164b FF |
5771 | 2002-03-04 Fred Fish <[email protected]> |
5772 | ||
5773 | * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred, | |
5774 | expresson, suports, dependant, trhe, perhaphs, situtations, | |
5775 | explictily, taged, oportunity, unfortunatly). | |
5776 | ||
a7b40f07 AC |
5777 | 2002-02-24 Andrew Cagney <[email protected]> |
5778 | ||
5779 | * Makefile.in (gdb.info): Add explicit path to gdb.texinfo. | |
5780 | Remove reference to 3.12. | |
5781 | ||
aab4e0ec AC |
5782 | 2002-02-23 Andrew Cagney <[email protected]> |
5783 | ||
5784 | * gdbint.texinfo: Include fdl.texi. | |
5785 | (Top): Add GNU Free Documentation License. | |
5786 | * Makefile.in (SFILES_INCLUDED): Add gpl.texi. | |
5787 | (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi. | |
5788 | (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi. | |
5789 | (gdbint.info): Add srcdir to include path. | |
5790 | * gdb.texinfo: Include gpl.texi. | |
5791 | (Top): Add Copying. | |
5792 | * gpl.texi: New file. | |
5793 | ||
47b95330 AC |
5794 | 2002-02-23 Andrew Cagney <[email protected]> |
5795 | ||
5796 | * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com. | |
5797 | ||
78c47bea PM |
5798 | 2002-02-19 Pierre Muller <[email protected]> |
5799 | ||
5800 | * gdb.texinfo: Document Cygwin native specific commands. | |
5801 | ||
56460a61 DJ |
5802 | 2002-02-15 Daniel Jacobowitz <[email protected]> |
5803 | ||
5804 | * gdb.texinfo: Document gdbserver ``--attach'' command. | |
5805 | ||
def71bfa MS |
5806 | 2002-02-07 Michael Snyder <[email protected]> |
5807 | ||
5808 | * gdb.texinfo (overlays): Change @var(_ovly_debug_event) | |
5809 | to @code(_ovly_debug_event). | |
5810 | ||
c928edc0 AC |
5811 | 2002-02-07 Andrew Cagney <[email protected]> |
5812 | ||
5813 | * gdb.texinfo (How Overlays Work): Shrink the overlay diagram. | |
5814 | ||
81d46470 MS |
5815 | 2002-02-06 Michael Snyder <[email protected]> |
5816 | ||
5817 | * gdb.texinfo (overlays): Mention new magic symbol | |
5818 | '_ovly_debug_event', which allows GDB to keep better track | |
5819 | of overlays. | |
5820 | ||
f7dc1244 | 5821 | 2002-02-03 Eli Zaretskii <[email protected]> |
6ca652b0 EZ |
5822 | |
5823 | * gdb.texinfo (Memory Region Attributes): Fix the wording. | |
5824 | Suggested by Dmitry Sivachenko. | |
5825 | ||
5826 | * (<many nodes>): Fix the spelling and punctuation of "i.e.". | |
5827 | ||
15110bc3 MS |
5828 | 2002-02-01 Michael Snyder <[email protected]> |
5829 | ||
5830 | * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}. | |
5831 | ||
6763aef9 MS |
5832 | 2002-01-30 Michael Snyder <[email protected]> |
5833 | ||
ac282366 MS |
5834 | * gdb.texinfo: (remote protocol): Gramatical fix-up. |
5835 | (set trust-readonly-sections): Document. | |
6763aef9 | 5836 | |
8642bc8f AC |
5837 | 2002-01-29 Andrew Cagney <[email protected]> |
5838 | ||
5839 | * gdbint.texinfo (Releasing GDB): Revise and update. | |
5840 | ||
afe64c1a AC |
5841 | 2002-01-28 Andrew Cagney <[email protected]> |
5842 | ||
5843 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5844 | description of TARGET_BYTE_ORDER_DEFAULT. | |
5845 | ||
f7dc1244 | 5846 | 2002-01-27 Eli Zaretskii <[email protected]> |
59649f2e EZ |
5847 | |
5848 | * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko | |
5849 | <[email protected]>. | |
5850 | ||
3d6e1b5a AC |
5851 | 2002-01-23 Andrew Cagney <[email protected]> |
5852 | ||
5853 | * libgdb.texinfo: Delete file. | |
5854 | ||
6c0e9fb3 AC |
5855 | 2002-01-22 Andrew Cagney <[email protected]> |
5856 | ||
5857 | * gdb.texinfo: Remove makeinfo 3.12 hacks. | |
5858 | * gdbint.texinfo: Ditto. | |
5859 | ||
e0ce93ac AC |
5860 | Tue Jan 22 11:57:38 2002 Andrew Cagney <[email protected]> |
5861 | ||
5862 | * gdb.texinfo: Fix typo ``Remove' -> ``Remote''. | |
5863 | ||
be298bcc AC |
5864 | 2002-01-22 Andrew Cagney <[email protected]> |
5865 | ||
5866 | * Makefile.in: Update copyright. | |
5867 | (TEXI2DVI): Define. | |
5868 | (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI. | |
5869 | (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on | |
5870 | gdb-cfg.texi. | |
5871 | (TEXINDEX, PDFTEX): Delete makefile variables. | |
5872 | ||
8e04817f AC |
5873 | 2002-01-22 Andrew Cagney <[email protected]> |
5874 | ||
5875 | * gdb.texinfo (Protocol): Move section to appendix. | |
5876 | ||
6b2f586d AC |
5877 | 2002-01-21 Andrew Cagney <[email protected]> |
5878 | ||
5879 | * gdb.texinfo (Remote Debugging): Create a menu. | |
5880 | (Top): Add ``Remote Debugging'' to menu. | |
5881 | ||
6f05cf9f AC |
5882 | 2002-01-21 Andrew Cagney <[email protected]> |
5883 | ||
5884 | * gdb.texinfo (Remote): Move the sub-section ``The GDB remote | |
5885 | serial protocol'' from here. | |
5886 | (Remote Debugging): To here. New chapter. | |
5887 | ||
3fd3d7d2 AC |
5888 | 2002-01-20 Andrew Cagney <[email protected]> |
5889 | ||
5890 | * gdbint.texinfo (Target Architecture Definition): Delete | |
5891 | description of TARGET_BYTE_ORDER_SELECTABLE_P. | |
5892 | ||
7fd60527 AC |
5893 | 2002-01-20 Andrew Cagney <[email protected]> |
5894 | ||
5895 | * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh | |
5896 | are no longer needed. | |
5897 | (Porting GDB): Add maintainer note about configure.host. | |
5898 | ||
c2f05ac9 AC |
5899 | 2002-01-20 Andrew Cagney <[email protected]> |
5900 | ||
5901 | * gdbint.texinfo (Target Architecture Definition): Remove | |
5902 | definition of IEEE_FLOAT. | |
5903 | ||
f7dc1244 | 5904 | 2002-01-20 Eli Zaretskii <[email protected]> |
231b2aad EZ |
5905 | |
5906 | * gdb.texinfo: Beautify copyright years; fix a typo. | |
56248298 EZ |
5907 | (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans |
5908 | <[email protected]> | |
231b2aad | 5909 | |
82600034 AC |
5910 | 2002-01-19 Andrew Cagney <[email protected]> |
5911 | ||
5912 | * gdbint.texinfo (Host Definition): Remove references to | |
5913 | MALLOC_INCOMPATIBLE. | |
5914 | ||
7708fa01 AC |
5915 | 2002-01-17 Andrew Cagney <[email protected]> |
5916 | ||
5917 | * gdbint.texinfo (Host Definition): Remove references to XDEPFILES | |
5918 | and xyz-xdep.o. | |
5919 | ||
eb12ee30 AC |
5920 | 2002-01-17 Andrew Cagney <[email protected]> |
5921 | ||
889bf7c5 | 5922 | * gdb.texinfo (Maintenance Commands): Add appendix. |
eb12ee30 AC |
5923 | (Set Breaks): Copy ``maint info breakpoint'' doco to |
5924 | ``Maintenance Commands'' appendix. Add reference. | |
5925 | ||
c9ccaa92 AC |
5926 | 2002-01-17 Andrew Cagney <[email protected]> |
5927 | ||
5928 | * fdl.texi: Remove next/prev from @node. | |
5929 | ||
f7dc1244 | 5930 | 2002-01-17 Eli Zaretskii <[email protected]> |
6826cf00 EZ |
5931 | |
5932 | * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and | |
5933 | for monstrous @multitable (from Brian Youmans). | |
5934 | ||
5935 | * fdl.texi: New file. | |
5936 | ||
5937 | * Makefile.in (SFILES_INCLUDED): Add fdl.texi. | |
5938 | ||
8973da3a AC |
5939 | 2002-01-15 Andrew Cagney <[email protected]> |
5940 | ||
5941 | * gdbint.texinfo (Releasing GDB): New chapter. | |
5942 | ||
7d86b5d5 AC |
5943 | 2002-01-14 Andrew Cagney <[email protected]> |
5944 | ||
5945 | * gdb.texinfo (Embedded Processors, Calling program functions): | |
5946 | Obsolete references to a29k. | |
5947 | ||
cc1cb004 AC |
5948 | 2002-01-13 Andrew Cagney <[email protected]> |
5949 | ||
5950 | * gdbint.texinfo (Coding): Review Cleanups section. Examples | |
5951 | examples. Document that a code-block should do or discard its | |
5952 | cleanups before exit. | |
5953 | ||
79f12247 MS |
5954 | 2002-01-11 Michael Snyder <[email protected]> |
5955 | ||
5956 | * gdb.texinfo (Choosing files): Change @samp to @file. | |
5957 | ||
19837790 MS |
5958 | 2002-01-05 Michael Snyder <[email protected]> |
5959 | ||
5960 | * gdb.texinfo (--pid): Document new command line option (attach). | |
5961 | ||
f7dc1244 | 5962 | 2002-01-07 Eli Zaretskii <[email protected]> |
2c0069bb EZ |
5963 | |
5964 | * gdb.texinfo (Tracepoints): Clarify that tracepoints need support | |
5965 | in the stub. | |
5966 | ||
d7449b42 AC |
5967 | 2002-01-04 Andrew Cagney <[email protected]> |
5968 | ||
5969 | * gdbint.texinfo (Target Architecture Definition): Replace | |
5970 | BIG_ENDIAN with BFD_ENDIAN_BIG. | |
5971 | ||
f23631e4 AC |
5972 | 2002-01-03 Andrew Cagney <[email protected]> |
5973 | ||
5974 | * gdbint.texinfo (Target Architecture Definition): Replace | |
5975 | value_ptr with struct value pointer. | |
5976 | ||
72c9928d EZ |
5977 | 2002-01-02 Eli Zaretskii <[email protected]> |
5978 | ||
5979 | * gdb.texinfo (Free Software): Fix wording. | |
5980 | ||
959acfd1 EZ |
5981 | 2001-12-31 Eli Zaretskii <[email protected]> |
5982 | ||
5983 | * gdb.texinfo (Free Software): New section ``Free Software Needs | |
5984 | Free Documentation''. | |
5985 | ||
f7dc1244 | 5986 | 2001-12-30 Eli Zaretskii <[email protected]> |
2a6585f0 EZ |
5987 | |
5988 | * stabs.texinfo: | |
5989 | * gdb.texinfo: | |
5990 | * gdbint.texinfo: | |
5991 | * libgdb.texinfo: | |
5992 | * annotate.texi: Fix the application of GFDL in the Copyright notice. | |
5993 | ||
6600abed MS |
5994 | 2001-12-29 Michael Snyder <[email protected]> |
5995 | ||
5996 | * gdb.texinfo (maint info sections): Fix typo. | |
5997 | ||
f6680716 MS |
5998 | 2001-12-26 Michael Snyder <[email protected]> |
5999 | ||
fe95c787 MS |
6000 | * gdb.texinfo (maint info sections): Document. |
6001 | ||
a9331b3f | 6002 | * gdb.texinfo (info proc): Comment out documentation for |
f6680716 MS |
6003 | 'info proc' sub-options that are currently not implemented. |
6004 | ||
c3d3ce5b JB |
6005 | 2001-12-20 Jim Blandy <[email protected]> |
6006 | ||
6007 | * gdbint.texinfo (TARGET_CHAR_SIGNED): Document. | |
6008 | ||
778eb05e AC |
6009 | 2001-12-15 Andrew Cagney <[email protected]> |
6010 | ||
6011 | * gdbint.texinfo (Target Architecture Definition): Replace | |
6012 | LITTLE_ENDIAN with BFD_ENDIAN_LITTLE. | |
6013 | ||
2607059c AC |
6014 | 2001-12-01 Andrew Cagney <[email protected]> |
6015 | ||
6016 | * gdbint.texinfo (Host Definition): Delete documentation on | |
6017 | HOST_BYTE_ORDER. | |
6018 | ||
df0cd8c5 JB |
6019 | 2001-11-30 Jim Blandy <[email protected]> |
6020 | ||
6021 | * gdb.texinfo (Overlays): New chapter, documenting GDB's | |
5ae4183a | 6022 | overlay support. Add to top-level menu. |
df0cd8c5 | 6023 | |
88118b3a TT |
6024 | 2001-11-26 Tom Tromey <[email protected]> |
6025 | ||
6026 | * gdb.texinfo (Command Syntax): Document C-o binding. | |
6027 | ||
96565e91 CF |
6028 | 2001-07-26 Christopher Faylor <[email protected]> |
6029 | ||
6030 | * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini | |
6031 | use since it is described in the referenced section. | |
6032 | ||
f7dc1244 | 6033 | From Eli Zaretskii <[email protected]> |
96565e91 CF |
6034 | * gdb.texinfo (Command Files): Reword to make gdb.ini requirement |
6035 | clearer when using DJGPP. | |
6036 | ||
2a3d5645 CF |
6037 | 2001-11-24 Christopher Faylor <[email protected]> |
6038 | ||
6039 | * gdb.texinfo (File Options): Change description of -nx and gdb.ini to | |
6040 | specifically refer to MS-DOS. | |
6041 | (command files): Mention gdb.ini is only used on MS-DOS. | |
6042 | ||
aa26fa3a TT |
6043 | 2001-11-21 Tom Tromey <[email protected]> |
6044 | ||
6045 | * gdb.texinfo (Invoking GDB): Document --args. | |
6046 | (Mode Options): Likewise. | |
6047 | ||
4f8ada06 JB |
6048 | 2001-11-21 Jim Blandy <[email protected]> |
6049 | ||
6050 | * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT): | |
889bf7c5 PA |
6051 | Delete documentation; this macro has been removed from the |
6052 | sources. | |
4f8ada06 | 6053 | |
3fe0dc10 JB |
6054 | 2001-11-13 Jim Blandy <[email protected]> |
6055 | ||
6056 | * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify. | |
6057 | ||
9e5abb06 CV |
6058 | 2001-11-06 Corinna Vinschen <[email protected]> |
6059 | ||
6060 | * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation. | |
6061 | ||
1c5dfdad MS |
6062 | 2001-11-05 Michael Snyder <[email protected]> |
6063 | ||
a9331b3f | 6064 | * gdb.texinfo (info functions): Document use of backslash to |
1c5dfdad MS |
6065 | quote regexp chars in function names such as "operator*()". |
6066 | ||
990f9fe3 FF |
6067 | 2001-11-01 Fred Fish <[email protected]> |
6068 | ||
6069 | * gdbint.texinfo (SOLIB_ADD): Document additional new | |
6070 | "readsyms" arg. | |
6071 | ||
b433d00b DH |
6072 | 2001-10-30 Don Howard <[email protected]> |
6073 | ||
070b1dd3 DH |
6074 | * gdb.texinfo: (Command Files) Added documentation for the |
6075 | behavior of gdb with input redirected from a file. | |
b433d00b | 6076 | |
b7209cb4 FF |
6077 | 2001-10-28 Fred Fish <[email protected]> |
6078 | ||
6079 | * gdb.texinfo (auto-solib-add): Change docs to match | |
6080 | implementation change. | |
6081 | (auto-solib-limit): Add docs for new variable. | |
6082 | ||
1aa20aa8 AC |
6083 | 2001-10-15 Andrew Cagney <[email protected]> |
6084 | ||
6085 | * gdbint.texinfo (Target Architecture Definition): Function | |
6086 | value_as_pointer renamed to value_as_address. | |
6087 | ||
fc0c74b1 AC |
6088 | 2001-10-15 Andrew Cagney <[email protected]> |
6089 | ||
6090 | * gdbint.texinfo (Target Architecture Definition): Default | |
6091 | POINTER_TO_ADDRESS functions assume unsigned addresses. | |
6092 | (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a | |
6093 | posting by Jim Blandy. | |
6094 | ||
f4846649 JB |
6095 | 2001-10-12 Jim Blandy <[email protected]> |
6096 | ||
6097 | * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent | |
6098 | version of texi2html (1.64) doesn't support this flag any more. | |
6099 | ||
f277788b MK |
6100 | 2001-09-08 Mark Kettenis <[email protected]> |
6101 | ||
a9dc4918 MK |
6102 | * gdbint.texinfo (Host Definition): Remove description of |
6103 | MEM_FNS_DECLARED. | |
6104 | ||
d28379df MK |
6105 | * gdbint.texinfo (Host Definition): Remove description of R_OK. |
6106 | ||
f277788b MK |
6107 | * gdbint.texinfo (Host Definition): Remove description of |
6108 | HAVE_SIGSETMASK. | |
6109 | ||
7ccaa899 EZ |
6110 | 2001-09-04 Elena Zannoni <[email protected]> |
6111 | ||
6112 | * gdbint.texinfo (Target Architecture Definition): Add | |
6113 | explanation of TARGET_PRINT_INSN macro. | |
6114 | ||
17d9d558 JB |
6115 | 2001-08-30 Jim Blandy <[email protected]> |
6116 | ||
6117 | * gdb.texinfo (`add-symbol-file'): Correct synopsis. | |
6118 | Explain what it means to load relocatable files. | |
6119 | ||
72cde065 JB |
6120 | 2001-08-28 Jim Blandy <[email protected]> |
6121 | ||
6122 | * gdbint.texinfo: Bring the HTML `top' menu into sync with the | |
6123 | info `top' menu. | |
6124 | ||
9e678452 CF |
6125 | Wed Aug 15 10:47:28 2001 Christopher Faylor <[email protected]> |
6126 | ||
6127 | * gdbint.texinfo: Add a cautionary note about macro use. | |
6128 | ||
a2bea4c3 | 6129 | 2001-08-02 Corinna Vinschen <[email protected]> |
a9331b3f | 6130 | |
a2bea4c3 CV |
6131 | * gdb.texinfo: Explain omitting the hostname in the |
6132 | `target remote' command. | |
6133 | ||
1129bf27 DJ |
6134 | 2001-07-30 Daniel Jacobowitz <[email protected]> |
6135 | ||
6136 | * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY | |
6137 | and END-INFO-DIR-ENTRY. | |
6138 | ||
732b3002 SC |
6139 | 2001-07-28 Stephane Carrez <[email protected]> |
6140 | ||
6141 | * gdb.texinfo (TUI Configuration): Rename tui configuration variables. | |
6142 | ||
89437448 AC |
6143 | 2001-07-25 Andrew Cagney <[email protected]> |
6144 | ||
6145 | * gdbint.texinfo (libgdb): Rewrite. | |
6146 | ||
f7dc1244 | 6147 | 2001-07-26 Eli Zaretskii <[email protected]> |
9a1c15c5 EZ |
6148 | |
6149 | * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted. | |
6150 | ||
c4555f82 SC |
6151 | 2001-07-24 Stephane Carrez <[email protected]> |
6152 | ||
6153 | * gdb.texinfo (TUI): New chapter, document the TUI. | |
6154 | (Mode Options): Document the -tui option. | |
6155 | ||
2f45a6e0 MK |
6156 | 2001-07-23 Mark Kettenis <[email protected]> |
6157 | ||
6158 | * gdbint.texinfo (Host Definition): Remove description of | |
6159 | NEED_POSIX_SETPGID. | |
6160 | ||
f7dc1244 | 6161 | 2001-07-23 Eli Zaretskii <[email protected]> |
9f20bf26 EZ |
6162 | |
6163 | * gdb.tex (DJGPP Native): New node, with descriptions of | |
6164 | DJGPP-specific commands. | |
6165 | ||
be9c6c35 JM |
6166 | 2001-07-19 John R. Moore <[email protected]> |
6167 | ||
6168 | * gdbint.texinfo: Three misspellings. | |
6169 | ||
dfa249fb AC |
6170 | 2001-07-06 Andrew Cagney <[email protected]> |
6171 | ||
6172 | * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty | |
6173 | `test` expressions on bash. Problem reported by Colin Walters. | |
6174 | ||
c72e7388 AC |
6175 | 2001-07-04 Andrew Cagney <[email protected]> |
6176 | ||
6177 | * gdbint.texinfo (User Interface): Update ui-out documentation to | |
6178 | refelect recent UI/MI updates. | |
6179 | ||
94bbb2c0 AC |
6180 | 2001-07-04 Andrew Cagney <[email protected]> |
6181 | ||
6182 | * gdb.texinfo (Mode Options): Mention the mi0 and mi1 | |
6183 | interpreters. | |
6184 | ||
af6c57ea AC |
6185 | 2001-06-15 Andrew Cagney <[email protected]> |
6186 | ||
6187 | * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C | |
6188 | structure and not macros. | |
6189 | (Host Definition): Document that much of this chapter is obsolete. | |
6190 | (Target Architecture Definition): Update list of files that make | |
6191 | up a target architecture. | |
6192 | (Coding): Update. | |
6193 | ||
83aa8bc6 AC |
6194 | 2001-06-28 Andrew Cagney <[email protected]> |
6195 | ||
6196 | * gdbint.texinfo (Target Architecture Definition): Update | |
6197 | EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P. | |
6198 | The latter has been changed to a true predicate. | |
6199 | ||
f7dc1244 | 6200 | 2001-06-17 Eli Zaretskii <[email protected]> |
cb51c4e0 EZ |
6201 | |
6202 | * annotate.texi: Add @noindent where needed. From Dmitry | |
6203 | Sivachenko <[email protected]>. | |
6204 | * gdb.texinfo: Indexing fix. From Dmitry Sivachenko. | |
6205 | ||
656db9b0 AC |
6206 | 2001-06-16 Andrew Cagney <[email protected]> |
6207 | ||
6208 | * gdb.texinfo (Protocol): Fix typo. Extra parenthesis. | |
6209 | ||
df2396a1 AC |
6210 | 2001-06-14 Andrew Cagney <[email protected]> |
6211 | ||
6212 | * gdb.texinfo (Remote Protocol): Document that the ``!'' packet | |
6213 | returns ``OK''. Document that the ``R'' packet does not reply. | |
6214 | ||
0f1f2b0a MS |
6215 | 2001-06-13 Michael Snyder <[email protected]> |
6216 | ||
6217 | * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:". | |
6218 | ||
f7dc1244 | 6219 | 2001-06-13 Eli Zaretskii <[email protected]> |
24f93129 EZ |
6220 | |
6221 | * gdb.texinfo (Signals): Clarify the default setting of signal | |
6222 | handling. | |
6223 | ||
a5d7c491 AC |
6224 | 2001-05-14 Andrew Cagney <[email protected]> |
6225 | ||
6226 | * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item | |
6227 | (FRAME_ARGS_ADDRESS_CORRECT): Ditto. | |
6228 | ||
05a54c4f AC |
6229 | 2001-05-12 Andrew Cagney <[email protected]> |
6230 | ||
6231 | * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in. | |
6232 | ||
f7dc1244 | 6233 | 2001-05-10 Eli Zaretskii <[email protected]> |
dab11f21 EZ |
6234 | |
6235 | * gdbint.texinfo (Clean Design and Portable Implementation): | |
6236 | Renamed from "Clean Design". | |
6237 | (Clean Design and Portable Implementation): Document portable | |
6238 | methods of handling file names, and the associated macros. | |
6239 | ||
f7dc1244 | 6240 | 2001-04-02 Eli Zaretskii <[email protected]> |
f5c37c66 EZ |
6241 | |
6242 | * gdb.texinfo (Tracepoint Actions): Mention the "info scope" | |
6243 | command and provide a cross-reference to its description. | |
6244 | (Symbols): Note that "info scope" is useful for trace experiments. | |
6245 | ||
f7dc1244 | 6246 | 2001-04-01 Eli Zaretskii <[email protected]> |
c534679c | 6247 | |
b37052ae EZ |
6248 | * gdb.texinfo (Symbols): Document "info scope". |
6249 | (Tracepoints): New chapter. | |
6250 | (Contributors): Update for v5.1. | |
6251 | <All nodes>: Change "C++" to "C@t{++}". | |
6252 | ||
0ee54786 EZ |
6253 | * gdbint.texinfo (User Interface): A new section about ui_out |
6254 | functions, based on text written by Fernando Nasser. | |
6255 | ||
c534679c EZ |
6256 | * stabs.texinfo: Change Permissions to GFDL. Update Copyright. |
6257 | ||
f7dc1244 | 6258 | 2001-03-26 Eli Zaretskii <[email protected]> |
3d67e040 | 6259 | |
e9c75b65 EZ |
6260 | * gdb.texinfo: Change Permissions to GFDL. Update Copyright. |
6261 | ||
6262 | * gdbint.texinfo: Change Permissions to GFDL. Update Copyright. | |
6263 | ||
6264 | * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright. | |
6265 | Replace "GDB" with "@value{GDBN}". Fix markup. | |
6266 | ||
6267 | * annotate.texi: Change Permissions to GFDL. Update Copyright. | |
6268 | ||
3d67e040 EZ |
6269 | * gdb.texinfo (Output Formats): Mention "info symbol" and provide |
6270 | a cross-reference to its description. | |
6271 | (Symbols): Document "info symbol". | |
6272 | ||
f7dc1244 | 6273 | 2001-03-21 Eli Zaretskii <[email protected]> |
9742079a EZ |
6274 | |
6275 | * gdbint.texinfo (Algorithms): New section "Watchpoints" and new | |
6276 | subsection "x86 Watchpoints". | |
6277 | (Target Architecture Definition): Document the macros | |
6278 | I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS. | |
6279 | (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS. | |
6280 | ||
b0ed3589 AC |
6281 | 2001-03-20 Andrew Cagney <[email protected]> |
6282 | ||
6283 | * gdbint.texinfo (Target Architecture Definition): Update | |
6284 | definition of SOFTWARE_SINGLE_STEP_P to include empty parameter | |
6285 | list. | |
6286 | ||
b6ba6518 KB |
6287 | 2001-03-06 Kevin Buettner <[email protected]> |
6288 | ||
6289 | * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo, | |
6290 | gdbint.texinfo, refcard.tex: Update/correct copyright notices. | |
6291 | ||
f7dc1244 | 6292 | 2001-02-21 Eli Zaretskii <[email protected]> |
5ece1a18 EZ |
6293 | |
6294 | * gdb.texinfo (Signals): Document "ignore", "noignore", and "all". | |
6295 | ||
f7dc1244 | 6296 | 2001-02-11 Eli Zaretskii <[email protected]> |
56caf160 | 6297 | |
17cc6a06 EZ |
6298 | * gdb.texinfo (Environment): Document that `path' does not change |
6299 | the value of PATH in GDB's own environment (it did in the past, | |
6300 | but that was changed on March 15, 1994). Reported by Doug Evans | |
6301 | <[email protected]>. | |
6302 | ||
56caf160 EZ |
6303 | * gdbint.texinfo: Fix up @itemize lists so that @item is alone on |
6304 | its line. Fix markup of commands and macros. Add an Index node | |
6305 | and index entries. | |
6306 | ||
29e57380 C |
6307 | 2001-01-23 J.T. Conklin <[email protected]> |
6308 | ||
6309 | * gdb.texinfo (Memory region attributes): New manual section. | |
6310 | ||
1c6147de ND |
6311 | 2001-01-04 Nicholas Duffek <[email protected]> |
6312 | ||
6313 | * gdbint.texinfo (POP_FRAME): Document use by return_command. | |
6314 | ||
f7dc1244 | 6315 | 2000-12-25 Eli Zaretskii <[email protected]> |
b157b00f EZ |
6316 | |
6317 | * refcard.tex: Version and copyright fixed. From Phil Edwards | |
6318 | <[email protected]>. | |
6319 | ||
0dcedd82 AC |
6320 | Thu Nov 30 16:57:19 2000 Andrew Cagney <[email protected]> |
6321 | ||
6322 | * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM, | |
889bf7c5 | 6323 | DWARF2_REG_TO_REGNUM): Document. |
0dcedd82 | 6324 | |
3b851bce AC |
6325 | Mon Nov 20 21:29:35 2000 Andrew Cagney <[email protected]> |
6326 | ||
6327 | * gdbint.texinfo (Coding): Update current value of | |
889bf7c5 | 6328 | --enable-build-warnings. Mention --enable-gdb-build-warnings. |
3b851bce | 6329 | |
f7dc1244 | 6330 | 2000-11-19 Eli Zaretskii <[email protected]> |
4a92d011 EZ |
6331 | |
6332 | * gdb.texinfo (Continuing and Stepping): Fixed markup and typos, | |
6333 | as suggested by Dmitry Sivachenko <[email protected]>. | |
6334 | ||
b90a5f51 CF |
6335 | 2000-11-10 Christopher Faylor <[email protected]> |
6336 | ||
6337 | * gdb.texinfo: Document new 'set step-mode' command. | |
6338 | ||
f7dc1244 | 6339 | 2000-10-16 Eli Zaretskii <[email protected]> |
96c405b3 EZ |
6340 | |
6341 | * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling | |
6342 | changes from Dmitry Sivachenko <[email protected]>. | |
6343 | ||
f7dc1244 | 6344 | 2000-09-26 Eli Zaretskii <[email protected]> |
c78b4128 EZ |
6345 | |
6346 | * gdb.texinfo (Hooks): Document the new post-hook functionality. | |
6347 | From Steven Johnson <[email protected]>. | |
6348 | ||
2e685b93 MK |
6349 | 2000-08-10 Mark Kettenis <[email protected]> |
6350 | ||
6351 | * gdbint.texinfo (Overall Structure): Spelling fix. | |
6352 | ||
f7dc1244 | 6353 | 2000-08-10 Eli Zaretskii <[email protected]> |
6f6ef15a EZ |
6354 | |
6355 | * gdbint.texinfo (Target Architecture Definition): Document that | |
6356 | REGISTER_CONVERT_TO_VIRTUAL should only be called on a register | |
6357 | for which REGISTER_CONVERTIBLE returns a zero value. | |
6358 | ||
63ac3005 EZ |
6359 | 2000-07-08 Christopher Faylor <[email protected]> |
6360 | ||
6361 | * Makefile.in (install-info): Find files to install in either the | |
6362 | build or source directories (adapted from Makefile.am). | |
6363 | ||
bd79f757 ND |
6364 | 2000-07-07 Nicholas Duffek <[email protected]> |
6365 | ||
6366 | * stabs.texinfo: Fix spelling errors. | |
6367 | (String Field): FILE-NUMBER starts from 0, not 1. | |
6368 | ||
f7dc1244 | 6369 | 2000-07-05 Eli Zaretskii <[email protected]> |
5f208f6d EZ |
6370 | |
6371 | * refcard.tex: Remove \centerline from the blurb. Patch from | |
5ae4183a | 6372 | Brian Youmans. |
5f208f6d | 6373 | |
f7dc1244 | 6374 | 2000-06-25 Eli Zaretskii <[email protected]> |
cc542d3b EZ |
6375 | |
6376 | * Makefile.in (install-info): Support installation from outside of | |
5ae4183a AS |
6377 | the source directory. Reported by Mark Harig |
6378 | <[email protected]>. | |
cc542d3b | 6379 | |
f3b28801 C |
6380 | 2000-06-20 J.T. Conklin <[email protected]> |
6381 | ||
6382 | * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number. | |
6383 | ||
449f3b6c AC |
6384 | Fri May 26 15:55:33 2000 Andrew Cagney <[email protected]> |
6385 | ||
6386 | * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets. | |
889bf7c5 | 6387 | Generate using pdftex. |
449f3b6c | 6388 | (PDFTEX): Define. |
889bf7c5 | 6389 | (STAGESTUFF, maintainer-clean realclean): Add *.pdf. |
449f3b6c | 6390 | (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the |
889bf7c5 | 6391 | @contents at the start. |
449f3b6c | 6392 | |
f7dc1244 | 6393 | 2000-05-24 Eli Zaretskii <[email protected]> |
48e934c6 EZ |
6394 | |
6395 | * gdb.texinfo: Remove duplicate @syncodeindex. From Brian | |
5ae4183a | 6396 | Youmans. |
48e934c6 | 6397 | |
9e9c5ae7 AC |
6398 | Wed May 24 21:27:58 2000 Andrew Cagney <[email protected]> |
6399 | ||
6400 | From Brian Youmans: | |
6401 | * gdb.texinfo: Fix ``et al.''. | |
6402 | ||
c741b251 AC |
6403 | Tue May 23 22:57:41 2000 Andrew Cagney <[email protected]> |
6404 | ||
6405 | * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for | |
889bf7c5 | 6406 | loop. |
c741b251 | 6407 | |
4ab64e14 JG |
6408 | 2000-05-19 Jimmy Guo <[email protected]> |
6409 | ||
6410 | * configure: Regenerate. | |
6411 | ||
f7dc1244 | 6412 | 2000-05-17 Eli Zaretskii <[email protected]> |
d3229ae3 EZ |
6413 | |
6414 | * Makefile.in (install-info): Run install-info on installed Info | |
6415 | files. | |
6416 | ||
8c70017b AC |
6417 | Fri May 12 20:18:04 2000 Andrew Cagney <[email protected]> |
6418 | ||
a7cb598a | 6419 | * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention |
889bf7c5 | 6420 | Andrew Cagney. |
8c70017b | 6421 | |
f7dc1244 | 6422 | 2000-05-09 Eli Zaretskii <[email protected]> |
598ca718 EZ |
6423 | |
6424 | * gdb.texinfo: Proofreading changes from Brian Youmans. | |
6425 | ||
bf0184be ND |
6426 | 2000-05-01 Nick Duffek <[email protected]> |
6427 | ||
6428 | * gdb.texinfo (Command Files): Mention -x, use @enumerate for | |
6429 | startup sequence, minor edits. | |
6430 | ||
f7dc1244 | 6431 | 2000-05-01 Eli Zaretskii <[email protected]> |
41afff9a EZ |
6432 | |
6433 | * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in | |
6434 | TeX. | |
6435 | ||
6436 | * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries | |
6437 | "@kindex f" into "@kindex f (foo)", otherwise we get index entries | |
6438 | like `n' and `s' which look weird. Convert some of the @kindex to | |
6439 | @vindex, when they refer to variables, not commands. | |
6440 | ||
33e16fad AC |
6441 | Sat Apr 29 17:01:04 2000 Andrew Cagney <[email protected]> |
6442 | ||
6443 | * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes. | |
6444 | ||
f7dc1244 | 6445 | 2000-04-23 Eli Zaretskii <[email protected]> |
7162c0ca EZ |
6446 | |
6447 | * Makefile.in (GDBMI_DIR): New variable. | |
6448 | (SET_TEXINPUTS): Add $(GDBMI_DIR). | |
6449 | (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo. | |
6450 | (gdbmi.texinfo): New target, for texi2roff. | |
6451 | (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo. | |
6452 | (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}". | |
6453 | ||
6454 | * gdb.texinfo (Top): Add GDB/MI to the main menu and @include | |
6455 | gdbmi.texinfo. | |
6456 | (Mode Options): Add xref to GDB/MI docs and remove a FIXME | |
6457 | comment. | |
6458 | ||
d167840f EZ |
6459 | 2000-04-17 Elena Zannoni <[email protected]> |
6460 | ||
6461 | * gdb.texinfo (Files): Update description of add-symbol-file | |
889bf7c5 | 6462 | command. |
d167840f | 6463 | |
f7dc1244 | 6464 | 2000-04-17 Eli Zaretskii <[email protected]> |
8487521e EZ |
6465 | |
6466 | * gdb.texinfo (Porting GDB): Don't use @value in the node name, it | |
6467 | prevents the build (and is generally a Bad Idea). | |
6468 | ||
f7dc1244 | 6469 | 2000-04-17 Eli Zaretskii <[email protected]> |
00e4a2e4 EZ |
6470 | |
6471 | * gdb.texinfo (Protocol): Prevent makeinfo from complaining about | |
6472 | a comma inside @var. | |
6473 | (Command Files): Index markup changes from Dmitry Sivachenko | |
6474 | <[email protected]>. | |
6475 | ||
f7dc1244 | 6476 | 2000-04-16 Eli Zaretskii <[email protected]> |
39ec5655 EZ |
6477 | |
6478 | * Makefile.in (LN_S): Define. | |
6479 | (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't | |
6480 | invoke "ln -s" unless it is known to work. | |
6481 | ||
6482 | * configure.in (AC_PROG_LN_S): Add. | |
6483 | ||
8dc7983f JB |
6484 | 2000-04-14 Jim Blandy <[email protected]> |
6485 | ||
6486 | * gdbint.texinfo (Pointers Are Not Always Addresses): New manual | |
6487 | section. | |
6488 | (Target Conditionals): Document ADDRESS_TO_POINTER, | |
6489 | POINTER_TO_ADDRESS. | |
6490 | ||
1a8237e8 DB |
6491 | 2000-04-11 Daniel Berlin <[email protected]> |
6492 | ||
6493 | * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include | |
6494 | gdb-cfg.texi to get the value. | |
6495 | ||
ca526f1a JB |
6496 | 2000-04-10 Jim Blandy <[email protected]> |
6497 | ||
6498 | * gdbint.texinfo (Target Architecture Definition): Fix | |
6499 | cross-references. | |
6500 | ||
faaafcb4 JB |
6501 | 2000-04-08 Jim Blandy <[email protected]> |
6502 | ||
6503 | * gdbint.texinfo (Using Different Register and Memory Data | |
6504 | Representations): New section. | |
6505 | (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE, | |
889bf7c5 PA |
6506 | REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL, |
6507 | REGISTER_CONVERT_TO_RAW): Document. | |
faaafcb4 | 6508 | |
1b27397f AC |
6509 | Mon Apr 3 19:16:32 2000 Andrew Cagney <[email protected]> |
6510 | ||
6511 | * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex | |
889bf7c5 | 6512 | for acknowledgments. |
1b27397f | 6513 | |
480ff1fb AC |
6514 | Tue Mar 28 18:28:45 2000 Andrew Cagney <[email protected]> |
6515 | ||
6516 | * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with | |
889bf7c5 | 6517 | qThreadExtraInfo. |
480ff1fb | 6518 | |
a9331b3f | 6519 | 2000-03-28 J.T. Conklin <[email protected]> |
f1251bdd | 6520 | |
a9331b3f RM |
6521 | * gdb.texinfo: Clarify which remote debug protocol commands are |
6522 | required and which are optional. | |
f1251bdd | 6523 | |
dbeb8dbd AC |
6524 | Tue Mar 28 16:06:22 2000 Andrew Cagney <[email protected]> |
6525 | ||
6526 | * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew | |
889bf7c5 PA |
6527 | Cagney <[email protected]>. Move @chapter and @node entries |
6528 | back to annotate.texi, rluser.texinfo and inc-hist.texinfo. | |
dbeb8dbd AC |
6529 | * annotate.texi: Update. |
6530 | ||
6d2ebf8b SS |
6531 | 2000-03-28 Stan Shebs <[email protected]> |
6532 | ||
6533 | * gdb.texinfo: Update dates, bump to Eighth Edition (note | |
6534 | expectation of additional changes before release), update | |
6535 | ISBN, add copy of top-level menu for @ifhtml, remove explicit | |
6536 | node links, rephrase and/or shorten lines to fix formatting | |
6537 | problem in both regular and @smallbook formats. | |
6538 | * annotate.texi: Shorten lines in example, use smallexample | |
6539 | consistently everywhere. | |
6540 | * Makefile.in: Add comment about texinfo 4.0 html generation. | |
6541 | (SFILES_INCLUDED): Add annotate.texi. | |
6542 | ||
5d161b24 DB |
6543 | 2000-03-27 Daniel Berlin <[email protected]> |
6544 | ||
5ae4183a AS |
6545 | * gdb.texinfo (Debugging Output): Added new section, documenting |
6546 | the "set/show debug" commands. | |
5d161b24 | 6547 | |
b9deaee7 AC |
6548 | Fri Mar 24 18:06:34 2000 Andrew Cagney <[email protected]> |
6549 | ||
6550 | * annotate.texi (Annotations): When GDBN omit @chapter and @node | |
889bf7c5 | 6551 | entry. |
b9deaee7 AC |
6552 | |
6553 | * gdb.texinfo: Check for @ifinfo instead of @ifnottex. | |
6554 | (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local | |
889bf7c5 | 6555 | @chapter and @node entries. |
a9331b3f | 6556 | |
b9deaee7 | 6557 | * gdb.texinfo: Link all top-level nodes. |
a9331b3f | 6558 | |
9ef47d30 AC |
6559 | Fri Mar 24 17:56:48 2000 Andrew Cagney <[email protected]> |
6560 | ||
6561 | * Makefile.in (install-info): Create $(infodir) before installing | |
889bf7c5 | 6562 | files. |
9ef47d30 | 6563 | |
cfeada60 FN |
6564 | 2000-03-23 Fernando Nasser <[email protected]> |
6565 | ||
6566 | From David Whedon <[email protected]> | |
5ae4183a | 6567 | * gdbint.texinfo : Added paragraphs about command deprecation. |
cfeada60 | 6568 | |
6837a0a2 DB |
6569 | 2000-03-22 Daniel Berlin <[email protected]> |
6570 | ||
6571 | * gdb.texinfo: Add documentation for the apropos command. | |
6572 | ||
bba2971c MS |
6573 | 2000-03-20 Michael Snyder <[email protected]> |
6574 | ||
6575 | * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo. | |
6576 | ||
2b628194 MS |
6577 | 2000-03-20 Michael Snyder <[email protected]> |
6578 | ||
a9331b3f | 6579 | * gdb.texinfo: Add white space to prevent overprinting in |
2b628194 MS |
6580 | two places. |
6581 | ||
96a2c332 SS |
6582 | 2000-03-17 Stan Shebs <[email protected]> |
6583 | ||
6584 | * gdb.texinfo: Many minor changes from Dmitry Sivachenko | |
6585 | <[email protected]>, also clarification of allowed content for | |
6586 | string constants. | |
6587 | ||
f7dc1244 | 6588 | 2000-03-16 Eli Zaretskii <[email protected]> |
d700128c EZ |
6589 | |
6590 | * gdb.texinfo (main menu): Add Annotations. | |
6591 | (File Options): Add @cindex entries for each command-line option. | |
6592 | Document --epoch, --annotate, --async, --interpreter, --write, | |
6593 | --statistics, and --version. | |
6594 | ||
6595 | * annotate.texi: Convert to a chapter. Use @value{GDBN} instead | |
6596 | of GDB. | |
6597 | ||
9d233477 JB |
6598 | 2000-02-23 Jim Blandy <[email protected]> |
6599 | ||
6600 | * gdbint.texinfo (FUNCTION_START_OFFSET): Document. | |
6601 | ||
14e0eb3b JB |
6602 | 2000-02-22 Jim Blandy <[email protected]> |
6603 | ||
6604 | * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form. | |
6605 | ||
3555de01 JM |
6606 | 2000-02-15 Jason Molenda ([email protected]) |
6607 | ||
6608 | * Makefile.in (diststuff): New target. | |
6609 | ||
5e35df8e KB |
6610 | 2000-02-15 Kevin Buettner <[email protected]> |
6611 | ||
6612 | * agentexpr.texi: Fix wording regarding Intel's IA-64 | |
90a3d8f2 | 6613 | architecture. [From Jim Wilson.] |
5e35df8e | 6614 | |
c5394b80 JM |
6615 | 2000-01-16 Tom Tromey <[email protected]> |
6616 | ||
6617 | * gdb.texinfo (Breakpoints): Mention breakpoint ranges. | |
6618 | (Delete Breaks): Mention range arguments. | |
6619 | (Disabling): Likewise. | |
6620 | ||
c3f6f71d JM |
6621 | 2000-01-05 Dmitry Sivachenko <[email protected]> |
6622 | ||
6623 | * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences. | |
6624 | ||
c4093a6a JM |
6625 | Wed Dec 8 19:53:08 1999 Andrew Cagney <[email protected]> |
6626 | ||
6627 | * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain | |
889bf7c5 | 6628 | valid functions. |
c4093a6a | 6629 | |
11cf8741 JM |
6630 | 1999-11-05 Stan Shebs <[email protected]> |
6631 | ||
6632 | * gdb.texinfo: Clarify regular expressions used in rbreak. | |
6633 | ||
917317f4 JM |
6634 | 1999-10-15 Kevin Buettner <[email protected]> |
6635 | ||
6636 | * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT, | |
6637 | MEMORY_REMOVE_BREAKPOINT): Document. | |
6638 | ||
6639 | Thu Oct 14 21:17:17 1999 Andrew Cagney <[email protected]> | |
6640 | ||
6641 | * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS | |
889bf7c5 | 6642 | offset re-using the DATA offset instead. |
917317f4 | 6643 | |
2df3850c JM |
6644 | 1999-10-11 Jim Kingdon <[email protected]> |
6645 | ||
6646 | * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY. | |
6647 | ||
6648 | 1999-10-05 Stan Shebs <[email protected]> | |
6649 | ||
6650 | From Dmitry Sivachenko <[email protected]>: | |
6651 | * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other | |
6652 | typos. | |
6653 | ||
6654 | * gdb.texinfo: Various minor wording and formatting improvements, | |
6655 | mentions of additional command-line options. | |
6656 | ||
2acceee2 JM |
6657 | 1999-09-30 Fred Fish <[email protected]> |
6658 | ||
6659 | * gdb.texinfo: Document additional forms of specifying section | |
6660 | names and addresses for the add-symbol-file command. | |
6661 | ||
c2c6d25f JM |
6662 | 1999-09-14 Michael Snyder <[email protected]> |
6663 | ||
6664 | * gdbint.texinfo: Fix typo, add the word "have". | |
6665 | ||
6666 | 1999-09-14 Jim Blandy <[email protected]> | |
6667 | ||
6668 | * gdbint.texinfo (Target Architecture Definition): Document the | |
6669 | SKIP_PERMANENT_BREAKPOINT macro. | |
6670 | ||
d4f3574e SS |
6671 | 1999-09-07 Stan Shebs <[email protected]> |
6672 | ||
6673 | * gdb.texinfo: Fiks speling errers. | |
6674 | ||
6675 | * gdb.texinfo: Fix uses of @multitable. | |
6676 | ||
f7dc1244 | 6677 | From Eli Zaretskii <[email protected]>: |
d4f3574e | 6678 | * gdb.texinfo: Include details specific to DOS host, clarify |
889bf7c5 | 6679 | some confusing language, fix @ref/@xref/@pxref usages, add |
d4f3574e SS |
6680 | comments about using with optimization, add more indexing, |
6681 | fix info about disassembly-flavor. | |
6682 | ||
6683 | Tue Sep 7 09:11:24 1999 Kevin Buettner <[email protected]> | |
6684 | ||
6685 | * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE, | |
6686 | SKIP_SOLIB_RESOLVER): Define. | |
6687 | ||
6688 | Fri Sep 3 18:05:14 1999 Andrew Cagney <[email protected]> | |
6689 | ||
6690 | * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and | |
889bf7c5 | 6691 | ``g'' packets. |
d4f3574e | 6692 | |
104c1213 JM |
6693 | 1999-08-30 Stan Shebs <[email protected]> |
6694 | ||
6695 | * gdb.texinfo: Create a new "Configurations" chapter with | |
889bf7c5 PA |
6696 | platform-specific info, inline remote.texi and move sections of it |
6697 | into the new chapter, move bits about info proc, heuristic search, | |
104c1213 JM |
6698 | and register stack into the new chapter. |
6699 | * remote.texi: Remove, now part of gdb.texinfo. | |
6700 | * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi. | |
6701 | ||
6702 | 1999-08-27 Jason Molenda ([email protected]) | |
6703 | ||
6704 | * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386, | |
6705 | GDB_TARGET_IS_MACH386): These kludges have gone away. | |
6706 | ||
6707 | Wed Aug 25 10:47:03 1999 Andrew Cagney <[email protected]> | |
6708 | ||
6709 | * gdbint.texinfo (Target Architecture Definition): Mention | |
889bf7c5 | 6710 | TDEPLIBS. |
104c1213 | 6711 | |
53a5351d JM |
6712 | 1999-08-20 Stan Shebs <[email protected]> |
6713 | ||
6714 | * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite | |
6715 | surrounding text to fit HP-UX bits into general info. | |
6716 | (HPPA-cfg.texi): Remove, no longer useful. | |
6717 | ||
6718 | * gdb.texinfo: Remove explicit links from @node lines, remove | |
6719 | HP-added "Detailed Node Listing" from main menu which confuses | |
6720 | things. | |
6721 | ||
6722 | From Dmitry Sivachenko <[email protected]>: | |
6723 | * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping | |
889bf7c5 | 6724 | in description of `set environment'. |
53a5351d JM |
6725 | |
6726 | 1999-08-17 Stan Shebs <[email protected]> | |
6727 | ||
6728 | * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C. | |
6729 | ||
7be570e7 JM |
6730 | 1999-08-12 Ben Elliston <[email protected]> |
6731 | ||
6732 | * gdbint.texinfo (Breakpoint Handling): Add missing words. | |
6733 | ||
f7dc1244 | 6734 | 1999-08-10 Eli Zaretskii <[email protected]> |
7be570e7 JM |
6735 | |
6736 | * gdb.texinfo (Set Watchpoints): Explain some subtleties about | |
889bf7c5 PA |
6737 | watch, awatch, and rwatch. Explain why the latter two cannot be |
6738 | set as software watchpoints. Document that watchpoints for local | |
6739 | variables are deleted when the debuggee terminates. | |
7be570e7 JM |
6740 | |
6741 | Wed Aug 11 13:18:14 1999 Andrew Cagney <[email protected]> | |
6742 | ||
6743 | * remote.texi (Protocol): Further clarification of the "qRcmd" | |
889bf7c5 PA |
6744 | packet. Allow E.. response packet. "qRcmd" packet is no longer |
6745 | reserved. | |
7be570e7 JM |
6746 | |
6747 | 1999-08-10 Elena Zannoni <[email protected]> | |
6748 | ||
a9331b3f RM |
6749 | * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo. |
6750 | * gdb.texinfo: Ditto. | |
7be570e7 | 6751 | |
96baa820 JM |
6752 | 1999-08-06 Tom Tromey <[email protected]> |
6753 | ||
6754 | * gdb.texinfo (KOD): New node. | |
6755 | ||
6756 | Fri Aug 6 17:05:48 1999 Andrew Cagney <[email protected]> | |
6757 | ||
6758 | * remote.texi (Rcmd): Fix minor formatting typos. | |
6759 | ||
6760 | Thu Aug 5 17:57:41 1999 Andrew Cagney <[email protected]> | |
6761 | ||
6762 | * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response | |
889bf7c5 | 6763 | packets. |
96baa820 | 6764 | |
adf40b2e JM |
6765 | 1999-07-14 Jim Blandy <[email protected]> |
6766 | ||
6767 | * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc | |
6768 | fixes. | |
6769 | ||
43ff13b4 JM |
6770 | Tue Jun 29 11:43:55 1999 Andrew Cagney <[email protected]> |
6771 | ||
6772 | * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define. | |
6773 | ||
085dd6e6 JM |
6774 | Fri Jun 25 11:47:06 1999 Andrew Cagney <[email protected]> |
6775 | ||
6776 | * remote.texi (Communication Protocol): ``v'' is in use. Fix | |
889bf7c5 PA |
6777 | numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'', |
6778 | ``z'' and ``qRcmd'' as draft instead of reserved. Identify | |
6779 | packets that are not supported on all hosts. Expand examples. | |
6780 | Spell check. | |
085dd6e6 JM |
6781 | |
6782 | 1999-06-24 Jason Molenda ([email protected]) | |
6783 | ||
6784 | * Makefile.in: Recognize html, install-html. Add targets | |
6785 | to build HTML versions of documentation via texi2html. | |
6786 | ||
6787 | Thu Jun 24 15:59:03 1999 Stan Shebs <[email protected]> | |
6788 | ||
6789 | * gdbint.texinfo (Testsuite): New chapter, information about the | |
889bf7c5 | 6790 | testsuite. |
085dd6e6 JM |
6791 | |
6792 | Fri Jun 25 02:40:34 1999 Andrew Cagney <[email protected]> | |
6793 | ||
6794 | * remote.texi (Communication Protocol): Rewrite. | |
6795 | ||
6796 | Thu Jun 24 16:59:54 1999 Andrew Cagney <[email protected]> | |
6797 | ||
6798 | * stabs.texinfo: Fix uses of xref. | |
6799 | ||
9e0b60a8 JM |
6800 | Thu Jun 17 17:23:25 1999 Stan Shebs <[email protected]> |
6801 | ||
6802 | * gdbint.texinfo: Add an anti-printf exhortation, and update the | |
6803 | info about patch submission. | |
6804 | ||
cce74817 JM |
6805 | Mon Jun 7 15:49:40 1999 Stan Shebs <[email protected]> |
6806 | ||
6807 | From Per Bothner <[email protected]>: | |
6808 | * gdb.texinfo: Document Chill support. | |
6809 | ||
6810 | Fri Jun 4 16:58:22 1999 Andrew Cagney <[email protected]> | |
6811 | ||
6812 | * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference | |
889bf7c5 PA |
6813 | to corresponding TARGET_READ_reg TARGET_WRITE_reg macros. |
6814 | Document that the value should be greater-than or equal-to zero. | |
6815 | (NO_STD_REGS): Document. Deprecate. | |
cce74817 | 6816 | |
ac9a91a7 JM |
6817 | Tue Jun 1 15:04:15 1999 Andrew Cagney <[email protected]> |
6818 | ||
6819 | * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT): | |
889bf7c5 | 6820 | Document that these are not used. |
ac9a91a7 JM |
6821 | |
6822 | Thu May 27 09:28:15 1999 Andrew Cagney <[email protected]> | |
6823 | ||
6824 | * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document. | |
6825 | ||
392a587b JM |
6826 | Mon May 24 10:07:39 1999 Andrew Cagney <[email protected]> |
6827 | ||
6828 | * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter | |
889bf7c5 | 6829 | numargs was dropped. |
392a587b JM |
6830 | |
6831 | Thu May 20 12:26:59 1999 Andrew Cagney <[email protected]> | |
6832 | ||
6833 | * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update. | |
6834 | ||
b83266a0 SS |
6835 | Tue Apr 27 19:14:20 1999 Andrew Cagney <[email protected]> |
6836 | ||
6837 | * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P): | |
889bf7c5 | 6838 | Update. |
b83266a0 | 6839 | |
7a292a7a SS |
6840 | Thu Apr 22 13:07:37 1999 Andrew Cagney <[email protected]> |
6841 | ||
6842 | * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document. | |
6843 | (GET_SAVED_REGISTER): Update, not just the a29k uses this. | |
6844 | ||
6845 | Wed Apr 21 13:59:01 1999 Dave Brolley <[email protected]> | |
6846 | ||
6847 | * gdbint.texinfo: Fix typos: $ -> @. | |
6848 | ||
6849 | Tue Apr 20 11:59:38 1999 Andrew Cagney <[email protected]> | |
6850 | ||
6851 | * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT, | |
889bf7c5 PA |
6852 | LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, |
6853 | BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and | |
6854 | BREAKPOINT_FROM_PC. | |
a9331b3f | 6855 | |
7a292a7a SS |
6856 | Mon Apr 12 16:00:44 1999 Andrew Cagney <[email protected]> |
6857 | ||
6858 | * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P, | |
889bf7c5 | 6859 | CALL_DUMMY_STACK_ADJUST): Document. |
7a292a7a SS |
6860 | |
6861 | Thu Apr 8 17:23:15 1999 Andrew Cagney <[email protected]> | |
6862 | ||
6863 | * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS, | |
889bf7c5 | 6864 | SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define. |
7a292a7a SS |
6865 | |
6866 | 1999-04-02 Stan Shebs <[email protected]> | |
6867 | ||
6868 | * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no | |
6869 | longer exists. | |
6870 | ||
6871 | Tue Mar 9 19:25:11 1999 Stan Shebs <[email protected]> | |
6872 | ||
6873 | * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove | |
889bf7c5 PA |
6874 | nearly all @ifset/@ifclear conditionals; nobody uses them, and |
6875 | they make the manual source incomprehensible. | |
7a292a7a SS |
6876 | * h8-cfg.texi: Remove, hasn't been used in years. |
6877 | ||
c906108c SS |
6878 | Thu Feb 11 18:00:59 1999 Stan Shebs <[email protected]> |
6879 | ||
6880 | * gdb.texinfo: Update the credits. | |
6881 | ||
6882 | Mon Feb 8 17:33:57 1999 Stan Shebs <[email protected]> | |
6883 | ||
6884 | * gdb.texinfo: Fix mistakes noticed in printout of last | |
6885 | draft, add Alpha to discussion of heuristic fence post. | |
6886 | ||
6887 | Fri Feb 5 17:20:00 1999 Stan Shebs <[email protected]> | |
6888 | ||
6889 | * gdb.texinfo, remote.texi: Many changes; update to Seventh | |
889bf7c5 PA |
6890 | Edition, merge some HP changes into mainline, describe some |
6891 | previously undocumented features, describe more of the target | |
6892 | commands available, eliminate obsolete section on renamed | |
6893 | commands. | |
c906108c SS |
6894 | * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals. |
6895 | ||
6896 | Wed Jan 20 17:47:45 1999 Stan Shebs <[email protected]> | |
6897 | ||
6898 | * gdb.texinfo: Make many HPPA conditionals unconditional, | |
6899 | including catchpoint description, since now on for all configs. | |
6900 | * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific | |
6901 | specializations. | |
6902 | ||
6903 | Thu Jan 14 17:10:12 1999 Stan Shebs <[email protected]> | |
6904 | ||
6905 | * Makefile.in (GDBvn.texi): Fix match expression to work with | |
6906 | current format of VERSION in gdb/Makefile.in. | |
6907 | * gdb.texinfo: Fix node ref to match new readline. | |
6908 | ||
6909 | Wed Jan 13 10:38:40 1999 Edith Epstein <[email protected]> | |
6910 | ||
a9331b3f RM |
6911 | * gdb.texinfo: Changes made as part of a project to merge in |
6912 | changes made by HP. Documentation makes extensive use of | |
c906108c SS |
6913 | @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation |
6914 | on remote debugging. There are differences in documentation | |
889bf7c5 | 6915 | (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also, |
c906108c SS |
6916 | the HP manual discusses catchpoints, hardware watchpoints, and |
6917 | some HPUX specific limitations for shared library support. | |
a9331b3f | 6918 | |
c906108c SS |
6919 | There are also a number of @node changes. |
6920 | ||
6921 | 1999-01-12 Jason Molenda ([email protected]) | |
6922 | ||
6923 | * gdbint.texinfo (Formatting): Disambiguate a sentence. | |
6924 | (C Usage): Same. | |
6925 | ||
6926 | Wed Jan 6 11:55:34 1999 David Taylor <[email protected]> | |
6927 | ||
6928 | The following changes were made by Edith Epstein | |
889bf7c5 PA |
6929 | <[email protected]> as part of a project to merge in changes |
6930 | made by HP. | |
a9331b3f | 6931 | |
c906108c SS |
6932 | * HPPA-cfg.texi: new file. |
6933 | ||
6934 | * all-cfg.texi: set HPPA for HP PA-RISC targets. | |
6935 | ||
6936 | * refcard.tex: change documentation about catch. | |
6937 | removed info catch. | |
6938 | ||
6939 | Mon Jan 4 18:29:18 1999 Stan Shebs <[email protected]> | |
6940 | ||
6941 | * gdbint.texinfo: Expand on GDB's coding standards, | |
6942 | specify the use of arg names with prototypes. | |
6943 | ||
6944 | 1998-12-14 J.T. Conklin <[email protected]> | |
6945 | ||
6946 | * gdb.texinfo: Fix tipo. | |
6947 | ||
6948 | Sun Dec 13 10:27:59 1998 Andrew Cagney <[email protected]> | |
6949 | ||
6950 | * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and | |
889bf7c5 | 6951 | TARGET_BYTE_ORDER_SELECTABLE_P. |
c906108c SS |
6952 | |
6953 | Thu Dec 10 16:07:09 1998 Andrew Cagney <[email protected]> | |
6954 | ||
6955 | * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document. | |
6956 | ||
6957 | 1998-12-09 Jim Blandy <[email protected]> | |
6958 | ||
6959 | * agentexpr.texi: New file. | |
6960 | ||
6961 | Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook> | |
6962 | ||
6963 | * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES. | |
6964 | ||
6965 | 1998-12-03 J.T. Conklin <[email protected]> | |
6966 | ||
6967 | * remote.texi: Changed wording that implied that the GDB remote | |
6968 | protocol caches register values instead of GDB itself. | |
6969 | ||
6970 | Tue Dec 1 17:45:43 1998 Stan Shebs <[email protected]> | |
6971 | ||
6972 | * gdbint.texinfo: Add some info about symbol readers. | |
6973 | (CHILL_PRODUCER, etc): Comment out descriptions, not useful. | |
6974 | (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE. | |
6975 | (IN_SOLIB_RETURN_TRAMPOLINE): Describe. | |
6976 | (KERNEL_DEBUGGING, MIPSEL): No info about these, remove. | |
6977 | ||
6978 | Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook> | |
6979 | ||
a9331b3f | 6980 | * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE): |
c906108c SS |
6981 | |
6982 | Sat Nov 28 13:45:53 1998 Andrew Cagney <[email protected]> | |
6983 | ||
6984 | * gdbint.texinfo (INNER_THAN): Update, now takes parameters. | |
6985 | ||
6986 | Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook> | |
6987 | ||
6988 | * gdbint.texinfo (NO_SINGLE_STEP): Replace with | |
889bf7c5 | 6989 | SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP. |
c906108c SS |
6990 | |
6991 | Wed Oct 14 10:02:40 1998 Andrew Cagney <[email protected]> | |
6992 | ||
6993 | * gdbint.texinfo: Fix minor typos. | |
6994 | ||
6995 | Wed Sep 30 18:03:19 1998 Stan Shebs <[email protected]> | |
6996 | ||
6997 | * gdbint.texinfo: Complete overhaul. Group descriptions more | |
6998 | logically, add more info on generic algorithms, remove much | |
6999 | obsolete and/or wrong material. | |
7000 | ||
7001 | Fri Jul 24 17:51:38 1998 Ian Lance Taylor <[email protected]> | |
7002 | ||
7003 | * stabs.texinfo (Method Type Descriptor): Expand and correct. | |
7004 | ||
7005 | Mon May 4 10:37:12 1998 Brian Youmans ([email protected]) | |
7006 | ||
7007 | * refcard.tex: Copyright, address updates. | |
7008 | ||
7009 | Tue Apr 21 18:09:56 1998 Stan Shebs <[email protected]> | |
7010 | ||
7011 | * gdb.texinfo (EDITION, DATE): Update and change to use ordinals | |
7012 | for the edition instead of confusing GDB-version-like numbers. | |
7013 | ||
7014 | Mon Apr 13 14:05:00 1998 Fred Fish <[email protected]> | |
7015 | ||
7016 | * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data". | |
7017 | ||
7018 | Thu Apr 2 16:52:44 1998 Jason Molenda ([email protected]) | |
7019 | ||
5ae4183a | 7020 | * LRS: Reformat a bit to keep text under 80 columns. |
c906108c SS |
7021 | |
7022 | Thu Apr 2 16:10:36 1998 Stan Shebs <[email protected]> | |
7023 | ||
7024 | * gdb.texinfo: Add some credits, mention bug monitor. | |
7025 | * remote.texi: Mention mips monitor targets. | |
7026 | * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY. | |
a9331b3f | 7027 | |
c906108c SS |
7028 | Mon Feb 2 17:13:03 1998 Stan Shebs <[email protected]> |
7029 | ||
7030 | * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h | |
889bf7c5 PA |
7031 | files, finish sorting of host vs target vs native macros, describe |
7032 | some more of them. | |
c906108c SS |
7033 | |
7034 | Tue Jan 13 16:44:50 1998 Fred Fish <[email protected]> | |
7035 | ||
7036 | * gdbint.texinfo (Host Conditionals): Document change from | |
7037 | using NO_MMALLOC to it's inverse, USE_MMALLOC. | |
7038 | ||
7039 | Mon Nov 24 13:55:21 1997 Andrew Cagney <[email protected]> | |
7040 | ||
7041 | * gdbint.texinfo (Host Conditionals): Document | |
889bf7c5 | 7042 | PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE. |
c906108c SS |
7043 | |
7044 | Fri Jul 4 14:52:31 1997 Ian Lance Taylor <[email protected]> | |
7045 | ||
7046 | * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES. | |
7047 | Document LSEEK_NOT_LINEAR. | |
7048 | ||
7049 | Tue Mar 25 14:44:09 1997 Ian Lance Taylor <[email protected]> | |
7050 | ||
7051 | * stabs.texinfo (Stab Section Basics): Make it clear that only | |
7052 | some versions of the GNU linker remove the leading N_UNDF symbol. | |
7053 | ||
7054 | Thu Feb 27 17:45:19 1997 Ian Lance Taylor <[email protected]> | |
7055 | ||
7056 | * stabs.texinfo (String Field): Document type number pairs here, | |
7057 | instead of in the Sun specific section. | |
7058 | (Include Files): The GNU linker supports the N_BINCL | |
7059 | optimization. Clarify the N_BINCL value, and what it is used | |
7060 | for. | |
7061 | (Procedures): Document N_FUN with an empty string to mark the end | |
7062 | of a function. | |
7063 | (Typedefs): Mention that Sun compilers may use N_GSYM for a type. | |
7064 | (Sun Differences): Remove this node, as the information is now | |
7065 | elsewhere in the main document. | |
7066 | (Stab Section Basics): Mention that the GNU linker may optimize | |
7067 | stabs and remove the leading N_UNDF symbol. | |
7068 | ||
7069 | Mon Dec 9 12:23:32 1996 Roland Pesch <[email protected]> | |
7070 | ||
7071 | * gdb.texinfo, refcard.tex: Restore author credit | |
7072 | ||
7073 | Wed Oct 2 22:01:36 1996 Fred Fish <[email protected]> | |
7074 | ||
7075 | * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update | |
7076 | documentation to account for START and END macros taking | |
7077 | one arg. | |
7078 | ||
7079 | Thu Aug 22 17:59:03 1996 Fred Fish <[email protected]> | |
7080 | ||
7081 | From: Eberhard Mattes <[email protected]> | |
7082 | * gdb.texinfo (Frames): Fix typo. | |
7083 | ||
7084 | Tue Jul 23 10:06:20 1996 Fred Fish <[email protected]> | |
7085 | ||
7086 | * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes | |
7087 | a target_signal as arg type, not a pid. | |
7088 | ||
7089 | Fri Jul 12 11:10:05 1996 Stu Grossman ([email protected]) | |
7090 | ||
7091 | * gdb.texinfo: Document `set assembly-language'. | |
7092 | ||
7093 | Thu Jul 11 13:50:28 1996 Stan Shebs <[email protected]> | |
7094 | ||
7095 | * remote.texi: Update list of stubs in the GDB distribution. | |
7096 | ||
7097 | Fri Jul 5 15:38:54 1996 Fred Fish <[email protected]> | |
7098 | ||
7099 | * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK. | |
889bf7c5 PA |
7100 | Also document that some systems can use mmalloc but must define |
7101 | this if their C runtime allocates memory that is later freed. | |
c906108c | 7102 | (MMCHECK_FORCE): Document new macro. |
a9331b3f | 7103 | |
c906108c SS |
7104 | Fri Jun 28 22:17:10 1996 Dawn Perchik <[email protected]> |
7105 | ||
7106 | * remote.texi: Add documentation for target Sparclet. | |
7107 | ||
7108 | Mon Jun 24 18:12:22 1996 Jason Molenda ([email protected]) | |
7109 | ||
a9331b3f | 7110 | * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL, |
c906108c SS |
7111 | INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values. |
7112 | * configure.in: Rewritten for autoconf. | |
7113 | * configure: New. | |
7114 | ||
7115 | Mon Jun 17 10:43:41 1996 Fred Fish <[email protected]> | |
7116 | ||
7117 | * Makefile.in (DVIPS): New define, set to dvips. | |
7118 | (dvi): Add stabs.dvi. | |
7119 | (ps): New target. | |
7120 | (all-doc): Depend on info, dvi, and ps targets. | |
7121 | (STAGESTUFF): Add *.ps and *.dvi files. | |
7122 | (clean-info, clean-dvi): Remove. | |
7123 | (mostlyclean): Does not depend upon clean-info or clean-dvi, | |
7124 | rules completely rewritten. | |
7125 | (maintainer-clean): Remove clean-info and clean-dvi | |
7126 | dependencies and put their actions in the rules. | |
7127 | (gdb.ps): New target | |
a9331b3f | 7128 | (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove |
c906108c SS |
7129 | intermediate TeX files, whether they have 2 or 3 character |
7130 | extensions. | |
7131 | (gdbint.ps): Add target and rules. | |
7132 | (gdb-internals): Delete unused target. | |
7133 | (Makefile): Depends upon config.status also. | |
7134 | ||
7135 | Sat Mar 30 15:46:58 1996 Fred Fish <[email protected]> | |
7136 | ||
7137 | * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is | |
7138 | set. | |
7139 | ||
7140 | Sat Mar 16 15:10:20 1996 Fred Fish <[email protected]> | |
7141 | ||
7142 | From Peter Schauer <[email protected]> | |
7143 | * gdb.texinfo (Expressions): Fix erroneous array constant example. | |
7144 | ||
7145 | Sat Mar 16 13:28:45 1996 Fred Fish <[email protected]> | |
7146 | ||
7147 | * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands. | |
7148 | ||
7149 | Sat Feb 10 03:28:36 1996 Peter Schauer ([email protected]) | |
7150 | ||
7151 | * gdb.texinfo (Print settings): Document | |
7152 | `set/show print static-members' commands. | |
7153 | ||
7154 | Wed Jan 10 14:16:37 1996 Fred Fish <[email protected]> | |
7155 | ||
7156 | * gdbint.texinfo (Native): Document name change, coredep.c to | |
7157 | core-aout.c. | |
7158 | ||
7159 | Wed Dec 13 12:35:28 1995 Ian Lance Taylor <[email protected]> | |
7160 | ||
7161 | * stabs.texinfo (Include Files): Document the values the SunOS4 | |
7162 | linker creates for N_BINCL/N_EINCL/N_EXCL stabs. | |
7163 | ||
7164 | Fri Dec 8 21:08:44 1995 Fred Fish <[email protected]> | |
7165 | ||
7166 | * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz. | |
7167 | Fix typo. | |
7168 | ||
7169 | Fri Dec 1 11:07:50 1995 Fred Fish <[email protected]> | |
7170 | ||
7171 | * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than | |
7172 | "gdb.tar.Z". | |
7173 | ||
7174 | Wed Sep 20 13:14:10 1995 Ian Lance Taylor <[email protected]> | |
7175 | ||
7176 | * Makefile.in (maintainer-clean): New target, synonym for | |
7177 | realclean. | |
7178 | ||
7179 | Thu Aug 3 10:45:37 1995 Fred Fish <[email protected]> | |
7180 | ||
7181 | * Update all FSF addresses except those in COPYING* files. | |
7182 | ||
7183 | Wed Jul 19 18:43:03 1995 Stan Shebs <[email protected]> | |
7184 | ||
7185 | From Richard Earnshaw ([email protected]): | |
7186 | * gdb.texinfo (convenience variables): Document $_exitcode. | |
7187 | (quit): Document optional expression to use as exit code. | |
7188 | ||
7189 | Thu Jun 22 21:27:33 1995 Victoria Mixon <[email protected]> | |
7190 | ||
7191 | * gdb.texinfo, remote.texi: Brought up to date with various | |
7192 | GDB changes. | |
7193 | ||
7194 | Tue Jun 20 14:35:38 1995 Stan Shebs <[email protected]> | |
7195 | ||
7196 | * gdb.texinfo: Update dates and versions, fix comments about | |
7197 | hardware watchpoints in future releases and about the | |
7198 | sharedlibrary command. | |
7199 | ||
7200 | Mon May 8 09:30:36 1995 Jim Kingdon ([email protected]) | |
7201 | ||
7202 | * stabs.texinfo: Remove node `XCOFF differences'. Describe value of | |
7203 | C_FUN stab. Other cleanups. | |
7204 | ||
7205 | Wed Apr 19 07:02:19 1995 Jim Kingdon ([email protected]) | |
7206 | ||
7207 | * remote.texi (Bootstrapping): Clarify that flush_i_cache is only | |
7208 | for the sparc stub. | |
7209 | ||
7210 | Tue Apr 11 11:41:49 1995 Jim Kingdon ([email protected]) | |
7211 | ||
7212 | * annotate.texi: Clarify which addresses have differing formats | |
7213 | depending on the language and which do not. | |
7214 | ||
7215 | Tue Mar 28 16:56:22 1995 J.T. Conklin <[email protected]> | |
7216 | ||
7217 | * remote.texi (NetWare): Changed example to use BOARD= instead of | |
7218 | NODE= argument to reflect correspoding change to gdbserve.nlm. | |
7219 | ||
7220 | Fri Mar 17 06:47:02 1995 Jim Kingdon ([email protected]) | |
7221 | ||
7222 | * stabs.texinfo (Negative Type Numbers): Mention the fact that | |
7223 | GDB, as well as AIX dbx, supports the size type attribute. | |
7224 | ||
7225 | Thu Mar 16 12:11:32 1995 Jim Kingdon ([email protected]) | |
7226 | ||
7227 | * stabs.texinfo (Negative Type Numbers): Document types -31 to -34. | |
7228 | ||
7229 | Mon Mar 13 16:49:13 1995 Per Bothner <[email protected]> | |
7230 | ||
7231 | * gdb.texinfo (Define): Document $arg0... arguments to commands, | |
7232 | and new 'if' and 'while' commands. | |
7233 | ||
7234 | Fri Feb 17 15:24:35 1995 Per Bothner <[email protected]> | |
7235 | ||
7236 | * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type. | |
7237 | ||
7238 | Wed Feb 15 11:59:18 1995 J.T. Conklin <[email protected]> | |
7239 | ||
7240 | * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm. | |
7241 | * remote.texi (NetWare): New node, how to use gdbserve.nlm on | |
7242 | NetWare targets. Mostly stolen from the Server node. | |
7243 | ||
7244 | Fri Feb 10 20:20:08 1995 Jim Kingdon ([email protected]) | |
7245 | ||
7246 | * gdb.texinfo (Setting): Talk about the language of a source file | |
7247 | versus the working language. The old documentation did not match | |
7248 | what GDB did. | |
7249 | ||
7250 | Wed Feb 1 20:26:36 1995 Jim Kingdon ([email protected]) | |
7251 | ||
7252 | * stabs.texinfo (Source Files): Document N_SO used to mark the end | |
7253 | of a source file. | |
7254 | ||
7255 | Mon Jan 23 14:23:37 1995 Jim Kingdon ([email protected]) | |
7256 | ||
7257 | * gdb.texinfo (Processes): New node. | |
7258 | ||
7259 | Tue Jan 17 14:09:03 1995 Ian Lance Taylor <[email protected]> | |
7260 | ||
7261 | * remote.texi: Update documentation of set/show mipsfpu. | |
7262 | ||
3fc11d3e JM |
7263 | Fri Jan 6 17:17:28 1995 Stan Shebs <[email protected]> |
7264 | ||
7265 | * gdbgui.texinfo: New file, manual for GUI (gdbtk) users. | |
7266 | * Makefile.in (gdbgui.dvi, gdbgui.info): New actions. | |
c906108c SS |
7267 | |
7268 | Sun Sep 4 16:47:21 1994 Stan Shebs ([email protected]) | |
7269 | ||
7270 | * gdbint.texinfo: Removed mentions of some incorrectly placed and | |
7271 | obsolete conditionals, described some others. | |
7272 | ||
7273 | Mon Aug 1 15:42:39 1994 Jim Kingdon ([email protected]) | |
7274 | ||
7275 | * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and | |
7276 | SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994. | |
7277 | ||
7278 | Mon Aug 1 15:12:02 1994 Stan Shebs ([email protected]) | |
7279 | ||
7280 | * gdbint.texinfo: Put regex conditionals in their own table. | |
7281 | ||
7282 | Tue Jul 26 18:32:52 1994 Stan Shebs ([email protected]) | |
7283 | ||
7284 | * gdbint.texinfo: Removed mentions of many obsolete conditionals, | |
7285 | described or fixed the descriptions of many others. | |
7286 | ||
7287 | Sun Jul 17 14:14:03 1994 Stan Shebs ([email protected]) | |
7288 | ||
7289 | * gdb.texinfo: Add some more credits. | |
7290 | * gdbint.texinfo: Capitalize GDB consistently, describe some | |
7291 | macros and remove some. | |
7292 | ||
7293 | Thu Jul 14 18:43:17 1994 Stan Shebs ([email protected]) | |
7294 | ||
7295 | * gdbint.texinfo: Removed mentions of many incorrectly placed and | |
7296 | obsolete conditionals, described some others. | |
7297 | ||
7298 | Tue Jul 12 12:23:15 1994 Peter Schauer ([email protected]) | |
7299 | ||
7300 | * gdb.texinfo (help targets): Changed to `help target', which | |
7301 | is the correct gdb command. | |
7302 | ||
7303 | Wed Jun 22 18:00:51 1994 Jim Kingdon ([email protected]) | |
7304 | ||
7305 | * annotate.texi (TODO): New node, for keeping track of annotations | |
7306 | suggested but not yet implemented. | |
7307 | ||
7308 | Wed Jun 1 16:10:45 1994 Jim Kingdon ([email protected]) | |
7309 | ||
7310 | * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to | |
7311 | another symbol, it is not the address itself. | |
7312 | ||
7313 | Thu May 5 20:23:36 1994 Stan Shebs ([email protected]) | |
7314 | ||
7315 | * stabs.texinfo (Stab Section Basics): Add comment about alignment | |
7316 | of stabs-in-coff sections. | |
7317 | ||
7318 | Wed May 4 06:26:11 1994 Jim Kingdon ([email protected]) | |
7319 | ||
7320 | * annotate.texi: Change edition to 0.5 and date to May 1994. | |
7321 | Add index. | |
7322 | (Frames): New node, for frame annotation. | |
7323 | (Displays): New node, for display annotation. | |
7324 | ||
7325 | * remote.texi (MIPS Remote): Say that set timeout doesn't apply | |
7326 | when waiting for your program to stop. | |
7327 | ||
7328 | Fri Apr 29 18:24:46 1994 Jim Kingdon ([email protected]) | |
7329 | ||
7330 | * annotate.texi (Breakpoint Info): Document annotation of header | |
7331 | fields and record annotation. | |
7332 | ||
7333 | Thu Apr 28 07:44:28 1994 Jim Kingdon ([email protected]) | |
7334 | ||
7335 | * annotate.texi: New file, to document annotations. | |
7336 | ||
7337 | Thu Apr 21 14:20:51 1994 Jim Kingdon ([email protected]) | |
7338 | ||
7339 | * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan | |
7340 | 16 I meant to make this change but did not). Do remove gdb-cfg.texi. | |
7341 | ||
7342 | Wed Apr 20 11:22:48 1994 Jim Kingdon ([email protected]) | |
7343 | ||
7344 | * stabs.texinfo (Stab Section Basics): Say what is in .stab | |
7345 | section, and say n_strx field is compilation unit relative. | |
7346 | * stabs.texinfo: Don't use @code for a.out when it is the name of | |
7347 | an object file format. | |
7348 | ||
7349 | Wed Apr 13 20:29:54 1994 Jim Kingdon ([email protected]) | |
7350 | ||
7351 | * gdb.texinfo: Refer to file names, not path names, per rms | |
7352 | convention. | |
7353 | (Arguments): Fix typo. | |
7354 | ||
7355 | Thu Mar 24 08:09:12 1994 Jim Kingdon ([email protected]) | |
7356 | ||
7357 | * stabs.texinfo (Global Variables): Talk about stabs in files | |
7358 | where variables are referenced, but not defined. | |
7359 | ||
7360 | Wed Mar 23 07:16:36 1994 Jim Kingdon ([email protected]) | |
7361 | ||
7362 | * stabs.texinfo: Move stuff on @ and # type descriptors from node | |
7363 | Cplusplus to new nodes Member Type Descriptor and Method Type | |
7364 | Descriptor. Re-write stuff for #. | |
7365 | ||
7366 | Wed Mar 16 08:20:19 1994 Jim Kingdon ([email protected]) | |
7367 | ||
7368 | * gdb.texinfo (Print Settings): Don't document "set print | |
7369 | fast-symbolic-addr off". The bug which it worked around was fixed | |
7370 | on 25 Feb 94 in coffread.c, so I'm nuking the command. | |
7371 | ||
7372 | * stabs.texinfo (Alternate Entry Points): New node, rewritten from | |
7373 | N_ENTRY node. | |
7374 | ||
7375 | * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor. | |
7376 | ||
7377 | Tue Mar 15 08:43:02 1994 Jim Kingdon ([email protected]) | |
7378 | ||
7379 | * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove | |
7380 | references to ieee-float.c. | |
7381 | ||
7382 | Fri Mar 11 08:09:40 1994 Jim Kingdon ([email protected]) | |
7383 | ||
7384 | * gdb.texinfo (Set Breaks): Update documentation for tbreak to | |
7385 | match what the code actually does. | |
7386 | ||
7387 | Wed Mar 9 19:43:05 1994 Jim Kingdon ([email protected]) | |
7388 | ||
7389 | * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s. | |
7390 | ||
7391 | Tue Mar 1 17:04:43 1994 Jim Kingdon ([email protected]) | |
7392 | ||
7393 | * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c, | |
7394 | i, and b. | |
7395 | ||
7396 | Wed Feb 23 10:44:18 1994 Jim Kingdon ([email protected]) | |
7397 | ||
7398 | * stabs.texinfo: Document N_RBRAC as function relative for COFF as | |
7399 | well as for ELF and SOM. Unify the descriptions of ELF and SOM | |
7400 | as "stabs in sections" rather than just saying "ELF and SOM". | |
7401 | Also make that stuff apply to COFF. | |
7402 | ||
7403 | Fri Feb 18 08:25:58 1994 Jim Kingdon ([email protected]) | |
7404 | ||
7405 | * gdb.texinfo (Formatting Documentation): Change GhostScript to | |
7406 | Ghostscript. | |
7407 | ||
7408 | Fri Feb 4 06:31:31 1994 Jim Kingdon ([email protected]) | |
7409 | ||
7410 | * gdb.texinfo (Continuing and Stepping): When talking about "step" | |
7411 | versus functions without line numbers, also mention stepping into | |
7412 | them as well as "step" when you are in them. Tell the user how to | |
7413 | deal with the situation. Add comment about "debugging information". | |
7414 | ||
7415 | Thu Feb 3 11:39:59 1994 Jim Kingdon ([email protected]) | |
7416 | ||
7417 | * stabs.texinfo (Enumerations): Document restriction on where | |
7418 | enumeration types can appear and still win with GDB. | |
7419 | ||
7420 | Wed Feb 2 11:29:17 1994 Jim Kingdon ([email protected]) | |
7421 | ||
7422 | * stabs.texinfo (Negative Type Numbers): Document format for type | |
7423 | -16. | |
7424 | ||
7425 | Thu Jan 27 16:53:56 1994 Jim Kingdon ([email protected]) | |
7426 | ||
7427 | * gdb.texinfo (Selection, Frame Info): Update information about | |
7428 | arbitrary frame specficiations. | |
7429 | ||
7430 | Wed Jan 26 15:31:57 1994 Roland H. Pesch ([email protected]) | |
7431 | ||
7432 | * gdb.texinfo, remote.texi: general editing pass prior to Net release | |
7433 | ||
7434 | Tue Jan 25 12:12:04 1994 Jim Kingdon ([email protected]) | |
7435 | ||
7436 | * stabs.texinfo (String Field): Discuss continuing stabs with ?. | |
7437 | ||
7438 | Wed Jan 19 06:39:24 1994 David J. Mackenzie ([email protected]) | |
7439 | ||
7440 | * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT. | |
7441 | ||
7442 | Sun Jan 16 12:43:32 1994 Jim Kingdon ([email protected]) | |
7443 | ||
7444 | * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF | |
7445 | Differences node to Statics node. | |
7446 | (Statics): Discuss XCOFF use of V symbol descriptor. | |
7447 | ||
7448 | * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean, | |
7449 | not clean. | |
7450 | ||
7451 | Wed Jan 12 21:29:54 1994 John Gilmore ([email protected]) | |
7452 | ||
7453 | * gdb.texinfo (Print Settings): Document `set print | |
7454 | fast-symbolic-addr' and improve the doc for some other | |
7455 | `set print's. | |
7456 | ||
7457 | Mon Jan 3 17:23:07 1994 Jim Kingdon ([email protected]) | |
7458 | ||
7459 | * stabs.texinfo (String Field): Talk about defining several type | |
7460 | numbers at once. | |
7461 | Fix lint regarding changing node ELF Transformations to | |
7462 | ELF and SOM Transformations. | |
7463 | ||
7464 | Fri Dec 31 00:42:43 1993 John Gilmore ([email protected]) | |
7465 | ||
7466 | * stabs.texinfo: Insert Peter Kessler's name as inventor (I think). | |
7467 | ||
7468 | Tue Dec 28 09:30:40 1993 Jim Kingdon ([email protected]) | |
7469 | ||
7470 | * stabs.texinfo (Cross-References): `::' is for nested types only | |
7471 | within <>. | |
7472 | (Structures): Document static members. | |
7473 | ||
7474 | Mon Dec 27 13:55:04 1993 Jim Kingdon ([email protected]) | |
7475 | ||
7476 | * stabs.texinfo: Document S type attribute. | |
7477 | ||
7478 | Sun Dec 26 20:46:36 1993 Jeffrey A. Law ([email protected]) | |
7479 | ||
7480 | * stabs.texinfo: Add notes about stabs-in-som where appropriate. | |
7481 | ||
7482 | Fri Dec 3 19:13:19 1993 John Gilmore ([email protected]) | |
7483 | ||
7484 | * gdbint.texinfo: Fix a few typos. | |
7485 | ||
7486 | Sun Nov 28 18:06:25 1993 Roland H. Pesch ([email protected]) | |
7487 | ||
7488 | * gdb.texinfo, remote.texi: formatting improvements | |
7489 | ||
7490 | * gdb.texinfo (New Features): mention threads. | |
7491 | (Summary, C): fix xrefs in newly contributed text. | |
7492 | (Threads): index entries, clarifications, example | |
7493 | (passim): minor typos fixed, phrasing improvements | |
7494 | ||
7495 | * remote.texi (Bootstrapping): rephrase text on ^C and add index | |
7496 | entries; (Server): explain use of gdbserver w/real-time systems, | |
7497 | add example of conflicting TCP port; (MIPS Remote) break up | |
7498 | running text into table, highlighting commands, and add example. | |
a9331b3f | 7499 | |
c906108c SS |
7500 | Wed Nov 24 14:15:56 1993 Roland H. Pesch ([email protected]) |
7501 | ||
7502 | * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed | |
7503 | ||
7504 | Fri Nov 12 16:10:58 1993 Jim Kingdon ([email protected]) | |
7505 | ||
7506 | * stabs.texinfo (Nested Symbols): New node. | |
7507 | (String Field, Symbol Descriptors, Cross-References): Refer to it. | |
7508 | ||
7509 | Thu Nov 11 13:26:45 1993 Jim Kingdon ([email protected]) | |
7510 | ||
7511 | * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect | |
7512 | to picking which Bbss.bss symbol to use, and (because there seems to | |
7513 | be no good way of doing it) re-write some of the text to make it | |
7514 | sound like Bbss.bss isn't such a great idea after all (as currently | |
7515 | designed). | |
7516 | ||
7517 | * gdb.texinfo (C): In addition to saying people have to use g++ for | |
7518 | good results, say they have to use stabs. Specifically say cfront | |
7519 | doesn't work well. | |
7520 | (Summary): Merge in information on Modula-2, Pascal, and Chill from | |
7521 | the gdb README. Add xrefs to places where the support for the various | |
7522 | languages is described in detail. | |
7523 | ||
7524 | Mon Nov 8 11:47:34 1993 Jim Kingdon ([email protected]) | |
7525 | ||
7526 | * stabs.texinfo: Clean up stuff about visibility and virtual | |
7527 | characters. | |
7528 | ||
7529 | * stabs.texinfo (N_M2C): Cite Sun doc. | |
7530 | ||
7531 | Fri Nov 5 16:27:27 1993 Roland H. Pesch ([email protected]) | |
7532 | ||
7533 | * gdb.texinfo: updates re threads. | |
7534 | * remote.texinfo: avoid index entries starting with digits. | |
7535 | ||
7536 | Tue Nov 2 09:08:37 1993 Jim Kingdon ([email protected]) | |
7537 | ||
7538 | * stabs.texinfo (Enumerations): Talk about large, negative and | |
7539 | octal values. Clean up cross reference to type attributes. | |
7540 | (String Field): Say that GDB 4.11 supports size attribute. | |
7541 | ||
7542 | Sun Oct 31 13:31:10 1993 Jim Kingdon ([email protected]) | |
7543 | ||
7544 | * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel | |
7545 | is a mandatory step. Make the stuff about that more concise. | |
7546 | ||
7547 | Wed Oct 27 00:25:46 1993 Jim Kingdon ([email protected]) | |
7548 | ||
7549 | * stabs.texinfo (Class Names): New node. | |
7550 | ||
7551 | * gdb.texinfo (Command Files): Explain order of init file reading. | |
7552 | ||
7553 | * remote.texi (Bootstrapping): Talk about getting the serial driver | |
7554 | to deal with ^C sent by gdb to stop the remote system. | |
7555 | ||
7556 | Mon Oct 25 03:25:41 1993 Tom Lord ([email protected]) | |
7557 | ||
7558 | * libgdb.texinfo (I/O): incorporated better phrasing from rich. | |
7559 | ||
7560 | * libgdb.texinfo (Defining Commands): made the DOC arg | |
7561 | to gdb_define_app_command a char * instead of char ** | |
7562 | per a suggestion from kingdon. | |
7563 | ||
7564 | * libgdb.texinfo: total rewrite from a different starting | |
7565 | premise. | |
7566 | ||
7567 | Wed Oct 20 18:07:44 1993 Jim Kingdon ([email protected]) | |
7568 | ||
7569 | * stabs.texinfo (Local Variable Parameters): Re-write paragraph on | |
7570 | floats passed as doubles (to improve clarity). | |
7571 | ||
7572 | Tue Oct 19 14:21:18 1993 Roland H. Pesch ([email protected]) | |
7573 | ||
7574 | * gdb.texinfo (Source Path): index entries for $cwd, $pdir | |
7575 | ||
7576 | * a4rc.sed: update to work with Andreas Vogel papersize params | |
7577 | ||
7578 | * refcard.tex: use Andreas Vogel simplifications of papersize | |
7579 | params; remove useless version info; update copyright date. | |
7580 | ||
7581 | Tue Oct 19 10:46:22 1993 Jim Kingdon ([email protected]) | |
7582 | ||
7583 | * gdb.texinfo (Symbols): Add class NAME to doc for ptype. | |
7584 | ||
7585 | Tue Oct 12 09:11:45 1993 Jim Kingdon ([email protected]) | |
7586 | ||
7587 | * gdb.texinfo (Files): Say what address the load command loads it at. | |
7588 | ||
7589 | * stabs.texinfo (Common Blocks): Minor cleanups. | |
7590 | ||
7591 | * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact | |
7592 | that Sun has backed away from the linker kludge and thus the relevant | |
7593 | issue is changes to the SunPRO tools, not the Solaris linker. | |
7594 | ||
7595 | * stabs.texinfo (Traditional Integer Types): Clean up description | |
7596 | of octal bounds a little bit. Document extra leading zeroes. | |
7597 | ||
7598 | Thu Oct 7 16:15:37 1993 Jim Kingdon ([email protected]) | |
7599 | ||
7600 | * gdb.texinfo (Signaling): Update for symbolic symbol names | |
7601 | and add a section explaining the difference between the GDB | |
7602 | signal command and the shell kill utility. | |
7603 | ||
7604 | Wed Oct 6 13:23:01 1993 Tom Lord ([email protected]) | |
7605 | ||
7606 | * libgdb.texinfo: added `@' to braces that were unescaped. | |
7607 | ||
7608 | Mon Oct 4 10:42:18 1993 Tom Lord ([email protected]) | |
7609 | ||
7610 | * libgdb.texinfo: new file. Spec for the gdb library. | |
7611 | ||
7612 | Sun Oct 3 15:26:56 1993 Jim Kingdon ([email protected]) | |
7613 | ||
7614 | * stabs.texinfo (Include Files): Fix typo (start -> end). | |
7615 | ||
7616 | Thu Sep 30 18:24:56 1993 Roland H. Pesch ([email protected]) | |
7617 | ||
7618 | * gdb.texinfo, remote.texi: assorted small improvements, mostly | |
7619 | from Melissa at FSF's editing pass. | |
7620 | ||
7621 | Thu Sep 30 11:54:38 1993 Jim Kingdon ([email protected]) | |
7622 | ||
7623 | * gdb.texinfo: Remove stuff about ar and 14 character filenames. | |
7624 | I believe this was fixed by the 13 Sep 89 change to print_frame_info. | |
7625 | Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug. | |
7626 | ||
7627 | Wed Sep 22 21:22:11 1993 Jim Kingdon ([email protected]) | |
7628 | ||
7629 | * remote.texi (Bootstrapping): Discuss 386 call gates. | |
7630 | ||
7631 | Sat Sep 18 17:10:44 1993 Jim Kingdon ([email protected]) | |
7632 | ||
7633 | * stabs.texinfo (Based Variables): New node. | |
7634 | ||
7635 | Thu Sep 16 17:48:55 1993 Jim Kingdon ([email protected]) | |
7636 | ||
7637 | * stabs.texinfo (Negative Type Numbers): Re-write discussions of | |
7638 | names, sizes, and formats to suggest how not to lose. | |
7639 | ||
7640 | Sat Sep 11 09:35:11 1993 Jim Kingdon ([email protected]) | |
7641 | ||
7642 | * stabs.texinfo (Methods): Fix typo. | |
7643 | ||
7644 | Fri Sep 10 06:34:20 1993 David J. Mackenzie ([email protected]) | |
7645 | ||
7646 | * gdb.texinfo: Fix a few typos. | |
7647 | ||
7648 | Wed Sep 8 09:11:52 1993 Jim Kingdon ([email protected]) | |
7649 | ||
7650 | * gdb.texinfo: Clarify how well it works with Fortran. | |
7651 | ||
7652 | * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations): | |
7653 | More on relocating stabs in ELF files. | |
7654 | ||
7655 | Tue Sep 7 13:45:02 1993 Jim Kingdon ([email protected]) | |
7656 | ||
7657 | * stabs.texinfo (Stabs In ELF): Talk about N_FUN value. | |
7658 | ||
7659 | Mon Sep 6 19:23:18 1993 Jim Kingdon ([email protected]) | |
7660 | ||
7661 | * stabs.texinfo (Local Variable Parameters): Talk about nameless | |
7662 | parameters on VAX. | |
7663 | ||
7664 | Fri Sep 3 17:06:08 1993 Roland H. Pesch ([email protected]) | |
7665 | ||
7666 | * gdb.texinfo: @up/@down -> @raisesections/@lowersections | |
7667 | ||
7668 | Fri Sep 3 12:04:15 1993 Jim Kingdon ([email protected]) | |
7669 | ||
7670 | * stabs.texinfo: Make info author notice match the TeX author notice. | |
7671 | ||
7672 | Tue Aug 31 13:21:06 1993 David J. Mackenzie ([email protected]) | |
7673 | ||
7674 | * stabs.texinfo: Initial-caps all words in node names and | |
7675 | non-trivial words in section names. | |
7676 | ||
7677 | Mon Aug 30 11:13:16 1993 Jim Kingdon ([email protected]) | |
7678 | ||
7679 | * stabs.texinfo: Many minor cleanups. | |
7680 | ||
7681 | * stabs.texinfo: Remove @deffn except from Expanded Reference node. | |
7682 | ||
7683 | Sat Aug 28 12:08:09 1993 David J. MacKenzie ([email protected]) | |
7684 | ||
7685 | * stabs.texinfo: Remove full description of big example. | |
7686 | It's not really helpful; just use pieces of it where appropriate. | |
7687 | Add more Texinfo formatting directives (@samp, etc.). | |
7688 | Use @deffn to define stab types. | |
7689 | Eliminate some wordiness. Break up some nodes. | |
7690 | Add an (alphabetized) index of symbol types. | |
7691 | Use consistent capitalization style in node and section names. | |
7692 | ||
7693 | Thu Aug 26 06:36:31 1993 Fred Fish ([email protected]) | |
7694 | ||
7695 | * gdb.texinfo: Change typo "Two two" to "The two". | |
7696 | ||
7697 | Sun Aug 22 12:15:18 1993 Jim Kingdon ([email protected]) | |
7698 | ||
7699 | * stabs.texinfo (XCOFF-differences): Remove references to | |
7700 | non-existent types N_DECL and N_RPSYM. | |
7701 | ||
7702 | * stabs.texinfo (String Field): Say that type attributes bug is | |
7703 | fixed in GDB 4.10, since it is. | |
7704 | ||
7705 | * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own. | |
7706 | ||
7707 | Sat Aug 21 04:32:28 1993 David MacKenzie ([email protected]) | |
7708 | ||
7709 | * stabs.texinfo: Formatting cleanups. | |
7710 | ||
7711 | Fri Aug 20 20:49:53 1993 Jim Kingdon ([email protected]) | |
7712 | ||
7713 | * stabs.texinfo: When explaining the n_type of a stab, standardize | |
7714 | how we do it ('#' as a comment indicator, "36 is N_FUN" as text, | |
7715 | no tabs, use @r). | |
7716 | (Global Variables): Clean up. | |
7717 | ||
7718 | Tue Aug 17 15:57:27 1993 Jim Kingdon ([email protected]) | |
7719 | ||
7720 | * stabs.texinfo (Stack Variables): Re-write. | |
7721 | ||
7722 | Mon Aug 16 21:20:08 1993 Jim Kingdon ([email protected]) | |
7723 | ||
7724 | * stabs.texinfo (Stabs-in-elf): Talk about getting the start | |
7725 | addresses of a source file. Also revise formatting. | |
7726 | Change "object module" or "object file" to "source file". | |
7727 | Various: Miscellaneous cleanups. | |
7728 | ||
7729 | Thu Aug 12 15:11:51 1993 Jim Kingdon ([email protected]) | |
7730 | ||
7731 | * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi. | |
7732 | ||
7733 | Tue Aug 10 16:57:49 1993 Stan Shebs ([email protected]) | |
7734 | ||
7735 | * gdbint.texinfo: Removed many nonsensical machine-collected | |
7736 | host and target conditionals, described some of the remainder. | |
7737 | ||
7738 | Tue Aug 10 13:28:30 1993 Jim Kingdon ([email protected]) | |
7739 | ||
7740 | * gdbint.texinfo (Getting Started): Use @itemize, not @table. | |
7741 | ||
7742 | * gdbint.texinfo (Top): Add name to @top line, and re-write the | |
7743 | paragraph which follows. | |
7744 | ||
7745 | * gdbint.texinfo (Host): Use @code not @samp for Makefile | |
7746 | variables. Looks better and avoids overful hbox. | |
7747 | ||
7748 | Fri Jul 30 18:26:21 1993 Jim Kingdon ([email protected]) | |
7749 | ||
7750 | * stabs.texinfo (Procedures): Improve stuff on nested functions. | |
7751 | ||
7752 | Thu Jul 29 15:10:58 1993 Roland H. Pesch ([email protected]) | |
7753 | ||
7754 | * remote.texi: (MIPS Remote) clearer doc for set/show timeout, | |
7755 | retransmit-timeout | |
7756 | ||
7757 | Thu Jul 29 13:16:09 1993 Jim Kingdon ([email protected]) | |
7758 | ||
7759 | * gdbint.texinfo: Update statement about `some ancient Unix | |
7760 | systems, like Ultrix 4.0' to Ultrix 4.2. | |
7761 | ||
7762 | Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com) | |
7763 | ||
7764 | * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER | |
7765 | ||
7766 | * Makefile.in: depend on remote.texi rather than gdbinv-s.texi | |
7767 | ||
7768 | * remote.texi: (Server) New node on gdbserver. (Remote Serial, | |
7769 | ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP. | |
7770 | ||
7771 | * remote.texi: new name for former gdbinv-s.texi | |
7772 | ||
7773 | * gdb.texinfo: use remote.texi rather than gdbinv-s.texi | |
7774 | ||
7775 | Wed Jul 28 08:26:24 1993 Ian Lance Taylor ([email protected]) | |
7776 | ||
7777 | * gdbinv-s.texi: Documented timeout and retransmit-timeout | |
7778 | variables for MIPS remote debugging protocol. | |
7779 | ||
7780 | Mon Jul 26 13:00:09 1993 Jim Kingdon ([email protected]) | |
7781 | ||
7782 | * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix. | |
7783 | ||
7784 | Tue Jul 20 16:30:41 1993 Jim Kingdon ([email protected]) | |
7785 | ||
7786 | * Makefile.in (refcard.dvi): Use srcdir where necessary. | |
7787 | ||
7788 | Mon Jul 19 12:02:50 1993 Roland H. Pesch ([email protected]) | |
7789 | ||
7790 | * gdb.texinfo: repair conditional bugs in text markup | |
7791 | ||
7792 | Fri Jul 16 18:57:50 1993 Roland H. Pesch ([email protected]) | |
7793 | ||
7794 | * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch | |
7795 | to select Modula-2 material. | |
7796 | ||
7797 | Thu Jul 15 13:15:01 1993 Jim Kingdon ([email protected]) | |
7798 | ||
7799 | * stabs.texinfo: Cleanups regarding statics. | |
7800 | ||
7801 | * gdbinv-s.texi (Bootstrapping): Document exceptionHandler. | |
7802 | (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping. | |
7803 | ||
7804 | Mon Jul 12 13:37:02 1993 Jim Kingdon ([email protected]) | |
7805 | ||
7806 | * stabs.texinfo: N_MAIN is sometimes used for C. | |
7807 | ||
7808 | Fri Jul 9 09:47:02 1993 Peter Schauer ([email protected]) | |
7809 | ||
7810 | * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE. | |
7811 | ||
7812 | Tue Jul 6 12:41:28 1993 John Gilmore ([email protected]) | |
7813 | ||
7814 | * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS, | |
a9331b3f | 7815 | removed from the code by Kingdon. |
c906108c SS |
7816 | |
7817 | Tue Jul 6 12:24:34 1993 Jim Kingdon ([email protected]) | |
7818 | ||
7819 | * gdb.texinfo (Break Commands): Remove stuff about flushing terminal | |
7820 | input when evaluating breakpoint conditions; the bug has been fixed. | |
7821 | ||
7822 | * gdb.texinfo (Continuing and Stepping): Argument to "continue" | |
7823 | sets the ignore count to N-1, not to N. | |
7824 | ||
7825 | Thu Jul 1 14:57:42 1993 Roland H. Pesch ([email protected]) | |
7826 | ||
7827 | * refcard.tex (\hoffset): correct longstanding error to match | |
7828 | intended offset; avoids cutting off edge on some printers | |
7829 | ||
7830 | Wed Jun 30 18:23:06 1993 Jim Kingdon ([email protected]) | |
7831 | ||
7832 | * stabs.texinfo (Parameters): Say that order of stabs is significant. | |
7833 | ||
7834 | Fri Jun 25 21:34:52 1993 Jim Kingdon ([email protected]) | |
7835 | ||
7836 | * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does. | |
7837 | ||
7838 | Fri Jun 25 16:15:10 1993 Roland H. Pesch ([email protected]) | |
7839 | ||
7840 | * Makefile.in: (REFEDITS) new var to control whether PS or CM | |
7841 | fonts and whether US or A4 paper for GDB refcard; (refcard.dvi) | |
7842 | collect sed edits if any, apply to refcard before formatting; | |
7843 | (refcard.ps) stop implying PS fonts if PS output requested; | |
7844 | (lrefcard.ps) delete extra target for variant PS fonts | |
7845 | ||
7846 | * refcard.tex: parametrize papersize dependent info, collect | |
7847 | in easily replaced spot | |
7848 | ||
7849 | * a4rc.sed: new file, edits to refcard for A4 paper | |
7850 | ||
7851 | Fri Jun 25 14:21:46 1993 Jim Kingdon ([email protected]) | |
7852 | ||
7853 | * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes. | |
7854 | ||
7855 | Wed Jun 23 15:02:50 1993 Jim Kingdon ([email protected]) | |
7856 | ||
7857 | * stabs.texinfo (Negative Type Numbers): Minor character cleanups. | |
7858 | ||
7859 | Tue Jun 22 16:31:52 1993 Jim Kingdon ([email protected]) | |
7860 | ||
7861 | * stabs.texinfo: Express disapproval of 'D' symbol descriptor | |
7862 | politely rather than rudely. | |
7863 | ||
7864 | Fri Jun 18 19:42:09 1993 Jim Kingdon ([email protected]) | |
7865 | ||
7866 | * stabs.texinfo: Document common blocks. | |
7867 | ||
7868 | Fri Jun 18 12:12:57 1993 Fred Fish ([email protected]) | |
7869 | ||
7870 | * stabs.texinfo: Add some basic info about stabs-in-elf. | |
7871 | ||
7872 | Fri Jun 18 13:57:09 1993 Jim Kingdon ([email protected]) | |
7873 | ||
7874 | * stabs.texinfo (Top): Minor cleanup. | |
7875 | ||
7876 | Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com) | |
7877 | ||
7878 | * Makefile.in (install-info): remove parentdir support | |
7879 | ||
7880 | Tue Jun 15 18:11:39 1993 Roland H. Pesch ([email protected]) | |
7881 | ||
7882 | * gdb.texinfo (Copying): delete this node and references to it; | |
7883 | RMS says this manual need not carry GPL. (passim): Improvements | |
7884 | from last round at FSF, largely due to Ian Taylor review, and | |
7885 | minor formatting improvements. | |
7886 | ||
7887 | * gdbinv-s.texi (passim): Improvements from last round at FSF, | |
7888 | largely due to Ian Taylor review. (Debug Session): minor edits to | |
7889 | new text. | |
7890 | ||
7891 | Sun Jun 13 12:52:39 1993 Jim Kingdon ([email protected]) | |
7892 | ||
7893 | * Makefile.in (realclean): Remove info and dvi files too. | |
7894 | ||
7895 | Sat Jun 12 16:09:22 1993 Jim Kingdon ([email protected]) | |
7896 | ||
7897 | * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames. | |
7898 | * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi. | |
7899 | * gdb.texinfo: Change accordingly. | |
7900 | ||
7901 | * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of | |
7902 | N_{L,R}BRAC,N_SLINE are relative to. | |
7903 | ||
7904 | Fri Jun 11 15:15:55 1993 Jim Kingdon ([email protected]) | |
7905 | ||
7906 | * Makefile.in (GDBvn.texi): Update atomically. | |
7907 | ||
7908 | Wed Jun 9 10:58:16 1993 Jim Kingdon ([email protected]) | |
7909 | ||
7910 | * gdbinv-s.texi (Debug Session): Document exceptionHook. | |
7911 | ||
7912 | Tue Jun 8 13:42:04 1993 Jim Kingdon ([email protected]) | |
7913 | ||
7914 | * gdb.texinfo (Print Settings): Move all stuff relating to symbolic | |
7915 | addresses together. Also motivate the set print symbol-filename | |
7916 | command and suggest other solutions. | |
7917 | ||
7918 | Tue Jun 1 22:46:43 1993 Fred Fish ([email protected]) | |
7919 | ||
7920 | * gdb.texinfo (set print elements): Note that the number of | |
7921 | elements is set to unlimited by "set print elements 0". | |
7922 | ||
7923 | Mon May 31 08:06:55 1993 Jim Kingdon ([email protected]) | |
7924 | ||
7925 | * stabs.texinfo (Builtin Type Descriptors): Try to clarify what | |
7926 | NF_LDOUBLE means. | |
7927 | (Stab Types): Include Solaris stab types. | |
7928 | (Procedures): Document Solaris extensions. | |
7929 | ||
7930 | Thu May 27 06:20:42 1993 Peter Schauer ([email protected]) | |
7931 | ||
7932 | * gdb.texinfo: Add `set print symbol-filename' doc. | |
7933 | ||
7934 | Wed May 26 00:26:42 1993 Jim Kingdon ([email protected]) | |
7935 | ||
7936 | * stabs.texinfo (Arrays): Talk about type definition vs. type | |
7937 | information. | |
7938 | ||
7939 | * stabs.texinfo (Builtin Type Descriptors): Talk about omitting | |
7940 | the trailing semicolon. | |
7941 | ||
7942 | Tue May 25 14:49:42 1993 Jim Kingdon ([email protected]) | |
7943 | ||
7944 | * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes | |
7945 | and merge in other parts of the document addressing these subjects. | |
7946 | gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo. | |
7947 | ||
7948 | * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon | |
7949 | at the end of a range type. | |
7950 | ||
7951 | * stabs.texinfo (Subranges): "A offset" and "T offset" are not | |
7952 | AIX extensions. | |
7953 | ||
7954 | Mon May 24 09:00:33 1993 Jim Kingdon ([email protected]) | |
7955 | ||
7956 | * stabs.texinfo (Stabs Format): Misc fixes. | |
7957 | ||
7958 | Sat May 22 10:40:56 1993 Jim Kingdon ([email protected]) | |
7959 | ||
7960 | * stabs.texinfo (Constants): Allow an `e' constant to be non-enum. | |
7961 | (Traditional builtin types): Document convex convention for long long. | |
7962 | (Negative builtin types): Discuss type names, and misc fixes. | |
7963 | ||
7964 | Fri May 21 11:20:31 1993 Jim Kingdon ([email protected]) | |
7965 | ||
7966 | * stabs.texinfo (Builtin Type Descriptors): Document the floating | |
7967 | point types used with @samp{R} type descriptor. | |
7968 | (Symbol Descriptors): Describe how to handle conflict between | |
7969 | different meanings of @samp{P} symbol descriptor. | |
7970 | ||
7971 | Thu May 20 13:35:10 1993 Jim Kingdon ([email protected]) | |
7972 | ||
7973 | * stabs.texinfo: Remove node Quick Reference and put its children | |
7974 | directly under the main menu. | |
7975 | ||
7976 | * stabs.texinfo: Many more changes to bring it into line with | |
7977 | AIX documentation and reality. I think it now has all the | |
7978 | information from the AIX documentation, except that I burned | |
7979 | out when I got to variant records (Pascal and Modula-2) and | |
7980 | all the COBOL types. Oh well, we can add them later when we're | |
7981 | worrying more about those languages. | |
7982 | ||
7983 | * stabs.texinfo (Automatic variables): Talk about what it means | |
7984 | to omit the symbol descriptor. | |
7985 | ||
7986 | Tue May 18 17:59:18 1993 Jim Kingdon ([email protected]) | |
7987 | ||
7988 | * stabs.texinfo (Parameters): Add "(sometimes)" when describing | |
7989 | gcc2 behavior with promoted args. | |
7990 | ||
7991 | Fri May 14 21:35:29 1993 Roland H. Pesch ([email protected]) | |
7992 | ||
7993 | * gdb.texinfo: include readline appendices in info version of manual | |
7994 | ||
7995 | Fri May 7 11:56:18 1993 Roland H. Pesch ([email protected]) | |
7996 | ||
7997 | * gdbinv-s.texi (Remote Serial): describe new ^C behavior in | |
7998 | target remote. | |
7999 | ||
8000 | * gdb.texinfo (Machine Code): more index entries for disassemble | |
8001 | ||
8002 | Fri May 7 10:12:30 1993 Fred Fish ([email protected]) | |
8003 | ||
8004 | * Clarify the intended use of the gdb-testers and gdb-patches | |
8005 | mailing lists, and shrink gzip comment. | |
8006 | ||
8007 | Thu May 6 16:39:50 1993 Roland H. Pesch ([email protected]) | |
8008 | ||
8009 | * gdb.texinfo (Shell Commands): do not mention SHELL env var in | |
8010 | DOSHOST configuration of manual. | |
8011 | ||
8012 | * gdb.texinfo (MIPS Stack): new node. | |
8013 | ||
8014 | * all-config.texi (MIPS) new switch. | |
8015 | ||
8016 | * gdbinv-s.texi (Nindy Options) Remove two instances of future | |
8017 | tense; (MIPS Remote) new node. | |
8018 | ||
8019 | * gdb.texinfo (passim) rephrases to work around makeinfo @value | |
8020 | bug; (Environment) less passive, other small cleanups in text about | |
8021 | .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry; | |
8022 | (Remote) new MIPS Remote menu entry. | |
8023 | ||
8024 | Thu Apr 29 09:36:25 1993 Jim Kingdon ([email protected]) | |
8025 | ||
8026 | * stabs.texinfo: Many changes to include information from the | |
8027 | AIX documentation. | |
8028 | ||
8029 | * gdb.texinfo (Environment): Mention pitfall with .cshrc. | |
8030 | ||
8031 | Tue Apr 27 14:02:57 1993 Jim Kingdon ([email protected]) | |
8032 | ||
8033 | * gdbint.texinfo (new node Debugging GDB, elsewhere): | |
8034 | Move a bunch of information from ../README. | |
8035 | (Getting Started): New node. | |
8036 | ||
8037 | Fri Apr 23 17:21:13 1993 Roland H. Pesch ([email protected]) | |
8038 | ||
8039 | * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target | |
8040 | ||
8041 | * gdb.texinfo: advance manual revision dates to present | |
8042 | ||
8043 | * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi: | |
8044 | stop using silly Roman numerals in @set variable names | |
8045 | ||
8046 | Fri Apr 23 07:30:01 1993 Jim Kingdon ([email protected]) | |
8047 | ||
8048 | * stabs.texinfo (Parameters): Keep trying to get this right. | |
8049 | ||
8050 | Wed Apr 21 15:18:47 1993 Jim Kingdon ([email protected]) | |
8051 | ||
8052 | * stabs.texinfo (Parameters): More on "local parameters". | |
8053 | ||
8054 | Mon Apr 19 08:00:51 1993 Jim Kingdon ([email protected]) | |
8055 | ||
8056 | * stabs.texinfo (Parameters): Re-do "local parameters" section. | |
8057 | ||
8058 | Sun Apr 18 09:47:45 1993 Jim Kingdon ([email protected]) | |
8059 | ||
8060 | * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref. | |
8061 | (Parameters): Rewrite. | |
8062 | (xcoff-differences, Sun-differences): Minor changes. | |
8063 | ||
8064 | Thu Apr 15 02:35:24 1993 John Gilmore ([email protected]) | |
8065 | ||
8066 | * stabs.texinfo: Minor cleanup. | |
8067 | ||
8068 | Wed Apr 14 17:31:00 1993 Jim Kingdon ([email protected]) | |
8069 | ||
8070 | * gdbint.texinfo: Minor xcoff stuff. | |
8071 | ||
8072 | Wed Apr 7 14:11:07 1993 Fred Fish ([email protected]) | |
8073 | ||
8074 | * gdbint.texinfo: Update for new config directory structure. | |
8075 | Add info about internal type data structures. | |
8076 | ||
8077 | Mon Apr 5 09:06:30 1993 Ian Lance Taylor ([email protected]) | |
8078 | ||
8079 | * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in | |
8080 | $(srcdir). | |
8081 | (gdb-config.texi): Depend on file in $(srcdir). | |
8082 | ||
8083 | Fri Apr 2 16:55:13 1993 Jim Kingdon ([email protected]) | |
8084 | ||
8085 | * stabs.texinfo: Fixes about N_SO. | |
8086 | ||
8087 | Fri Mar 26 18:00:35 1993 Roland H. Pesch ([email protected]) | |
8088 | ||
8089 | * gdb.texinfo: include list of nonstandard init file names | |
8090 | ||
8091 | * *-config.texi: new switch GENERIC for text that applies *only* | |
8092 | to (usual) multiple-target version of manual | |
8093 | ||
8094 | * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct | |
8095 | h8 config | |
8096 | ||
8097 | * gdb.texinfo: depend on latest fixed makeinfo, use conditionals | |
8098 | in menus (rather than conditionally selected multiple alternative | |
8099 | menus). | |
8100 | ||
8101 | * Makefile.in: define and use DOC_CONFIG var to select | |
8102 | configuration for GDB user manual. | |
8103 | ||
8104 | * gdb-config.texi: delete from repository, generate from Makefile. | |
8105 | ||
8106 | * all-config.texi: normal `generic' configuration file, formerly | |
8107 | stored as gdb-config.texi | |
8108 | ||
8109 | Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) | |
8110 | ||
8111 | * Makefile.in: add dvi target to build all .dvi files | |
8112 | ||
8113 | Tue Mar 23 16:03:24 1993 Roland H. Pesch ([email protected]) | |
8114 | ||
8115 | * gdb.texinfo, gdvinv-s.texinfo: formatting improvements. | |
8116 | ||
8117 | Fri Mar 19 21:46:50 1993 John Gilmore ([email protected]) | |
8118 | ||
8119 | * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as | |
8120 | host conditionals. | |
8121 | * stabs.texinfo: More array fixes inspired by Jim's. | |
8122 | ||
8123 | Fri Mar 19 10:23:34 1993 Jim Kingdon ([email protected]) | |
8124 | ||
8125 | * stabs.texinfo: Fixes re arrays and continuations. | |
8126 | ||
8127 | * gdbint.texinfo: Add XCOFF node. | |
8128 | ||
8129 | Mon Mar 8 15:52:18 1993 John Gilmore ([email protected]) | |
8130 | ||
8131 | * gdb.texinfo: Add `set print max-symbolic-offset' doc. | |
8132 | ||
8133 | Sun Feb 21 17:09:38 1993 Per Bothner ([email protected]) | |
8134 | ||
8135 | * stabs.texinfo: Fix for array types to mention lower bounds. | |
8136 | ||
8137 | Thu Feb 18 01:19:49 1993 John Gilmore ([email protected]) | |
8138 | ||
8139 | * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*. | |
8140 | ||
8141 | Wed Feb 17 08:15:24 1993 John Gilmore ([email protected]) | |
8142 | ||
8143 | * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines. | |
8144 | ||
8145 | Thu Feb 11 10:38:40 1993 John Gilmore ([email protected]) | |
8146 | ||
8147 | * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found | |
8148 | by Michael Ben-Gershon <[email protected]>. | |
8149 | ||
8150 | Wed Feb 10 23:59:19 1993 John Gilmore ([email protected]) | |
8151 | ||
8152 | * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET. | |
8153 | ||
8154 | Tue Feb 9 18:26:21 1993 Roland H. Pesch ([email protected]) | |
8155 | ||
8156 | * gdb.texinfo, gdbinv-s.texi: misc updates | |
8157 | ||
8158 | Sat Feb 6 10:25:47 1993 John Gilmore ([email protected]) | |
8159 | ||
8160 | * gdbint.texinfo: Brief documentation for longjmp support, | |
8161 | from an email msg by Stu. | |
8162 | ||
8163 | Fri Feb 5 14:10:15 1993 John Gilmore ([email protected]) | |
8164 | ||
8165 | * stabs.texinfo: Fix description of floating point "range" | |
8166 | types (which really define basic types). Reported by Jim Meehan, | |
8167 | <[email protected]>. | |
8168 | ||
8169 | * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone. | |
8170 | ||
8171 | Thu Feb 4 13:56:46 1993 Ian Lance Taylor ([email protected]) | |
8172 | ||
8173 | * gdbint.texinfo: Slightly expand section on supporting a new | |
8174 | object file format. | |
8175 | ||
8176 | Thu Feb 4 01:49:04 1993 John Gilmore ([email protected]) | |
8177 | ||
8178 | * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex | |
8179 | intermediate file. | |
8180 | ||
8181 | Tue Feb 2 12:18:06 1993 Roland H. Pesch ([email protected]) | |
8182 | ||
8183 | * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups | |
8184 | ||
8185 | Mon Feb 1 15:35:47 1993 Roland H. Pesch ([email protected]) | |
8186 | ||
8187 | * gdbinv-s.texi: z8000 simulator target name is just "sim" | |
8188 | ||
8189 | * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001 | |
8190 | as well as Z8002. | |
8191 | ||
8192 | Sat Nov 28 06:51:35 1992 John Gilmore ([email protected]) | |
8193 | ||
8194 | * gdbint.texinfo: Add sections on clean design and on how to send | |
8195 | in changes. | |
8196 | ||
8197 | Mon Nov 9 23:57:02 1992 John Gilmore ([email protected]) | |
8198 | ||
8199 | * gdbint.texinfo: Add how to declare the result of make_cleanup. | |
8200 | ||
8201 | Mon Oct 26 11:09:47 1992 John Gilmore ([email protected]) | |
8202 | ||
8203 | * gdb.texinfo: Fix typo, reported by Karl Berry. | |
8204 | ||
8205 | Fri Oct 23 00:41:21 1992 John Gilmore ([email protected]) | |
8206 | ||
8207 | * gdb.texinfo: Add opcodes dir to GDB distribution description. | |
8208 | ||
8209 | Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
8210 | ||
8211 | * gdbint.texinfo: fixed a stray email address (needs @@), | |
8212 | added @table @code to node "Native Conditionals" | |
8213 | ||
8214 | Tue Sep 22 00:34:15 1992 John Gilmore ([email protected]) | |
8215 | ||
8216 | * gdbint.texinfo: Describe coding style of GDB. | |
8217 | ||
8218 | Mon Sep 21 19:32:16 1992 John Gilmore ([email protected]) | |
8219 | ||
8220 | * stabs.texinfo: Minor wording changes. | |
8221 | ||
8222 | Tue Sep 15 02:57:09 1992 John Gilmore ([email protected]) | |
8223 | ||
8224 | * gdbint.texinfo: Improve release doc slightly. | |
8225 | ||
8226 | Fri Sep 11 01:34:25 1992 John Gilmore ([email protected]) | |
8227 | ||
8228 | * gdbint.texinfo: Improve doc of GDB config macros. | |
8229 | ||
8230 | Wed Sep 9 16:52:06 1992 John Gilmore ([email protected]) | |
8231 | ||
8232 | * stabs.texinfo: Remove Bothner's changes for C++ nested types. | |
8233 | These will be reinserted when examined. | |
8234 | ||
8235 | Mon Aug 24 01:17:55 1992 John Gilmore ([email protected]) | |
8236 | ||
8237 | * gdbint.texinfo: Make a start at documenting all the #if macros | |
8238 | in GDB. At least list them all, and start separating them into | |
8239 | host-specific and target-specific. | |
8240 | ||
8241 | Tue Aug 18 15:59:13 1992 Roland H. Pesch ([email protected]) | |
8242 | ||
8243 | * gdbinv-s.m4.in: refrain from using @cartouche for just a few | |
a9331b3f | 8244 | examples (not consistent w others). |
c906108c SS |
8245 | gdb.texinfo: issue disclaimer paragraph on cmdline options only |
8246 | for generic vn of doc | |
8247 | ||
8248 | Tue Aug 18 14:53:27 1992 Ian Lance Taylor ([email protected]) | |
8249 | ||
8250 | * Makefile.in: always create installation directories. | |
8251 | ||
8252 | Tue Aug 18 14:11:50 1992 Roland H. Pesch ([email protected]) | |
8253 | ||
8254 | * gdb.texinfo: in h8 config, do not describe searching commands. | |
8255 | ||
8256 | Mon Aug 17 18:07:59 1992 Roland H. Pesch ([email protected]) | |
8257 | ||
8258 | * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300 | |
8259 | conditionals; introduce a few generic switches that may be | |
8260 | useful for other cross-dev or dos-hosted configs. | |
8261 | ||
8262 | * gdb.texinfo: fix typo in "info reg" description | |
8263 | ||
8264 | Sun Aug 16 01:16:18 1992 John Gilmore ([email protected]) | |
8265 | ||
8266 | * stabs.texinfo: Minor updates from running TeX over it. | |
8267 | * Makefile.in (stabs.dvi, stabs.ps): Add. | |
8268 | ||
8269 | Sat Aug 15 20:52:24 1992 Per Bothner ([email protected]) | |
8270 | ||
8271 | * stabs.texinfo: Stabs documentation, written by Julia Menapace. | |
8272 | First pass at converting it to texinfo. | |
8273 | ||
8274 | Sat Aug 15 03:14:59 1992 John Gilmore ([email protected]) | |
8275 | ||
8276 | * gdb.texinfo, refcard.tex: Document mult args on `info reg'. | |
8277 | * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir). | |
8278 | ||
8279 | Fri Aug 14 21:08:47 1992 John Gilmore ([email protected]) | |
8280 | ||
8281 | * gdbint.texinfo: Add section on partial symbol tables. | |
8282 | ||
8283 | Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com) | |
8284 | ||
8285 | * gdb.texinfo: document `set remotedebug' and `set | |
8286 | rstack_high_address'. | |
8287 | ||
8288 | Thu May 14 17:09:48 1992 Roland H. Pesch ([email protected]) | |
8289 | ||
8290 | * gdb.texinfo: slight expansion of new text on reading info files | |
8291 | * gdbinv-s.m4.in: correct and expand info on cross-debugging | |
8292 | H8/300 from DOS. | |
8293 | ||
8294 | Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com) | |
8295 | ||
8296 | * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor. | |
8297 | ||
8298 | Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com) | |
8299 | ||
8300 | * gdb.texinfo: Say how to read the `info' files. | |
8301 | ||
8302 | Tue May 5 12:11:38 1992 K. Richard Pixley ([email protected]) | |
8303 | ||
8304 | * Makefile.in: gm4 -> m4. | |
8305 | ||
8306 | Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com) | |
8307 | ||
8308 | * gdb.texinfo: Update for GDB-4.5. Move `Formatting | |
8309 | Documentation' ahead of `Installing GDB' to match README. | |
8310 | Update shared library doc, -readnow and -mapped, and directory | |
a9331b3f | 8311 | structure (add glob and mmalloc). Update configure doc. |
c906108c SS |
8312 | |
8313 | Tue Mar 24 23:28:38 1992 K. Richard Pixley ([email protected]) | |
8314 | ||
8315 | * Makefile.in: remove $(srcdir) from gdb.info rule. | |
8316 | ||
8317 | Sat Mar 7 18:44:50 1992 K. Richard Pixley ([email protected]) | |
8318 | ||
8319 | * Makefile.in: commented out gdb-all.texinfo rule. This is | |
8320 | temporary. | |
8321 | ||
8322 | Wed Feb 26 18:04:40 1992 K. Richard Pixley ([email protected]) | |
8323 | ||
8324 | * Makefile.in, configure.in: removed traces of namesubdir, | |
8325 | -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced | |
8326 | copyrights to '92, changed some from Cygnus to FSF. | |
8327 | ||
8328 | Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com) | |
8329 | ||
8330 | * gdb.texinfo: Improve how we ask for bug reports. | |
8331 | ||
8332 | Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
8333 | ||
8334 | * Makefile.in: infodir belongs in datadir. | |
8335 | ||
8336 | Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
8337 | ||
8338 | * Makefile.in: remove spaces following hyphens, bsd make can't | |
8339 | cope. install using INSTALL_DATA. added clean-info. added | |
a9331b3f | 8340 | standards.text support. |
c906108c SS |
8341 | |
8342 | Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
8343 | ||
8344 | * Makefile.in: idestdir and ddestdir go away. Added copyrights | |
8345 | and shift gpl to v2. Added ChangeLog if it didn't exist. docdir | |
8346 | and mandir now keyed off datadir by default. | |
8347 | ||
8348 | \f | |
8349 | Local Variables: | |
9e9c5ae7 | 8350 | mode: change-log |
c906108c SS |
8351 | left-margin: 8 |
8352 | fill-column: 74 | |
8353 | version-control: never | |
8354 | End: |