diff options
Diffstat (limited to 'lldb/tools/debugserver/source/RNBServices.h')
-rw-r--r-- | lldb/tools/debugserver/source/RNBServices.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/lldb/tools/debugserver/source/RNBServices.h b/lldb/tools/debugserver/source/RNBServices.h index b0b9c219357..caa2b0fd199 100644 --- a/lldb/tools/debugserver/source/RNBServices.h +++ b/lldb/tools/debugserver/source/RNBServices.h @@ -14,15 +14,16 @@ #ifndef __RNBServices_h__ #define __RNBServices_h__ -#include <string> #include "RNBDefs.h" +#include <string> -#define DTSERVICES_APP_FRONTMOST_KEY CFSTR("isFrontApp") -#define DTSERVICES_APP_PATH_KEY CFSTR("executablePath") -#define DTSERVICES_APP_ICON_PATH_KEY CFSTR("iconPath") +#define DTSERVICES_APP_FRONTMOST_KEY CFSTR("isFrontApp") +#define DTSERVICES_APP_PATH_KEY CFSTR("executablePath") +#define DTSERVICES_APP_ICON_PATH_KEY CFSTR("iconPath") #define DTSERVICES_APP_DISPLAY_NAME_KEY CFSTR("displayName") -#define DTSERVICES_APP_PID_KEY CFSTR("pid") +#define DTSERVICES_APP_PID_KEY CFSTR("pid") -int ListApplications (std::string &plist, bool opt_runningApps, bool opt_debuggable); +int ListApplications(std::string &plist, bool opt_runningApps, + bool opt_debuggable); -#endif // __RNBServices_h__ +#endif // __RNBServices_h__ |