forked from mirror/OpenTTD
Remove: [Win32] register values in crash.log (#11212)
This commit is contained in:
@@ -44,13 +44,6 @@ protected:
|
||||
*/
|
||||
virtual void LogStacktrace(std::back_insert_iterator<std::string> &output_iterator) const = 0;
|
||||
|
||||
/**
|
||||
* Writes information about the data in the registers, if there is
|
||||
* information about it available.
|
||||
* @param output_iterator Iterator to write the output to.
|
||||
*/
|
||||
virtual void LogRegisters(std::back_insert_iterator<std::string> &output_iterator) const;
|
||||
|
||||
/**
|
||||
* Writes the dynamically linked libraries/modules to the buffer, if there
|
||||
* is information about it available.
|
||||
|
Reference in New Issue
Block a user