(svn r18855) -Codechange: record compiler name and version in the crash log

This commit is contained in:
smatz
2010-01-18 10:11:27 +00:00
parent 23a8d2239f
commit 9fc910fbc2
5 changed files with 44 additions and 17 deletions

View File

@@ -40,6 +40,14 @@ protected:
*/
virtual char *LogOSVersion(char *buffer, const char *last) const = 0;
/**
* Writes compiler (and its version, if available) to the buffer.
* @param buffer The begin where to write at.
* @param last The last position in the buffer to write to.
* @return the position of the \c '\0' character after the buffer.
*/
virtual char *LogCompiler(char *buffer, const char *last) const;
/**
* Writes actually encountered error to the buffer.
* @param buffer The begin where to write at.