Home
last modified time | relevance | path

Searched refs:ListApplications (Results 1 – 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/
DRNBServices.h26 int ListApplications (std::string &plist, bool opt_runningApps, bool opt_debuggable);
DRNBServices.cpp122 ListApplications(std::string& plist, bool opt_runningApps, bool opt_debuggable) in ListApplications() function
Ddebugserver.cpp1219 int err = ListApplications(applist_plist, false, false); in main()
1275 if (ListApplications(applist_plist, false, false) == 0) in main()
DChangeLog550 * RNBServices.cpp (ListApplications): #ifdef-ed for ARM only as it
949 if we failed. Also handle the new prototype for ListApplications.
950 * RNBServices.h (ListApplications): Change first parameter to be a std::string
953 * RNBServices.cpp (ListApplications): Change first parameter to be a std::string