Remove: [Win32] register values in crash.log (#11212)

This commit is contained in:
Patric Stout
2023-08-20 16:59:22 +02:00
committed by GitHub
parent 8c9ecde964
commit a5aebeb1b5
3 changed files with 0 additions and 122 deletions

View File

@@ -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.