mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* python/py-frame.c (frapy_block): Fix error message text.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2013-11-23 Doug Evans <xdje42@gmail.com>
|
||||
|
||||
* python/py-frame.c (frapy_block): Fix error message text.
|
||||
|
||||
2013-11-23 Doug Evans <xdje42@gmail.com>
|
||||
|
||||
* cli/cli-script.c (multi_line_command_p): New function.
|
||||
|
||||
@@ -260,7 +260,7 @@ frapy_block (PyObject *self, PyObject *args)
|
||||
if (block == NULL || fn_block == NULL || BLOCK_FUNCTION (fn_block) == NULL)
|
||||
{
|
||||
PyErr_SetString (PyExc_RuntimeError,
|
||||
_("Cannot locate object file for block."));
|
||||
_("Cannot locate block for frame."));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user