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

Add custom log expressions to the debugger #8882

Merged
merged 4 commits into from
Aug 6, 2016

Conversation

unknownbrackets
Copy link
Collaborator

This allows you to log the value of a register, and not break, on a breakpoint.

It works for both memory and CPU breakpoints.

-[Unknown]

@hrydgard
Copy link
Owner

hrydgard commented Aug 4, 2016

Real nice functionality, for some reason Symbian seems to be failing to link though.

Someday we'll have to drop it..

@unknownbrackets
Copy link
Collaborator Author

Ugh... not sure, maybe gcc is running out of RAM again?

I'm able to build this fine on a local linux VM with all the Symbian stuff (same way I built ffmpeg for it.) No linker errors.... grr. Not sure how to debug.

-[Unknown]

@sum2012
Copy link
Collaborator

sum2012 commented Aug 5, 2016

/home/travis/build/hrydgard/ppsspp/GPU/Software/TransformUnit.cpp:298: undefined reference to `Clipper::ProcessTriangle(VertexData&, VertexData&, VertexData&)'
This pull request doesn't change the file (TransformUnit.cpp)

@unknownbrackets
Copy link
Collaborator Author

It looks like this was somehow related to the clang/ffmpeg changes and ccache. I cleared all the caches in Travis and now it's fine. It could be it was running out of memory using cache and will just happen again, though.

-[Unknown]

@hrydgard hrydgard merged commit cbf0a47 into hrydgard:master Aug 6, 2016
@unknownbrackets unknownbrackets deleted the debugger branch August 6, 2016 15:14
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.

3 participants