mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-27 13:16:08 +08:00
* tracepoint.c (print_one_static_tracepoint_marker): Constify.
* symtab.c (iterate_over_some_symtabs): Constify. * source.h (symtab_to_fullname): Return 'const char *'. * source.c (symtab_to_fullname): Return 'const char *'. * python/py-symtab.c (stpy_fullname): Constify. * cli/cli-cmds.c (edit_command): Constify. * breakpoint.c (print_breakpoint_location) (update_static_tracepoint): Constify.
This commit is contained in:
@ -126,7 +126,7 @@ stpy_get_objfile (PyObject *self, void *closure)
|
||||
static PyObject *
|
||||
stpy_fullname (PyObject *self, PyObject *args)
|
||||
{
|
||||
char *fullname;
|
||||
const char *fullname;
|
||||
struct symtab *symtab = NULL;
|
||||
|
||||
STPY_REQUIRE_VALID (self, symtab);
|
||||
|
Reference in New Issue
Block a user