From: Glen C. <gco...@US...> - 1999-12-09 04:34:08
|
> Also, as for handling run time errors, I would like to propose the following > calling convention: > > void runtime_error(int iErrorNbr, struct fld_desc *pFldDesc, void *pData); > I think we need a more complex pointer to the data. We will need to display working storage, i-o buffers, and pointers received in linkage. A simple ... varargs would give us access to the data, but no method of identifying what type of storage it is (buffer, linkage, etc.) We can load the program name and compile date, compiler version, and other relevent dump information as constants when creating the executable. |