| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb] NFC modernize codebase with modernize-use-nullptr | Konrad Kleine | 2019-05-23 | 1 | -8/+8 |
| * | [Reproducers] Capture return values of functions returning by ptr/ref | Jonas Devlieghere | 2019-04-03 | 1 | -1/+1 |
| * | [lldb] [Reproducer] Move SBRegistry registration into declaring files | Michal Gorny | 2019-03-19 | 1 | -0/+36 |
| * | Add "operator bool" to SB APIs | Pavel Labath | 2019-03-11 | 1 | -0/+4 |
| * | [SBAPI] Log from record macro | Jonas Devlieghere | 2019-03-07 | 1 | -28/+0 |
| * | [Reproducers] Add SBReproducer macros | Jonas Devlieghere | 2019-03-06 | 1 | -9/+58 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Move Log from Core -> Utility. | Zachary Turner | 2017-03-03 | 1 | -1/+1 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -242/+175 |
| * | second pass over removal of Mutex and Condition | Saleem Abdulrasool | 2016-05-19 | 1 | -2/+2 |
| * | Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ... | Greg Clayton | 2015-11-10 | 1 | -0/+19 |
| * | First part of an attempt to indicate to the user when they are | Jason Molenda | 2015-07-29 | 1 | -1/+10 |
| * | Make many mangled functions that might demangle a name be allowed to specify ... | Greg Clayton | 2015-07-08 | 1 | -2/+2 |
| * | Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbol | Enrico Granata | 2015-07-06 | 1 | -0/+20 |
| * | Add APIs on SBFunction and SBCompileUnit to inquire about the language type t... | Enrico Granata | 2014-11-17 | 1 | -0/+10 |
| * | sweep up -Wformat warnings from gcc | Saleem Abdulrasool | 2014-04-04 | 1 | -4/+8 |
| * | Disassembler::DisassembleRange() currently calls Target::ReadMemory | Jason Molenda | 2013-09-12 | 1 | -1/+3 |
| * | <rdar://problem/13521159> | Greg Clayton | 2013-03-27 | 1 | -2/+2 |
| * | Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A... | Jim Ingham | 2013-03-02 | 1 | -0/+7 |
| * | Resolve printf formatting warnings on Linux: | Daniel Malea | 2012-11-29 | 1 | -1/+1 |
| * | Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. | Jim Ingham | 2012-05-04 | 1 | -1/+1 |
| * | No functionality changes, mostly cleanup. | Greg Clayton | 2012-04-11 | 1 | -1/+1 |
| * | <rdar://problem/10103468> | Greg Clayton | 2012-02-24 | 1 | -1/+1 |
| * | Removed all of the "#ifndef SWIG" from the SB header files since we are using | Greg Clayton | 2012-02-06 | 1 | -0/+23 |
| * | SBFrame is now threadsafe using some extra tricks. One issue is that stack | Greg Clayton | 2012-01-30 | 1 | -4/+5 |
| * | Switching back to using std::tr1::shared_ptr. We originally switched away | Greg Clayton | 2012-01-29 | 1 | -3/+3 |
| * | Moved lldb::user_id_t values to be 64 bit. This was going to be needed for | Greg Clayton | 2011-10-19 | 1 | -3/+3 |
| * | Converted the lldb_private::Process over to use the intrusive | Greg Clayton | 2011-09-22 | 1 | -1/+1 |
| * | Cleaned up the Disassembler code a bit more. You can now request a disassembler | Greg Clayton | 2011-03-25 | 1 | -0/+1 |
| * | Export the ability to get the start and end addresses for functions | Greg Clayton | 2011-03-02 | 1 | -0/+35 |
| * | The LLDB API (lldb::SB*) is now thread safe! | Greg Clayton | 2010-12-20 | 1 | -0/+2 |
| * | Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp object | Greg Clayton | 2010-12-14 | 1 | -0/+6 |
| * | Modified all logging calls to hand out shared pointers to make sure we | Greg Clayton | 2010-11-06 | 1 | -2/+2 |
| * | Added copy constructors and assignment operators to all lldb::SB* classes | Greg Clayton | 2010-11-05 | 1 | -0/+12 |
| * | Cleaned up the API logging a lot more to reduce redundant information and | Greg Clayton | 2010-10-31 | 1 | -25/+21 |
| * | Clean up the API logging code: | Caroline Tice | 2010-10-26 | 1 | -11/+14 |
| * | First pass at adding logging capabilities for the API functions. At the moment | Caroline Tice | 2010-10-26 | 1 | -0/+26 |
| * | Cleaned up the SWIG stuff so all includes happen as they should, no pulling | Greg Clayton | 2010-10-07 | 1 | -7/+11 |
| * | Added the ability to get the disassembly instructions from the function and | Greg Clayton | 2010-10-06 | 1 | -1/+31 |
| * | Remove all the __repr__ methods from the API/*.h files, and put them | Caroline Tice | 2010-09-22 | 1 | -9/+1 |
| * | Fix indentations. | Caroline Tice | 2010-09-20 | 1 | -1/+1 |
| * | Add GetDescription() and __repr__ () methods to most API classes, to allow | Caroline Tice | 2010-09-20 | 1 | -0/+23 |
| * | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -10/+10 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+64 |