hanchenye-llvm-project/lldb/scripts/Python
Johnny Chen 23fd10cb4e o Exposed SBFileSpec to the Python APIs in lldb.py.
o Fixed a crasher when getting it via SBTarget.GetExecutable().

>>> filespec = target.GetExecutable()
Segmentation fault

o And renamed SBFileSpec::GetFileName() to GetFilename() to be consistent with FileSpec::GetFilename().

llvm-svn: 112308
2010-08-27 22:35:26 +00:00
..
append-debugger-id.py Add a unique ID to each debugger instance. 2010-06-30 16:22:25 +00:00
build-swig-Python.sh o Exposed SBFileSpec to the Python APIs in lldb.py. 2010-08-27 22:35:26 +00:00
edit-swig-python-wrapper-file.py
finish-swig-Python-LLDB.sh