MCPcopy Create free account

hub / github.com/chromium/crashpad / functions

Functions5,103 in github.com/chromium/crashpad

↓ 3 callersFunctionUnsetIfNotValidTriState
snapshot/crashpad_types/crashpad_info_reader.cc:35
↓ 3 callersMethodWaitForHandlerStart
client/crashpad_client_win.cc:759
↓ 3 callersMethodWaitForStart
util/win/exception_handler_server_test.cc:76
↓ 3 callersFunctionWriteBytesToRingBuffer
client/length_delimited_ring_buffer.h:223
↓ 3 callersFunctionWriteError
\brief Log \a key as a string.
client/ios_handler/in_process_intermediate_dump_handler.cc:108
↓ 3 callersFunctionWriteMinidumpSimpleStringDictionary
Writes |dictionary| to |writer| as a MinidumpSimpleStringDictionary, and populates |location| with a location descriptor identifying what was written.
snapshot/minidump/process_snapshot_minidump_test.cc:140
↓ 3 callersFunctionWritePropertyCString
\brief Call AddPropertyCString with raw error log. \param[in] writer The dump writer \param[in] key The key to write. \param[in] max_length The maxim
client/ios_handler/in_process_intermediate_dump_handler.cc:157
↓ 3 callersFunctionWriteXattrTimeT
util/mac/xattr.cc:146
↓ 3 callersMethodannotations_list
\return The annotations list. \sa set_annotations_list() \sa AnnotationList::Get() \sa AnnotationList::Register()
client/crashpad_info.h:184
↓ 3 callersMethodbegin
util/mach/exception_ports.h:105
↓ 3 callersMethodclient_process
util/win/initial_client_data.h:91
↓ 3 callersMethodconcurrent_access_guard_mode
client/annotation.h:191
↓ 3 callersMethodcrash_exception_information
util/win/initial_client_data.h:92
↓ 3 callersMethoddelegate
util/win/exception_handler_server.cc:155
↓ 3 callersMethodfirst_pipe_instance
util/win/initial_client_data.h:90
↓ 3 callersFunctiongettid
snapshot/linux/exception_snapshot_linux_test.cc:45
↓ 3 callersMethodis_active
\brief Returns the validity of the entry. If #key is an empty string, the entry is considered inactive, and this method returns `false`. Otherwise, r
client/simple_string_dictionary.h:70
↓ 3 callersMethodis_running
\return `true` if the thread is running, `false` if it is not.
handler/crash_report_upload_thread.h:129
↓ 3 callersMethodlock
util/win/exception_handler_server.cc:153
↓ 3 callersMethodnon_crash_dump_completed
util/win/initial_client_data.h:89
↓ 3 callersMethodnon_crash_exception_information
util/win/initial_client_data.h:95
↓ 3 callersMethodnsects
\brief Returns the number of sections in the segment. This will return `0` for a segment without any sections, typical for `__PAGEZERO` and `__LINKED
snapshot/mac/mach_o_image_segment_reader.h:175
↓ 3 callersMethodrequest_crash_dump
util/win/initial_client_data.h:87
↓ 3 callersMethodrequest_non_crash_dump
util/win/initial_client_data.h:88
↓ 2 callersMethodAddExtraMemory
\brief Add a memory snapshot to be returned by ExtraMemory(). \param[in] extra_memory The memory snapshot that will be included in ExtraMemory(). The
snapshot/test/test_thread_snapshot.h:81
↓ 2 callersMethodAddInheritedFileDescriptor
util/posix/spawn_subprocess.cc:85
↓ 2 callersFunctionAddKeyValueToMap
Splits |key_value| on '=' and inserts the resulting key and value into |map|. If |key_value| has the wrong format, logs an error and returns false. If
handler/handler_main.cc:265
↓ 2 callersMethodAddNonOwnedMemory
minidump/minidump_memory_writer.cc:168
↓ 2 callersFunctionAddPipe
test/multiprocess_exec_fuchsia.cc:32
↓ 2 callersMethodAddSendRight
\brief Adds a send right to the pool. \param[in] send_right The send right to be added. The pool object takes its own reference to the send right, wh
tools/mac/exception_port_tool.cc:87
↓ 2 callersFunctionAddStringToTable
Adds a string to the string table and returns the byte index where it was added.
client/crash_report_database_win.cc:59
↓ 2 callersFunctionAddTimespec
util/misc/time.cc:20
↓ 2 callersMethodAddUnloadedModule
minidump/minidump_unloaded_module_writer.cc:135
↓ 2 callersMethodAddressMask
snapshot/mac/system_snapshot_mac.cc:386
↓ 2 callersFunctionAlignedAllocate
util/stdlib/aligned_allocator.cc:46
↓ 2 callersFunctionAlignedFree
util/stdlib/aligned_allocator.cc:68
↓ 2 callersMethodAnnotationsList
snapshot/crashpad_types/image_annotation_reader.cc:105
↓ 2 callersMethodAnnotationsList
snapshot/mac/mach_o_image_annotations_reader.cc:59
↓ 2 callersMethodAttach
util/linux/ptrace_client.cc:179
↓ 2 callersFunctionAttachImpl
util/linux/ptrace_client.cc:66
↓ 2 callersMethodAttachmentsPath
client/crash_report_database.cc:179
↓ 2 callersFunctionAvailabilityVersionToMacOSVersionNumber
Converts the value of the __MAC_OS_X_VERSION_MIN_REQUIRED or __MAC_OS_X_VERSION_MAX_ALLOWED macro from <Availability.h> to a number identifying the ma
minidump/minidump_misc_info_writer.cc:81
↓ 2 callersFunctionBlockUntilHandlerStartedOrFailed
client/crashpad_client_win.cc:112
↓ 2 callersFunctionBoolToString
Converts |boolean| to a string, either "true" or "false".
tools/crashpad_database_util.cc:132
↓ 2 callersFunctionBuildAppProcessArgs
client/crashpad_client_linux.cc:66
↓ 2 callersFunctionBuildArgsToLaunchWithLinker
client/crashpad_client_linux.cc:102
↓ 2 callersMethodCPUCount
snapshot/win/system_snapshot_win.cc:259
↓ 2 callersMethodCPUX86ExtendedFeatures
snapshot/win/system_snapshot_win.cc:381
↓ 2 callersMethodCPUX86Features
snapshot/win/system_snapshot_win.cc:367
↓ 2 callersMethodCPUX86SupportsDAZ
snapshot/win/system_snapshot_win.cc:414
↓ 2 callersFunctionCalculateStackRegion
\brief Calculates the base address and size of the region used as a thread’s stack. The region returned by this method may be formed by merging multi
client/ios_handler/in_process_intermediate_dump_handler.cc:302
↓ 2 callersFunctionCallCPUID
snapshot/mac/system_snapshot_mac.cc:65
↓ 2 callersFunctionCaptureMemoryPointedToByThreadState
client/ios_handler/in_process_intermediate_dump_handler.cc:443
↓ 2 callersFunctionCaptureSnapshot
handler/linux/capture_snapshot.cc:26
↓ 2 callersMethodCatchMachException
util/mach/exception_ports_test.cc:161
↓ 2 callersFunctionCheckedGetenv
Like getenv(), but fails a CHECK() if the underlying function fails. It’s not considered a failure for |name| to be unset in the environment. In that
test/mac/exception_swallower.cc:47
↓ 2 callersFunctionCheckedInvokeMultiprocessChild
test/multiprocess_exec.cc:47
↓ 2 callersMethodClientID
snapshot/win/process_snapshot_win.cc:160
↓ 2 callersFunctionCloseNowOrOnExec
This function attempts to close |fd| or mark it as close-on-exec. On systems where close-on-exec is attempted, a failure to mark it close-on-exec will
util/posix/close_multiple.cc:52
↓ 2 callersFunctionCloseStdioStream
util/posix/close_stdio.cc:31
↓ 2 callersFunctionCommonInProcessInitialization
client/crashpad_client_win.cc:578
↓ 2 callersFunctionCommonInitializeX86Context
snapshot/win/cpu_context_win.cc:44
↓ 2 callersMethodContext
snapshot/linux/thread_snapshot_linux.cc:230
↓ 2 callersMethodCopy
minidump/minidump_context_writer.cc:380
↓ 2 callersFunctionCrashpadGetModuleInformation
util/win/get_module_information.cc:21
↓ 2 callersFunctionCreateInheritablePipe
test/win/win_child_process.cc:104
↓ 2 callersFunctionCreateListEntry
Creates a `UserDataMinidumpStreamListEntry` with the given fields, and returns a pointer to it. The caller takes ownership of the returned object.
client/crashpad_info.cc:39
↓ 2 callersFunctionCreateNamedPipeInstance
util/win/registration_protocol_win.cc:144
↓ 2 callersFunctionDeadNameRightRefCount
\brief Returns the user reference count for a port’s dead-name rights. This is a special single-argument form of RightRefCount() for ease of use in a
util/mach/notify_server_test.cc:158
↓ 2 callersFunctionDetermineMergedRangeImpl
snapshot/memory_snapshot.cc:27
↓ 2 callersMethodDidChangePrivileges
util/posix/process_info_mac.cc:133
↓ 2 callersFunctionDoChildCStringReadTestSetup
util/process/process_memory_test.cc:239
↓ 2 callersFunctionDoChildReadTestSetup
util/process/process_memory_test.cc:107
↓ 2 callersFunctionDoCrash
client/crashpad_client_linux_test.cc:247
↓ 2 callersFunctionDropPrivileges
util/posix/drop_privileges.cc:24
↓ 2 callersMethodDumpExceptionFromSimulatedMachException
client/ios_handler/in_process_handler.cc:211
↓ 2 callersMethodDumpExceptionFromSimulatedMachExceptionAtPath
client/ios_handler/in_process_handler.cc:221
↓ 2 callersFunctionDuplicateFromTarget
handler/win/wer/crashpad_wer.cc:63
↓ 2 callersMethodDylibVersion
snapshot/mac/mach_o_image_reader.cc:456
↓ 2 callersMethodEffectiveGroupID
util/posix/process_info_mac.cc:101
↓ 2 callersFunctionEncodeMIMEField
Escapes the specified name to be suitable for the name field of a form-data part.
util/net/http_multipart_builder.cc:63
↓ 2 callersFunctionEnsureDirectory
client/crash_report_database_win.cc:590
↓ 2 callersMethodException
snapshot/sanitized/process_snapshot_sanitized.cc:249
↓ 2 callersFunctionExceptionCodeForMetrics
util/mach/exception_types.cc:161
↓ 2 callersMethodExceptionHandlerServerException
util/win/exception_handler_server_test.cc:69
↓ 2 callersMethodExceptionInfo
snapshot/win/exception_snapshot_win.cc:175
↓ 2 callersFunctionExceptionProcessing
util/misc/metrics.cc:53
↓ 2 callersFunctionExpectAnnotations
snapshot/sanitized/process_snapshot_sanitized_test.cc:137
↓ 2 callersFunctionExpectAnnotations
snapshot/crashpad_types/image_annotation_reader_test.cc:93
↓ 2 callersFunctionExpectCLKernels
Although Mac OS X 10.6 has OpenCL and can compile and execute OpenCL code, OpenCL kernels that run on the CPU do not result in cl_kernels images appea
snapshot/mac/process_reader_mac_test.cc:841
↓ 2 callersFunctionExpectCrashpadInfo
snapshot/crashpad_types/crashpad_info_reader_test.cc:106
↓ 2 callersFunctionExpectFindFilePossibleMmapStarts
Expects first and third pages from mapping_start to refer to the same mapped file. The second page should not.
util/linux/memory_map_test.cc:402
↓ 2 callersFunctionExpectLoadBias
snapshot/linux/debug_rendezvous_test.cc:51
↓ 2 callersFunctionExpectMappings
util/linux/memory_map_test.cc:287
↓ 2 callersFunctionExpectMinidumpContextFxsave
minidump/test/minidump_context_test_util.cc:307
↓ 2 callersFunctionExpectModulesFromSelf
snapshot/linux/process_reader_linux_test.cc:582
↓ 2 callersFunctionExpectProcessMemory
snapshot/sanitized/process_snapshot_sanitized_test.cc:163
↓ 2 callersFunctionExpectRangeIsContained
util/misc/range_set_test.cc:31
↓ 2 callersFunctionExpectSeveralThreads
Verifies that all of the threads in |threads|, obtained from ProcessReaderMac, agree with the expectation in |thread_map|. If |tolerate_extra_threads|
snapshot/mac/process_reader_mac_test.cc:356
↓ 2 callersFunctionExpectStackData
snapshot/sanitized/process_snapshot_sanitized_test.cc:240
← previousnext →801–900 of 5,103, ranked by callers