commit | d7592e974706637058867b02626c52a30ef0a2ee | [log] [tgz] |
---|---|---|
author | Sergio Durigan Junior <sergiodj@redhat.com> | Tue Feb 25 15:50:16 2020 -0500 |
committer | Sergio Durigan Junior <sergiodj@redhat.com> | Fri Feb 28 11:04:28 2020 -0500 |
tree | 88ceaf4d18d5600ebe1b36472d8675def26158be | |
parent | f7a7000d486f6fc456e9332214b89d01c3639fb1 [diff] |
Fix comment for 'gdb_dlopen' The 'gdb_dlopen' function doesn't return NULL if the shlib load fails; it actually throws an error. This patch updates the comment to reflect this. gdbsupport/ChangeLog: 2020-02-28 Sergio Durigan Junior <sergiodj@redhat.com> * gdb-dlfcn.h (gdb_dlopen): Update comment.