Fix comment about the signature of add_separate_debug_file
authorChristian Biesinger <cbiesinger@google.com>
Thu, 25 Jul 2019 22:17:49 +0000 (17:17 -0500)
committerChristian Biesinger <cbiesinger@google.com>
Thu, 25 Jul 2019 22:17:49 +0000 (17:17 -0500)
Also fixes the date in the changelog of my last commit.

gdb/ChangeLog:

2019-07-25  Christian Biesinger  <cbiesinger@google.com>

* python/py-objfile.c (add_separate_debug_file): Fix comment about
  this function's Python signature.

gdb/ChangeLog
gdb/python/py-objfile.c

index e24988858bb1d3681be2d44b7189d8d5c76c1892..a1d39b90146dca32fa1910ae5762ee8d10235304 100644 (file)
@@ -1,4 +1,10 @@
-2019-07-22  Christian Biesinger  <cbiesinger@google.com>
+2019-07-25  Christian Biesinger  <cbiesinger@google.com>
+
+       * python/py-objfile.c (add_separate_debug_file): Fix comment about
+       this function's Python signature.
+
+
+2019-07-24  Christian Biesinger  <cbiesinger@google.com>
 
        * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
        * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
index 199c567a044ffa1b60a401ff8f4f28d60be79c5f..15735c850152f6aca5e4f1d5c828ebbad79f8938 100644 (file)
@@ -406,7 +406,7 @@ objfpy_is_valid (PyObject *self, PyObject *args)
   Py_RETURN_TRUE;
 }
 
-/* Implementation of gdb.Objfile.add_separate_debug_file (self) -> Boolean.  */
+/* Implementation of gdb.Objfile.add_separate_debug_file (self, string). */
 
 static PyObject *
 objfpy_add_separate_debug_file (PyObject *self, PyObject *args, PyObject *kw)
This page took 0.031086 seconds and 4 git commands to generate.