MCPcopy Create free account

hub / github.com/buzzySmile/qBreakpad / types & classes

Types & classes401 in github.com/buzzySmile/qBreakpad

↓ 39 callersClassFile
third-party/google-breakpad/src/google_breakpad/processor/basic_source_line_resolver.h:81
↓ 2 callersClassCustomInfoEntry
Name/value pair for custom client information.
third-party/google-breakpad/src/client/windows/common/ipc_protocol.h:43
↓ 2 callersClassMachHeader
============================================================================== A simple wrapper for a mach_header This could be fleshed out with some
third-party/google-breakpad/src/client/mac/handler/dynamic_images.h:84
↓ 2 callersClasssigaction
third-party/google-breakpad/src/client/solaris/handler/exception_handler.cc:144
↓ 2 callersClasssigaction
third-party/google-breakpad/src/client/linux/handler/exception_handler.cc:152
↓ 1 callersClassDynamicImageRef
============================================================================== DynamicImageRef is just a simple wrapper for a pointer to DynamicImage.
third-party/google-breakpad/src/client/mac/handler/dynamic_images.h:201
↓ 1 callersClassMinidumpMemoryRegion
MinidumpMemoryRegion does not wrap any MDRaw structure, and only contains a reference to an MDMemoryDescriptor. This object is intended to wrap porti
third-party/google-breakpad/src/google_breakpad/processor/minidump.h:231
↓ 1 callersClassMinidumpModule
MinidumpModule wraps MDRawModule, which contains information about loaded code modules. Access is provided to various data referenced indirectly by M
third-party/google-breakpad/src/google_breakpad/processor/minidump.h:379
↓ 1 callersClassMinidumpThread
MinidumpThread contains information about a thread of execution, including a snapshot of the thread's stack and CPU context. For the thread that caus
third-party/google-breakpad/src/google_breakpad/processor/minidump.h:294
↓ 1 callersClassRange
third-party/google-breakpad/src/processor/range_map.h:96
↓ 1 callersClassStackwalkerPPC
third-party/google-breakpad/src/processor/stackwalker_ppc.h:50
↓ 1 callersClassStackwalkerSPARC
third-party/google-breakpad/src/processor/stackwalker_sparc.h:50
↓ 1 callersClassStackwalkerX86
third-party/google-breakpad/src/processor/stackwalker_x86.h:51
↓ 1 callersClassexec
Stuff lifted from <a.out.h> and <sys/exec.h> since they are gone */ * Header prepended to each a.out file. */
third-party/google-breakpad/src/client/mac/handler/breakpad_nlist_64.cc:88
↓ 1 callersClassnlist
third-party/google-breakpad/src/client/mac/handler/dynamic_images.cc:289
↓ 1 callersClasssigaltstack
third-party/google-breakpad/src/client/solaris/handler/exception_handler.cc:130
↓ 1 callersClasssigaltstack
third-party/google-breakpad/src/client/linux/handler/exception_handler.cc:138
↓ 1 callersClassstat
third-party/google-breakpad/src/processor/simple_symbol_supplier.cc:51
ClassAbbrev
third-party/google-breakpad/src/common/mac/dwarf/dwarf2reader.h:237
ClassAddressMap
third-party/google-breakpad/src/processor/address_map.h:46
ClassAddressValidatingContext
Context information for the callbacks when validating address by listing modules.
third-party/google-breakpad/src/client/solaris/handler/solaris_lwp.cc:63
ClassAddressValidatingContext
Context information for the callbacks when validating address by listing modules.
third-party/google-breakpad/src/client/linux/handler/linux_thread.cc:57
EnumAllocationState
third-party/google-breakpad/src/client/minidump_file_writer.h:237
ClassArrayStructure
third-party/google-breakpad/src/client/minidump_file_writer_unittest.cc:62
ClassAutoCloser
third-party/google-breakpad/src/client/solaris/handler/solaris_lwp.cc:152
ClassAutoCloser
third-party/google-breakpad/src/common/solaris/file_id.cc:135
ClassAutoCriticalSection
Automatically enters the critical section in the constructor and leaves the critical section in the destructor.
third-party/google-breakpad/src/client/windows/common/auto_critical_section.h:39
ClassAutoDeleter
A stack-based class that "owns" a pathname and deletes it when destroyed, unless told not to by having its Release() method called. Early deletions a
third-party/google-breakpad/src/tools/windows/converter/ms_symbol_server_converter.cc:184
ClassAutoElfEnder
third-party/google-breakpad/src/common/solaris/dump_symbols.cc:629
ClassAutoElfEnder
third-party/google-breakpad/src/common/solaris/file_id.cc:55
ClassAutoExceptionHandler
HandleException and HandleInvalidParameter must create an AutoExceptionHandler object to maintain static state and to determine which ExceptionHandler
third-party/google-breakpad/src/client/windows/handler/exception_handler.cc:341
ClassAutoFileCloser
third-party/google-breakpad/src/processor/basic_source_line_resolver.cc:229
ClassAutoInternetHandle
third-party/google-breakpad/src/common/windows/http_upload.h:76
ClassAutoLwpResumer
third-party/google-breakpad/src/client/solaris/handler/minidump_generator.cc:663
ClassAutoStackClearer
A small class used in Evaluate to make sure to clean up the stack before returning failure.
third-party/google-breakpad/src/processor/postfix_evaluator-inl.h:55
ClassAutoSymSrv
A stack-based class that manages SymInitialize and SymCleanup calls.
third-party/google-breakpad/src/tools/windows/converter/ms_symbol_server_converter.cc:146
ClassBase
third-party/google-breakpad/src/client/windows/tests/crash_generation_app/abstract_class.h:39
ClassBasicCodeModule
third-party/google-breakpad/src/processor/basic_code_module.h:52
ClassBasicCodeModules
third-party/google-breakpad/src/processor/basic_code_modules.h:51
ClassBasicSourceLineResolver
third-party/google-breakpad/src/google_breakpad/processor/basic_source_line_resolver.h:59
ClassBasicSourceLineResolver::Function
third-party/google-breakpad/src/processor/basic_source_line_resolver.cc:70
ClassBasicSourceLineResolver::Line
third-party/google-breakpad/src/processor/basic_source_line_resolver.cc:57
ClassBasicSourceLineResolver::Module
third-party/google-breakpad/src/processor/basic_source_line_resolver.cc:105
ClassBasicSourceLineResolver::PublicSymbol
third-party/google-breakpad/src/processor/basic_source_line_resolver.cc:88
EnumBinaryOperation
There are enough binary operations that do exactly the same thing (other than the specific operation, of course) that it makes sense to share as much
third-party/google-breakpad/src/processor/postfix_evaluator-inl.h:78
ClassBreakpadNlistTest
third-party/google-breakpad/src/client/mac/handler/testcases/breakpad_nlist_test.h:43
ClassByteReader
third-party/google-breakpad/src/common/mac/dwarf/dwarf2reader.h:53
ClassByteReader
Class that knows how to read both big endian and little endian numbers, for use in DWARF2/3 reader. Takes an endianness argument. To read addresses an
third-party/google-breakpad/src/common/mac/dwarf/bytereader.h:49
ClassC
third-party/google-breakpad/src/tools/solaris/dump_syms/testdata/dump_syms_regtest.cc:34
ClassC
third-party/google-breakpad/src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc:35
ClassCUFunctionInfoHandler
third-party/google-breakpad/src/common/mac/dwarf/functioninfo.h:109
ClassCULineInfoHandler
This class is a basic line info handler that fills in the dirs, file, and linemap passed into it with the data produced from the LineInfoHandler.
third-party/google-breakpad/src/common/mac/dwarf/functioninfo.h:75
ClassCallStack
third-party/google-breakpad/src/google_breakpad/processor/stackwalker.h:48
ClassCallStack
third-party/google-breakpad/src/google_breakpad/processor/call_stack.h:57
ClassCallStack
third-party/google-breakpad/src/google_breakpad/processor/process_state.h:47
ClassCallbackParam
third-party/google-breakpad/src/client/solaris/handler/solaris_lwp.h:87
ClassCallbackParam
third-party/google-breakpad/src/client/linux/handler/linux_thread.h:84
ClassClientInfo
Abstraction for a crash client process.
third-party/google-breakpad/src/client/windows/crash_generation/client_info.h:44
ClassCodeModule
third-party/google-breakpad/src/processor/simple_symbol_supplier.h:89
ClassCodeModule
third-party/google-breakpad/src/google_breakpad/processor/symbol_supplier.h:41
ClassCodeModule
third-party/google-breakpad/src/google_breakpad/processor/code_module.h:45
ClassCodeModule
third-party/google-breakpad/src/google_breakpad/processor/code_modules.h:42
ClassCodeModule
third-party/google-breakpad/src/google_breakpad/processor/stack_frame.h:38
ClassCodeModules
third-party/google-breakpad/src/processor/stackwalker_amd64.h:48
ClassCodeModules
third-party/google-breakpad/src/processor/stackwalker_ppc.h:48
ClassCodeModules
third-party/google-breakpad/src/processor/stackwalker_sparc.h:48
ClassCodeModules
third-party/google-breakpad/src/processor/stackwalker_x86.h:48
ClassCodeModules
third-party/google-breakpad/src/google_breakpad/processor/stackwalker.h:49
ClassCodeModules
third-party/google-breakpad/src/google_breakpad/processor/code_modules.h:44
ClassCodeModules
third-party/google-breakpad/src/google_breakpad/processor/process_state.h:48
ClassCompareString
third-party/google-breakpad/src/common/solaris/dump_symbols.cc:127
ClassCompareString
third-party/google-breakpad/src/google_breakpad/processor/basic_source_line_resolver.h:83
ClassCompilationUnit
third-party/google-breakpad/src/common/mac/dwarf/dwarf2reader.h:214
ClassCompilationUnitHeader
third-party/google-breakpad/src/common/mac/dwarf/dwarf2reader.h:247
ClassContainedRangeMap
third-party/google-breakpad/src/processor/contained_range_map.h:71
EnumContextValidity
third-party/google-breakpad/src/google_breakpad/processor/stack_frame_cpu.h:50
EnumContextValidity
third-party/google-breakpad/src/google_breakpad/processor/stack_frame_cpu.h:80
EnumContextValidity
third-party/google-breakpad/src/google_breakpad/processor/stack_frame_cpu.h:105
EnumContextValidity
third-party/google-breakpad/src/google_breakpad/processor/stack_frame_cpu.h:129
ClassCountedObject
A CountedObject holds an int. A global (not thread safe!) count of allocated CountedObjects is maintained to help test memory management.
third-party/google-breakpad/src/processor/range_map_unittest.cc:55
ClassCountedObject
A CountedObject holds an int. A global (not thread safe!) count of allocated CountedObjects is maintained to help test memory management.
third-party/google-breakpad/src/processor/address_map_unittest.cc:58
ClassCpuInfoEntry
third-party/google-breakpad/src/client/linux/handler/minidump_generator.cc:342
ClassCrashGenerationClient
Abstraction of client-side implementation of out of process crash generation. The process that desires to have out-of-process crash dump generation s
third-party/google-breakpad/src/client/windows/crash_generation/crash_generation_client.h:63
ClassCrashGenerationServer
Abstraction for server side implementation of out-of-process crash generation protocol for Windows platform only. It generates Windows minidump files
third-party/google-breakpad/src/client/windows/crash_generation/crash_generation_server.h:50
ClassCrashGenerationServer
third-party/google-breakpad/src/client/windows/crash_generation/client_info.h:41
ClassCrashReportSender
third-party/google-breakpad/src/client/windows/sender/crash_report_sender.h:62
ClassCustomClientInfo
third-party/google-breakpad/src/client/windows/common/ipc_protocol.h:96
ClassCustomClientInfo
third-party/google-breakpad/src/client/windows/crash_generation/crash_generation_client.h:42
ClassDebugRegs
third-party/google-breakpad/src/client/linux/handler/linux_thread_test.cc:99
ClassDebugRegs
Holding debug registers.
third-party/google-breakpad/src/client/linux/handler/linux_thread.h:61
ClassDerived
third-party/google-breakpad/src/client/windows/tests/crash_generation_app/abstract_class.h:37
ClassDumpSymbols
third-party/google-breakpad/src/common/solaris/dump_symbols.h:41
ClassDumpSymbols
third-party/google-breakpad/src/common/linux/dump_symbols.h:40
ClassDwarf2Handler
third-party/google-breakpad/src/common/mac/dwarf/dwarf2reader.h:54
EnumDwarfAttribute
third-party/google-breakpad/src/common/mac/dwarf/dwarf2reader.h:60
EnumDwarfAttribute
third-party/google-breakpad/src/common/mac/dwarf/dwarf2reader.h:270
EnumDwarfAttribute
third-party/google-breakpad/src/common/mac/dwarf/dwarf2reader.h:347
EnumDwarfAttribute
third-party/google-breakpad/src/common/mac/dwarf/dwarf2reader.cc:136
EnumDwarfAttribute
third-party/google-breakpad/src/common/mac/dwarf/functioninfo.cc:172
EnumDwarfAttribute
third-party/google-breakpad/src/common/mac/dwarf/functioninfo.h:145
next →1–100 of 401, ranked by callers