| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Changed all the places where CommandObjectReturn was exporting a StreamStri... | Jim Ingham | 2011-02-19 | 1 | -2/+2 |
* | Endian patch from Kirk Beitz that allows better cross platform building. | Greg Clayton | 2011-02-01 | 1 | -0/+2 |
* | Added support for stepping out of a frame. If you have 10 stack frames, and you | Greg Clayton | 2011-01-21 | 1 | -2/+8 |
* | Fixed debugserver to properly attach to a process by name with the | Greg Clayton | 2010-10-18 | 1 | -2/+2 |
* | Added mutex protection to the Symtab class. | Greg Clayton | 2010-10-08 | 1 | -6/+9 |
* | Modify existing commands with arguments to use the new argument mechanism | Caroline Tice | 2010-10-04 | 1 | -11/+71 |
* | There are now to new "settings set" variables that live in each debugger | Greg Clayton | 2010-10-04 | 1 | -15/+3 |
* | Modify command options to use the new arguments mechanism. Now all command o... | Caroline Tice | 2010-10-01 | 1 | -11/+11 |
* | Add UserSettings to Target class, making Target settings | Caroline Tice | 2010-09-20 | 1 | -1/+1 |
* | Fixed an issue with: | Greg Clayton | 2010-09-18 | 1 | -3/+3 |
* | General command line help cleanup: | Greg Clayton | 2010-09-18 | 1 | -11/+11 |
* | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 2010-09-18 | 1 | -88/+94 |
* | Moved the section load list up into the target so we can use the target | Greg Clayton | 2010-09-14 | 1 | -2/+3 |
* | Fixed an error in Debugger::UpdateExecutionContext() where an invalid index ID 0 | Johnny Chen | 2010-09-14 | 1 | -0/+1 |
* | More help text fixes. | Caroline Tice | 2010-09-08 | 1 | -6/+6 |
* | Clean up, clarify and standardize help text, and fix a few help text formatti... | Caroline Tice | 2010-09-08 | 1 | -5/+5 |
* | Small help text fixes, to make it more consistent and accurate. | Caroline Tice | 2010-09-07 | 1 | -2/+2 |
* | Cleaned up step logging a bit. | Greg Clayton | 2010-09-03 | 1 | -1/+1 |
* | Added a new bool parameter to many of the DumpStopContext() methods that | Greg Clayton | 2010-09-02 | 1 | -1/+1 |
* | Added a way to open the current source file & line in an external editor, and... | Jim Ingham | 2010-08-30 | 1 | -1/+9 |
* | Make: | Jim Ingham | 2010-08-27 | 1 | -6/+80 |
* | Add -c (count - i.e. number of frames to show) and -s (start frame.) | Jim Ingham | 2010-08-26 | 1 | -48/+116 |
* | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 2010-08-26 | 1 | -14/+14 |
* | Added support for inlined stack frames being represented as real stack frames | Greg Clayton | 2010-08-24 | 1 | -1/+1 |
* | Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. | Greg Clayton | 2010-08-04 | 1 | -8/+2 |
* | Remove use of STL collection class use of the "data()" method since it isn't | Greg Clayton | 2010-07-20 | 1 | -1/+1 |
* | I enabled some extra warnings for hidden local variables and for hidden | Greg Clayton | 2010-07-14 | 1 | -2/+2 |
* | Add an "Avoid Frames matching this regular expression" to ThreadPlanStepInRange. | Jim Ingham | 2010-07-10 | 1 | -0/+14 |
* | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 2010-07-09 | 1 | -1/+1 |
* | typedef fixups, patch from Jean-Daniel Dupas. | Greg Clayton | 2010-07-07 | 1 | -1/+1 |
* | Added function name types to allow us to set breakpoints by name more | Greg Clayton | 2010-06-28 | 1 | -5/+5 |
* | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -110/+119 |
* | Two changes in this checkin. Added a ThreadPlanKind so that I can do some re... | Jim Ingham | 2010-06-19 | 1 | -1/+0 |
* | Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. | Jim Ingham | 2010-06-15 | 1 | -1/+1 |
* | Change the Options parser over to use a mask rather than an ordinal for optio... | Jim Ingham | 2010-06-15 | 1 | -5/+5 |
* | I have eliminated RTTI from LLDB! | Greg Clayton | 2010-06-12 | 1 | -17/+4 |
* | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+1277 |