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