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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
The Google-breakpad processor rejects (ignores) context records that lack CPU...
ivan.penkov@gmail.com
2012-12-08
7
-12
/
+262
*
Explicitly include unistd.h for getpagesize().
mark@chromium.org
2012-12-07
1
-0
/
+1
*
Allow StackwalkerARM to scan much farther to find the caller of the context f...
ted.mielczarek@gmail.com
2012-12-04
4
-3
/
+70
*
Add assertion on initialization sequence.
qsr@chromium.org
2012-11-28
2
-0
/
+24
*
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
30
-182
/
+188
*
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
*
Allow processing dumps with missing stack memory for some threads
ted.mielczarek@gmail.com
2012-11-06
16
-90
/
+410
*
Wrong %ebp after skipping a frame for which the instruction pointer is not in...
ivan.penkov@gmail.com
2012-11-02
2
-25
/
+269
*
SuspendThread returns a DWORD value, so checking the return value with ">= 0"
ivan.penkov@gmail.com
2012-11-01
1
-3
/
+6
*
Fix a compile warning in stack_frame_symbolizer.cc
SiyangXie@gmail.com
2012-11-01
1
-0
/
+4
*
Fixing Windows client unit tests. They were broken in r1034 due to gMock and
ivan.penkov@gmail.com
2012-10-19
8
-16
/
+449
*
Fix some compiler errors in exception_handler_unittest by casting like crazy
ted.mielczarek@gmail.com
2012-10-15
1
-2
/
+4
*
Check-in stack_frame_symbolizer.[h|cc] that were missing in r1068.
SiyangXie@gmail.com
2012-10-11
2
-0
/
+233
*
Refactor the logic of resolving source line info into helper class.
SiyangXie@gmail.com
2012-10-10
22
-926
/
+813
*
Make Linux signal handler more robust.
digit@chromium.org
2012-10-09
2
-0
/
+60
*
Fix the Android unit tests.
digit@chromium.org
2012-10-09
4
-24
/
+31
*
Don't bail if a thread's stack pointer is invalid
mkrebs@chromium.org
2012-10-08
7
-36
/
+137
*
Comment out unused arguments in definitions, as required by the Google C++ St...
jimblandy
2012-10-05
1
-3
/
+3
*
Fix out-of-date comment for DwarfCUToModule::FilePrivate::common_strings.
jimblandy
2012-10-05
1
-6
/
+14
*
If a specification DIE has a DW_AT_MIPS_linkage_name attribute, don't fail
jimblandy
2012-10-05
2
-40
/
+87
*
Update dump_syms to correctly filter on cpu subtype.
qsr@chromium.org
2012-10-04
9
-65
/
+95
*
Fix minor Android build failure with Clang.
digit@chromium.org
2012-10-04
1
-0
/
+1
*
Use DW_AT_MIPS_linkage_name if it is available to get names of functions with...
ted.mielczarek@gmail.com
2012-10-04
2
-34
/
+79
*
Fix an analyzer warning due to value assigned but not used.
kenbongort@gmail.com
2012-10-03
1
-2
/
+0
*
Add custom implementation of NXGetArchInfoXXX to allow adding new arch.
qsr@chromium.org
2012-10-03
8
-11
/
+170
*
Fix merge error from r1055
ted.mielczarek@gmail.com
2012-10-02
1
-1
/
+0
*
Fix linux compile errors for some systems.
qsr@chromium.org
2012-10-02
3
-11
/
+13
*
Fix the Linux build with clang.
thestig@chromium.org
2012-09-26
1
-0
/
+1
*
Fix a bunch of small nits.
thestig@chromium.org
2012-09-26
2
-53
/
+51
*
Fix a parsing error in the Linux dump writer.
thestig@chromium.org
2012-09-26
1
-7
/
+11
*
Fix type in string_conversion.cc introduced in r1046
ted.mielczarek@gmail.com
2012-09-26
1
-1
/
+1
*
processor: add arm exception flags
qsr@chromium.org
2012-09-25
2
-13
/
+76
*
Fix a really stupid bug in WriteMinidumpForChildProcess
ted.mielczarek@gmail.com
2012-09-24
1
-1
/
+1
*
Turn on more warnings in ios / mac projects.
qsr@chromium.org
2012-09-21
10
-26
/
+51
*
Update GTM files to latest from
qsr@chromium.org
2012-09-21
5
-600
/
+1256
*
Minidumps never contain MD_LINUX_DSO_DEBUG info when breakpad is in a shared ...
ted.mielczarek@gmail.com
2012-09-19
10
-571
/
+667
*
Allow generating minidumps from live process on Linux via ExceptionHandler
ted.mielczarek@gmail.com
2012-09-18
9
-8
/
+173
*
Allow generating minidumps from live processes on Windows.
ted.mielczarek@gmail.com
2012-09-18
2
-110
/
+215
*
Allow adding extra memory regions to minidump on linux/windows
ted.mielczarek@gmail.com
2012-09-18
10
-37
/
+447
*
Change an always true comparison to another conditional. Since
mark@chromium.org
2012-09-17
1
-1
/
+1
*
Add a GetInstructionPointer method to MinidumpException
ted.mielczarek@gmail.com
2012-09-17
6
-119
/
+56
*
Make my_str_len/my_itos take uintmax_t
ted.mielczarek@gmail.com
2012-09-17
4
-34
/
+38
*
Allow setting a new MinidumpDescriptor on ExceptionHandler, also expose direc...
ted.mielczarek@gmail.com
2012-09-17
4
-3
/
+29
*
Fix compilation of crash_generation_server.cc, and add it to the client libra...
ted.mielczarek@gmail.com
2012-09-17
5
-356
/
+460
*
Fix processor to build with clang
ted.mielczarek@gmail.com
2012-09-10
1
-1
/
+1
[prev]
[next]