OLD | NEW |
| 1 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 2 |
| 3 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping. |
| 4 |
| 5 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 6 |
| 7 * gdbint.texinfo (Debugging GDB): In section |
| 8 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb. |
| 9 Mention also gdb-gdb.py. |
| 10 |
| 11 2012-07-20 Doug Evans <dje@google.com> |
| 12 |
| 13 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections. |
| 14 (Index Files): Document how to control the use of deprecated index |
| 15 sections. |
| 16 (Index Section Format): Replace --use-deprecated-index-sections with |
| 17 "set use-deprecated-index-sections on". |
| 18 |
| 19 2012-07-12 Eli Zaretskii <eliz@gnu.org> |
| 20 |
| 21 * gdbint.texinfo: Remove @syncodeindex directives that put all the |
| 22 indices into a single node "Index". Instead, join function and |
| 23 variable indices into a single index, separate from the concept |
| 24 index. Requested in |
| 25 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html. |
| 26 (Top): Update the top-level menu: instead of one "Index" there are |
| 27 now separate entries "Concept Index" and "Function and Variable |
| 28 Index". |
| 29 (Concept Index, Function and Variable Index): New nodes. |
| 30 (Index): Node deleted. |
| 31 |
| 32 2012-07-05 Hui Zhu <hui_zhu@mentor.com> |
| 33 |
| 34 * gdb.texinfo (Maintenance Commands): Change help for "maint agent" |
| 35 and "maint agent-eval". |
| 36 |
| 37 2012-07-03 Eli Zaretskii <eliz@gnu.org> |
| 38 |
| 39 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to |
| 40 avoid file-name clashes between Index.html and index.html on |
| 41 case-insensitive filesystems. See the discussion starting in |
| 42 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the |
| 43 details of the problem. |
| 44 (Top): Update the master menu for the above. |
| 45 (Concept Index, Command and Variable Index): New nodes, instead of |
| 46 the old "Index" node that was deleted. All cross-references |
| 47 updated. |
| 48 |
| 49 2012-07-02 Stan Shebs <stan@codesourcery.com> |
| 50 |
| 51 * gdb.texinfo (Dynamic Printf): Mention agent style and |
| 52 disconnected dprintf. |
| 53 (Maintenance Commands): Describe maint agent-printf. |
| 54 (General Query Packets): Mention BreakpointCommands feature. |
| 55 (Packets): Document commands extension to Z0 packet. |
| 56 * agentexpr.texi (Bytecode Descriptions): Document printf |
| 57 bytecode. |
| 58 |
| 59 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 60 |
| 61 * gdb.texinfo (File Options): Change -ix and -iex commands that apply |
| 62 only after gdbinit files. |
| 63 (Startup): Move -iex and -iex commands down after gdbinit files. |
| 64 |
| 65 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 66 |
| 67 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard |
| 68 possibility. |
| 69 |
| 70 2012-06-29 Tom Tromey <tromey@redhat.com> |
| 71 |
| 72 * gdb.texinfo (Index Section Format): Update for version 7. |
| 73 |
| 74 2012-06-28 Stan Shebs <stan@codesourcery.com> |
| 75 |
| 76 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os |
| 77 example, add note about title column. |
| 78 |
| 79 2012-06-26 Siva Chandra Reddy <sivachandra@google.com> |
| 80 |
| 81 * gdb.texinfo (Symbol Tables In Python): Add description about |
| 82 the new 'last' attribute of gdb.Symtab_and line. |
| 83 |
| 84 2012-06-26 Siva Chandra Reddy <sivachandra@google.com> |
| 85 |
| 86 * gdb.texinfo (Symbol Tables In Python): Correct the description |
| 87 of the 'pc' attribute of gdb.Symtab_and_line. |
| 88 |
| 89 2012-06-26 Doug Evans <dje@google.com> |
| 90 |
| 91 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read |
| 92 and symtab-create. |
| 93 |
| 94 2012-06-25 Keith Seitz <keiths@redhat.com> |
| 95 |
| 96 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option |
| 97 from example. Remove "rbreak" from list of corresponding |
| 98 gdb commands. |
| 99 |
| 100 2012-06-23 Doug Evans <dje@google.com> |
| 101 |
| 102 * gdb.texinfo (Index Section Format): Document version 7 format. |
| 103 |
| 104 2012-06-22 Yao Qi <yao@codesourcery.com> |
| 105 |
| 106 * gdb.texinfo: Add missing cindex for some packets. |
| 107 |
| 108 2012-06-20 Keith Seitz <keiths@redhat.com> |
| 109 |
| 110 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options |
| 111 for -break-insert and document -p. |
| 112 |
| 113 2012-06-20 Yao Qi <yao@codesourcery.com> |
| 114 |
| 115 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory" |
| 116 and "gdb.write_memory" with "Inferior.read_memory" and |
| 117 "Inferior.write_memory". |
| 118 |
| 119 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change) |
| 120 |
| 121 * gdb.texinfo (Summary): Add a link to "Free Documentation". |
| 122 (Free Documentation): Add @node line. |
| 123 (Continuing and Stepping) <advance location>: Use @item instead of |
| 124 @itemx. |
| 125 (Reverse Execution) <set exec-direction reverse>: Use @item instead of |
| 126 @itemx. |
| 127 (Embedded Processors): Put the link to "PA" to its correct place, |
| 128 according to document structure. |
| 129 (Python API): Put the link to "Lazy Strings In Python" to its |
| 130 correct place. |
| 131 (Index): Use @@ in @tex block to get a literal @. |
| 132 |
| 133 * gdbint.texinfo: Fix the @subtitle line. |
| 134 |
| 135 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its |
| 136 correct place. |
| 137 |
| 138 2012-06-08 Yao Qi <yao@codesourcery.com> |
| 139 |
| 140 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent |
| 141 Protocol'. |
| 142 (In-Process Agent Protocol, IPA Protocol Objects) |
| 143 (IPA Protocol Commands): New nodes. |
| 144 (Tracepoint Packets): Add anchors. |
| 145 |
| 146 2012-06-06 Thomas Schwinge <thomas@codesourcery.com> |
| 147 |
| 148 * gdb.texinfo: Document the deprecation of SH's 'regs' command. |
| 149 |
| 150 2012-06-06 Yao Qi <yao@codesourcery.com> |
| 151 |
| 152 * gdb.texinfo: Update copyright year. |
| 153 |
| 154 2012-05-23 Stan Shebs <stan@codesourcery.com> |
| 155 Kwok Cheung Yeung <kcy@codesourcery.com> |
| 156 |
| 157 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os. |
| 158 |
| 159 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 160 |
| 161 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory. |
| 162 Mention also --with-separate-debug-dir. |
| 163 (Auto-loading): Prepend $debugdir in the sample output. |
| 164 (Auto-loading safe path): Likewise. Mention also $debugdir for the |
| 165 auto-load safe-path variable. |
| 166 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph. |
| 167 Mention also $debugdir for 'set auto-load scripts-directory'. |
| 168 |
| 169 2012-05-19 Eli Zaretskii <eliz@gnu.org> |
| 170 |
| 171 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order) |
| 172 (MIPS Embedded, MIPS, MIPS Register packet Format) |
| 173 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where |
| 174 appropriate. |
| 175 |
| 176 2012-05-18 Sandra Loosemore <sandra@codesourcery.com> |
| 177 Maciej W. Rozycki <macro@codesourcery.com> |
| 178 |
| 179 * gdb.texinfo (MIPS): Document "set mips compression" and "show |
| 180 mips compression". |
| 181 (MIPS Breakpoint Kinds): New subsubsection. |
| 182 |
| 183 2012-05-18 Eli Zaretskii <eliz@gnu.org> |
| 184 |
| 185 * gdb.texinfo (Architecture-Specific Protocol Details): Define |
| 186 nodes for subsections. Add @acronym mark-ups and adjust |
| 187 formatting. |
| 188 |
| 189 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 190 |
| 191 Rename $ddir to $datadir. |
| 192 * gdb.texinfo (Auto-loading, Auto-loading safe path) |
| 193 (objfile-gdb.py file): Rename $ddir to $datadir. |
| 194 |
| 195 2012-05-18 Tom Tromey <tromey@redhat.com> |
| 196 |
| 197 * gdb.texinfo (Print Settings): Document 'set print symbol'. |
| 198 |
| 199 2012-05-14 Stan Shebs <stan@codesourcery.com> |
| 200 |
| 201 * gdb.texinfo (Dynamic Printf): New subsection. |
| 202 |
| 203 2012-05-13 Siva Chandra Reddy <sivachandra@google.com> |
| 204 |
| 205 * gdb.texinfo (Basic Python): Add description about the function |
| 206 gdb.find_pc_line |
| 207 |
| 208 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 209 Eli Zaretskii <eliz@gnu.org> |
| 210 |
| 211 * gdb.texinfo (Separate Debug Files): Use plural form for global |
| 212 debugging information directory. |
| 213 |
| 214 2012-05-11 Stan Shebs <stan@codesourcery.com> |
| 215 Kwok Cheung Yeung <kcy@codesourcery.com> |
| 216 |
| 217 * gdb.texinfo (Operating System Auxiliary Information): Document new |
| 218 'info os' subcommands. |
| 219 |
| 220 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 221 |
| 222 * gdb.texinfo (Auto-loading, Init File in the Current Directory) |
| 223 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file) |
| 224 (dotdebug_gdb_scripts section): Add reference |
| 225 to 'Auto-loading safe path'. |
| 226 |
| 227 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 228 |
| 229 Implement multi-component --with-auto-load-dir. |
| 230 * gdb.texinfo (Auto-loading): New references |
| 231 for 'set auto-load scripts-directory' |
| 232 and 'show auto-load scripts-directory'. |
| 233 (Auto-loading safe path): Describe the new default. Move $ddir |
| 234 substituation reference to 'objfile-gdb.py file'. |
| 235 (objfile-gdb.py file): Describe script-name alias. Change real-name to |
| 236 script-name. Describe new 'set auto-load scripts-directory' |
| 237 and 'show auto-load scripts-directory'. |
| 238 |
| 239 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 240 |
| 241 Provide $ddir substitution for --with-auto-load-safe-path. |
| 242 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load. |
| 243 (Auto-loading safe path): Likewise. Mention the default value, |
| 244 $ddir substitution, --with-auto-load-safe-path and |
| 245 --without-auto-load-safe-path. |
| 246 * observer.texi (gdb_datadir_changed): New. |
| 247 |
| 248 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 249 |
| 250 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample. |
| 251 Twice. |
| 252 |
| 253 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace |
| 254 directory separator by path separator. |
| 255 |
| 256 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 257 |
| 258 * gdb.texinfo (Auto-loading safe path): Make 'directories' |
| 259 for 'set auto-load safe-path' optional. Mention if it is omitted. |
| 260 Change disabling security protection condition to "/", twice. |
| 261 |
| 262 2012-05-03 Siva Chandra Reddy <sivachandra@google.com> |
| 263 |
| 264 * gdb.texinfo (Symbol Tables In Python): Add documentation about |
| 265 the new methods global_block and static_block on gdb.Symtab |
| 266 objects. |
| 267 |
| 268 2012-05-02 Siva Chandra Reddy <sivachandra@google.com> |
| 269 |
| 270 * gdb.texinfo (Blocks In Python): Add a note saying that future |
| 271 improvements to GDB and its infrastructure can move symbols |
| 272 across blocks within a symbol table. |
| 273 |
| 274 2012-04-29 Yao Qi <yao@codesourcery.com> |
| 275 |
| 276 * gdb.texinfo (Architectures): Remove menu entry `A29K'. |
| 277 (A29K): Remove. |
| 278 |
| 279 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com> |
| 280 Tom Tromey <tromey@redhat.com> |
| 281 |
| 282 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap |
| 283 and generic static probe support on GDB. |
| 284 |
| 285 2012-04-25 Doug Evans <dje@google.com> |
| 286 |
| 287 * gdb.texinfo (Go): Fix thinko. |
| 288 |
| 289 * gdb.texinfo (Supported Languages): Add Go. |
| 290 (Go): New node. |
| 291 |
| 292 2012-04-25 Yao Qi <yao@codesourcery.com> |
| 293 |
| 294 * gdbint.texinfo (Testsuite): New section `Board settings'. |
| 295 |
| 296 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 297 |
| 298 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}]. |
| 299 Three times. |
| 300 |
| 301 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}. |
| 302 Three times. |
| 303 |
| 304 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 305 |
| 306 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet |
| 307 by @table @asis. Fix formatting of one item. |
| 308 |
| 309 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 310 |
| 311 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo. |
| 312 |
| 313 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 314 |
| 315 New option "set debug auto-load". |
| 316 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode. |
| 317 (auto-load verbose mode): New node. |
| 318 |
| 319 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 320 |
| 321 New option "set auto-load safe-path". |
| 322 * gdb.texinfo (Auto-loading): Extend the "show auto-load" |
| 323 and "info auto-load" examples for safe-path. Put there also references |
| 324 for "set auto-load safe-path" and "show auto-load safe-path". |
| 325 New menu item for Auto-loading safe path. |
| 326 (Auto-loading safe path): New node. |
| 327 (Python Auto-loading): Update the expected output from "Missing" |
| 328 to "No". |
| 329 |
| 330 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 331 |
| 332 auto-load: Implementation. |
| 333 * gdb.texinfo (Mode Options): New anchor for -nx. |
| 334 (Startup): New anchors for Option -init-eval-command, |
| 335 Home Directory Init File |
| 336 and Init File in the Current Directory during Startup. |
| 337 Mention set auto-load local-gdbinit with a reference. |
| 338 Change the sample code to "set auto-load python-scripts". |
| 339 (Threads): New anchor set libthread-db-search-path. |
| 340 Provide references to libthread_db.so.1 file. |
| 341 (Controlling GDB): New menu item for Auto-loading. |
| 342 (Auto-loading, Init File in the Current Directory) |
| 343 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes. |
| 344 (Python): Rename the menu item Auto-loading to Python Auto-loading. |
| 345 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed |
| 346 reference. |
| 347 (Auto-loading): Rename to ... |
| 348 (Python Auto-loading): ... here. Change "set auto-load-scripts" to |
| 349 "set auto-load python-scripts", new anchor for it. Change |
| 350 "show auto-load-scripts" to "show auto-load python-scripts", new anchor |
| 351 for it. Change "info auto-load-scripts" |
| 352 to "info auto-load python-scripts", new anchor for it. Change "scripts" |
| 353 to "Python scripts". |
| 354 |
| 355 2012-04-14 Anton Gorenkov <xgsa@yandex.ru> |
| 356 |
| 357 PR mi/13393 |
| 358 * gdb.texinfo (Print Settings): Extend the description for "set print |
| 359 object". |
| 360 (GDB/MI Variable Objects): Extend the description for -var-create and |
| 361 -var-list-children. |
| 362 |
| 363 2012-04-11 Siva Chandra Reddy <sivachandra@google.com> |
| 364 |
| 365 * gdb.texinfo (Examining Data): Document the 'explore' command. |
| 366 |
| 367 2012-03-28 Joel Brobecker <brobecker@adacore.com> |
| 368 |
| 369 * gdb.texinfo (GDB/MI Variable Objects): Document what happens |
| 370 to the children of a varobj and its update range when -var-update |
| 371 returns that the varobj's type changed. |
| 372 |
| 373 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 374 |
| 375 * gdb.texinfo (Auto-loading): Move @menu to the end of @node. |
| 376 Create two new links fir 'objfile-gdb.py file' |
| 377 and 'dotdebug_gdb_scripts section'. |
| 378 |
| 379 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 380 |
| 381 * gdb.texinfo (Auto-loading): Rename node reference |
| 382 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'. |
| 383 Twice. |
| 384 (.debug_gdb_scripts section): Rename the node ... |
| 385 (dotdebug_gdb_scripts section): ... here. |
| 386 (Maintenance Commands): Also rename this node reference. |
| 387 |
| 388 2012-03-22 Siva Chandra Reddy <sivachandra@google.com> |
| 389 |
| 390 * gdb.texinfo (Python API/Values From Inferior): Add description |
| 391 about the new method Value.referenced_value. Add description on |
| 392 how Value.dereference is different (and similar) to |
| 393 Value.referenced_value. |
| 394 |
| 395 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 396 |
| 397 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and |
| 398 --init-eval-command=COMMAND, -iex. |
| 399 (Startup): Describe -iex and -ix. Simplify the example |
| 400 for "set auto-load-scripts off". |
| 401 |
| 402 2012-03-16 Gary Benson <gbenson@redhat.com> |
| 403 |
| 404 PR breakpoints/10738 |
| 405 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item |
| 406 stating that GDB cannot set breakpoints on inlined functions. |
| 407 (Mode Options): Document --use-deprecated-index-sections. |
| 408 (Index Section Format): Document new index section version format. |
| 409 |
| 410 2012-03-15 Tom Tromey <tromey@redhat.com> |
| 411 |
| 412 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl". |
| 413 |
| 414 2012-03-13 Doug Evans <dje@google.com> |
| 415 |
| 416 * gdb.texinfo (Help): Change apropos example to use "alias" instead |
| 417 of "reload". |
| 418 (Symbols): Delete docs for set/show symbol-reloading. |
| 419 * gdbint.texinfo (Defining Other Architecture Features): Delete |
| 420 SYMBOL_RELOADING_DEFAULT. |
| 421 * refcard.tex: Delete reference to symbol-reloading. |
| 422 |
| 423 2012-03-07 Pedro Alves <palves@redhat.com> |
| 424 |
| 425 * gdb.texinfo (General Query Packets): Document new |
| 426 QProgramSignals packet. |
| 427 * gdb.texinfo (Remote configuration): Mention |
| 428 "program-signals-packet". |
| 429 |
| 430 2012-03-05 Tristan Gingold <gingold@adacore.com> |
| 431 |
| 432 * gdb.texinfo (General Query Packets): Document xfer:uib:read. |
| 433 |
| 434 2012-03-03 Yao Qi <yao@codesourcery.com> |
| 435 |
| 436 * gdb.texinfo (In-Process Agent): New node. |
| 437 Document new commands. |
| 438 (General Query Packets): Add packet `QAgent'. |
| 439 |
| 440 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com> |
| 441 |
| 442 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp. |
| 443 |
| 444 2012-03-01 Scott J. Goldman <scottjg@vmware.com> |
| 445 |
| 446 * gdb.texinfo (Commands In Python): Put example python macro in |
| 447 COMMAND_USER category rather than COMMAND_OBSCURE. |
| 448 Document gdb.COMMAND_USER. |
| 449 (User-defined Commands): Update documentation to clarify |
| 450 "set/show max-user-call-depth" and "show user" don't apply to python |
| 451 commands. Update documentation to clarify "help user-defined" may |
| 452 also include python commands defined as COMMAND_USER. |
| 453 |
| 454 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 455 |
| 456 * gdb.texinfo (Startup): Add option -ex description to the option -x |
| 457 description. |
| 458 |
| 459 2012-02-24 Luis Machado <lgustavo@codesourcery.com> |
| 460 |
| 461 * gdb.texinfo (Setting Breakpoints): Mention and explain the |
| 462 condition-evaluation breakpoint parameter. |
| 463 Mention condition-evaluation mode being shown in "info break". |
| 464 (Break Conditions): Add description for target-side |
| 465 conditional breakpoints. |
| 466 (Remote Configuration): Mention conditional-breakpoints-packet. |
| 467 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain |
| 468 cond-expr. |
| 469 (General Query Packets): Mention new ConditionalBreakpoint feature. |
| 470 |
| 471 2012-02-22 Tom Tromey <tromey@redhat.com> |
| 472 |
| 473 * gdb.texinfo (Blocks In Python): Clarify block iteration. |
| 474 |
| 475 2012-02-17 Tom Tromey <tromey@redhat.com> |
| 476 |
| 477 PR python/10753: |
| 478 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load |
| 479 directory. |
| 480 |
| 481 2012-02-14 Stan Shebs <stan@codesourcery.com> |
| 482 |
| 483 * gdb.texinfo (Disabling Breakpoints): Document enable count. |
| 484 |
| 485 2012-02-13 Pedro Alves <palves@redhat.com> |
| 486 |
| 487 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of |
| 488 mips-idt-ecoff. |
| 489 |
| 490 2012-02-09 Yao Qi <yao@codesourcery.com> |
| 491 |
| 492 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'. |
| 493 |
| 494 2012-02-07 Tom Tromey <tromey@redhat.com> |
| 495 |
| 496 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and |
| 497 Symbol.value. |
| 498 |
| 499 2012-02-07 Tom Tromey <tromey@redhat.com> |
| 500 |
| 501 * gdb.texinfo (Symbols In Python): Document Symbol.line. |
| 502 |
| 503 2012-01-27 Thomas Schwinge <thomas@codesourcery.com> |
| 504 |
| 505 * gdb.textinfo (Packets): Move vCont paragraph to the correct place. |
| 506 |
| 507 2012-01-24 Tom Tromey <tromey@redhat.com> |
| 508 |
| 509 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch |
| 510 unload". |
| 511 (Files): Mention new catch commands. |
| 512 (GDB/MI Async Records): Likewise. |
| 513 |
| 514 2012-01-24 Gary Benson <gbenson@redhat.com> |
| 515 |
| 516 Delete #if 0'd out code. |
| 517 * gdb.texinfo (Frame Info): Remove "info catch". |
| 518 |
| 519 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org> |
| 520 |
| 521 * gdb.texinfo (Remote Configuration): Document |
| 522 "set remote hostio-readlink-packet" command. |
| 523 (General Query Packets): Document vFile:readlink packet. |
| 524 |
| 525 2012-01-16 Tom Tromey <tromey@redhat.com> |
| 526 |
| 527 * gdb.texinfo (Specify Location): Document relative file name |
| 528 handling. |
| 529 |
| 530 2012-01-16 Tom Tromey <tromey@redhat.com> |
| 531 |
| 532 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter. |
| 533 |
| 534 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 535 Eli Zaretskii <eliz@gnu.org> |
| 536 |
| 537 * gdbint.texinfo (Coding Standards): Require braces for two lines of |
| 538 code. |
| 539 |
| 540 2012-01-11 Paul Hilfinger <hilfingr@adacore.com> |
| 541 |
| 542 * gdb.texinfo (Variables): Document use of :: for non-static |
| 543 variables. |
| 544 |
| 545 2012-01-05 Joel Brobecker <brobecker@adacore.com> |
| 546 |
| 547 * gdbint.texinfo (Start of New Year Procedure): Update |
| 548 to replace use of copyright.sh by use of copyright.py. |
| 549 |
| 550 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 551 |
| 552 Remove the gdbtui binary. |
| 553 * all-cfg.texi (GDBTUI): Remove. |
| 554 * gdb.texinfo (Mode Options): Remove the GDBTUI reference. |
| 555 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference. |
| 556 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'. |
| 557 |
1 2011-12-23 Kevin Pouget <kevin.pouget@st.com> | 558 2011-12-23 Kevin Pouget <kevin.pouget@st.com> |
2 | 559 |
3 » Introduce gdb.FinishBreakpoint in Python | 560 » Introduce gdb.FinishBreakpoint in Python. |
4 * gdb.texinfo (Finish Breakpoints in Python): New subsection. | 561 * gdb.texinfo (Finish Breakpoints in Python): New subsection. |
5 (Python API): Add menu entry for Finish Breakpoints. | 562 (Python API): Add menu entry for Finish Breakpoints. |
6 | 563 |
| 564 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 565 |
| 566 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing |
| 567 tests. |
| 568 |
| 569 2011-12-16 Doug Evans <dje@google.com> |
| 570 |
| 571 * gdb.texinfo (Server): Document -/stdio argument to gdbserver. |
| 572 |
7 2011-12-16 Phil Muldoon <pmuldoon@redhat.com> | 573 2011-12-16 Phil Muldoon <pmuldoon@redhat.com> |
8 | 574 |
9 * gdb.texinfo (Python Commands): Remove "maint set/show print | 575 * gdb.texinfo (Python Commands): Remove "maint set/show print |
10 stack". Add documentation for "set/show python print-stack". | 576 stack". Add documentation for "set/show python print-stack". |
11 | 577 |
| 578 2011-12-14 Pedro Alves <pedro@codesourcery.com> |
| 579 |
| 580 * gdb.texinfo (Implementing a Remote Stub): Explain that you |
| 581 should transfer control to the stub in the startup code instead of |
| 582 in main. Mention the need to get past the initial breakpoint. |
| 583 |
12 2011-12-06 Tom Tromey <tromey@redhat.com> | 584 2011-12-06 Tom Tromey <tromey@redhat.com> |
13 | 585 |
14 * gdb.texinfo (Set Breaks): Update for new behavior. | 586 * gdb.texinfo (Set Breaks): Update for new behavior. |
15 | 587 |
16 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com> | 588 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com> |
17 | 589 |
18 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library | 590 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library |
19 List Format for SVR4 Targets'. | 591 List Format for SVR4 Targets'. |
20 (General Query Packets): New item qXfer:libraries-svr4:read. | 592 (General Query Packets): New item qXfer:libraries-svr4:read. |
21 (Library List Format for SVR4 Targets): New node. | 593 (Library List Format for SVR4 Targets): New node. |
(...skipping 8702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8724 and mandir now keyed off datadir by default. | 9296 and mandir now keyed off datadir by default. |
8725 | 9297 |
8726 | 9298 |
8727 | 9299 |
8728 Local Variables: | 9300 Local Variables: |
8729 mode: change-log | 9301 mode: change-log |
8730 left-margin: 8 | 9302 left-margin: 8 |
8731 fill-column: 74 | 9303 fill-column: 74 |
8732 version-control: never | 9304 version-control: never |
8733 End: | 9305 End: |
OLD | NEW |