diff --git a/doc/generated/doxygen/annotated.html b/doc/generated/doxygen/annotated.html index 4c605a91..16ca7695 100644 --- a/doc/generated/doxygen/annotated.html +++ b/doc/generated/doxygen/annotated.html @@ -308,8 +308,7 @@ $(function() {  CInterfaceAn interface that the different request messages that are a part of the exc and mach_exc Mach subsystems can be dispatched to  CUnloadedModuleSnapshotInformation about an unloaded module that was previously loaded into a snapshot process  CUserMinidumpStreamInformation describing a custom user data stream in a minidump - CUUIDA universally unique identifier (UUID) - CInitializeWithNewTagTag to pass to constructor to indicate it should initialize with generated data + CUUIDA universally unique identifier (UUID)  CWeakFileHandleFileReaderA file reader backed by a FileHandle  CWeakFileHandleFileWriterA file writer backed by a FileHandle  CWeakStdioFileReaderA file reader backed by a standard input/output FILE* diff --git a/doc/generated/doxygen/arraysize__unsafe_8h.html b/doc/generated/doxygen/arraysize__unsafe_8h.html new file mode 100644 index 00000000..53c8be8a --- /dev/null +++ b/doc/generated/doxygen/arraysize__unsafe_8h.html @@ -0,0 +1,109 @@ + + + + + + + +Crashpad: util/misc/arraysize_unsafe.h File Reference + + + + + + + + + + +
+
+ + + + + + +
+
Crashpad +
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+Macros
+
+
arraysize_unsafe.h File Reference
+
+
+ + + + + +

+Macros

#define ARRAYSIZE_UNSAFE(array)   (sizeof(array) / sizeof(array[0]))
 Not the safest way of computing an array’s size… More...
 
+

Macro Definition Documentation

+ +

§ ARRAYSIZE_UNSAFE

+ +
+
+ + + + + + + + +
#define ARRAYSIZE_UNSAFE( array)   (sizeof(array) / sizeof(array[0]))
+
+ +

Not the safest way of computing an array’s size…

+

#include "base/macros.h" and use its arraysize() instead. This macro should only be used in rare situations where arraysize() does not function.

+ +
+
+
+ + + + diff --git a/doc/generated/doxygen/classcrashpad_1_1MinidumpSimpleStringDictionaryEntryWriter-members.html b/doc/generated/doxygen/classcrashpad_1_1MinidumpSimpleStringDictionaryEntryWriter-members.html index 15a596be..6cdf3ff2 100644 --- a/doc/generated/doxygen/classcrashpad_1_1MinidumpSimpleStringDictionaryEntryWriter-members.html +++ b/doc/generated/doxygen/classcrashpad_1_1MinidumpSimpleStringDictionaryEntryWriter-members.html @@ -73,15 +73,15 @@ $(function() { Alignment()crashpad::internal::MinidumpWritableprotectedvirtual Children() overridecrashpad::MinidumpSimpleStringDictionaryEntryWriterprotectedvirtual Freeze() overridecrashpad::MinidumpSimpleStringDictionaryEntryWriterprotectedvirtual - Key() constcrashpad::MinidumpSimpleStringDictionaryEntryWriterinline - kInvalidSizecrashpad::internal::MinidumpWritableprotectedstatic - kPhaseEarly enum valuecrashpad::internal::MinidumpWritableprotected - kPhaseLate enum valuecrashpad::internal::MinidumpWritableprotected - kStateFrozen enum valuecrashpad::internal::MinidumpWritableprotected - kStateMutable enum valuecrashpad::internal::MinidumpWritableprotected - kStateWritable enum valuecrashpad::internal::MinidumpWritableprotected - kStateWritten enum valuecrashpad::internal::MinidumpWritableprotected - MinidumpSimpleStringDictionaryEntry() constcrashpad::MinidumpSimpleStringDictionaryEntryWriter + GetMinidumpSimpleStringDictionaryEntry() constcrashpad::MinidumpSimpleStringDictionaryEntryWriter + Key() constcrashpad::MinidumpSimpleStringDictionaryEntryWriterinline + kInvalidSizecrashpad::internal::MinidumpWritableprotectedstatic + kPhaseEarly enum valuecrashpad::internal::MinidumpWritableprotected + kPhaseLate enum valuecrashpad::internal::MinidumpWritableprotected + kStateFrozen enum valuecrashpad::internal::MinidumpWritableprotected + kStateMutable enum valuecrashpad::internal::MinidumpWritableprotected + kStateWritable enum valuecrashpad::internal::MinidumpWritableprotected + kStateWritten enum valuecrashpad::internal::MinidumpWritableprotected MinidumpSimpleStringDictionaryEntryWriter() (defined in crashpad::MinidumpSimpleStringDictionaryEntryWriter)crashpad::MinidumpSimpleStringDictionaryEntryWriter MinidumpWritable() (defined in crashpad::internal::MinidumpWritable)crashpad::internal::MinidumpWritableprotected Phase enum namecrashpad::internal::MinidumpWritableprotected diff --git a/doc/generated/doxygen/classcrashpad_1_1MinidumpSimpleStringDictionaryEntryWriter.html b/doc/generated/doxygen/classcrashpad_1_1MinidumpSimpleStringDictionaryEntryWriter.html index 1a28d320..7e6f89ad 100644 --- a/doc/generated/doxygen/classcrashpad_1_1MinidumpSimpleStringDictionaryEntryWriter.html +++ b/doc/generated/doxygen/classcrashpad_1_1MinidumpSimpleStringDictionaryEntryWriter.html @@ -88,9 +88,9 @@ Inheritance diagram for crashpad::MinidumpSimpleStringDictionaryEntryWriter:

Public Member Functions

-const MinidumpSimpleStringDictionaryEntryMinidumpSimpleStringDictionaryEntry () const - Returns a MinidumpSimpleStringDictionaryEntry referencing this object’s data. More...
-  +const MinidumpSimpleStringDictionaryEntryGetMinidumpSimpleStringDictionaryEntry () const + Returns a MinidumpSimpleStringDictionaryEntry referencing this object’s data. More...
+  void SetKeyValue (const std::string &key, const std::string &value)  Sets the strings to be written as the entry object’s key and value. More...
  @@ -220,6 +220,27 @@ Additional Inherited Members

Reimplemented from crashpad::internal::MinidumpWritable.

+ + + +

§ GetMinidumpSimpleStringDictionaryEntry()

+ +
+
+ + + + + + + +
const MinidumpSimpleStringDictionaryEntry * crashpad::MinidumpSimpleStringDictionaryEntryWriter::GetMinidumpSimpleStringDictionaryEntry () const
+
+ +

Returns a MinidumpSimpleStringDictionaryEntry referencing this object’s data.

+

This method is expected to be called by a MinidumpSimpleStringDictionaryWriter in order to obtain a MinidumpSimpleStringDictionaryEntry to include in its list.

+
Note
Valid in kStateWritable.
+
@@ -248,27 +269,6 @@ Additional Inherited Members

Retrieves the key to be written.

Note
Valid in any state.
- - - -

§ MinidumpSimpleStringDictionaryEntry()

- -
-
- - - - - - - -
const MinidumpSimpleStringDictionaryEntry * crashpad::MinidumpSimpleStringDictionaryEntryWriter::MinidumpSimpleStringDictionaryEntry () const
-
- -

Returns a MinidumpSimpleStringDictionaryEntry referencing this object’s data.

-

This method is expected to be called by a MinidumpSimpleStringDictionaryWriter in order to obtain a MinidumpSimpleStringDictionaryEntry to include in its list.

-
Note
Valid in kStateWritable.
-
diff --git a/doc/generated/doxygen/classes.html b/doc/generated/doxygen/classes.html index c8e1f592..6f5d6ea2 100644 --- a/doc/generated/doxygen/classes.html +++ b/doc/generated/doxygen/classes.html @@ -66,88 +66,88 @@ $(function() {
a | b | c | d | e | f | g | h | i | l | m | n | p | r | s | t | u | v | w | x
- - - + + + + - - + - - + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - + + - - - - - - - + + + + + + - + + - - - - + + + - - - - - - - - + + + + + + + + + - - - - + + + +
  a  
-
FileSeekerInterface (crashpad)   MINIDUMP_MEMORY_LIST   ModuleSnapshotMinidump (crashpad::internal)   SYSTEM_PROCESS_INFORMATION (crashpad::process_types)   
FileWriter (crashpad)   MINIDUMP_MISC_INFO   ModuleSnapshotWin (crashpad::internal)   SYSTEM_THREAD_INFORMATION (crashpad::process_types)   
AgePruneCondition (crashpad)   FileWriterInterface (crashpad)   MINIDUMP_MISC_INFO_2   Multiprocess (crashpad::test)   SystemSnapshot (crashpad)   
AlignedAllocator (crashpad)   CPUContextX86::Fxsave (crashpad)   MINIDUMP_MISC_INFO_3   MultiprocessExec (crashpad::test)   SystemSnapshotMac (crashpad::internal)   
FileSeekerInterface (crashpad)   MINIDUMP_MISC_INFO   ModuleSnapshotWin (crashpad::internal)   SYSTEM_THREAD_INFORMATION (crashpad::process_types)   
FileWriter (crashpad)   MINIDUMP_MISC_INFO_2   Multiprocess (crashpad::test)   SystemSnapshot (crashpad)   
AgePruneCondition (crashpad)   FileWriterInterface (crashpad)   MINIDUMP_MISC_INFO_3   MultiprocessExec (crashpad::test)   SystemSnapshotMac (crashpad::internal)   
AlignedAllocator (crashpad)   CPUContextX86::Fxsave (crashpad)   MINIDUMP_MISC_INFO_4   MultiprocessInfo (crashpad::test::internal)   SystemSnapshotWin (crashpad::internal)   
  b  
-
CPUContextX86_64::Fxsave (crashpad)   MINIDUMP_MISC_INFO_4   MultiprocessInfo (crashpad::test::internal)   SystemSnapshotWin (crashpad::internal)   
  g  
-
MINIDUMP_MODULE   
  n  
+
CPUContextX86_64::Fxsave (crashpad)   MINIDUMP_MODULE   
  n  
SYSTEMTIME   
BinaryPruneCondition (crashpad)   MINIDUMP_MODULE_LIST   
  t  
+
  g  
+
MINIDUMP_MODULE_LIST   
  t  
BinaryPruneCondition (crashpad)   MINIDUMP_STRING   CrashReportDatabase::NewReport (crashpad)   
  c  
-
GdiHandleBufferCountForBitness (crashpad::process_types)   MINIDUMP_STRING   CrashReportDatabase::NewReport (crashpad)   
GdiHandleBufferCountForBitness< internal::Traits32 > (crashpad::process_types)   MINIDUMP_SYSTEM_INFO   NotifyServer (crashpad)   TaskMemory (crashpad)   
CrashReportDatabase::CallErrorWritingCrashReport (crashpad)   GdiHandleBufferCountForBitness< internal::Traits64 > (crashpad::process_types)   MINIDUMP_THREAD   NT_TIB (crashpad::process_types)   TEB (crashpad::process_types)   
GdiHandleBufferCountForBitness (crashpad::process_types)   MINIDUMP_SYSTEM_INFO   NotifyServer (crashpad)   TaskMemory (crashpad)   
GdiHandleBufferCountForBitness< internal::Traits32 > (crashpad::process_types)   MINIDUMP_THREAD   NT_TIB (crashpad::process_types)   TEB (crashpad::process_types)   
CrashReportDatabase::CallErrorWritingCrashReport (crashpad)   GdiHandleBufferCountForBitness< internal::Traits64 > (crashpad::process_types)   MINIDUMP_THREAD_LIST   NtstatusLogMessage (logging)   TestExceptionSnapshot (crashpad::test)   
CaptureMemory (crashpad::internal)   
  h  
-
MINIDUMP_THREAD_LIST   NtstatusLogMessage (logging)   TestExceptionSnapshot (crashpad::test)   
CaptureMemoryDelegateWin (crashpad::internal)   MINIDUMP_UNLOADED_MODULE   
  p  
+
MINIDUMP_UNLOADED_MODULE   
  p  
TestMemoryMapRegionSnapshot (crashpad::test)   
CheckedAddressRangeGeneric (crashpad::internal)   ProcessInfo::Handle (crashpad)   MINIDUMP_UNLOADED_MODULE_LIST   TestMemorySnapshot (crashpad::test)   
CheckedRange (crashpad)   WinChildProcess::Handles (crashpad::test)   MinidumpContextAMD64 (crashpad)   Paths (crashpad::test)   TestMinidumpMemoryWriter (crashpad::test)   
ChildLauncher (crashpad::test)   HandleSnapshot (crashpad)   MinidumpContextAMD64Writer (crashpad)   PEB (crashpad::process_types)   TestModuleSnapshot (crashpad::test)   
ChildPortHandshake (crashpad)   HTTPBodyStream (crashpad)   MinidumpContextWriter (crashpad)   PEB_LDR_DATA (crashpad::process_types)   TestProcessSnapshot (crashpad::test)   
ChildPortServer (crashpad)   HTTPMultipartBuilder (crashpad)   MinidumpContextX86 (crashpad)   PEImageAnnotationsReader (crashpad)   TestSystemSnapshot (crashpad::test)   
CLIENT_ID (crashpad::process_types)   HTTPTransport (crashpad)   MinidumpContextX86Writer (crashpad)   PEImageReader (crashpad)   TestThreadSnapshot (crashpad::test)   
CaptureMemoryDelegateWin (crashpad::internal)   MINIDUMP_UNLOADED_MODULE_LIST   TestMemorySnapshot (crashpad::test)   
CheckedAddressRangeGeneric (crashpad::internal)   ProcessInfo::Handle (crashpad)   MinidumpContextAMD64 (crashpad)   Paths (crashpad::test)   TestMinidumpMemoryWriter (crashpad::test)   
CheckedRange (crashpad)   WinChildProcess::Handles (crashpad::test)   MinidumpContextAMD64Writer (crashpad)   PEB (crashpad::process_types)   TestModuleSnapshot (crashpad::test)   
ChildLauncher (crashpad::test)   HandleSnapshot (crashpad)   MinidumpContextWriter (crashpad)   PEB_LDR_DATA (crashpad::process_types)   TestProcessSnapshot (crashpad::test)   
ChildPortHandshake (crashpad)   HTTPBodyStream (crashpad)   MinidumpContextX86 (crashpad)   PEImageAnnotationsReader (crashpad)   TestSystemSnapshot (crashpad::test)   
ChildPortServer (crashpad)   HTTPMultipartBuilder (crashpad)   MinidumpContextX86Writer (crashpad)   PEImageReader (crashpad)   TestThreadSnapshot (crashpad::test)   
CLIENT_ID (crashpad::process_types)   HTTPTransport (crashpad)   MinidumpCrashpadInfo (crashpad)   PEImageResourceReader (crashpad)   TestUInt32MinidumpWritable (crashpad::test)   
ClientData (crashpad::internal)   
  i  
-
MinidumpCrashpadInfo (crashpad)   PEImageResourceReader (crashpad)   TestUInt32MinidumpWritable (crashpad::test)   
ClientToServerMessage (crashpad)   MinidumpCrashpadInfoWriter (crashpad)   PipeServiceContext (crashpad::internal)   ProcessReader::Thread (crashpad)   
CodeViewRecordPDB20 (crashpad)   IMAGE_DEBUG_MISC   MinidumpExceptionWriter (crashpad)   PointerContainer (crashpad)   Thread (crashpad)   
CodeViewRecordPDB70 (crashpad)   InitialClientData (crashpad)   MinidumpFileWriter (crashpad)   PROCESS_BASIC_INFORMATION (crashpad::process_types)   ProcessReaderWin::Thread (crashpad)   
CompositeHTTPBodyStream (crashpad)   InitializationState (crashpad)   MinidumpHandleDataWriter (crashpad)   ProcessInfo (crashpad)   THREAD_BASIC_INFORMATION (crashpad::process_types)   
CompositeMachMessageServer (crashpad)   InitializationStateDcheck (crashpad)   MinidumpMemoryInfoListWriter (crashpad)   ProcessReader (crashpad)   ThreadLogMessages (crashpad)   
CPU_INFORMATION   UUID::InitializeWithNewTag (crashpad)   MinidumpMemoryListWriter (crashpad)   ProcessReaderWin (crashpad)   ThreadSnapshot (crashpad)   
CPUContext (crashpad)   ChildPortServer::Interface (crashpad)   MinidumpMiscInfoWriter (crashpad)   ProcessSnapshot (crashpad)   ThreadSnapshotMac (crashpad::internal)   
CPUContextX86 (crashpad)   UniversalMachExcServer::Interface (crashpad)   MinidumpModuleCodeViewRecordPDB20Writer (crashpad)   ProcessSnapshotMac (crashpad)   ThreadSnapshotWin (crashpad::internal)   
CPUContextX86_64 (crashpad)   MachMessageServer::Interface (crashpad)   MinidumpModuleCodeViewRecordPDB70Writer (crashpad)   ProcessSnapshotMinidump (crashpad)   TIME_ZONE_INFORMATION   
CrashpadClient (crashpad)   NotifyServer::Interface (crashpad)   MinidumpModuleCodeViewRecordPDBLinkWriter (crashpad::internal)   ProcessSnapshotWin (crashpad)   ToolSupport (crashpad)   
CrashpadInfo (crashpad)   TSimpleAddressRangeBag::Iterator (crashpad)   MinidumpModuleCodeViewRecordWriter (crashpad)   ProcessSubrangeReader (crashpad)   Traits32 (crashpad::process_types::internal)   
CrashpadInfo (crashpad::process_types)   TSimpleStringDictionary::Iterator (crashpad)   MinidumpModuleCrashpadInfo (crashpad)   PruneCondition (crashpad)   Traits64 (crashpad::process_types::internal)   
CrashpadInfoClientOptions (crashpad)   
  l  
+
MinidumpCrashpadInfoWriter (crashpad)   PipeServiceContext (crashpad::internal)   Thread (crashpad)   
ClientToServerMessage (crashpad)   MinidumpExceptionWriter (crashpad)   PointerContainer (crashpad)   ProcessReaderWin::Thread (crashpad)   
CodeViewRecordPDB20 (crashpad)   IMAGE_DEBUG_MISC   MinidumpFileWriter (crashpad)   PROCESS_BASIC_INFORMATION (crashpad::process_types)   ProcessReader::Thread (crashpad)   
CodeViewRecordPDB70 (crashpad)   InitialClientData (crashpad)   MinidumpHandleDataWriter (crashpad)   ProcessInfo (crashpad)   THREAD_BASIC_INFORMATION (crashpad::process_types)   
CompositeHTTPBodyStream (crashpad)   InitializationState (crashpad)   MinidumpMemoryInfoListWriter (crashpad)   ProcessReader (crashpad)   ThreadLogMessages (crashpad)   
CompositeMachMessageServer (crashpad)   InitializationStateDcheck (crashpad)   MinidumpMemoryListWriter (crashpad)   ProcessReaderWin (crashpad)   ThreadSnapshot (crashpad)   
CPU_INFORMATION   ChildPortServer::Interface (crashpad)   MinidumpMiscInfoWriter (crashpad)   ProcessSnapshot (crashpad)   ThreadSnapshotMac (crashpad::internal)   
CPUContext (crashpad)   UniversalMachExcServer::Interface (crashpad)   MinidumpModuleCodeViewRecordPDB20Writer (crashpad)   ProcessSnapshotMac (crashpad)   ThreadSnapshotWin (crashpad::internal)   
CPUContextX86 (crashpad)   MachMessageServer::Interface (crashpad)   MinidumpModuleCodeViewRecordPDB70Writer (crashpad)   ProcessSnapshotMinidump (crashpad)   TIME_ZONE_INFORMATION   
CPUContextX86_64 (crashpad)   NotifyServer::Interface (crashpad)   MinidumpModuleCodeViewRecordPDBLinkWriter (crashpad::internal)   ProcessSnapshotWin (crashpad)   ToolSupport (crashpad)   
CrashpadClient (crashpad)   TSimpleAddressRangeBag::Iterator (crashpad)   MinidumpModuleCodeViewRecordWriter (crashpad)   ProcessSubrangeReader (crashpad)   Traits32 (crashpad::process_types::internal)   
CrashpadInfo (crashpad)   TSimpleStringDictionary::Iterator (crashpad)   MinidumpModuleCrashpadInfo (crashpad)   PruneCondition (crashpad)   Traits64 (crashpad::process_types::internal)   
CrashpadInfo (crashpad::process_types)   
  l  
MinidumpModuleCrashpadInfoLink (crashpad)   PruneCrashReportThread (crashpad)   TSimpleAddressRangeBag (crashpad)   
CrashReportDatabase (crashpad)   MinidumpModuleCrashpadInfoList (crashpad)   
  r  
+
CrashpadInfoClientOptions (crashpad)   MinidumpModuleCrashpadInfoList (crashpad)   
  r  
TSimpleStringDictionary (crashpad)   
CrashReportExceptionHandler (crashpad)   LDR_DATA_TABLE_ENTRY (crashpad::process_types)   MinidumpModuleCrashpadInfoListWriter (crashpad)   
  u  
+
CrashReportDatabase (crashpad)   LDR_DATA_TABLE_ENTRY (crashpad::process_types)   MinidumpModuleCrashpadInfoListWriter (crashpad)   
  u  
CrashReportUploadThread (crashpad)   LIST_ENTRY (crashpad::process_types)   MinidumpModuleCrashpadInfoWriter (crashpad)   AlignedAllocator::rebind (crashpad)   
CURDIR (crashpad::process_types)   LocalAllocTraits (crashpad::internal)   MinidumpModuleListWriter (crashpad)   RegistrationRequest (crashpad)   uint128_struct (crashpad)   
  d  
-
  m  
+
CrashReportExceptionHandler (crashpad)   LIST_ENTRY (crashpad::process_types)   MinidumpModuleCrashpadInfoWriter (crashpad)   AlignedAllocator::rebind (crashpad)   
CrashReportUploadThread (crashpad)   LocalAllocTraits (crashpad::internal)   MinidumpModuleListWriter (crashpad)   RegistrationRequest (crashpad)   uint128_struct (crashpad)   
CURDIR (crashpad::process_types)   
  m  
MinidumpModuleMiscDebugRecordWriter (crashpad)   RegistrationResponse (crashpad)   UNICODE_STRING (crashpad::process_types)   
MinidumpModuleWriter (crashpad)   CrashReportDatabase::Report (crashpad)   UniversalMachExcServer (crashpad)   
Settings::Data (crashpad)   MachMessageServer (crashpad)   MinidumpRVAList (crashpad)   RTL_CRITICAL_SECTION (crashpad::process_types)   UniversalMachExcServerImpl (crashpad::internal)   
DatabaseSizePruneCondition (crashpad)   MachMultiprocess (crashpad::test)   MinidumpRVAListWriter (crashpad::internal)   RTL_CRITICAL_SECTION_DEBUG (crashpad::process_types)   UnloadedModuleSnapshot (crashpad)   
NotifyServer::DefaultInterface (crashpad)   MachMultiprocessInfo (crashpad::test::internal)   MinidumpSimpleStringDictionary (crashpad)   RTL_DRIVE_LETTER_CURDIR (crashpad::process_types)   UserDataMinidumpStreamListEntry (crashpad::internal)   
CaptureMemory::Delegate (crashpad::internal)   MachOImageAnnotationsReader (crashpad)   MinidumpSimpleStringDictionaryEntry (crashpad)   RTL_UNLOAD_EVENT_TRACE (crashpad)   UserMinidumpStream (crashpad)   
MemorySnapshot::Delegate (crashpad)   MachOImageReader (crashpad)   MinidumpSimpleStringDictionaryEntryWriter (crashpad)   RTL_USER_PROCESS_PARAMETERS (crashpad::process_types)   UUID (crashpad)   
WorkerThread::Delegate (crashpad)   MachOImageSegmentReader (crashpad)   MinidumpSimpleStringDictionaryWriter (crashpad)   
  s  
+
  d  
+
MinidumpModuleWriter (crashpad)   CrashReportDatabase::Report (crashpad)   UniversalMachExcServer (crashpad)   
MachMessageServer (crashpad)   MinidumpRVAList (crashpad)   RTL_CRITICAL_SECTION (crashpad::process_types)   UniversalMachExcServerImpl (crashpad::internal)   
Settings::Data (crashpad)   MachMultiprocess (crashpad::test)   MinidumpRVAListWriter (crashpad::internal)   RTL_CRITICAL_SECTION_DEBUG (crashpad::process_types)   UnloadedModuleSnapshot (crashpad)   
DatabaseSizePruneCondition (crashpad)   MachMultiprocessInfo (crashpad::test::internal)   MinidumpSimpleStringDictionary (crashpad)   RTL_DRIVE_LETTER_CURDIR (crashpad::process_types)   UserDataMinidumpStreamListEntry (crashpad::internal)   
NotifyServer::DefaultInterface (crashpad)   MachOImageAnnotationsReader (crashpad)   MinidumpSimpleStringDictionaryEntry (crashpad)   RTL_UNLOAD_EVENT_TRACE (crashpad)   UserMinidumpStream (crashpad)   
CaptureMemory::Delegate (crashpad::internal)   MachOImageReader (crashpad)   MinidumpSimpleStringDictionaryEntryWriter (crashpad)   RTL_USER_PROCESS_PARAMETERS (crashpad::process_types)   UUID (crashpad)   
MemorySnapshot::Delegate (crashpad)   MachOImageSegmentReader (crashpad)   MinidumpSimpleStringDictionaryWriter (crashpad)   
  s  
  v  
ExceptionHandlerServer::Delegate (crashpad)   MachOImageSymbolTableReader (crashpad)   MinidumpStreamWriter (crashpad::internal)   
WorkerThread::Delegate (crashpad)   MachOImageSymbolTableReader (crashpad)   MinidumpStreamWriter (crashpad::internal)   
ExceptionHandlerServer::Delegate (crashpad)   MachOImageSymbolTableReaderInitializer (crashpad::internal)   MinidumpStringListWriter (crashpad::internal)   ScopedFileHANDLECloseTraits (crashpad::internal)   VM_COUNTERS (crashpad::process_types)   
  e  
-
MachOImageSymbolTableReaderInitializer (crashpad::internal)   MinidumpStringListWriter (crashpad::internal)   ScopedFileHANDLECloseTraits (crashpad::internal)   VM_COUNTERS (crashpad::process_types)   
TaskMemory::MappedMemory (crashpad)   MinidumpStringWriter (crashpad::internal)   ScopedForbidReturn (crashpad)   VM_COUNTERS< internal::Traits32 > (crashpad::process_types)   
TSimpleAddressRangeBag::Entry (crashpad)   MemoryMapRegionSnapshot (crashpad)   MinidumpSystemInfoWriter (crashpad)   ScopedKernelHANDLECloseTraits (crashpad::internal)   VM_COUNTERS< internal::Traits64 > (crashpad::process_types)   
TSimpleStringDictionary::Entry (crashpad)   MemoryMapRegionSnapshotWin (crashpad::internal)   MinidumpThreadListWriter (crashpad)   ScopedLockedFileHandleTraits (crashpad::internal)   VS_FIXEDFILEINFO   
EXCEPTION_POINTERS (crashpad::process_types)   MemorySnapshot (crashpad)   MinidumpThreadWriter (crashpad)   ScopedProcessSuspend (crashpad)   
  w  
+
TaskMemory::MappedMemory (crashpad)   MinidumpStringWriter (crashpad::internal)   ScopedForbidReturn (crashpad)   VM_COUNTERS< internal::Traits32 > (crashpad::process_types)   
MemoryMapRegionSnapshot (crashpad)   MinidumpSystemInfoWriter (crashpad)   ScopedKernelHANDLECloseTraits (crashpad::internal)   VM_COUNTERS< internal::Traits64 > (crashpad::process_types)   
TSimpleAddressRangeBag::Entry (crashpad)   MemoryMapRegionSnapshotWin (crashpad::internal)   MinidumpThreadListWriter (crashpad)   ScopedLockedFileHandleTraits (crashpad::internal)   VS_FIXEDFILEINFO   
TSimpleStringDictionary::Entry (crashpad)   MemorySnapshot (crashpad)   MinidumpThreadWriter (crashpad)   ScopedProcessSuspend (crashpad)   
  w  
ExceptionPorts::ExceptionHandler (crashpad)   MemorySnapshotMac (crashpad::internal)   MinidumpUnloadedModuleListWriter (crashpad)   ScopedTaskSuspend (crashpad)   
ExceptionHandlerServer (crashpad)   MemorySnapshotWin (crashpad::internal)   MinidumpUnloadedModuleWriter (crashpad)   ScopedTempDir (crashpad::test)   WeakFileHandleFileReader (crashpad)   
ExceptionPorts::ExceptionHandlerVector (crashpad)   Metrics (crashpad)   MinidumpUserStreamWriter (crashpad)   Semaphore (crashpad)   WeakFileHandleFileWriter (crashpad)   
ExceptionInformation (crashpad)   MINIDUMP_DIRECTORY   MinidumpUTF16StringWriter (crashpad::internal)   ServerToClientMessage (crashpad)   WeakStdioFileReader (crashpad)   
ExceptionPorts (crashpad)   MINIDUMP_EXCEPTION   MinidumpUTF8String (crashpad)   Settings (crashpad)   WinChildProcess (crashpad::test)   
ExceptionSnapshot (crashpad)   MINIDUMP_EXCEPTION_STREAM   MinidumpUTF8StringWriter (crashpad::internal)   ShutdownRequest (crashpad)   WinMultiprocess (crashpad::test)   
ExceptionSnapshotMac (crashpad::internal)   MINIDUMP_HANDLE_DESCRIPTOR   MinidumpWritable (crashpad::internal)   SnapshotMinidumpMemoryWriter (crashpad)   WorkerThread (crashpad)   
ExceptionSnapshotWin (crashpad::internal)   MINIDUMP_HANDLE_DESCRIPTOR_2   MinidumpWritableTraits (crashpad::test)   STRING (crashpad::process_types)   WorkerThreadImpl (crashpad::internal)   
EXCEPTION_POINTERS (crashpad::process_types)   MemorySnapshotMac (crashpad::internal)   MinidumpUnloadedModuleListWriter (crashpad)   ScopedTaskSuspend (crashpad)   
ExceptionPorts::ExceptionHandler (crashpad)   MemorySnapshotWin (crashpad::internal)   MinidumpUnloadedModuleWriter (crashpad)   ScopedTempDir (crashpad::test)   WeakFileHandleFileReader (crashpad)   
ExceptionHandlerServer (crashpad)   Metrics (crashpad)   MinidumpUserStreamWriter (crashpad)   Semaphore (crashpad)   WeakFileHandleFileWriter (crashpad)   
ExceptionPorts::ExceptionHandlerVector (crashpad)   MINIDUMP_DIRECTORY   MinidumpUTF16StringWriter (crashpad::internal)   ServerToClientMessage (crashpad)   WeakStdioFileReader (crashpad)   
ExceptionInformation (crashpad)   MINIDUMP_EXCEPTION   MinidumpUTF8String (crashpad)   Settings (crashpad)   WinChildProcess (crashpad::test)   
ExceptionPorts (crashpad)   MINIDUMP_EXCEPTION_STREAM   MinidumpUTF8StringWriter (crashpad::internal)   ShutdownRequest (crashpad)   WinMultiprocess (crashpad::test)   
ExceptionSnapshot (crashpad)   MINIDUMP_HANDLE_DESCRIPTOR   MinidumpWritable (crashpad::internal)   SnapshotMinidumpMemoryWriter (crashpad)   WorkerThread (crashpad)   
ExceptionSnapshotMac (crashpad::internal)   MINIDUMP_HANDLE_DESCRIPTOR_2   MinidumpWritableTraits (crashpad::test)   STRING (crashpad::process_types)   WorkerThreadImpl (crashpad::internal)   
ExceptionSnapshotWin (crashpad::internal)   MINIDUMP_HEADER   MinidumpWriterUtil (crashpad::internal)   StringFile (crashpad)   WritableIoVec (crashpad)   
  f  
-
MINIDUMP_HEADER   MinidumpWriterUtil (crashpad::internal)   StringFile (crashpad)   WritableIoVec (crashpad)   
MINIDUMP_LOCATION_DESCRIPTOR   ProcessReader::Module (crashpad)   StringHTTPBodyStream (crashpad)   
  x  
+
MINIDUMP_LOCATION_DESCRIPTOR   ProcessReader::Module (crashpad)   StringHTTPBodyStream (crashpad)   
  x  
FileHTTPBodyStream (crashpad)   MINIDUMP_MEMORY_DESCRIPTOR   ProcessInfo::Module (crashpad)   MachOImageSymbolTableReader::SymbolInformation (crashpad)   
FileReader (crashpad)   MINIDUMP_MEMORY_INFO   ModuleSnapshot (crashpad)   SYSTEM_HANDLE_INFORMATION_EX (crashpad::process_types)   CPUContextX86::X87OrMMXRegister (crashpad)   
FileReaderInterface (crashpad)   MINIDUMP_MEMORY_INFO_LIST   ModuleSnapshotMac (crashpad::internal)   SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX (crashpad::process_types)   
MINIDUMP_MEMORY_DESCRIPTOR   ProcessInfo::Module (crashpad)   MachOImageSymbolTableReader::SymbolInformation (crashpad)   
FileHTTPBodyStream (crashpad)   MINIDUMP_MEMORY_INFO   ModuleSnapshot (crashpad)   SYSTEM_HANDLE_INFORMATION_EX (crashpad::process_types)   CPUContextX86::X87OrMMXRegister (crashpad)   
FileReader (crashpad)   MINIDUMP_MEMORY_INFO_LIST   ModuleSnapshotMac (crashpad::internal)   SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX (crashpad::process_types)   
FileReaderInterface (crashpad)   MINIDUMP_MEMORY_LIST   ModuleSnapshotMinidump (crashpad::internal)   SYSTEM_PROCESS_INFORMATION (crashpad::process_types)   
a | b | c | d | e | f | g | h | i | l | m | n | p | r | s | t | u | v | w | x
diff --git a/doc/generated/doxygen/structcrashpad_1_1UUID_1_1InitializeWithNewTag.html b/doc/generated/doxygen/deprecated.html similarity index 70% rename from doc/generated/doxygen/structcrashpad_1_1UUID_1_1InitializeWithNewTag.html rename to doc/generated/doxygen/deprecated.html index c8014cc0..ab8b48b9 100644 --- a/doc/generated/doxygen/structcrashpad_1_1UUID_1_1InitializeWithNewTag.html +++ b/doc/generated/doxygen/deprecated.html @@ -5,7 +5,7 @@ -Crashpad: crashpad::UUID::InitializeWithNewTag Struct Reference +Crashpad: Deprecated List @@ -57,27 +57,17 @@ $(function() { -
-
crashpad::UUID::InitializeWithNewTag Struct Reference
+
Deprecated List
- -

Tag to pass to constructor to indicate it should initialize with generated data. - More...

- -

#include "util/misc/uuid.h"

-

Detailed Description

-

Tag to pass to constructor to indicate it should initialize with generated data.

-

The documentation for this struct was generated from the following file: -
+
+
Member crashpad::kMinidumpCPUArchitectureARM64Breakpad
+
Use kMinidumpCPUArchitectureARM64 instead.
+
+