Skip to content

Number of fixes and clean-ups #112

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

Closed
wants to merge 1 commit into from
Closed

Conversation

dot-asm
Copy link

@dot-asm dot-asm commented Apr 6, 2015

  • allow to pass command line arguments from (lldb) prompt;
  • make lldb exit as opposite to relying on kill (which is problematics
    because it messes up tty settings);
  • handle event timeout in autoexit_command to avoid endless loop;
  • use dynamic TCP port and listen on localhost (no need to expose the
    port to Internet);
  • close accept socket once connection is established;

On side note to question of programming style. One should avoid assert(call()==result), because assert is a macro that can be defined as (void)0, which would eliminate call().

- allow to pass command line arguments from (lldb) prompt;
- make lldb exit as opposite to relying on kill (which is problematics
  because it messes up tty settings);
- handle event timeout in autoexit_command to avoid endless loop;
- use dynamic TCP port and listen on localhost (no need to expose the
  port to Internet);
- close accept socket once connection is established;
@shazron shazron closed this in 54818aa Apr 6, 2015
@shazron
Copy link

shazron commented Apr 6, 2015

Thank you! Merged in

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