aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qt-breakpad
Commit message (Collapse)AuthorAgeFilesLines
* Breakpad: Use correct multipart boundaryRune Espeseth2018-03-071-2/+2
| | | | | | Task-number: QTCREATORBUG-19995 Change-Id: I8a21364bb60f37258e7becea04d54ba7d20b0df9 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
* Make missing uses of IDE name configurableRobert Loehning2018-01-032-1/+5
| | | | | | Change-Id: Ie89293b80adfacea19bcb949e4524f16fbb223f9 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Introduce Breakpad crash handlerMarco Bubke2017-07-2520-0/+2156
Google Breakpad (https://chromium.googlesource.com/breakpad/breakpad) is a widely used crash handler framework, e.g. by Mozilla and Chromium. It is providing a platform neutral solution to generate mini dumps, collect debug information and generate stack traces from those. Done-with: Orgad Shaneh <orgad.shaneh@audiocodes.com> Change-Id: I09382e7db0dc9e29b228e7b554fda7b6f5684349 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>