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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dump MH_DYLINKER images in upload_system_symbols.
Robert Sesek
2017-03-30
3
-4
/
+6
*
Fix issues with Windows dump_syms_unittest
Jon Turney
2017-03-17
7
-2954
/
+2961
*
win: Set LargeAddressAware on symupload
Scott Graham
2017-02-28
1
-0
/
+5
*
Appveyor CI for Windows MSVS build
Jon Turney
2017-02-13
1
-0
/
+45
*
windows: update gtest/gmock paths
Mike Frysinger
2017-02-11
1
-3
/
+2
*
Revert "Several fixes for broken Mac build"
Roman Margold
2017-02-01
1
-4
/
+5
*
Several fixes for broken Mac build
Roman Margold
2017-02-01
1
-5
/
+4
*
Change symbol upload message to include 'breakpad'
Bruce Dawson
2017-01-28
1
-1
/
+1
*
minidump-2-core: add more control over filenames
Mike Frysinger
2016-11-01
1
-24
/
+93
*
minidump-2-core: add an -o flag for controlling core output
Mike Frysinger
2016-10-26
1
-24
/
+46
*
minidump-2-core: rewrite argument processing
Mike Frysinger
2016-10-26
1
-85
/
+134
*
generate a repo manifest from the DEPS file
Mike Frysinger
2016-09-21
1
-0
/
+167
*
Fixing the Xcode project for the Breakpad Mac crash reporter.
Ivan Penkov
2016-09-02
2
-9
/
+23
*
This change allows compiling the google-breakpad code using a global ::string...
Ivan Penkov
2016-08-30
1
-17
/
+18
*
Fixing some casts in order to be able to build with new Xcode and SDK version...
Ivan Penkov
2016-08-30
2
-4
/
+8
*
Fail with a proper error message if input file is not found.
Sylvain Defresne
2016-08-09
1
-0
/
+21
*
Update symbol file documentation links.
Ralph Giles
2016-06-10
1
-1
/
+1
*
Replaced glibc version of elf.h with musl version of elf.h.
Dave MacLachlan
2016-05-12
1
-2
/
+2
*
Fixes up dump_syms build on OS X so it works with ELF.
Dave MacLachlan
2016-05-12
1
-4
/
+20
*
Added an option (-i) to have dump_syms output header information only.
David Yen
2016-04-08
2
-11
/
+30
*
Refactor sym_upload in tools to extract code into common/linux, and minor fixes
Li Yan
2016-03-30
1
-128
/
+3
*
[mips64] Support for mips n64
Mike Frysinger
2016-02-06
1
-1
/
+13
*
Make minidump-2-core.cc build with -Wformat.
Lei Zhang
2016-01-06
1
-1
/
+1
*
Let breakpad build with -Wall on OS X and Linux.
Lei Zhang
2015-12-29
1
-9
/
+0
*
dump_syms: add a -v flag
Mike Frysinger
2015-11-11
1
-1
/
+16
*
Make dump_syms buildable under newer versions of Xcode.
Boris Vidolov
2015-11-10
1
-0
/
+4
*
Support for multiple upload files in CrashReportSender/HTTPUpload
David Major
2015-10-06
3
-6
/
+13
*
Fix Mac Breakpad host tools to build in Linux cross-compile
Ted Mielczarek
2015-09-16
3
-23
/
+21
*
add aarch64 support to minidump-2-core
vapier@chromium.org
2015-07-20
1
-7
/
+34
*
Reconfigured options for sym_upload to not treat h and ? flags as invalid opt...
ivanpe@chromium.org
2015-06-22
1
-0
/
+5
*
Support object files larger than 2**32.
erikchen@chromium.org
2015-04-22
1
-2
/
+2
*
[MIPS]: Use mcontext_t structure for MIPS
rmcilroy@chromium.org
2015-04-21
1
-14
/
+32
*
MIPS64: Initial MIPS64 related change.
mark@chromium.org
2015-04-15
1
-0
/
+2
*
Add microdump files to project.
jessicag.feedback@gmail.com
2014-12-11
1
-0
/
+6
*
Remove pointers from serialized file format
mdempsky@chromium.org
2014-12-11
1
-8
/
+15
*
Add parameter --product to symupload.exe
ivanpe@chromium.org
2014-11-17
3
-264
/
+40
*
Fix UMR and potential crash in Mac dump_syms.
mark@chromium.org
2014-11-05
1
-1
/
+2
*
Fix Windows client compilation on mingw.
ted.mielczarek@gmail.com
2014-11-03
3
-6
/
+6
*
Making the Mac build of crash_report work again after the last SVN sync
mmandlis@chromium.org
2014-09-16
1
-0
/
+20
*
Refactoring in preparation for microdump processing
mmandlis@chromium.org
2014-09-08
1
-2
/
+2
*
upload_system_symbols: Use the Go1.3 improvements to debug/macho.
rsesek@chromium.org
2014-07-31
6
-349
/
+80
*
In Mac dump_syms, allow reading debug data out of both the Mach-O file and th...
rsesek@chromium.org
2014-07-25
1
-9
/
+103
*
Add GYP build for the src/tools directory on Mac and Linux.
rsesek@chromium.org
2014-07-24
4
-1
/
+238
*
Chrome on Android now supports loading the shared library directly from the A...
rmcilroy@chromium.org
2014-07-22
1
-1
/
+1
*
Change PrintFunctions to print functions in address order and not print dupli...
wfh@chromium.org
2014-04-23
6
-14714
/
+13774
*
minidump-2-core: Allow user to override shared lib basedir.
thestig@chromium.org
2014-04-18
1
-5
/
+19
*
Change the way function and public symbols are obtained to use the findChildr...
wfh@chromium.org
2014-04-16
6
-13615
/
+14558
*
Allow symupload to upload to multiple URLs on the same command line.
wfh@chromium.org
2014-04-16
1
-30
/
+35
*
Adding support for 64-bit Windows modules to ms_symbol_server_converter.
ivan.penkov@gmail.com
2014-04-10
4
-384
/
+551
*
Moving directory 'build' one level up as it collides with a file named 'BUILD...
ivan.penkov@gmail.com
2014-04-10
2
-2
/
+2
[next]