Skip to content

simple c++ application integrated with the crashrepoting lib google breakpad

Notifications You must be signed in to change notification settings

xmarcoied/simpleBreakpad-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleBreakpad-cpp

simple c++ application integrated with the crashrepoting lib google breakpad

(check the wiki [https://github.com/xMarcoied/simpleBreakpad-cpp/wiki] for more details about the project.)

steps :

1 - clone the github repo

$ git clone https://github.com/xMarcoied/simpleBreakpad-cpp

$ cd simpleBreakpad-cpp

2-a - downloading the breakpad library

$ git clone https://chromium.googlesource.com/breakpad/breakpad

2-b - build and configure the breakpad library

( This will generate libbreakpad.a and libbreakpad_client.a into the src folder )

$ cd breakpad

$ ./configure && make

3 - Linking the generated library with the app.cpp and compile them

$ make

4 - run the buggy application to generate the minidumps

$ cd ..

$ make run

Now , you can find the dump in the dumps folder .

About

simple c++ application integrated with the crashrepoting lib google breakpad

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published