rizinorg/cutter

Make connecting to localhost gdbserver easier

Open

#1,994 opened on Jan 6, 2020

View on GitHub
 (0 comments) (1 reaction) (0 assignees)C++ (1,123 forks)batch import
DebugEnhancementHacktoberFestgood first issue

Repository metrics

Stars
 (14,852 stars)
PR merge metrics
 (Avg merge 13d 23h) (20 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe.

When connecting to gdbserver multiple times in a row entering data each time is a bit annoying

Describe the solution you'd like

Accept empty IP address field as localhost. Not sure how to better communicate it to user, maybe using placeholder text.

Describe alternatives you've considered

Remember IP address and port from previous run.

Additional context

Contributor guide