Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

breakpad support for cmake/vcpkg build #1628

Merged

Conversation

shenlebantongying
Copy link
Collaborator

@shenlebantongying shenlebantongying commented Jul 2, 2024

Tested manually by inserting a throw std::runtime_error("whatever") and GD will create a dmp file successfully.

Unrelated known issues:

  • For some reason, vcpkg can no longer build the Windows version of dump_syms.exe/minidump_stackwalk.exe now. The needed tool has to be obtained from somewhere else.
  • The -llibbreakpad here is unneeded:
    LIBS += -L$$PWD/thirdparty/breakpad/lib/ -llibbreakpad -llibbreakpad_client

Copy link

sonarqubecloud bot commented Jul 2, 2024

@xiaoyifang xiaoyifang merged commit fe2aa06 into xiaoyifang:staged Jul 3, 2024
9 checks passed
@shenlebantongying shenlebantongying deleted the feat/cmake-breakpad branch July 7, 2024 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants