The set debug changes
This commit is contained in:
parent
107b56f053
commit
5d161b2419
12 changed files with 436 additions and 294 deletions
|
@ -1400,10 +1400,10 @@ _initialize_parse ()
|
|||
register_gdbarch_swap (NULL, 0, build_parse);
|
||||
|
||||
add_show_from_set (
|
||||
add_set_cmd ("expressiondebug", class_maintenance, var_zinteger,
|
||||
add_set_cmd ("expression", class_maintenance, var_zinteger,
|
||||
(char *) &expressiondebug,
|
||||
"Set expression debugging.\n\
|
||||
When non-zero, the internal representation of expressions will be printed.",
|
||||
&setlist),
|
||||
&showlist);
|
||||
&setdebuglist),
|
||||
&showdebuglist);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue