Age | Commit message (Expand) | Author | Files | Lines |
2016-09-06 | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 1 | -592/+471 |
2016-03-22 | Unicode support on Win32. | Zachary Turner | 1 | -4/+6 |
2016-02-19 | Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so... | Eugene Zelenko | 1 | -153/+104 |
2015-05-29 | Don't #include "lldb-python.h" from anywhere. | Zachary Turner | 1 | -2/+0 |
2015-03-04 | Further reduce header footprint of Debugger.h. | Zachary Turner | 1 | -0/+1 |
2014-12-06 | Add the ability to set breakpoints with conditions, commands, etc, | Jim Ingham | 1 | -3/+3 |
2014-08-07 | Optimizations for FileSpec. | Zachary Turner | 1 | -19/+12 |
2013-08-26 | unused variable, typedef requires name warning cleanup | Michael Sartain | 1 | -2/+1 |
2013-08-23 | MingW compilation (windows). Includes various refactoring to improve portabil... | Virgile Bello | 1 | -53/+76 |
2013-06-07 | <rdar://problem/14086944> | Greg Clayton | 1 | -10/+26 |
2013-05-14 | A first pass at auto completion for variables and their children. This is cur... | Greg Clayton | 1 | -0/+15 |
2013-01-25 | <rdar://problem/13069948> | Greg Clayton | 1 | -1/+1 |
2012-12-05 | Fix Linux build warnings due to redefinition of macros: | Daniel Malea | 1 | -0/+1 |
2012-08-29 | <rdar://problem/11757916> | Greg Clayton | 1 | -0/+2 |
2012-08-22 | Remove further outdated "settings" code and also implement a few missing things. | Greg Clayton | 1 | -5/+0 |
2012-08-22 | Reimplemented the code that backed the "settings" in lldb. There were many is... | Greg Clayton | 1 | -9/+24 |
2012-02-10 | Extended function lookup to allow the user to | Sean Callanan | 1 | -1/+2 |
2011-09-27 | Added an API to SymbolContext to hide the complexity of getting the | Jim Ingham | 1 | -8/+3 |
2011-09-17 | Convert lldb::ModuleSP to use an instrusive ref counted pointer. | Greg Clayton | 1 | -1/+1 |
2011-07-08 | Switch to using the S_ISDIR and S_ISREG sys/stat.h macros in | Jason Molenda | 1 | -1/+1 |
2011-05-18 | Symbol may not have a demangled name, use GetName to get the best name availa... | Jim Ingham | 1 | -1/+1 |
2011-04-13 | Added auto completion for architecture names and for platforms. | Greg Clayton | 1 | -0/+33 |
2011-02-08 | Add FileSpec::ResolvePartialUsername, and use it in CommandCompletions to iso... | Jim Ingham | 1 | -38/+18 |
2011-02-08 | Moved FileSpec into the Host layer since it will vary from host to host. | Greg Clayton | 1 | -1/+1 |
2011-02-08 | Cleaned up the dynamic library open/getsymbol/close code to use abstracted | Greg Clayton | 1 | -4/+4 |
2011-02-05 | Added support for targets that don't support expanding "~/" or "~USERNAME". | Greg Clayton | 1 | -7/+11 |
2011-02-01 | Added a cleanup helper object to make sure the directory that was opened with... | Greg Clayton | 1 | -11/+9 |
2011-01-27 | Changed the SymbolFile::FindFunction() function calls to only return | Greg Clayton | 1 | -19/+8 |
2011-01-08 | Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. | Greg Clayton | 1 | -1/+1 |
2010-10-20 | Fixed an issue where we were resolving paths when we should have been. | Greg Clayton | 1 | -2/+2 |
2010-09-04 | This is a very large commit that completely re-does the way lldb | Caroline Tice | 1 | -3/+21 |
2010-08-26 | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 1 | -3/+3 |
2010-07-09 | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 1 | -4/+4 |
2010-07-06 | Jean-Daniel Dupas patch that fixes a bad if statement with assignment. | Greg Clayton | 1 | -1/+1 |
2010-07-02 | Remove duplicate def'n from FileSpec.h. | Jim Ingham | 1 | -26/+53 |
2010-06-30 | Fix an obvious typo and replace deprecated bcopy(3) with memcpy(3). | Benjamin Kramer | 1 | -2/+2 |
2010-06-30 | Add a source file completer to the CommandCompleters. | Jim Ingham | 1 | -6/+230 |
2010-06-23 | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 1 | -46/+73 |
2010-06-15 | Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. | Jim Ingham | 1 | -1/+1 |
2010-06-12 | Moved files around for linux build. Fixed up Xcode project to | Greg Clayton | 1 | -0/+414 |