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

CHE-1196: Artik: Debugger hangs when debugging binaries using Artik SDK #1418

Merged
merged 1 commit into from
Jun 3, 2016

Conversation

tolusha
Copy link
Contributor

@tolusha tolusha commented Jun 3, 2016

  • Fix synchronization issue
  • Respect gdb termination
  • Fix UI bugs

@tolusha
Copy link
Contributor Author

tolusha commented Jun 3, 2016

@vparfonov
@sleshchenko
@benoitf
pls review

return GdbInfoLocals.parse(outputs.take());
public GdbInfoLocals infoLocals() throws IOException, InterruptedException, DebuggerException {
GdbOutput gdbOutput = sendCommand("info locals");
return GdbInfoLocals.parse(gdbOutput);
Copy link
Member

Choose a reason for hiding this comment

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

WDYT about inlining these methods as

return GdbInfoLocals.parse(sendCommand("info locals"));

?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I personally prefer splitting.
In case of debugging it will help.

@sleshchenko
Copy link
Member

sleshchenko commented Jun 3, 2016

LGTM

@codenvy-ci
Copy link

Build # 796 - FAILED

Please check console output at http://ci.codenvy-dev.com/jenkins/job/che-pullrequests-build/796/ to view the results.

@riuvshin riuvshin added this to the 4.3.0 milestone Jun 3, 2016
@vparfonov
Copy link
Contributor

ok

@tolusha tolusha merged commit da1c913 into master Jun 3, 2016
@tolusha tolusha deleted the CHE-1196 branch June 3, 2016 13:49
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.

5 participants