1. bc55523 Hold GIL while allocating memory for PythonString. by Tatyana Krasnukha · 7 years ago
  2. 8ab5c2d Fix and simplify lldb.command decorator by Dave Lee · 7 years ago
  3. b842f2e Make breakpoint names real entities. by Jim Ingham · 8 years ago
  4. 4d32eb6 Add .i files for SBMemoryRegionInfo and SBMemoryRegionInfoList and also hook up the new calls in SBProcess that give out SBMemoryRegionInfo and SBMemoryRegionInfoList objects. by Greg Clayton · 9 years ago
  5. a5d6765 Fix an issue where the @lldb.command marker would not work with the new 5-argument version of the Python command function by Enrico Granata · 9 years ago
  6. 14086ed Change lldb.value.__int__() so that it takes into account the signedness of the value being cast to return a Python number with the proper value by Enrico Granata · 10 years ago
  7. 31ccb51 __ne__ is the actual Python operator; __neq__ is a typo by Enrico Granata · 10 years ago
  8. fe68904 Fixed TypeMemberFunctionImpl to not use clang types directly but use the new CompilerDecl class to do the job in an abstract way. by Greg Clayton · 10 years ago
  9. 60c24f7 Change swig interface files to use PythonDataObjects. by Zachary Turner · 10 years ago
  10. 8387e2f Add a (Python only) lldb.SBSyntheticValueProvider class to our API surface by Enrico Granata · 11 years ago
  11. 732215f Add support for inspecting enum members. by Todd Fiala · 11 years ago
  12. 44d9378 Merging the iohandler branch back into main. by Greg Clayton · 12 years ago
  13. 226cce2 Added a way to extract the module specifications from a file. A module specification is information that is required to describe a module (executable, shared library, object file, ect). This information includes host path, platform path (remote path), symbol file path, UUID, object name (for objects in .a files for example you could have an object name of "foo.o"), and target triple. Module specification can be used to create a module, or used to add a module to a target. A list of module specifications can be used to enumerate objects in container objects (like universal mach files and BSD archive files). by Greg Clayton · 12 years ago
  14. d8c3d4b Implemented a types.py module that allows types to be inspected for padding. by Greg Clayton · 12 years ago
  15. 88e0f61 Added a new decorator function in the "lldb" module that can register a command automatically. We have just a few kinks to work out for the Xcode workflow and we will be ready to switch over to using this. To use this, you can decorate your python function as: by Greg Clayton · 12 years ago
  16. c338733 <rdar://problem/11742979> by Enrico Granata · 12 years ago
  17. dda8c7d Fixed SBValueList to have a __str__ function like all other SB classes. Previously this was done as __repr__. by Greg Clayton · 12 years ago
  18. ac9df2d <rdar://problem/13434476> by Enrico Granata · 13 years ago
  19. ceba071 - Masking out SBCommandReturnObject::Printf() from the Python layer because SWIG and varargs do not get along well. by Enrico Granata · 13 years ago
  20. 7d1f939 <rdar://problem/13312903> by Enrico Granata · 13 years ago
  21. 10de090 <rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb_private::Declaration - make a GetDeclaration() API on SBValue to return a declaration. This will only work for vroot variables as they are they only objects for which we currently provide a valid Declaration by Enrico Granata · 13 years ago
  22. f75c976 Silly me! There was a closing ) missing from one of the lines - and Python complained about syntax errors on the next line. It being a Friday afternoon made the rest by Enrico Granata · 13 years ago
  23. 944b4c4 Retrying to apply Vishal's patch - hopefully this time it won't break Jason's build by Enrico Granata · 13 years ago
  24. cc62f28 Revert Vishal's patch that Enrico commited, at least for the weekend. With it applied, by Jason Molenda · 13 years ago
  25. ffe2d52 patch from Vishal Patel to improve our lldb.value wrapper by Enrico Granata · 13 years ago
  26. cd29fef <rdar://problem/12442990> Fix the implementation of lldb.value.__eq__ by Enrico Granata · 13 years ago
  27. c504191 Added SBDebugger's log callbacks to Python-land by Filipe Cabecinhas · 13 years ago
  28. 6eb31e7 Added a typemap and wrappers for SBInputReader callbacks by Filipe Cabecinhas · 13 years ago
  29. 061858c <rdar://problem/10062621> by Enrico Granata · 14 years ago
  30. 5569e64 Removed all of the "#ifndef SWIG" from the SB header files since we are using by Greg Clayton · 14 years ago
  31. 81e871e Convert all python objects in our API to use overload the __str__ method by Greg Clayton · 14 years ago
  32. 7edbdfc Expose more convenience functionality in the python classes. by Greg Clayton · 14 years ago
  33. 43484c5 When outputting hex values use unsigned integer values so we don't get by Greg Clayton · 14 years ago
  34. 2415586 Added a new convenience property on lldb.SBThread names "frames" which always returns a complete list of all lldb.SBFrame objects: by Greg Clayton · 14 years ago
  35. 05e8d19 Added a new class to the lldb python module: by Greg Clayton · 14 years ago
  36. da7bc7d <rdar://problem/10126482> by Greg Clayton · 14 years ago
  37. 1b282f9 Cleaned up the SBWatchpoint public API. by Greg Clayton · 14 years ago
  38. d4dd799 Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods) by Johnny Chen · 14 years ago
  39. d9dc52d Added the ability to get all section contents, or the section by Greg Clayton · 14 years ago
  40. 9128ee2 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago
  41. fc87e2d Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget, by Johnny Chen · 14 years ago
  42. ceb6b13 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 15 years ago
  43. 05faeb7 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 15 years ago
  44. 1d27316 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 15 years ago
  45. dac97f3 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 15 years ago