binutils-gdb/gdb/cli
Simon Marchi acaa662f29 Add two missing consts
Two missing consts, found while doing cxx-conversion work.  We end up
with a char*, even though we pass a const char* to strstr.  I am pushing
this as obvious.

gdb/ChangeLog:

	* cli/cli-setshow.c (cmd_show_list): Constify a variable.
	* linespec.c (linespec_lexer_lex_string): Same.
2015-09-21 18:47:57 -04:00
..
cli-cmds.c Replace some xmalloc-family functions with XNEW-family ones 2015-08-26 17:18:12 -04:00
cli-cmds.h
cli-decode.c gdb/cli: Remove casts of NULL during assignment. 2015-09-04 16:50:20 +01:00
cli-decode.h
cli-dump.c
cli-interp.c Replace "struct continuation" mechanism by something more extensible 2015-09-09 18:24:00 +01:00
cli-logging.c PR mi/18833 gdb.execute ("set param value", to_string=True) will crash gdb if using MI 2015-08-18 14:02:03 -07:00
cli-script.c Replace some xmalloc-family functions with XNEW-family ones 2015-08-26 17:18:12 -04:00
cli-script.h
cli-setshow.c Add two missing consts 2015-09-21 18:47:57 -04:00
cli-setshow.h
cli-utils.c
cli-utils.h