This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
FYI, This:
struct ui_out_data
{
- struct ui_file *stream;
+ struct ui_file **stream;
int suppress_output;
};
and this:
worry me.- uiout = cli_out_new (gdb_stdout); + uiout = cli_out_new (&gdb_stdout);
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |