index
:
breakpad
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fill in CPU info in mini-dump for Arm64.
rmcilroy@chromium.org
2014-04-11
1
-13
/
+54
*
Increase Breakpad's signal handler stack size.
rmcilroy@chromium.org
2014-04-09
1
-1
/
+1
*
Add Arm64 support to breakpad unittests.
rmcilroy@chromium.org
2014-04-08
3
-12
/
+9
*
Add Arm64 version of breakpad_getcontext for Android.
rmcilroy@chromium.org
2014-04-03
4
-16
/
+31
*
First cut at adding arm64 Linux / Android support to Breakpad.
rmcilroy@chromium.org
2014-04-02
6
-11
/
+68
*
fix races in CrashGenerator::CreateChildCrash
vapier@chromium.org
2014-04-02
1
-8
/
+2
*
Trim unintentional whitespace and fix style nits
thestig@chromium.org
2014-03-18
1
-9
/
+9
*
Make Linux ExceptionHandler::HandleSignal public
ted.mielczarek@gmail.com
2014-02-05
1
-1
/
+3
*
Use a proper ignore_result() to fix a ftruncate warn_unused_result warning wi...
thestig@chromium.org
2013-12-18
1
-1
/
+2
*
Fix gcc vs clang cpuid.h discrepency.
thestig@chromium.org
2013-12-14
1
-1
/
+4
*
disable unittests under ASAN that use memory crashes
vapier@chromium.org
2013-12-11
1
-5
/
+14
*
Address additional comments from r1248. Fix the register to check and fix som...
thestig@chromium.org
2013-12-10
1
-5
/
+5
*
Conditionalize use of <cpuid.h> header
mcgrathr@chromium.org
2013-12-10
1
-1
/
+4
*
Add MMX detection when getting registers in Linux.
thestig@chromium.org
2013-12-09
1
-2
/
+11
*
Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it's
mark@chromium.org
2013-12-03
3
-3
/
+3
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
4
-9
/
+6
*
Allow SIGABRT to abort the program.
thestig@chromium.org
2013-11-07
1
-2
/
+3
*
increase exception handler stack size for dumping thread
vapier@chromium.org
2013-10-23
1
-1
/
+3
*
Adding mips support for Android.
gordana.cmiljanovic@imgtec.com
2013-09-25
2
-1
/
+10
*
Adding support for mips.
gordana.cmiljanovic@imgtec.com
2013-09-11
10
-27
/
+163
*
Update to build against the latest revision of linux_syscall_support.h
mseaborn@chromium.org
2013-09-05
1
-3
/
+3
*
Linux: Fix builds on systems without PR_SET_PTRACER in linux/prctl.h.
thestig@chromium.org
2013-07-02
1
-1
/
+5
*
Fix Android build more.
thestig@chromium.org
2013-07-01
1
-0
/
+2
*
Make all linux ptrace dumper tests use a subprocess
ted.mielczarek@gmail.com
2013-06-06
1
-191
/
+203
*
Fixing several instances of std::vector::operator[] out of range access
ivan.penkov@gmail.com
2013-05-21
2
-9
/
+16
*
Ensure a proper LinuxDumper::crash_thread_ value
ted.mielczarek@gmail.com
2013-05-17
2
-4
/
+4
*
Fix a "set but not used" compiler warning in a test
mseaborn@chromium.org
2013-05-10
1
-1
/
+2
*
Improve ARM CPU info reporting.
digit@chromium.org
2013-04-24
6
-126
/
+897
*
Add Android ifdef to fix issue 526
ted.mielczarek@gmail.com
2013-04-18
1
-0
/
+2
*
ESP is zero in dumps created by CrashGenerationClient::RequestDump on i386 Linux
ted.mielczarek@gmail.com
2013-04-16
1
-0
/
+30
*
Removing redundant calls to string::c_str().
ivan.penkov@gmail.com
2013-03-29
1
-7
/
+7
*
Get the complete linux gate mapping instead of only one page
ted.mielczarek@gmail.com
2013-03-29
1
-3
/
+2
*
Fix three unit tests on recent ARM devices.
digit@chromium.org
2013-03-21
1
-0
/
+24
*
Linux MinidumpWriter should properly set number_of_processors on ARM
ted.mielczarek@gmail.com
2013-03-12
1
-0
/
+4
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
7
-41
/
+41
*
size_limit_ member of minidump_descriptor ignored in copy constructor
ted.mielczarek@gmail.com
2013-02-14
2
-2
/
+4
*
Fix some issues with -Werror=sign-compare on Android builds
ted.mielczarek@gmail.com
2013-02-01
1
-1
/
+1
*
Remove a call to new[] from WriteDSODebugStream
ted.mielczarek@gmail.com
2013-01-31
1
-4
/
+3
*
Move scoped_ptr.h to common
ted.mielczarek@gmail.com
2013-01-17
3
-3
/
+3
*
ExceptionHandler::HandleSignal
mark@chromium.org
2013-01-14
1
-2
/
+5
*
Fix minidump size limit used for MinidumpSizeLimit unittest
mkrebs@chromium.org
2012-12-12
1
-4
/
+25
*
Fix unused variable warning in optimized build (fix proveded by Matthew Riley)
ivan.penkov@gmail.com
2012-11-21
1
-2
/
+3
*
Cleaning up google-breakpad source code of signed-unsigned comparison warnings
ivan.penkov@gmail.com
2012-11-21
7
-36
/
+40
*
Add optional file size limit for minidumps
mkrebs@chromium.org
2012-11-15
5
-17
/
+266
*
Fix assertion failure in WriteMappings() for zero modules
mkrebs@chromium.org
2012-11-14
1
-2
/
+9
*
Fix typo from r1079.
thestig@chromium.org
2012-11-13
1
-1
/
+1
*
Linux: Avoid truncating the vendor id.
thestig@chromium.org
2012-11-09
1
-5
/
+3
*
Minor cleanup in src/client/linux/minidump_writer/minidump_writer_unittest.cc.
thestig@chromium.org
2012-11-08
1
-18
/
+18
*
Fix some compiler errors in exception_handler_unittest by casting like crazy
ted.mielczarek@gmail.com
2012-10-15
1
-2
/
+4
*
Make Linux signal handler more robust.
digit@chromium.org
2012-10-09
2
-0
/
+60
[prev]
[next]