llvm-project/lldb/scripts/Python
Johnny Chen fc87e2dd5c Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget,
i.e., with 'SBStream &description' first, followed by 'DescriptionLevel level'.

Modify lldbutil.py so that get_description() for a target or breakpoint location
can just take the lldb object itself without specifying an option to mean option
lldb.eDescriptionLevelBrief.  Modify TestTargetAPI.py to exercise this logic path.

llvm-svn: 130147
2011-04-25 20:23:05 +00:00
..
append-debugger-id.py Wrap the file writing operations inside a with statement to simplify code. 2010-10-14 16:57:08 +00:00
build-swig-Python.sh Fixed the LLDB build so that we can have private types, private enums and 2011-03-24 21:19:54 +00:00
edit-swig-python-wrapper-file.py Remove references to particular Python version (use the system default 2010-10-28 21:51:20 +00:00
finish-swig-Python-LLDB.sh Parameterize the shell scripts for creating and copying the python and 2010-06-16 19:26:52 +00:00
python-extensions.swig Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget, 2011-04-25 20:23:05 +00:00