mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user