| Commit message (Expand) | Author | Age | Files | Lines |
| * | For logical backtrace work, lldb needs to track Module unloads etc & symoblic... | Greg Clayton | 2013-12-06 | 1 | -0/+3 |
| * | Change lldb from building against a Python framework out of | Jason Molenda | 2013-11-23 | 2 | -68/+0 |
| * | Expose SBPlatform through the public API. | Greg Clayton | 2013-11-20 | 6 | -0/+225 |
| * | Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() method | Jason Molenda | 2013-11-16 | 1 | -1/+13 |
| * | Change SBThread::GetExtendedBacktrace to | Jason Molenda | 2013-11-12 | 1 | -2/+2 |
| * | This patch does a couple of things. | Jim Ingham | 2013-11-07 | 1 | -0/+7 |
| * | Rename extended backtrace methods to take out the "ThreadOrigin" | Jason Molenda | 2013-11-06 | 2 | -6/+6 |
| * | Add a new GetThreadOriginExtendedBacktrace method to the | Jason Molenda | 2013-11-06 | 1 | -0/+13 |
| * | Add the GetNumThreadOriginExtendedBacktraceTypes and | Jason Molenda | 2013-11-05 | 2 | -0/+30 |
| * | Roll back the changes I made in r193907 which created a new Frame | Jason Molenda | 2013-11-04 | 1 | -3/+3 |
| * | Add a new base class, Frame. It is a pure virtual function which | Jason Molenda | 2013-11-02 | 1 | -3/+3 |
| * | Fix for a mistake spotted by Enrico with the SBThread::queue_id accessor. | Jason Molenda | 2013-10-22 | 1 | -1/+1 |
| * | Expose the Thread::GetQueueID() method through the SBThread API, similar to | Jason Molenda | 2013-10-21 | 1 | -0/+6 |
| * | <rdar://problem/14972424> | Greg Clayton | 2013-10-15 | 1 | -1/+1 |
| * | Add the capability for LLDB to query an arbitrary Python module (passed in as... | Enrico Granata | 2013-10-14 | 1 | -0/+24 |
| * | <rdar://problem/14028923> | Enrico Granata | 2013-10-08 | 1 | -0/+3 |
| * | Add missing GetBroadcasterClassName and event types enum to SBThread.i | Daniel Malea | 2013-10-03 | 1 | -0/+16 |
| * | Convert to UNIX line endings. | Joerg Sonnenberger | 2013-09-25 | 1 | -998/+998 |
| * | Added a 'jump' command, similar to GDBs. | Richard Mitton | 2013-09-12 | 1 | -2/+5 |
| * | merge lldb-platform-work branch (and assorted fixes) into trunk | Daniel Malea | 2013-08-26 | 1 | -0/+13 |
| * | Don't recommend using bytearray(buf, 'ascii') for binary data read with | Jason Molenda | 2013-08-24 | 1 | -2/+1 |
| * | Add an SBFrame::FindRegister() method to make it a little | Jason Molenda | 2013-07-26 | 1 | -0/+3 |
| * | Second attempt at getting the PyCallable changes in trunk | Enrico Granata | 2013-07-09 | 3 | -1407/+1024 |
| * | Added a way to extract the module specifications from a file. A module specif... | Greg Clayton | 2013-07-08 | 5 | -1/+172 |
| * | Revert commits that cause broken builds on GCC buildbots | Daniel Malea | 2013-07-03 | 3 | -368/+761 |
| * | <rdar://problem/14309010> | Enrico Granata | 2013-06-28 | 1 | -1/+2 |
| * | <rdar://problem/14266411> | Enrico Granata | 2013-06-25 | 2 | -22/+10 |
| * | Lots of cleanup on the SWIG wrapping layer | Enrico Granata | 2013-06-21 | 2 | -750/+368 |
| * | Change the SWIG wrappers to stop directly casting SB object to SWIG objects, ... | Enrico Granata | 2013-06-21 | 3 | -18/+125 |
| * | In thread and frame format strings, it is now allowed to use Python functions... | Enrico Granata | 2013-06-20 | 1 | -0/+344 |
| * | Implemented a types.py module that allows types to be inspected for padding. | Greg Clayton | 2013-06-19 | 2 | -2/+5 |
| * | Sort out a number of mismatched integer types in order to cut down the number... | Andy Gibbs | 2013-06-19 | 1 | -1/+1 |
| * | Added a new decorator function in the "lldb" module that can register a comma... | Greg Clayton | 2013-06-19 | 1 | -0/+20 |
| * | Added the ability to get a list of types from a SBModule or SBCompileUnit. Se... | Greg Clayton | 2013-06-18 | 2 | -0/+39 |
| * | Added a SBSection::GetParent() to the API. | Greg Clayton | 2013-06-13 | 1 | -0/+3 |
| * | Improvements to the data formatters SB API: | Enrico Granata | 2013-06-11 | 1 | -0/+97 |
| * | <rdar://problem/13646047> | Enrico Granata | 2013-06-11 | 1 | -0/+40 |
| * | Making our Python decrefs NULL-safe | Enrico Granata | 2013-06-11 | 1 | -17/+17 |
| * | <rdar://problem/13759177> | Enrico Granata | 2013-06-11 | 1 | -1/+7 |
| * | Adding properties to the SBBreakpoint class | Enrico Granata | 2013-06-10 | 1 | -0/+20 |
| * | Adding a diagnose-nsstring command | Enrico Granata | 2013-05-30 | 1 | -1/+2 |
| * | This checkin enables Python summaries to return any string-convertible object | Enrico Granata | 2013-05-30 | 1 | -2/+12 |
| * | <rdar://problem/13883385> | Enrico Granata | 2013-05-15 | 1 | -0/+4 |
| * | <rdar://problem/11742979> | Enrico Granata | 2013-05-03 | 17 | -2/+309 |
| * | <rdar://problem/13499317> | Enrico Granata | 2013-05-02 | 2 | -1/+24 |
| * | Rename unwind_diagnose.py to diagnose_unwind.py. Change | Jason Molenda | 2013-04-30 | 1 | -2/+5 |
| * | Forgot to include the diagnose_unwind.py script in the initialization of | Jason Molenda | 2013-04-23 | 1 | -1/+2 |
| * | After discussing with Chris Lattner, we require C++11, so lets get rid of the... | Greg Clayton | 2013-04-18 | 3 | -3/+3 |
| * | Since we use C++11, we should switch over to using std::unique_ptr when C++11... | Greg Clayton | 2013-04-18 | 4 | -5/+5 |
| * | Adding new Python API function to check for stopped threads. | Andrew Kaylor | 2013-04-15 | 1 | -0/+6 |