X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=81af3aa632fecb03022b8136d2da38443c8a8648;hb=2400729ecfd2c7be8b18aeaa822fef5a4b503f8a;hp=106d54566c8e7c360597c0db1e349b355382fd26;hpb=0a2dde4a321d2f7bd2ded9a558b9ae92892de0e2;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 106d54566c..81af3aa632 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,77 @@ +2017-11-22 Ulrich Weigand + + * gdb.texinfo (Requirements): Document use of GNU MPFR. + + +2017-11-16 Phil Muldoon + + * python.texi (Basic Python): Add rbreak documentation. + +2017-11-07 Xavier Roirand + Pedro Alves + + * gdb.texinfo (Set Breaks): Document support for breakpoint + location ranges in the enable/disable commands. + +2017-10-04 Sergio Durigan Junior + + * gdb.texinfo (Starting your Program) : + Mention remote debugging. + (Working Directory) : + Likewise. + (Connecting) : Add "set-working-dir" + and "QSetWorkingDir" to the table. + (Remote Protocol) : New item, explaining the + packet. + +2017-10-04 Sergio Durigan Junior + + * gdb.texinfo (Starting your Program) : + Mention new "set cwd" command. + (Working Directory) : + Rephrase to explain that "set cwd" exists and is the default + way to change the inferior's cwd. + +2017-09-25 Andreas Arnez + + * gdb.texinfo (S/390 and System z Features): Document the new + features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc. + +2017-09-21 Kevin Buettner + + * gdb.texinfo (qXfer:threads:read): Add documentation for handle + attribute. + +2017-09-21 Kevin Buettner + + * python.texi (Inferiors In Python): Add description for method + Inferior.thread_from_thread_handle. + +2017-09-19 John Baldwin + + * gdb.texinfo (Starting your Program): Add description of + starti command. Mention starti command as an alternative for + debugging the elaboration phase. + +2017-09-16 Simon Marchi + + * gdb.texinfo (Maintenance Commands): Document filter parameter + of "maint selftest". Document "maint info selftests" command. + +2017-09-11 Tom Tromey + + * python.texi (Events In Python): Document new events. + +2017-09-04 Pedro Alves + + * gdb.texinfo (Variables) : Document inspecting + no-debug-info variables. + (Symbols) : Document inspecting + no-debug-info types. + (Calling) : New subsection, + documenting calling no-debug-info functions. + (Non-debug DLL Symbols) : Update. + 2017-08-31 Sergio Durigan Junior * gdb.texinfo (set environment): Add @anchor. Explain that