Planeshift
|
#include <mach/mach.h>
#include <TargetConditionals.h>
#include <string>
#include "client/minidump_file_writer.h"
#include "common/memory.h"
#include "common/mac/macho_utilities.h"
#include "google_breakpad/common/minidump_format.h"
#include "dynamic_images.h"
#include "mach_vm_compat.h"
Go to the source code of this file.
Classes | |
class | google_breakpad::MinidumpGenerator |
Namespaces | |
namespace | google_breakpad |
Defines | |
#define | REGISTER_FROM_THREADSTATE(a, b) (a->b) |
#define REGISTER_FROM_THREADSTATE | ( | a, | |
b | |||
) | (a->b) |
Definition at line 71 of file minidump_generator.h.