| Commit message (Expand) | Author | Age | Files | Lines |
| * | Provide CreateValueFromData,Expression at the SBTarget level as well as the S... | Enrico Granata | 2014-12-17 | 1 | -0/+6 |
| * | Add the ability to tag one or more breakpoints with a name. These | Jim Ingham | 2014-12-16 | 1 | -0/+12 |
| * | Provide a SBFrame.register/.reg helper on the Python side of SBFrame to vend ... | Enrico Granata | 2014-12-15 | 1 | -0/+24 |
| * | Add the ability for an SBValue to create a persisted version of itself. | Enrico Granata | 2014-12-08 | 1 | -0/+3 |
| * | Fix mispelled 'ling' Python property to be 'line' in | Jason Molenda | 2014-11-22 | 2 | -2/+2 |
| * | Per off-list feedback, this API returns the *first* value with a given name, ... | Enrico Granata | 2014-11-21 | 1 | -1/+1 |
| * | Add an API on SBValueList to find the first value with a given name stored in... | Enrico Granata | 2014-11-21 | 1 | -0/+4 |
| * | Shuffle APIs around a little bit, so that if you pass custom summary options,... | Enrico Granata | 2014-11-18 | 1 | -1/+2 |
| * | Add documentation for the SBTarget::ReadInstructions and | Jason Molenda | 2014-11-18 | 1 | -2/+27 |
| * | Add APIs on SBFunction and SBCompileUnit to inquire about the language type t... | Enrico Granata | 2014-11-17 | 2 | -0/+6 |
| * | Fixed more fallout from running the test suite remotely on iOS devices. | Greg Clayton | 2014-11-17 | 1 | -0/+12 |
| * | Do not override the existing definition of addr_size when adding new properti... | Enrico Granata | 2014-11-13 | 1 | -2/+2 |
| * | Introduce the notion of "type summary options" as flags that can be passed do... | Enrico Granata | 2014-11-06 | 2 | -1/+28 |
| * | Add a few functions to SBType to handle arrays and typedefs. Fixes rdar://126... | Enrico Granata | 2014-10-28 | 1 | -0/+9 |
| * | Added functions to the C++ API, for the benefit of non-8-bit byte architectures. | Matthew Gardiner | 2014-10-22 | 2 | -0/+105 |
| * | Expose the type-info flags at the public API layer. These flags provide much ... | Enrico Granata | 2014-10-21 | 1 | -0/+3 |
| * | This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit... | Jim Ingham | 2014-10-14 | 2 | -1/+11 |
| * | Add a IsInstrumentationRuntimePresent SB API | Kuba Brecka | 2014-10-11 | 1 | -0/+3 |
| * | Rework the way we pass "run multiple command" options to the various API's that | Jim Ingham | 2014-10-11 | 2 | -3/+70 |
| * | LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ... | Kuba Brecka | 2014-10-10 | 1 | -0/+8 |
| * | Add a new SBExecutionContext class that wraps an ExecutionContextRef. This cl... | Enrico Granata | 2014-10-01 | 1 | -0/+42 |
| * | This checkin is the first step in making the lldb thread stepping mechanism m... | Jim Ingham | 2014-09-29 | 2 | -0/+126 |
| * | Fix for 218140 for SBTarget.i, the added functions were in the wrong class de... | Carlo Kok | 2014-09-19 | 1 | -10/+11 |
| * | Adds two new functions to SBTarget FindGlobalVariables and FindGlobalFunction... | Carlo Kok | 2014-09-19 | 1 | -0/+9 |
| * | Extend the member function discovery APIs to also support Objective-C as well... | Enrico Granata | 2014-09-19 | 1 | -0/+9 |
| * | Change SBType.GetMemberFunctionAtIndex() to return an object describing the m... | Enrico Granata | 2014-09-15 | 1 | -1/+30 |
| * | Add logic to LLDB to figure out the types of member functions of C++ classes.... | Enrico Granata | 2014-09-12 | 1 | -0/+6 |
| * | Implement ASan history threads in SB API | Kuba Brecka | 2014-09-06 | 1 | -0/+3 |
| * | Expose the ability to retrieve the result of a type validator via the SB API.... | Enrico Granata | 2014-09-06 | 1 | -0/+3 |
| * | Expose ThreadCollection in SB API | Kuba Brecka | 2014-09-06 | 1 | -0/+38 |
| * | Make it clear that the load_addr property on SBAddress relies on lldb.target, | Jim Ingham | 2014-08-27 | 1 | -1/+1 |
| * | Fix some typos: | Sylvestre Ledru | 2014-08-11 | 1 | -1/+1 |
| * | Add an option to suppress the persistent result variable when running Evaluat... | Jim Ingham | 2014-08-08 | 1 | -0/+9 |
| * | (no commit message) | Greg Clayton | 2014-07-30 | 1 | -0/+6 |
| * | Enable the ability to enable debug info generation when evaluating expressions. | Greg Clayton | 2014-07-11 | 1 | -1/+8 |
| * | Fix typos. | Bruce Mitchener | 2014-07-01 | 4 | -8/+8 |
| * | This creates a valid Python API for Windows, pending some issues. The changes... | Deepak Panickal | 2014-07-01 | 1 | -2/+2 |
| * | Fix a few typos. | Bruce Mitchener | 2014-06-27 | 1 | -1/+1 |
| * | Added an option to turn OFF the "detach on error" behavior that was added | Jim Ingham | 2014-06-25 | 1 | -0/+6 |
| * | Add SBUnixSignals.i | Ed Maste | 2014-06-23 | 1 | -0/+74 |
| * | Add API control of the signal disposition. | Todd Fiala | 2014-06-23 | 1 | -0/+3 |
| * | Initial merge of some of the iOS 8 / Mac OS X Yosemite specific | Jason Molenda | 2014-06-13 | 2 | -0/+15 |
| * | Add support for inspecting enum members. | Todd Fiala | 2014-06-02 | 2 | -0/+122 |
| * | Introduce the concept of a "display name" for types | Enrico Granata | 2014-05-17 | 2 | -1/+7 |
| * | Add a new SBThread::SafeToCallFunctions API; this calls over to | Jason Molenda | 2014-05-13 | 1 | -0/+10 |
| * | Allow clients to control the exact path that is used to launch processes by a... | Greg Clayton | 2014-05-07 | 1 | -0/+6 |
| * | Add a new SBThread::GetQueue() method to get the queue that is | Jason Molenda | 2014-04-25 | 1 | -0/+13 |
| * | Add the ability to set python breakpoint commands from the SBBreakpoint & SBB... | Jim Ingham | 2014-04-02 | 2 | -1/+44 |
| * | lldb arm64 import. | Jason Molenda | 2014-03-29 | 2 | -0/+10 |
| * | Add the ability from the SB API's to set the "one thread" timeout | Jim Ingham | 2014-03-28 | 1 | -0/+7 |