summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2011-10-11 01:18:55 +0000
committerJim Ingham <jingham@apple.com>2011-10-11 01:18:55 +0000
commit2dd7f7fb71440fdc96a418160df21170a9881861 (patch)
tree0a4993f9b31a657e88ab74a67902eafc19407a0f /lldb/scripts/Python
parentea8005a78620cece929ed2a301dc6956e8b25d5a (diff)
downloadbcm5719-llvm-2dd7f7fb71440fdc96a418160df21170a9881861.tar.gz
bcm5719-llvm-2dd7f7fb71440fdc96a418160df21170a9881861.zip
Add a SBTarget::BreakpointCreateByName API that allows you to specify the name
type mask. llvm-svn: 141625
Diffstat (limited to 'lldb/scripts/Python')
-rw-r--r--lldb/scripts/Python/interface/SBTarget.i6
1 files changed, 6 insertions, 0 deletions
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
@@ -406,6 +406,12 @@ public:
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);
lldb::SBBreakpoint
OpenPOWER on IntegriCloud