mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-24 10:46:24 +08:00
Fix comment about the signature of add_separate_debug_file
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.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user