Crash log: Move GDB/LLDB logging to its own section

This commit is contained in:
Jonathan G Rennison
2023-06-12 18:38:27 +01:00
parent dd57fc6ecf
commit da07c8ce51
4 changed files with 34 additions and 6 deletions

View File

@@ -99,6 +99,15 @@ protected:
*/
virtual char *LogStacktrace(char *buffer, const char *last) const = 0;
/**
* Writes information about extra debug info, if there is
* information about it available.
* @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 *LogDebugExtra(char *buffer, const char *last) const;
/**
* Writes information about the data in the registers, if there is
* information about it available.