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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make CompareStringPtrs::operator() a const method
ted.mielczarek@gmail.com
2013-02-28
1
-1
/
+1
*
Add missing "using std::sort" to dwarf_cu_to_module.cc.
ted.mielczarek@gmail.com
2013-02-28
1
-0
/
+1
*
Fix DumpSymbols error message when using multiple debug_dirs, followup from r...
ted.mielczarek@gmail.com
2013-02-27
1
-2
/
+6
*
Make MmapWrapper a little less silly
ted.mielczarek@gmail.com
2013-02-14
1
-1
/
+2
*
Fix some issues with -Werror=sign-compare on Android builds
ted.mielczarek@gmail.com
2013-02-01
2
-8
/
+13
*
Include the compilation directory for FILE entries, making them absolute inst...
ted.mielczarek@gmail.com
2013-01-23
8
-76
/
+176
*
Make DumpSymbols methods take a vector of debug_dirs
ted.mielczarek@gmail.com
2013-01-22
3
-32
/
+47
*
Provide a ReadSymbolData function to get symbol data in a Module instead of j...
ted.mielczarek@gmail.com
2013-01-18
3
-38
/
+72
*
Don't make MmapWrapper's destructor assert
ted.mielczarek@gmail.com
2013-01-18
1
-1
/
+0
*
Move scoped_ptr.h to common
ted.mielczarek@gmail.com
2013-01-17
4
-3
/
+338
*
DWARF can store DW_AT_high_pc as either an address or a constant. In the latter
jimblandy
2013-01-08
2
-19
/
+61
*
Remove dead code.
mark@chromium.org
2012-12-12
11
-242
/
+66
*
Cleaning up google-breakpad source code of signed-unsigned comparison warnings
ivan.penkov@gmail.com
2012-11-21
8
-44
/
+44
*
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
8
-62
/
+90
*
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
*
Add custom implementation of NXGetArchInfoXXX to allow adding new arch.
qsr@chromium.org
2012-10-03
3
-7
/
+135
*
Fix a bunch of small nits.
thestig@chromium.org
2012-09-26
1
-1
/
+1
*
Fix type in string_conversion.cc introduced in r1046
ted.mielczarek@gmail.com
2012-09-26
1
-1
/
+1
*
Turn on more warnings in ios / mac projects.
qsr@chromium.org
2012-09-21
3
-4
/
+6
*
Update GTM files to latest from
qsr@chromium.org
2012-09-21
5
-600
/
+1256
*
Make my_str_len/my_itos take uintmax_t
ted.mielczarek@gmail.com
2012-09-17
3
-32
/
+36
*
Fix compiler warnings on Ubuntu Precise. Pull in gmock r408 in the process.
thestig@chromium.org
2012-09-10
1
-13
/
+13
*
Use sys_fstat64 on Android
ted.mielczarek@gmail.com
2012-09-10
1
-4
/
+1
*
Add custom getcontext() implementation for Android.
digit@chromium.org
2012-08-31
5
-6
/
+339
*
Fix Breakpad unit tests build for Android.
digit@chromium.org
2012-08-23
7
-0
/
+280
*
Improve Android support
digit@chromium.org
2012-08-21
11
-10
/
+851
*
Getting context information from the kernel when catching a SIGABRT on iOS.
qsr@chromium.org
2012-08-20
1
-8
/
+0
*
Adding a way to create an ExceptionHandler that takes in a file descriptor
jcivelli@chromium.org
2012-08-09
1
-1
/
+1
*
Clean up warnings about narrowing conversion
jessicag.feedback
2012-08-07
1
-4
/
+4
*
Prepending file names with "src/" in #include directives is undesirable.
ivan.penkov@gmail.com
2012-08-06
1
-1
/
+1
*
SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411...
digit@chromium.org
2012-08-03
2
-112
/
+67
*
Remove some linux libc calls from client library.
digit@chromium.org
2012-08-01
1
-0
/
+228
*
Linux: Fix a bunch of clang errors from not handling return values.
thestig@chromium.org
2012-07-24
2
-1
/
+41
*
Fix sizeof bug in HTTPUpload::SendRequest
ted.mielczarek
2012-07-20
1
-2
/
+2
*
Add some more DWARF ARM register numbers to the DWARF CFI register maps
ted.mielczarek
2012-07-18
2
-5
/
+28
*
Rework dump_symbols.cc using templates and traits classes to handle cross-wor...
ted.mielczarek
2012-07-18
5
-253
/
+371
*
Move some ELF-handling bits from file_id.cc to elfutils.{h,cc}
ted.mielczarek
2012-07-18
3
-104
/
+204
*
Fixing various compiler warnings and applying minor tweaks to allow running of
ivan.penkov@gmail.com
2012-07-02
7
-9
/
+22
*
This change allows compiling the google-breakpad code using a global ::string...
ivan.penkov@gmail.com
2012-06-28
52
-251
/
+359
*
sym_upload: Show failure if symbol server gives redirect response
mkrebs@chromium.org
2012-05-24
2
-0
/
+12
*
Fixing HTTPMultipartUpload.
qsr@chromium.org
2012-05-15
1
-2
/
+2
*
Bits necessary to send the reports along with the minidumps.
mark@chromium.org
2012-05-11
1
-1
/
+4
*
Fix compiler warning from format string
ted.mielczarek
2012-04-25
1
-1
/
+1
*
Fix crash_generator error message
ted.mielczarek
2012-04-11
1
-1
/
+4
*
vectors are cleared with "clear()", not with "empty()
thestig@chromium.org
2012-04-11
1
-2
/
+2
*
Accept version 3 .eh_frame unwinding data, as well as version 1.
jimblandy
2012-04-03
1
-14
/
+8
[prev]
[next]