summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-03-18 21:31:45 +0000
committerZachary Turner <zturner@google.com>2015-03-18 21:31:45 +0000
commit5023257f2359d16357721635a22db8ecd7213343 (patch)
tree00a0614090a6113db25735521f32f6361a452d7f /lldb/source/Target/Process.cpp
parenteba5227ccd4ab2e31e62fe1cdaa811b2da665e90 (diff)
downloadbcm5719-llvm-5023257f2359d16357721635a22db8ecd7213343.tar.gz
bcm5719-llvm-5023257f2359d16357721635a22db8ecd7213343.zip
Move some functions from source/lldb.cpp to Utility.
Specifically, there were some functions for converting enums to strings and a function for matching a string using a specific matching algorithm. This moves those functions to more appropriate headers in lldb/Utility and updates references to include the new headers. llvm-svn: 232673
Diffstat (limited to 'lldb/source/Target/Process.cpp')
-rw-r--r--lldb/source/Target/Process.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp
index 9cade965da3..b1aad10fa41 100644
--- a/lldb/source/Target/Process.cpp
+++ b/lldb/source/Target/Process.cpp
@@ -51,6 +51,7 @@
#include "lldb/Target/ThreadPlan.h"
#include "lldb/Target/ThreadPlanBase.h"
#include "lldb/Target/UnixSignals.h"
+#include "lldb/Utility/NameMatches.h"
#include "Plugins/Process/Utility/InferiorCallPOSIX.h"
using namespace lldb;
OpenPOWER on IntegriCloud