| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb/Reproducers] Don't instrument SBFileSpec::GetPath | Jonas Devlieghere | 2019-12-04 | 1 | -1/+1 |
| * | [Reproducers] Capture return values of functions returning by ptr/ref | Jonas Devlieghere | 2019-04-03 | 1 | -1/+1 |
| * | Make operator==s consistent between c++ and python APIs | Pavel Labath | 2019-04-02 | 1 | -0/+18 |
| * | [lldb] [Reproducer] Move SBRegistry registration into declaring files | Michal Gorny | 2019-03-19 | 1 | -0/+30 |
| * | 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 | -42/+2 |
| * | [Reproducers] Add SBReproducer macros | Jonas Devlieghere | 2019-03-06 | 1 | -6/+46 |
| * | [SBAPI] Don't check IsValid in constructor | Jonas Devlieghere | 2019-03-06 | 1 | -3/+5 |
| * | Replace 'ap' with 'up' suffix in variable names. (NFC) | Jonas Devlieghere | 2019-02-13 | 1 | -31/+31 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [API] Remove redundants get() from smart pointers. NFC | Jonas Devlieghere | 2018-12-20 | 1 | -4/+2 |
| * | Remove comments after header includes. | Jonas Devlieghere | 2018-11-11 | 1 | -1/+1 |
| * | [FileSystem] Move path resolution logic out of FileSpec | Jonas Devlieghere | 2018-11-01 | 1 | -4/+8 |
| * | [FileSystem] Remove Exists() from FileSpec | Jonas Devlieghere | 2018-11-01 | 1 | -1/+1 |
| * | [FileSystem] Remove ResolveExecutableLocation() from FileSpec | Jonas Devlieghere | 2018-11-01 | 1 | -1/+2 |
| * | Move FileSpec from Host -> Utility. | Zachary Turner | 2017-03-22 | 1 | -1/+1 |
| * | Resubmit "Delete the remainder of platform specific code in FileSpec." | Zachary Turner | 2017-03-22 | 1 | -0/+1 |
| * | Revert "Delete the remainder of platform specific code in FileSpec." | Pavel Labath | 2017-03-22 | 1 | -1/+0 |
| * | Delete the remainder of platform specific code in FileSpec. | Zachary Turner | 2017-03-22 | 1 | -0/+1 |
| * | Move Log from Core -> Utility. | Zachary Turner | 2017-03-03 | 1 | -1/+1 |
| * | Move classes from Core -> Utility. | Zachary Turner | 2017-02-02 | 1 | -1/+1 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -153/+100 |
| * | This patch stops lldb from loading a .lldbinit file from the current | Jason Molenda | 2016-02-19 | 1 | -0/+6 |
| * | Fix TestSymbolContext for remote Windows to Android. | Chaoren Lin | 2015-06-08 | 1 | -4/+5 |
| * | Fix FileSpec::GetPath to return null-terminated strings | Ilia K | 2015-02-27 | 1 | -3/+2 |
| * | Optimizations for FileSpec. | Zachary Turner | 2014-08-07 | 1 | -1/+7 |
| * | Fix typos. | Bruce Mitchener | 2014-07-01 | 1 | -1/+1 |
| * | Included <inttypes.h> in a few headers that were | Sean Callanan | 2014-04-19 | 1 | -0/+1 |
| * | sweep up -Wformat warnings from gcc | Saleem Abdulrasool | 2014-04-04 | 1 | -6/+13 |
| * | Expose SBPlatform through the public API. | Greg Clayton | 2013-11-20 | 1 | -0/+18 |
| * | Made all other "operator bool"s explicit and ensured | Sean Callanan | 2013-10-04 | 1 | -1/+1 |
| * | Added a way to extract the module specifications from a file. A module specif... | Greg Clayton | 2013-07-08 | 1 | -51/+17 |
| * | <rdar://problem/13521159> | Greg Clayton | 2013-03-27 | 1 | -6/+6 |
| * | Resolve printf formatting warnings on Linux: | Daniel Malea | 2012-11-29 | 1 | -1/+1 |
| * | Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S... | Greg Clayton | 2012-09-18 | 1 | -2/+2 |
| * | <rdar://problem/10126482> | Greg Clayton | 2011-11-13 | 1 | -2/+4 |
| * | Add missing headers. | Stephen Wilson | 2011-04-08 | 1 | -0/+2 |
| * | Moved FileSpec into the Host layer since it will vary from host to host. | Greg Clayton | 2011-02-08 | 1 | -1/+1 |
| * | Modified all logging calls to hand out shared pointers to make sure we | Greg Clayton | 2010-11-06 | 1 | -6/+6 |
| * | Cleaned up the API logging a lot more to reduce redundant information and | Greg Clayton | 2010-10-31 | 1 | -22/+22 |
| * | Improved API logging. | Greg Clayton | 2010-10-30 | 1 | -13/+11 |
| * | Modified the lldb_private::TypeList to use a std::multimap for quicker lookup | Greg Clayton | 2010-10-29 | 1 | -37/+8 |
| * | Clean up the API logging code: | Caroline Tice | 2010-10-26 | 1 | -26/+24 |
| * | First pass at adding logging capabilities for the API functions. At the moment | Caroline Tice | 2010-10-26 | 1 | -3/+81 |
| * | Fixed an issue where we were resolving paths when we should have been. | Greg Clayton | 2010-10-20 | 1 | -1/+7 |
| * | Remove all the __repr__ methods from the API/*.h files, and put them | Caroline Tice | 2010-09-22 | 1 | -8/+0 |
| * | Add GetDescription() and __repr__ () methods to most API classes, to allow | Caroline Tice | 2010-09-20 | 1 | -0/+28 |
| * | If the file the user specifies can't be found in the current directory, | Caroline Tice | 2010-09-10 | 1 | -0/+7 |
| * | o Exposed SBFileSpec to the Python APIs in lldb.py. | Johnny Chen | 2010-08-27 | 1 | -2/+2 |
| * | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -22/+22 |