PHAL: refactoring common_utils

Moved pdbg specific utils function into new file.
This will help to avoid adding additional phal library
dependency for apps , which are not really consumed
phal repos.

Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: Ibabd8096afe8402551d1314f0ff5b89cac891aad
diff --git a/procedures/phal/check_host_running.cpp b/procedures/phal/check_host_running.cpp
index 6366e56..2ae3fba 100644
--- a/procedures/phal/check_host_running.cpp
+++ b/procedures/phal/check_host_running.cpp
@@ -5,6 +5,7 @@
 
 #include "extensions/phal/common_utils.hpp"
 #include "extensions/phal/create_pel.hpp"
+#include "extensions/phal/pdbg_utils.hpp"
 #include "p10_cfam.hpp"
 #include "registration.hpp"