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() {
- - + 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
+
+ |
+
+Macros | |
#define | ARRAYSIZE_UNSAFE(array) (sizeof(array) / sizeof(array[0])) |
Not the safest way of computing an array’s size… More... | |
#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.
Reimplemented from crashpad::internal::MinidumpWritable.
+ + + +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.
+Retrieves the key to be written.
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.
-Tag to pass to constructor to indicate it should initialize with generated data. - More...
- -#include "util/misc/uuid.h"
Tag to pass to constructor to indicate it should initialize with generated data.
-Files | |
file | arraysize_unsafe.h |
file | initialization_state_dcheck.h |
file | symbolic_constants_common.h |
▼ file | |
file_io.h | |
▼ misc | |
initialization_state_dcheck.h | |
symbolic_constants_common.h | |
▼ win | |
get_function.h | |
arraysize_unsafe.h | |
initialization_state_dcheck.h | |
symbolic_constants_common.h | |
▼ win | |
get_function.h |
--initial-client-data
method for initializing the handler process on Windows child_port
Mach subsystem can be dispatched to exc
and mach_exc
Mach subsystems can be dispatched to notify
Mach subsystem can be dispatched to LC_SEGMENT
or LC_SEGMENT_64
load commands in Mach-O images mapped into another process dt ntdll!xxx
, customized to have both x86 and x64 sizes available HANDLE
. This consists primarily of information stored in the Process Environment Block HANDLE
iovec
with a const
iov_base field child_port
Mach subsystem can be dispatched to exc
and mach_exc
Mach subsystems can be dispatched to notify
Mach subsystem can be dispatched to LC_SEGMENT
or LC_SEGMENT_64
load commands in Mach-O images mapped into another process dt ntdll!xxx
, customized to have both x86 and x64 sizes available HANDLE
. This consists primarily of information stored in the Process Environment Block HANDLE
iovec
with a const
iov_base field A 32-bit x86 process running on IA-64 (Itanium).
64-bit ARM.
+These systems identify their CPUs generically as “arm64” or “aarch64”, or with more specific names such as “armv8”.
+ +64-bit PowerPC.
These systems identify their CPUs generically as “ppc64”, or with more specific names such as “ppc970”.
64-bit ARM.
-These systems identify their CPUs generically as “arm64” or “aarch64”, or with more specific names such as “armv8”.
+Used by Breakpad for 64-bit ARM.
+Unknown CPU architecture.
#include "util/misc/uuid.h"
-Classes | |
struct | InitializeWithNewTag |
Tag to pass to constructor to indicate it should initialize with generated data. More... | |
Public Member Functions | |||||||
- | UUID () | ||||||
Initializes the UUID to zero. | |||||||
UUID (InitializeWithNewTag) | |||||||
Initializes the UUID using a standard system facility to generate the value. More... | |||||||
UUID (const uint8_t *bytes) | |||||||
Initializes the UUID from a sequence of bytes. More... | |||||||
bool | operator== (const UUID &that) const | ||||||
bool | operator!= (const UUID &that) const | ||||||
+void | InitializeToZero () | ||||||
Initializes the UUID to zero. | |||||||
void | InitializeFromBytes (const uint8_t *bytes) | ||||||
Initializes the UUID from a sequence of bytes. More... | |||||||
data_5 [6] |
-
|
- -explicit | -
Initializes the UUID using a standard system facility to generate the value.
-CHECKs on failure with a message logged.
- -
-
|
- -explicit | -
Initializes the UUID from a sequence of bytes.
-bytes is taken as a UUID laid out in big-endian format in memory. On little-endian machines, appropriate byte-swapping will be performed to initialize an object’s data members.
-[in] | bytes | A buffer of exactly 16 bytes that will be assigned to the UUID. |
This is a POD structure.
+Data type values for IMAGE_DEBUG_MISC::DataType.