| 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 |
| * | Expose SBPlatform through the public API. | Greg Clayton | 2013-11-20 | 5 | -0/+224 |
| * | 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 |
| * | 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/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 |
| * | Added a 'jump' command, similar to GDBs. | Richard Mitton | 2013-09-12 | 1 | -2/+5 |
| * | 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 | 1 | -0/+7 |
| * | Added a way to extract the module specifications from a file. A module specif... | Greg Clayton | 2013-07-08 | 3 | -1/+139 |
| * | Revert commits that cause broken builds on GCC buildbots | Daniel Malea | 2013-07-03 | 1 | -7/+0 |
| * | <rdar://problem/14266411> | Enrico Granata | 2013-06-25 | 1 | -0/+7 |
| * | Implemented a types.py module that allows types to be inspected for padding. | Greg Clayton | 2013-06-19 | 1 | -0/+3 |
| * | 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 |
| * | Adding properties to the SBBreakpoint class | Enrico Granata | 2013-06-10 | 1 | -0/+20 |
| * | <rdar://problem/11742979> | Enrico Granata | 2013-05-03 | 16 | -2/+98 |
| * | <rdar://problem/13499317> | Enrico Granata | 2013-05-02 | 1 | -1/+1 |
| * | 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 | 3 | -3/+3 |
| * | Adding new Python API function to check for stopped threads. | Andrew Kaylor | 2013-04-15 | 1 | -0/+6 |
| * | Make sure we expose SetData() through the Python | Sean Callanan | 2013-04-13 | 1 | -0/+3 |
| * | <rdar://problem/13563628> | Enrico Granata | 2013-04-05 | 1 | -1/+2 |
| * | Modified patch from Prabhat Verma to enable loading core files through the SB... | Greg Clayton | 2013-03-25 | 1 | -0/+20 |
| * | - Masking out SBCommandReturnObject::Printf() from the Python layer because S... | Enrico Granata | 2013-03-25 | 1 | -2/+8 |
| * | <rdar://problem/13421412> | Greg Clayton | 2013-03-14 | 1 | -1/+1 |
| * | Added new properties to lldb.SBModule classes: | Greg Clayton | 2013-03-07 | 1 | -3/+61 |
| * | Stop the "module" property from throwing an exception when the module name wa... | Greg Clayton | 2013-03-07 | 1 | -6/+9 |
| * | Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A... | Jim Ingham | 2013-03-02 | 3 | -0/+12 |
| * | <rdar://problem/13281528> | Greg Clayton | 2013-02-25 | 2 | -9/+9 |
| * | Fix document typos, indentation in python code, and API examples. | Daniel Malea | 2013-02-12 | 1 | -1/+1 |
| * | Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero... | Jim Ingham | 2013-02-09 | 2 | -2/+8 |
| * | Allow the target to give out the size of the red zone for given ABIs. | Greg Clayton | 2013-02-01 | 1 | -0/+3 |
| * | <rdar://problem/13069948> | Greg Clayton | 2013-01-25 | 1 | -14/+14 |
| * | <rdar://problem/13010007> | Greg Clayton | 2013-01-18 | 1 | -0/+6 |
| * | <rdar://problem/13021266> | Enrico Granata | 2013-01-16 | 2 | -0/+33 |
| * | <rdar://problem/13009943> | Greg Clayton | 2013-01-16 | 1 | -0/+9 |
| * | Separated the "expr --unwind-on-error" behavior into two parts, actual errors... | Jim Ingham | 2013-01-15 | 1 | -0/+8 |
| * | Add an SBProcess API to get the current StopID, either considering or ignorin... | Jim Ingham | 2013-01-08 | 1 | -0/+10 |
| * | <rdar://problem/12928282> | Greg Clayton | 2013-01-04 | 1 | -0/+2 |
| * | Adding events when watchpoints are set or changed. | Jim Ingham | 2012-12-18 | 2 | -1/+12 |