(mi_cmd_file_list_exec_source_file): Add field
for preprocessor macro information. Formatting changes.
This commit is contained in:
parent
95ef687d50
commit
177848379d
1 changed files with 6 additions and 4 deletions
|
@ -59,6 +59,8 @@ mi_cmd_file_list_exec_source_file(char *command, char **argv, int argc)
|
|||
if (st.symtab->fullname)
|
||||
ui_out_field_string (uiout, "fullname", st.symtab->fullname);
|
||||
|
||||
ui_out_field_int (uiout, "macro-info", st.symtab->macro_table ? 1 : 0);
|
||||
|
||||
return MI_CMD_DONE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue