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