aboutsummaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2010-09-27Automatically wrap *all* Python code entered for a breakpoint command insideCaroline Tice
2010-09-27Change command option "--no_override" to "--no-override" (hypen instead of un...Caroline Tice
2010-09-27Create more useful instance names for target, process and thread instances.Caroline Tice
2010-09-24Cleaned a few build related things up:Greg Clayton
2010-09-24Made 'frame variable' printing of unsigned types more readable, like gdb.Johnny Chen
2010-09-24Added the ability to create an objective C method for an objective C Greg Clayton
2010-09-23Add GetSP to the StackFrame.Jim Ingham
2010-09-23Updated to latest LLVM. Major LLVM changes:Sean Callanan
2010-09-23Committing the skeleton of Language runtime plugin classes.Jim Ingham
2010-09-23Added motheds to C++ classes as we parse them to keep clang happy.Greg Clayton
2010-09-22Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice
2010-09-22Remove SBCommandContext which was not needed or doing anything.Caroline Tice
2010-09-22Add a new ArchVolatileRegs plugin class to identifyJason Molenda
2010-09-22Added some comments explaining why we currently have to manually set CXXRecor...Greg Clayton
2010-09-22Improved the logging for ASTs generated on theSean Callanan
2010-09-22Fixed CXXRecordDecl declaration settings for whether a class in a POD typeGreg Clayton
2010-09-22Fixed a build warning where no return values was being returned.Greg Clayton
2010-09-21Update help text for breakpoint command one-liners.Caroline Tice
2010-09-21Fixed an issue with the clang type creation code for C++ classes where we wou...Greg Clayton
2010-09-21Re-write/clean up code that generated Python breakpoint commands.Caroline Tice
2010-09-21Removed the hacky "#define this ___clang_this" handlerSean Callanan
2010-09-20Make the short option print out before the long option in the Caroline Tice
2010-09-20Make GetInstanceSettingsValue methods take an Error * rather than an Error &,Caroline Tice
2010-09-20Add UserSettings to Target class, making Target settingsCaroline Tice
2010-09-20Fixed wrong logic in validating term-width value; should be && instead of ||.Johnny Chen
2010-09-20Fixed lldb 'settings set term-widt 70' command not working.Johnny Chen
2010-09-20Fix indentations.Caroline Tice
2010-09-20Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice
2010-09-19Added code that will allow completely customizable prompts for use inGreg Clayton
2010-09-18Added a better error message to the "frame variable" when you try to viewGreg Clayton
2010-09-18Fixed an issue with:Greg Clayton
2010-09-18General command line help cleanup:Greg Clayton
2010-09-18Bug #: 8447030Greg Clayton
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton
2010-09-17Fixed build error of LLDBWrapPython.cpp by removing the "protected" access mo...Johnny Chen
2010-09-17We now have SBStream that mirrors the generic stream classes we Greg Clayton
2010-09-17Re-committed AddMethodToCXXRecordType, now thatSean Callanan
2010-09-17Added a static function to get the void type forSean Callanan
2010-09-16Reverted r114125, r114124, and r114123 as it broke the test suite - segfaultsJohnny Chen
2010-09-16Added AddMethodToCXXRecordType. This is not yetSean Callanan
2010-09-16Made CreateFunctionType static. Also fixed the spellingSean Callanan
2010-09-16Made AddFieldToRecordType a static method onSean Callanan
2010-09-16Fix issues with CreateInstanceName, a virtual function, being calledCaroline Tice
2010-09-16Added default more aliases to ease gdb converts:Greg Clayton
2010-09-16Unbreak build, you can't take a pointer from a "register" variable. Most comp...Benjamin Kramer
2010-09-16Step past prologues when we step into functions.Jim Ingham
2010-09-16Add the ability to not resolve the name passed to FileSpec. Then don't resol...Jim Ingham
2010-09-15Remove unnecessary/inappropriate output-printing functions fromCaroline Tice
2010-09-1515-20% speed improvement when parsing DWARF. I used instruments toGreg Clayton
2010-09-15Modify "settings list" so you can specify a particular instance setting name,Caroline Tice