Sign in
chromium
/
external
/
google-breakpad
/
HEAD
2ef9e78
The "CPU architecture" field is being filled from the wrong part of
by mmandlis@chromium.org
· 9 years ago
main
master
f252ca8
Add check for Linux minidump ending on bad write for exploitability rating.
by Liu.andrew.x@gmail.com
· 9 years ago
7b1ec78
Don't use strtok_s for mingw builds
by ted.mielczarek@gmail.com
· 9 years ago
013acd5
Add user_regs_struct and user_fpsimd_struct for aarch64 on Android.
by rmcilroy@chromium.org
· 9 years ago
01f9665
Fix compile error with Windows clang.
by wfh@chromium.org
· 9 years ago
6e30d1a
Fix inttypes format macros in src/processor/proc_maps_linux.cc
by primiano@chromium.org
· 9 years ago
24a2f50
Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandbox
by primiano@chromium.org
· 9 years ago
767d5d5
Fix proc_maps_linux compile for non-Linux
by ted.mielczarek@gmail.com
· 9 years ago
b51a14f
[microdump] Move microdump writes to the crash ring-buffer log
by primiano@chromium.org
· 9 years ago
3fcf2e1
[microdump] Fix hw architecture indication in build fingerprint line
by primiano@chromium.org
· 9 years ago
c8dd1d5
Add check for executable stack/heap when rating Linux exploitability.
by Liu.andrew.x@gmail.com
· 9 years ago
a33bd70
Add check to see if stack pointer is off the stack according to the memory
by Liu.andrew.x@gmail.com
· 9 years ago
8a35448
Fix format specifier in proc maps to support 32-bit architectures.
by Liu.andrew.x@gmail.com
· 9 years ago
4f96b60
Actually remove removed files
by ted.mielczarek@gmail.com
· 9 years ago
baab7a7
Remove some old unused code, add a missing include
by ted.mielczarek@gmail.com
· 9 years ago
383b815
Fix format specifier in proc maps to support 32-bit architectures.
by Liu.andrew.x@gmail.com
· 9 years ago
6fa7555
Allow Print() to be called by const instances of MinidumpLinuxMaps and
by Liu.andrew.x@gmail.com
· 9 years ago
213e3f7
Change Print method of MinidumpLinuxMaps and MinidumpLinuxMapsList to print
by Liu.andrew.x@gmail.com
· 9 years ago
c3a6412
Workaround for range map overlaps caused by Android package relocation.
by ivanpe@chromium.org
· 9 years ago
413754d
Fix breakpad for arm on arm64
by cjhopman@chromium.org
· 9 years ago
c625d7c
Fix potential null pointer dereference.
by Liu.andrew.x@gmail.com
· 9 years ago
8608fe1
Remove unnecessary dependencies.
by Liu.andrew.x@gmail.com
· 9 years ago
044c744
Add support for Linux memory mapping stream and remove ELF header usage
by Liu.andrew.x@gmail.com
· 9 years ago
93c3c39
Fix incorrect comment.
by Liu.andrew.x@gmail.com
· 9 years ago
398384e
add aarch64 support to minidump-2-core
by vapier@chromium.org
· 9 years ago
0295bfe
tests: InstructionPointerMemoryNullPointer: make it work under llvm
by vapier@chromium.org
· 9 years ago
4ef4c7a
Add ELF header analysis when checking for instruction pointer in code.
by Liu.andrew.x@gmail.com
· 9 years ago
d74d407
Fix -Wreorder warnings in the Windows code.
by wfh@chromium.org
· 9 years ago
1d2b6ce
Default nil or empty version string to CFBundleVersion
by changluo@google.com
· 9 years ago
bd7af02
Set exception whitelist check as earlier check instead of last check.
by Liu.andrew.x@gmail.com
· 9 years ago
ff4d8fa
Use general instruction/stack pointer convenience method instead of manually
by Liu.andrew.x@gmail.com
· 9 years ago
ca21e62
Checking for benign exceptions that trigger a minidump.
by Liu.andrew.x@gmail.com
· 9 years ago
a3f0a28
This CL adds support for ARM and ARM64 architectures when calculating
by Liu.andrew.x@gmail.com
· 9 years ago
5ecc80d
Adjust breakpad module size to match adjusted start_addr.
by rmcilroy@chromium.org
· 9 years ago
b559587
Checking location of the instruction pointer to see if it is
by Liu.andrew.x@gmail.com
· 9 years ago
cb4f056
Update the upload.py code review server.
by rsesek@chromium.org
· 9 years ago
f681a13
Reconfigured options for sym_upload to not treat h and ? flags as invalid options.
by ivanpe@chromium.org
· 9 years ago
8b5c70a
Fix signal propagation logic for Linux/Android exception handler.
by primiano@chromium.org
· 9 years ago
72c4716
Use local variable for out parameter rather than direct use of ivar
by ivanpe@chromium.org
· 9 years ago
b3b3d21
Update breakpad for Android packed relocations.
by rmcilroy@chromium.org
· 9 years ago
6ccf732
update more ignore files
by vapier@chromium.org
· 9 years ago
e925c2a
[microdump] Add build fingerprint and product info metadata.
by primiano@chromium.org
· 9 years ago
3dc3a6d
Switch code review server to codereview.chromium.org.
by mark@chromium.org
· 9 years ago
5f0fc7a
Fix signal propagation logic for Linux/Android exception handler.
by primiano@chromium.org
· 9 years ago
b0c09bd
Support object files larger than 2**32.
by erikchen@chromium.org
· 9 years ago
1d4f139
[MIPS]: Use mcontext_t structure for MIPS
by rmcilroy@chromium.org
· 9 years ago
bffca12
update svn:ignores
by vapier@chromium.org
· 9 years ago
27447e5
synx with latest upstream gnuconfig
by vapier@chromium.org
· 9 years ago
8f38da0
Fix call to rt_sigaction
by cjhopman@chromium.org
· 10 years ago
097cf4f
MIPS64: Initial MIPS64 related change.
by mark@chromium.org
· 10 years ago
8cabceb
Use __NR_rt_sigaction instead of __NR_sigaction
by mark@chromium.org
· 10 years ago
1a903f0
Microdump processor: be more tolerant for different logcat formats
by primiano@chromium.org
· 10 years ago
b8b8f6c
Add address and reason for IN_PAGE_ERROR.
by mark@chromium.org
· 10 years ago
aa6268f
Workaround Android sigaction bug
by mark@chromium.org
· 10 years ago
9d1daff
Fix compilation with gcc --std=c++11
by ted.mielczarek@gmail.com
· 10 years ago
6225882
Fix compatibility with Android NDK r10d.
by primiano@chromium.org
· 10 years ago
be470f3
Make breakpad compatible with Android NDK r10d.
by primiano@chromium.org
· 10 years ago
eb81077
Microdump writer: stop using new/malloc in compromised context
by primiano@chromium.org
· 10 years ago
8ba5453
Fix Windows dump_syms x64 linking
by ted.mielczarek@gmail.com
· 10 years ago
b0fbff3
Formatting tweak for https://breakpad.appspot.com/9774002, add more newlines
by ted.mielczarek@gmail.com
· 10 years ago
43b75f4
Add stack contents output functionality to minidump_stackwalk
by hashimoto@chromium.org
· 10 years ago
8ca937a
Update license on convert_UTF.* to the standard Unicode license.
by mark@chromium.org
· 10 years ago
2b73602
Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions.
by wfh@chromium.org
· 10 years ago
4aeb452
Cleanup Linux debug link file handling code.
by thestig@chromium.org
· 10 years ago
19a35ba
Fix overflow error in breakpad for linux
by mark@chromium.org
· 10 years ago
5bf649f
Add unit tests for overlapping functions and externs.
by thestig@chromium.org
· 10 years ago
41f858a
Handle ARM THUMB functions when removing duplicate PUBLIC entries.
by thestig@chromium.org
· 10 years ago
54d899d
Follow debug link correctly
by hashimoto@chromium.org
· 10 years ago
16ab317
Demangle symbol name
by hashimoto@chromium.org
· 10 years ago
d6eb7fa
Handle failures of copying process data from a core file.
by benchan@chromium.org
· 10 years ago
d2904bb
Replace uses of hash_map with unordered_map
by ted.mielczarek@gmail.com
· 10 years ago
7c7366d
Remove unneeded definitions of O_BINARY
by vapier@chromium.org
· 10 years ago
55f8791
Remove unused variable 'kGUIDStringSize' in microdump_writer_unittest.
by benchan@chromium.org
· 10 years ago
a4eb2e3
Stop calling memmove when unnecessary
by hashimoto@chromium.org
· 10 years ago
ccc06f4
Fix some fragile code that is likely to cause future memory corruption problems.
by erikchen@chromium.org
· 10 years ago
acb33ed
Fix a source of memory corruption.
by erikchen@chromium.org
· 10 years ago
2f77d4e
Fix the scope on the initialization of kMicrodumpOnConsole to match header.
by primiano@chromium.org
· 10 years ago
0a5700b
Modify minidump_stackwalk to be more tolerant of overlapping ranges.
by wfh@chromium.org
· 10 years ago
e0d5189
Add microdump files to project.
by jessicag.feedback@gmail.com
· 10 years ago
c32b7ad
Remove pointers from serialized file format
by mdempsky@chromium.org
· 10 years ago
aad5d66
Breakpad: Fix build with new clang versions.
by mark@chromium.org
· 10 years ago
e9df030
dump_syms: Fix handling of DW_FORM_ref_addr to work with DWARF 4
by mseaborn@chromium.org
· 10 years ago
a4283fc
Microdumps: support aarch64 and lib mapping from APK
by primiano@chromium.org
· 10 years ago
259512f
Surfacing the process create time in google_breakpad::ProcessState
by ivanpe@chromium.org
· 10 years ago
725a5df
Introduce microdump_stackwalk comand line executable
by primiano@chromium.org
· 10 years ago
63f4e5f
Fix microdump_writer and add unittest.
by primiano@chromium.org
· 10 years ago
7de07ee
Microdump processing implementation
by mmandlis@chromium.org
· 10 years ago
e469f8c
Add parameter --product to symupload.exe
by ivanpe@chromium.org
· 10 years ago
6690554
Fix UMR and potential crash in Mac dump_syms.
by mark@chromium.org
· 10 years ago
8127f56
Read dynamic symbols table even if binary contains debug info
by ted.mielczarek@gmail.com
· 10 years ago
c971cf4
Fix Windows client compilation on mingw.
by ted.mielczarek@gmail.com
· 10 years ago
507a09f
Introduce microdump writer class.
by primiano@chromium.org
· 10 years ago
e20758c
Fix breakpad on mips and x86_64 for the NDK r10c update.
by primiano@chromium.org
· 10 years ago
c1c257f
Update breakpad to support Android NDK r10c
by primiano@chromium.org
· 10 years ago
e1be1aa
Revert "Remove unecessary headers following NDK r10c update."
by primiano@chromium.org
· 10 years ago
a1d7ad0
Remove unecessary headers following NDK r10c update.
by primiano@chromium.org
· 10 years ago
8453125
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
· 10 years ago
7195462
Refactor .so name detection logic in minidump/linux_dumper.
by primiano@chromium.org
· 10 years ago
962f1b0
The process uptime computation when the Windows out-of-process Crash Generation
by ivanpe@chromium.org
· 10 years ago
df09b1a
Linux multiprocess crash reporter: use pipe instead of socketpair in the client
by ted.mielczarek@gmail.com
· 10 years ago
Next »