Sign in
chromium
/
external
/
google-breakpad
/
src
/
HEAD
3f5c13e
The "CPU architecture" field is being filled from the wrong part of
by mmandlis@chromium.org
· 10 years ago
main
master
af196c7
Add check for Linux minidump ending on bad write for exploitability rating.
by Liu.andrew.x@gmail.com
· 10 years ago
c938b7b
Don't use strtok_s for mingw builds
by ted.mielczarek@gmail.com
· 10 years ago
e100989
Add user_regs_struct and user_fpsimd_struct for aarch64 on Android.
by rmcilroy@chromium.org
· 10 years ago
0ad58e6
Fix compile error with Windows clang.
by wfh@chromium.org
· 10 years ago
bdb4b7c
Fix inttypes format macros in src/processor/proc_maps_linux.cc
by primiano@chromium.org
· 10 years ago
c80d211
Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandbox
by primiano@chromium.org
· 10 years ago
6d74ba8
Fix proc_maps_linux compile for non-Linux
by ted.mielczarek@gmail.com
· 10 years ago
80cfa05
[microdump] Move microdump writes to the crash ring-buffer log
by primiano@chromium.org
· 10 years ago
947c7e9
[microdump] Fix hw architecture indication in build fingerprint line
by primiano@chromium.org
· 10 years ago
d4a6903
Add check for executable stack/heap when rating Linux exploitability.
by Liu.andrew.x@gmail.com
· 10 years ago
68ad684
Add check to see if stack pointer is off the stack according to the memory
by Liu.andrew.x@gmail.com
· 10 years ago
412d3cf
Fix format specifier in proc maps to support 32-bit architectures.
by Liu.andrew.x@gmail.com
· 10 years ago
5fa512b
Actually remove removed files
by ted.mielczarek@gmail.com
· 10 years ago
9a19499
Remove some old unused code, add a missing include
by ted.mielczarek@gmail.com
· 10 years ago
a601859
Fix format specifier in proc maps to support 32-bit architectures.
by Liu.andrew.x@gmail.com
· 10 years ago
70e371c
Allow Print() to be called by const instances of MinidumpLinuxMaps and
by Liu.andrew.x@gmail.com
· 10 years ago
d95798e
Change Print method of MinidumpLinuxMaps and MinidumpLinuxMapsList to print
by Liu.andrew.x@gmail.com
· 10 years ago
0f5bff6
Workaround for range map overlaps caused by Android package relocation.
by ivanpe@chromium.org
· 10 years ago
f503948
Fix breakpad for arm on arm64
by cjhopman@chromium.org
· 10 years ago
9f4a8ee
Fix potential null pointer dereference.
by Liu.andrew.x@gmail.com
· 10 years ago
b00176d
Remove unnecessary dependencies.
by Liu.andrew.x@gmail.com
· 10 years ago
5c7459a
Add support for Linux memory mapping stream and remove ELF header usage
by Liu.andrew.x@gmail.com
· 10 years ago
78eab62
Fix incorrect comment.
by Liu.andrew.x@gmail.com
· 10 years ago
d5ca70c
add aarch64 support to minidump-2-core
by vapier@chromium.org
· 10 years ago
f9d81bb
tests: InstructionPointerMemoryNullPointer: make it work under llvm
by vapier@chromium.org
· 10 years ago
31916e7
Add ELF header analysis when checking for instruction pointer in code.
by Liu.andrew.x@gmail.com
· 10 years ago
242fb9a
Fix -Wreorder warnings in the Windows code.
by wfh@chromium.org
· 10 years ago
92378d3
Default nil or empty version string to CFBundleVersion
by changluo@google.com
· 10 years ago
369160b
Set exception whitelist check as earlier check instead of last check.
by Liu.andrew.x@gmail.com
· 10 years ago
f3aca1f
Use general instruction/stack pointer convenience method instead of manually
by Liu.andrew.x@gmail.com
· 10 years ago
276f95d
Checking for benign exceptions that trigger a minidump.
by Liu.andrew.x@gmail.com
· 10 years ago
3150022
This CL adds support for ARM and ARM64 architectures when calculating
by Liu.andrew.x@gmail.com
· 10 years ago
0bccfcc
Adjust breakpad module size to match adjusted start_addr.
by rmcilroy@chromium.org
· 10 years ago
dd64e34
Checking location of the instruction pointer to see if it is
by Liu.andrew.x@gmail.com
· 10 years ago
5262f18
Reconfigured options for sym_upload to not treat h and ? flags as invalid options.
by ivanpe@chromium.org
· 10 years ago
32f4fb0
Fix signal propagation logic for Linux/Android exception handler.
by primiano@chromium.org
· 10 years ago
f90fa72
Use local variable for out parameter rather than direct use of ivar
by ivanpe@chromium.org
· 10 years ago
01c6885
Update breakpad for Android packed relocations.
by rmcilroy@chromium.org
· 10 years ago
288ba54
update more ignore files
by vapier@chromium.org
· 10 years ago
d7e4030
[microdump] Add build fingerprint and product info metadata.
by primiano@chromium.org
· 10 years ago
9fcbe25
Fix signal propagation logic for Linux/Android exception handler.
by primiano@chromium.org
· 10 years ago
fa5a6b3
Support object files larger than 2**32.
by erikchen@chromium.org
· 10 years ago
328d128
[MIPS]: Use mcontext_t structure for MIPS
by rmcilroy@chromium.org
· 10 years ago
dbc7f3c
update svn:ignores
by vapier@chromium.org
· 10 years ago
ad88d96
Fix call to rt_sigaction
by cjhopman@chromium.org
· 10 years ago
3f8a019
MIPS64: Initial MIPS64 related change.
by mark@chromium.org
· 10 years ago
ecf9e2b
Use __NR_rt_sigaction instead of __NR_sigaction
by mark@chromium.org
· 10 years ago
b8a7ea6
Microdump processor: be more tolerant for different logcat formats
by primiano@chromium.org
· 10 years ago
d0b34ab
Add address and reason for IN_PAGE_ERROR.
by mark@chromium.org
· 10 years ago
16c6ed2
Workaround Android sigaction bug
by mark@chromium.org
· 10 years ago
8828713
Fix compilation with gcc --std=c++11
by ted.mielczarek@gmail.com
· 10 years ago
2c37c22
Fix compatibility with Android NDK r10d.
by primiano@chromium.org
· 10 years ago
ac07e58
Make breakpad compatible with Android NDK r10d.
by primiano@chromium.org
· 10 years ago
d1f8b74
Microdump writer: stop using new/malloc in compromised context
by primiano@chromium.org
· 10 years ago
2e35bbb
Fix Windows dump_syms x64 linking
by ted.mielczarek@gmail.com
· 10 years ago
0a0ad99
Formatting tweak for https://breakpad.appspot.com/9774002, add more newlines
by ted.mielczarek@gmail.com
· 10 years ago
36028d5
Add stack contents output functionality to minidump_stackwalk
by hashimoto@chromium.org
· 10 years ago
faf5994
Update license on convert_UTF.* to the standard Unicode license.
by mark@chromium.org
· 10 years ago
764522e
Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions.
by wfh@chromium.org
· 10 years ago
f6875ca
Cleanup Linux debug link file handling code.
by thestig@chromium.org
· 10 years ago
09460c7
Fix overflow error in breakpad for linux
by mark@chromium.org
· 10 years ago
9172781
Add unit tests for overlapping functions and externs.
by thestig@chromium.org
· 10 years ago
81794ad
Handle ARM THUMB functions when removing duplicate PUBLIC entries.
by thestig@chromium.org
· 10 years ago
e3e6501
Follow debug link correctly
by hashimoto@chromium.org
· 10 years ago
f8eed74
Demangle symbol name
by hashimoto@chromium.org
· 10 years ago
72a1fcf
Handle failures of copying process data from a core file.
by benchan@chromium.org
· 10 years ago
7b44faa
Replace uses of hash_map with unordered_map
by ted.mielczarek@gmail.com
· 10 years ago
dad63f9
Remove unneeded definitions of O_BINARY
by vapier@chromium.org
· 10 years ago
eb04cd8
Remove unused variable 'kGUIDStringSize' in microdump_writer_unittest.
by benchan@chromium.org
· 10 years ago
d5d1eac
Stop calling memmove when unnecessary
by hashimoto@chromium.org
· 10 years ago
482062f
Fix some fragile code that is likely to cause future memory corruption problems.
by erikchen@chromium.org
· 10 years ago
398c70a
Fix a source of memory corruption.
by erikchen@chromium.org
· 10 years ago
58aca2d
Fix the scope on the initialization of kMicrodumpOnConsole to match header.
by primiano@chromium.org
· 10 years ago
2e9e298
Modify minidump_stackwalk to be more tolerant of overlapping ranges.
by wfh@chromium.org
· 10 years ago
8309f90
Add microdump files to project.
by jessicag.feedback@gmail.com
· 10 years ago
b1df2ab
Remove pointers from serialized file format
by mdempsky@chromium.org
· 10 years ago
3a09bb0
Breakpad: Fix build with new clang versions.
by mark@chromium.org
· 10 years ago
353da53
dump_syms: Fix handling of DW_FORM_ref_addr to work with DWARF 4
by mseaborn@chromium.org
· 10 years ago
57c3d7c
Microdumps: support aarch64 and lib mapping from APK
by primiano@chromium.org
· 10 years ago
97a43f9
Surfacing the process create time in google_breakpad::ProcessState
by ivanpe@chromium.org
· 10 years ago
3ea146d
Introduce microdump_stackwalk comand line executable
by primiano@chromium.org
· 10 years ago
18bd0f9
Fix microdump_writer and add unittest.
by primiano@chromium.org
· 10 years ago
4c5e652
Microdump processing implementation
by mmandlis@chromium.org
· 10 years ago
64cdd07
Add parameter --product to symupload.exe
by ivanpe@chromium.org
· 10 years ago
3c2c398
Fix UMR and potential crash in Mac dump_syms.
by mark@chromium.org
· 10 years ago
9cfd1b9
Read dynamic symbols table even if binary contains debug info
by ted.mielczarek@gmail.com
· 10 years ago
f704dbc
Fix Windows client compilation on mingw.
by ted.mielczarek@gmail.com
· 10 years ago
0812ec0
Introduce microdump writer class.
by primiano@chromium.org
· 10 years ago
f37b598
Fix breakpad on mips and x86_64 for the NDK r10c update.
by primiano@chromium.org
· 10 years ago
6eff9c9
Update breakpad to support Android NDK r10c
by primiano@chromium.org
· 10 years ago
804df47
Revert "Remove unecessary headers following NDK r10c update."
by primiano@chromium.org
· 11 years ago
18c60b0
Remove unecessary headers following NDK r10c update.
by primiano@chromium.org
· 11 years ago
d307d49
Fixing the Mac Inspector build by adding the launch_report dependency to the breakpadUtilities dylib project after it got pulled out from Inspector.mm
by ivanpe@chromium.org
· 11 years ago
945a753
Refactor .so name detection logic in minidump/linux_dumper.
by primiano@chromium.org
· 11 years ago
86e4559
The process uptime computation when the Windows out-of-process Crash Generation
by ivanpe@chromium.org
· 11 years ago
fa1cf76
Linux multiprocess crash reporter: use pipe instead of socketpair in the client
by ted.mielczarek@gmail.com
· 11 years ago
26b381f
Remove workaround for Linux credential-passing bug
by ted.mielczarek@gmail.com
· 11 years ago
e15ba2c
Microdumps: refactor out common parts of minidump_writer.cc
by primiano@chromium.org
· 11 years ago
3518935
Fix some nits raised by Timur for r1385.
by thestig@chromium.org
· 11 years ago
Next »