From 2dd7f7fb71440fdc96a418160df21170a9881861 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Tue, 11 Oct 2011 01:18:55 +0000 Subject: Add a SBTarget::BreakpointCreateByName API that allows you to specify the name type mask. llvm-svn: 141625 --- lldb/scripts/Python/interface/SBTarget.i | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lldb/scripts/Python/interface') diff --git a/lldb/scripts/Python/interface/SBTarget.i b/lldb/scripts/Python/interface/SBTarget.i index 6feb2167b16..f93128d2e19 100644 --- a/lldb/scripts/Python/interface/SBTarget.i +++ b/lldb/scripts/Python/interface/SBTarget.i @@ -405,6 +405,12 @@ public: lldb::SBBreakpoint BreakpointCreateByName (const char *symbol_name, const char *module_name = NULL); + lldb::SBBreakpoint + BreakpointCreateByName (const char *symbol_name, + uint32_t func_name_type, // Logical OR one or more FunctionNameType enum bits + const SBFileSpecList &module_list, + const SBFileSpecList &comp_unit_list); + lldb::SBBreakpoint BreakpointCreateByRegex (const char *symbol_name_regex, const char *module_name = NULL); -- cgit v1.2.3