- 9ed9f8b Rename the parameter for the end-of-list test function from end_of_list to end_of_list_test. by Johnny Chen · 14 years ago
- de856cc Add cross references between the docstrings for regular SBValue iteration: by Johnny Chen · 14 years ago
- fbebbc9 Provide an add-on API to SBValue class by post-processing to provide a way by Johnny Chen · 14 years ago
- a395506 Make the SBAddress class easier to use when using the public API. by Greg Clayton · 14 years ago
- 39f3310 Change docstring wording: from 'method' to 'function'. by Johnny Chen · 14 years ago
- b44dc56 Add docstring for SBInstructionList class. by Johnny Chen · 14 years ago
- 4b53e65 Add docstring for SBCommandReturnObject class. by Johnny Chen · 14 years ago
- dca4097 Add docstring for SBCommandInterpreter class. by Johnny Chen · 14 years ago
- f3b8992 Add docstring for SBBroadcaster class. by Johnny Chen · 14 years ago
- fd33bac Add some docstrings for SBFileSpec class. by Johnny Chen · 14 years ago
- c7162a5 Add some docstrings for SBError class. by Johnny Chen · 14 years ago
- 8a47028 Add some docstrings for SBSourceManager class. by Johnny Chen · 14 years ago
- 1a73d4c Add some docstrings for SBStream class. by Johnny Chen · 14 years ago
- 5cb6cab Move the rest of the SB headers to interface files. by Johnny Chen · 14 years ago
- 6d91e0a Add SWIG interface files for SBSymbol, SBSymbolContext, and SBSymbolContextList. by Johnny Chen · 14 years ago
- fb35e2a Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule. by Johnny Chen · 14 years ago
- ba6f252 Missed the interface file for SBFunction in the previous checkin. by Johnny Chen · 14 years ago
- 6cf1bc3 Add SWIG Python interface files for SBDebugger, SBCompileUnit, and SBEvent. by Johnny Chen · 14 years ago
- 3cfd5e8 Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBBreakpointLocation. by Johnny Chen · 14 years ago
- c3fba81 Add SWIG Python interface files for SBProcess, SBThread, and SBFrame. by Johnny Chen · 14 years ago
- 7be5a4f Fix header documentations. by Johnny Chen · 14 years ago
- 854a1ba Add two new interface files SBValue.i and SBValueList.i, instead of directly swigging the header files. by Johnny Chen · 14 years ago
- a37300a Cleaned up the interface file for SBTarget. by Johnny Chen · 14 years ago
- 8717687 Have SWIG generate autodoc strings with parameter types for all SB API objects by default. by Johnny Chen · 14 years ago
- ebd63b2 Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.h by Johnny Chen · 14 years ago
- 533ed2f Add some more docstrings for SBCompileUnit and SBBreakpoint, plus incorporate the doxgen doc block of by Johnny Chen · 14 years ago
- 2de7ce6 Add some more docstrings (includng example usages) to SBTarget.h. by Johnny Chen · 14 years ago
- 21c0fd1 Missed the char_to_str_xform on the docstrings for the module level function definitions. by Johnny Chen · 14 years ago
- 3781137 Add post-processing step to transform the docstring from 'char', i.e., 'char *', to 'str', i.e., Python string. by Johnny Chen · 14 years ago
- f6ce70a Add a CLEANUP_DOCSTRING state to our FSM to do cleanup of the Python docstrings by Johnny Chen · 14 years ago
- f451e30 Add swig docstrings for SBFrame.h. by Johnny Chen · 14 years ago
- 2c77fa4 Refine the post-processing phase of lldb.py to remove some more doxygen/c++-comment residues. by Johnny Chen · 14 years ago
- 09e0a42 Add some documentation blocks to SBTarget.h and use swig docstring feature to by Johnny Chen · 14 years ago
- f208453 Generalise pattern for matching IsValid signature by Peter Collingbourne · 14 years ago
- 694cfd0 Add rich comparison methods for the SBAddress object. by Johnny Chen · 14 years ago
- 8142220 Make it clear that the Python script modify-python-lldb.py is responsible for post-processing by Johnny Chen · 14 years ago
- ec5e0a2 Fix comment. by Johnny Chen · 14 years ago
- 5420ec8 Fix remaining Python issues leftover from my previous patch. by Charles Davis · 14 years ago
- 8c2e28d Use the with statement to simplify the build script. by Johnny Chen · 14 years ago
- 08477f5 Added comment. by Johnny Chen · 14 years ago
- a6303ef Comment change. by Johnny Chen · 14 years ago
- b72d177 Fix a potential bug resulting from the wrong assumption that SWIG puts out the __init__ by Johnny Chen · 14 years ago
- e5637d2 Update comment. by Johnny Chen · 14 years ago
- 2077f0d Add truth value testing to those lldb Python objects with the IsValid() method definitions. by Johnny Chen · 14 years ago
- a79a21c Add implementation of built-in function len() for those lldb containers with by Johnny Chen · 14 years ago
- 7616cb9 Add implementation of '==' and '!=' for SBFileSpec and SBModule. Modify a test case to take advantage of 'ths_module == that_module'. by Johnny Chen · 14 years ago
- 6ea16c7 Fix a typo in comment. by Johnny Chen · 14 years ago
- 22e418a Update comments. by Johnny Chen · 14 years ago
- a2f86e8 Fix a bug introduced in my previous checkin, where the state was not properly by Johnny Chen · 14 years ago
- 3a3d659 Add the Python rich comparison methods for SBBreakpoint, where GetID() returns by Johnny Chen · 14 years ago
- c622005 Fix a typo. by Johnny Chen · 14 years ago
- 1409780 Move the iteration protocol of lldb objects to the auto-generated lldb Python module. by Johnny Chen · 14 years ago
- bdc36bd Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget, by Johnny Chen · 14 years ago
- b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
- 2396b9f Look for swig in /usr/bin and /usr/local/bin. by Jim Ingham · 14 years ago
- 5790e06 Remove references to particular Python version (use the system default by Caroline Tice · 15 years ago
- 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 15 years ago
- c8b0e90 Add header files that were added to lldb.swig to the build by Caroline Tice · 15 years ago
- 0b48015 Wrap the file writing operations inside a with statement to simplify code. by Johnny Chen · 15 years ago
- 6b6f5ba Change the call within lldb.py to 'SBDebugger.Initialize()' from 'lldb.SBDebugger.Initialize()'. by Johnny Chen · 15 years ago
- bd5c63e Fix some memory leaks. by Caroline Tice · 15 years ago
- d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 15 years ago
- 5c4c746 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 15 years ago
- e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 15 years ago
- 1ca48b0 Remove SBCommandContext which was not needed or doing anything. by Caroline Tice · 15 years ago
- 4ead2e9 o Exposed SBFileSpec to the Python APIs in lldb.py. by Johnny Chen · 15 years ago
- b4d1fff o Added a test case for array_types which uses the Python APIs from lldb.py, by Johnny Chen · 15 years ago
- 558be58 Add a unique ID to each debugger instance. by Caroline Tice · 15 years ago
- 9dbe717 Parameterize the shell scripts for creating and copying the python and by Caroline Tice · 15 years ago
- 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago