[Lldb-commits] [PATCH] Add Socket::Get[Remote/Local]IpAddress and unit tests

Greg Clayton clayborg at gmail.com
Mon Jan 12 11:44:44 PST 2015


The other option is to move all static Args::StringTo* calls into the Host layer at an appropriate place.

Changes should be:

- please use Args::StringTo calls instead of manual strtoul() calls so we have a common codebase and so people don't start using strtoul() on their own in other places f the code
- optionally move the static Args::StringTo* calls into the Host layer


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D6917

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list