- fd96c04 Copying a new file required for the updated formatters to work into LLDB.framework by Enrico Granata · 13 years ago
- 0164b75 rdar://problem/10976649 by Johnny Chen · 13 years ago
- de3b25b added a new formatter for CF(Mutable)BitVector by Enrico Granata · 13 years ago
- 86fcb16 (a) adding formatters for: by Enrico Granata · 13 years ago
- 83410e5 (a) adding an introspection formatter for NS(Mutable)IndexSet by Enrico Granata · 13 years ago
- 1328b14 This commit: by Enrico Granata · 13 years ago
- 80efa5e Added some missing accessors to the SBAttachInfo for user and group ID by Greg Clayton · 13 years ago
- 98ca1e6 Fixed the launching code when using the new SBLaunchInfo. by Greg Clayton · 13 years ago
- 0a8dcac Added the new way we will eventually do all attaches and launches. First clients by Greg Clayton · 13 years ago
- 8f84cfb This patch provides a set of formatters for most of the commonly used Cocoa classes. by Enrico Granata · 13 years ago
- 6ebf9da typemaps to allow Python to invoke the new SBModule::GetVersion() API. Memory management is taken care of automatically so that Python users can simply say my_list = my_module.GetVersion() and receive a new list with the version numbers, if any, inside. by Enrico Granata · 13 years ago
- 49f4bf2 Added the ability to get a ObjectFile versions from the ObjectFile by Greg Clayton · 13 years ago
- c48ca82 Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python by Jason Molenda · 13 years ago
- 6c530f2 Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 13 years ago
- d760907c Adding formatters for several useful Objective-C/Cocoa data types. The new categories are not enabled at startup, but can be manually activated if desired. by Enrico Granata · 13 years ago
- 5a15e69 Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 13 years ago
- 16376ed <rdar://problem/10062621> by Enrico Granata · 13 years ago
- 28e2386 Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 14 years ago
- 7dd5c51 Removed all of the "#ifndef SWIG" from the SB header files since we are using by Greg Clayton · 14 years ago
- b5a8f14 <rdar://problem/10560053> by Greg Clayton · 14 years ago
- 39f54ea Allow a SBAddress to be created from a SBSection and an offset. by Greg Clayton · 14 years ago
- 0a19a1b Convert all python objects in our API to use overload the __str__ method by Greg Clayton · 14 years ago
- d62b9c1 Expose more convenience functionality in the python classes. by Greg Clayton · 14 years ago
- 4e6640e Fixed casting in the lldb::SBValue::Cast(SBType) function. by Greg Clayton · 14 years ago
- b6a5ba6 Cleaned up the documentation strings for many helper objects and added by Greg Clayton · 14 years ago
- 3eeaf6e Added support to SBType for getting template arguments from a SBType: by Greg Clayton · 14 years ago
- b62d4c6 ensure that changes to the typemaps are properly detected and cause SWIG to rebuild LLDBWrapPython.cpp by Enrico Granata · 14 years ago
- 1ea5802 When outputting hex values use unsigned integer values so we don't get by Greg Clayton · 14 years ago
- b302dff Added many more python convenience accessors: by Greg Clayton · 14 years ago
- 394da8e 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
- 9b8ff51 Added a new class to the lldb python module: by Greg Clayton · 14 years ago
- 86ad476 Added fuzz testing for when we call API calls with an invalid object. by Greg Clayton · 14 years ago
- b8dc733 This commit provides a new default summary for Objective-C boolean variables, which shows YES or NO instead of the character value. A new category named objc is added to contain this summary provider. Any future Objective-C related formatters would probably fit here by Enrico Granata · 14 years ago
- 9b4197b Removed an incorrectly added property from SBTarget.i by Greg Clayton · 14 years ago
- 1b92520 Added the ability to get the target triple, byte order and address byte size by Greg Clayton · 14 years ago
- 177bc68 <rdar://problem/10750012> by Greg Clayton · 14 years ago
- a6b7e32 Patch from Enrico Granata that moves SBData related functions into the SBData by Greg Clayton · 14 years ago
- 9f074f0 http://llvm.org/bugs/show_bug.cgi?id=11619 by Johnny Chen · 14 years ago
- e0bd571 Add needed Clear methods. <rdar://problem/10596340> by Jim Ingham · 14 years ago
- 65f4fb0 Fix Python docstring for SBThread.GetStopDescription(). by Johnny Chen · 14 years ago
- bcbefa8 Fixed code rot pointed out by Jim. by Johnny Chen · 14 years ago
- 1586d97 Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 14 years ago
- 0841386 Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc of SBProcess.ReadCStringFromMemory(). by Johnny Chen · 14 years ago
- c548687 <rdar://problem/10584789> by Greg Clayton · 14 years ago
- 4a2e337 Expose new read memory fucntion through python in SBProcess: by Greg Clayton · 14 years ago
- ef1f690 I have added a function to SBTarget that allows by Sean Callanan · 14 years ago
- a0d06cd Add more robustness - use PyString_CheckExact(pvalue) to check whether pvalue is a Python string before by Johnny Chen · 14 years ago
- 2fcf412 http://llvm.org/bugs/show_bug.cgi?id=11569 by Johnny Chen · 14 years ago
- 1b42575 Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's. by Jim Ingham · 14 years ago
- 23038b6 SBProcess.PutSTDIN() needs to be properly typemapped when swigging, by Johnny Chen · 14 years ago
- 609b9ce Clarify the SBProcess Python API GetSTDOUT()/GetSTDERR(). They look different from by Johnny Chen · 14 years ago
- 96154be <rdar://problem/10126482> by Greg Clayton · 14 years ago
- 6e56157 <rdar://problem/9334299> by Greg Clayton · 14 years ago
- 106d593 Add a missing ')' in the comment. by Johnny Chen · 14 years ago
- 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 14 years ago
- 2395ede Fix typo in the docstring. by Johnny Chen · 14 years ago
- a5dd2bb Add docstrings for SetCondition() and GetCondition() APIs. by Johnny Chen · 14 years ago
- 59df36f this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb by Enrico Granata · 14 years ago
- 712a628 Add a commnad to set a condition for a watchpoint. Example: by Johnny Chen · 14 years ago
- 41a55ef Add SBWatchpoint::GetError() API, which is not currently populated as yet. by Johnny Chen · 14 years ago
- ecd4feb SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 14 years ago
- 1fa6b3d Cleaned up the SBWatchpoint public API. by Greg Clayton · 14 years ago
- 1fb8a2d Add a SBTarget::BreakpointCreateByName API that allows you to specify the name by Jim Ingham · 14 years ago
- 0e6d511 Mention SBBreakpointLocation::GetAddress in the Python .i file. by Jim Ingham · 14 years ago
- 681bb5e Add more docstring to the Python interface file for SBSection. by Johnny Chen · 14 years ago
- 3689431 Add comment markers for in_range(symbol, section). by Johnny Chen · 14 years ago
- 5cac6a5 Add SBFrame.WatchLocation() to find and watch the location pointed to by by Johnny Chen · 14 years ago
- 2f57db0 Cleaned up the the code that figures out the inlined stack frames given a by Greg Clayton · 14 years ago
- f11c029 Add docstring to in_range() function residing in the lldb module. by Johnny Chen · 14 years ago
- bf338e6 Migrate the in_range(symbol, section) and symbol_iter(module, section) utility functions by Johnny Chen · 14 years ago
- 5eb54bb Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python interface. by Johnny Chen · 14 years ago
- 092bd15 Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods) by Johnny Chen · 14 years ago
- d9b4425 Fixed the public and internal disassembler API to be named correctly: by Greg Clayton · 14 years ago
- 23b8abb Added more functionality to the public API to allow for better by Greg Clayton · 14 years ago
- 15ef51e Added the ability to get all section contents, or the section by Greg Clayton · 14 years ago
- dc0cbd1 SBSection supports iteration through its subsections, represented as SBSection as well. by Johnny Chen · 14 years ago
- 980c750 Fixed build issues after recent checkin. by Greg Clayton · 14 years ago
- 432efbc Added missing file. by Greg Clayton · 14 years ago
- 3e8c25f Added to the public API to allow symbolication: by Greg Clayton · 14 years ago
- 4c24b0a Add an SB API SBFrame::WatchValue() and exported to the Python interface to by Johnny Chen · 14 years ago
- d6d4797 Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 14 years ago
- 03c8ee5 Add a new breakpoint type "break by source regular expression". by Jim Ingham · 14 years ago
- 6a388c9 Untabify and fix indentations. Tabs are bad. by Johnny Chen · 14 years ago
- 83dd203 Adding "-n", "-p" and "-w" flags to the lldb command-line tool to by Jim Ingham · 14 years ago
- cc63746 SBSourceManager now gets the real source manager either from the Debugger or Target. Also, move the SourceManager file cache into the debugger by Jim Ingham · 14 years ago
- d68e089 Added the ability to introspect types thourgh the public SBType interface. by Greg Clayton · 14 years ago
- c39793d Fixed the error message: by Johnny Chen · 14 years ago
- 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago
- 2c6a3d8 Additional code cleanups ; Short option name for --python-script in type summary add moved from -s to -o (this is a preliminary step in moving the short option for --summary-string from -f to -s) ; Accordingly updated the test suite by Enrico Granata · 14 years ago
- f530bfe Check the timesatmps of includees python-extensions.swig and python-wrapper.swig and force by Johnny Chen · 14 years ago
- 960691f - Support for Python namespaces: by Enrico Granata · 14 years ago
- 872959b Further fix for SWIG interoperability; making sure the Release() method of SBCommandReturnObject is called at all times by Enrico Granata · 14 years ago
- 3370f0c Fixed some SWIG interoperability issues by Enrico Granata · 14 years ago
- 13a54a1 Taking care of an issue with using lldb_private types in SBCommandInterpreter.cpp ; Making NSString test case work on Snow Leopard ; Removing an unused variable warning by Enrico Granata · 14 years ago
- f501c59 First round of code cleanups: by Enrico Granata · 14 years ago
- 074e3b6 New category "gnu-libstdc++" provides summary for std::string and synthetic children for types std::map, std::list and std::vector by Enrico Granata · 14 years ago
- 6b1596d Changes to Python commands: by Enrico Granata · 14 years ago
- c2a2825 Python commands: by Enrico Granata · 14 years ago
- e4fd440 Update the SBAddress.i Python interface file to the latest SBAddress.h, by Johnny Chen · 14 years ago
- 1239c1a Fixed an issue where LLDB was complaining about the lack of 'update' in a synthetic provider, despite it being optional by Enrico Granata · 14 years ago