jingham updated this revision to Diff 165184. jingham added a comment. Add documentation for SBTarget.CreateBreakpointFromScript, and fixed a few minor nits that Greg pointed out.
https://reviews.llvm.org/D51830 Files: include/lldb/API/SBAddress.h include/lldb/API/SBBreakpoint.h include/lldb/API/SBStructuredData.h include/lldb/API/SBSymbolContext.h include/lldb/API/SBTarget.h include/lldb/Breakpoint/BreakpointResolver.h include/lldb/Breakpoint/BreakpointResolverScripted.h include/lldb/Interpreter/ScriptInterpreter.h include/lldb/Target/Target.h include/lldb/lldb-defines.h include/lldb/lldb-enumerations.h lldb.xcodeproj/project.pbxproj packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/Makefile packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/main.c packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/resolver.py packages/Python/lldbsuite/test/lldbutil.py scripts/Python/python-swigsafecast.swig scripts/Python/python-wrapper.swig scripts/interface/SBBreakpoint.i scripts/interface/SBStructuredData.i scripts/interface/SBTarget.i source/API/SBBreakpoint.cpp source/API/SBStructuredData.cpp source/API/SBTarget.cpp source/API/SystemInitializerFull.cpp source/Breakpoint/BreakpointResolver.cpp source/Breakpoint/BreakpointResolverScripted.cpp source/Commands/CommandObjectBreakpoint.cpp source/Core/SearchFilter.cpp source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h source/Target/Target.cpp _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits