From b77aba77086f92db9a3b83b308a3fce6dc08f864 Mon Sep 17 00:00:00 2001 From: Carlo Kok Date: Fri, 19 Sep 2014 20:12:24 +0000 Subject: Fix for 218140 for SBTarget.i, the added functions were in the wrong class definition llvm-svn: 218147 --- lldb/scripts/Python/interface/SBTarget.i | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'lldb/scripts/Python/interface') diff --git a/lldb/scripts/Python/interface/SBTarget.i b/lldb/scripts/Python/interface/SBTarget.i index 4de442e0b8b..345929a80dc 100644 --- a/lldb/scripts/Python/interface/SBTarget.i +++ b/lldb/scripts/Python/interface/SBTarget.i @@ -112,16 +112,6 @@ public: void SetDetachOnError(bool enable); - - lldb::SBValueList - FindGlobalVariables(const char *name, - uint32_t max_matches, - MatchType matchtype); - - lldb::SBSymbolContextList - FindGlobalFunctions(const char *name, - uint32_t max_matches, - MatchType matchtype); }; class SBAttachInfo @@ -672,6 +662,17 @@ public: lldb::SBValue FindFirstGlobalVariable (const char* name); + + lldb::SBValueList + FindGlobalVariables(const char *name, + uint32_t max_matches, + MatchType matchtype); + + lldb::SBSymbolContextList + FindGlobalFunctions(const char *name, + uint32_t max_matches, + MatchType matchtype); + void Clear (); -- cgit v1.2.3