- 3781137 Add post-processing step to transform the docstring from 'char', i.e., 'char *', to 'str', i.e., Python string. by Johnny Chen · 13 years ago
- f6ce70a Add a CLEANUP_DOCSTRING state to our FSM to do cleanup of the Python docstrings by Johnny Chen · 13 years ago
- f451e30 Add swig docstrings for SBFrame.h. by Johnny Chen · 13 years ago
- 2c77fa4 Refine the post-processing phase of lldb.py to remove some more doxygen/c++-comment residues. by Johnny Chen · 13 years ago
- 09e0a42 Add some documentation blocks to SBTarget.h and use swig docstring feature to by Johnny Chen · 13 years ago
- a0d0a7c Add docstrings for some API classes and auto-generates docstrings for the methods of them. by Johnny Chen · 13 years ago
- b6613ea Add module docstring to the auto-generated lldb.py file. by Johnny Chen · 13 years ago
- f208453 Generalise pattern for matching IsValid signature by Peter Collingbourne · 13 years ago
- 694cfd0 Add rich comparison methods for the SBAddress object. by Johnny Chen · 13 years ago
- 125628c Update the handle many of the packets that our current LLDB debugserver by Greg Clayton · 13 years ago
- 8142220 Make it clear that the Python script modify-python-lldb.py is responsible for post-processing by Johnny Chen · 13 years ago
- ec5e0a2 Fix comment. by Johnny Chen · 13 years ago
- 5420ec8 Fix remaining Python issues leftover from my previous patch. by Charles Davis · 13 years ago
- 8c2e28d Use the with statement to simplify the build script. by Johnny Chen · 13 years ago
- 08477f5 Added comment. by Johnny Chen · 13 years ago
- a6303ef Comment change. by Johnny Chen · 13 years ago
- b72d177 Fix a potential bug resulting from the wrong assumption that SWIG puts out the __init__ by Johnny Chen · 13 years ago
- e5637d2 Update comment. by Johnny Chen · 13 years ago
- c049274 This commit integrates support for the LLVM MCJIT by Sean Callanan · 13 years ago
- 139da72 Fixed an issue in GDBRemoteCommunicationClient where we weren't listening to by Greg Clayton · 13 years ago
- eae5e26 Added a perl script to disassemble, into human readable form, the GDB remote by Greg Clayton · 13 years ago
- 2077f0d Add truth value testing to those lldb Python objects with the IsValid() method definitions. by Johnny Chen · 13 years ago
- a79a21c Add implementation of built-in function len() for those lldb containers with by Johnny Chen · 14 years ago
- 0de254a Updated to use the latest LLVM/Clang, to pick up JIT changes. by Sean Callanan · 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
- 17cd995 Did some work on the "register read" command to only show the first register by Greg Clayton · 14 years ago
- 2a8c338 Updated LLVM to pick up fixes to the ARM instruction tables. by Sean Callanan · 14 years ago
- f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
- e6c6f49 Updated LLDB to use a recent LLVM/Clang, pulling by Sean Callanan · 14 years ago
- b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
- 17ddd25 Update autogen'd LLDB_vers.c. by Stephen Wilson · 14 years ago
- 562ed0e Fix compile warnings wrt LLDBWrapPython.cpp. by Johnny Chen · 14 years ago
- e86cbb9 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 14 years ago
- 1d080bd Updated LLVM/Clang to the latest release, to pick up AVX disassembly support. by Sean Callanan · 14 years ago
- 279584c Updated to LLVM/Clang revision 127600. by Sean Callanan · 14 years ago
- e59b869 There's no sense checking for < 0 with a return type of size_t: by Johnny Chen · 14 years ago
- 586a3e6 Add TestThreadAPI.py file to house the Python SBThread API test cases. by Johnny Chen · 14 years ago
- 36a0f74 Add TestProcessAPI.py which exercises some Python SBProcess API. In particular, this tests by Johnny Chen · 14 years ago
- 2396b9f Look for swig in /usr/bin and /usr/local/bin. by Jim Ingham · 14 years ago
- d5b3c35 Updated Clang to a version that supports propagating by Sean Callanan · 14 years ago
- ad29309 Updated to revision 123723 of LLVM, to bring in by Sean Callanan · 14 years ago
- 0d62dfd Fixed an error in the type map for "char **" that was a bad memory smasher. by Greg Clayton · 14 years ago
- 0aa2e55 Split up the Python script interpreter code to allow multiple script interpreter objects to by Caroline Tice · 14 years ago
- c1955f2 Patch by Stephen Wilson to make Swig happy building on linux. by Johnny Chen · 14 years ago
- 9e7958e Updated to latest Clang revision. This involved by Sean Callanan · 14 years ago
- 22defe8 Updated to latest LLVM/Clang for external AST source changes that allow by Greg Clayton · 14 years ago
- eae9124 Updated to latest and greatest clang for a "print cvr-qualifiers on function by Greg Clayton · 14 years ago
- 8a3b0a8 Updated to the LLVM/Clang of 2010-11-17 at 3:30pm. by Sean Callanan · 14 years ago
- 8950c9a Updated LLVM to latest version as of 10/28 at by Sean Callanan · 14 years ago
- 5790e06 Remove references to particular Python version (use the system default by Caroline Tice · 14 years ago
- 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
- c8b0e90 Add header files that were added to lldb.swig to the build by Caroline Tice · 14 years ago
- 0b48015 Wrap the file writing operations inside a with statement to simplify code. by Johnny Chen · 14 years ago
- 6b6f5ba Change the call within lldb.py to 'SBDebugger.Initialize()' from 'lldb.SBDebugger.Initialize()'. by Johnny Chen · 14 years ago
- bd5c63e Fix some memory leaks. by Caroline Tice · 14 years ago
- 48fbdf7 Modified the "breakpoint set --name NAME" to be the auto breakpoint set by Greg Clayton · 14 years ago
- 5144f38 More SWIG cleanup. Moved the breakpoint callback function back to the by Greg Clayton · 14 years ago
- d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
- e47649c o SBtarget.cpp/.h: by Johnny Chen · 14 years ago
- 5c4c746 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 14 years ago
- fa9f134 Update to the latest Clang, which fixes a problem by Sean Callanan · 14 years ago
- 55b6c53 Updated LLVM to: --revision '{2010-09-28T19:30}' by Greg Clayton · 14 years ago
- 59c5d5d Automatically wrap *all* Python code entered for a breakpoint command inside by Caroline Tice · 14 years ago
- 47a5c4c Updated to latest LLVM. Major LLVM changes: by Sean Callanan · 14 years ago
- e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 14 years ago
- 1ca48b0 Remove SBCommandContext which was not needed or doing anything. by Caroline Tice · 14 years ago
- 98f930f by Caroline Tice · 14 years ago
- dfc91c3 Remove unnecessary/inappropriate output-printing functions from the API. by Caroline Tice · 14 years ago
- 4ead2e9 o Exposed SBFileSpec to the Python APIs in lldb.py. by Johnny Chen · 14 years ago
- b4d1fff o Added a test case for array_types which uses the Python APIs from lldb.py, by Johnny Chen · 14 years ago
- 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
- 6e71340 Updated to llvm/clang from July 30, 2010 at 08:00. by Greg Clayton · 14 years ago
- c9b6000 Updated LLVM and Clang to July 20 at 16:00. by Greg Clayton · 14 years ago
- 193e6d5 Removed unused variable "log". by Greg Clayton · 14 years ago
- 81bdfe8 Updated to latest llvm from July 13th, 2010 at 13:00. by Greg Clayton · 14 years ago
- 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
- 961abeb Updated to build against the latest LLVM release. by Sean Callanan · 14 years ago
- c4f5110 Updated to llvm/clang from July 2, 2010 at 8:00AM. by Greg Clayton · 14 years ago
- 558be58 Add a unique ID to each debugger instance. by Caroline Tice · 14 years ago
- 9dbe717 Parameterize the shell scripts for creating and copying the python and by Caroline Tice · 14 years ago
- e41c4b2 Updated LLVM/Clang to revision from 2010-06-13T06:00. by Greg Clayton · 14 years ago
- e49f79d Switched over to using the new lldb::SharingPtr from Howard Hinnant. by Greg Clayton · 14 years ago
- 461a437 Patched in Pawel Wodnicki's lldb.swig changes for linux compatability. by Greg Clayton · 14 years ago
- 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago