| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add the ability to disable individual log categories, rather | Caroline Tice | 2010-10-29 | 1 | -2/+45 |
| | | | | | | | | | | than just the entire log channel. Add checks, where appropriate, to make sure a log channel/category has not been disabled before attempting to write to it. llvm-svn: 117715 | ||||
| * | Updated the lldb_private::Flags class to have better method names and made | Greg Clayton | 2010-10-27 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | all of the calls inlined in the header file for better performance. Fixed the summary for C string types (array of chars (with any combo if modifiers), and pointers to chars) work in all cases. Fixed an issue where a forward declaration to a clang type could cause itself to resolve itself more than once if, during the resolving of the type itself it caused something to try and resolve itself again. We now remove the clang type from the forward declaration map in the DWARF parser when we start to resolve it and avoid this additional call. This should stop any duplicate members from appearing and throwing all the alignment of structs, unions and classes. llvm-svn: 117437 | ||||
| * | Added some extra logging to track asynchronous packet activity. | Greg Clayton | 2010-09-03 | 1 | -0/+4 |
| | | | | | llvm-svn: 113012 | ||||
| * | Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. | Jim Ingham | 2010-06-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 106034 | ||||
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+121 |
| llvm-svn: 105619 | |||||

