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

Windbg code cleaning #8147

Merged
merged 1 commit into from Aug 8, 2017
Merged

Windbg code cleaning #8147

merged 1 commit into from Aug 8, 2017

Conversation

xarkes
Copy link
Contributor

@xarkes xarkes commented Aug 8, 2017

No description provided.

return true;
}

static char *r_debug_windbg_reg_profile(RDebug *dbg) {
if (!dbg) return NULL;
if (dbg->arch && strcmp (dbg->arch, "x86"))
return NULL;
if (dbg->arch && strcmp (dbg->arch, "x86")) return NULL;
if (dbg->bits == R_SYS_BITS_32) {
#include "native/reg/windows-x86.h"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this work actually ? lol Anyway yeah I don't think 32bits is well supported for now.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, its an include directive from the c preprocessor. thats common and standard

Copy link
Contributor Author

@xarkes xarkes Aug 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm talking about the fact that it is included only if the condition is true.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

@radare radare merged commit c1f6b29 into radareorg:master Aug 8, 2017
@xarkes xarkes deleted the windbg_test branch January 2, 2018 08:08
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.

None yet

3 participants